From e3ca8ebc7ff2164cd487532794e44066e089123a Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sat, 23 Nov 2024 00:58:53 -0500 Subject: [PATCH] feat: use the new reserved rules api --- grammar.js | 16 + src/grammar.json | 50 +- src/parser.c | 207539 ++++++++++++++++++------------------ src/tree_sitter/array.h | 3 +- src/tree_sitter/parser.h | 11 +- 5 files changed, 103795 insertions(+), 103824 deletions(-) diff --git a/grammar.js b/grammar.js index 28d505d..c70ee4e 100644 --- a/grammar.js +++ b/grammar.js @@ -113,6 +113,22 @@ module.exports = grammar({ [$.visibility_modifier, $.scoped_identifier, $.scoped_type_identifier], ], + reserved: { + global: $ => [ + 'enum', + 'fn', + 'for', + 'if', + 'let', + 'loop', + 'match', + 'mod', + 'struct', + 'type', + 'while', + ], + }, + word: $ => $.identifier, rules: { diff --git a/src/grammar.json b/src/grammar.json index 5a2444b..4ec64f7 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -9465,5 +9465,53 @@ "_literal_pattern", "_declaration_statement", "_pattern" - ] + ], + "reserved": { + "global": [ + { + "type": "STRING", + "value": "enum" + }, + { + "type": "STRING", + "value": "fn" + }, + { + "type": "STRING", + "value": "for" + }, + { + "type": "STRING", + "value": "if" + }, + { + "type": "STRING", + "value": "let" + }, + { + "type": "STRING", + "value": "loop" + }, + { + "type": "STRING", + "value": "match" + }, + { + "type": "STRING", + "value": "mod" + }, + { + "type": "STRING", + "value": "struct" + }, + { + "type": "STRING", + "value": "type" + }, + { + "type": "STRING", + "value": "while" + } + ] + } } diff --git a/src/parser.c b/src/parser.c index ff8fce9..9df8483 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,11 +1,13 @@ +/* Automatically generated by tree-sitter v0.25.0 (ebb9df536c1fa3f7cc733cdc4c749d0b9a1bc096) */ + #include "tree_sitter/parser.h" #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif -#define LANGUAGE_VERSION 14 -#define STATE_COUNT 3649 +#define LANGUAGE_VERSION 15 +#define STATE_COUNT 3639 #define LARGE_STATE_COUNT 1014 #define SYMBOL_COUNT 346 #define ALIAS_COUNT 4 @@ -13,6 +15,7 @@ #define EXTERNAL_TOKEN_COUNT 10 #define FIELD_COUNT 31 #define MAX_ALIAS_SEQUENCE_LENGTH 10 +#define MAX_RESERVED_WORD_SET_SIZE 11 #define PRODUCTION_ID_COUNT 280 enum ts_symbol_identifiers { @@ -3895,159 +3898,159 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3] = 3, [4] = 4, [5] = 5, - [6] = 6, + [6] = 2, [7] = 7, [8] = 8, - [9] = 3, - [10] = 2, - [11] = 5, - [12] = 7, + [9] = 9, + [10] = 3, + [11] = 11, + [12] = 2, [13] = 8, - [14] = 3, - [15] = 2, - [16] = 5, - [17] = 8, - [18] = 3, - [19] = 2, - [20] = 5, - [21] = 8, - [22] = 3, - [23] = 2, - [24] = 5, - [25] = 8, + [14] = 9, + [15] = 3, + [16] = 11, + [17] = 2, + [18] = 9, + [19] = 3, + [20] = 11, + [21] = 2, + [22] = 9, + [23] = 3, + [24] = 11, + [25] = 9, [26] = 3, - [27] = 2, - [28] = 5, - [29] = 8, + [27] = 11, + [28] = 2, + [29] = 9, [30] = 3, - [31] = 2, - [32] = 5, - [33] = 8, - [34] = 34, + [31] = 11, + [32] = 2, + [33] = 9, + [34] = 11, [35] = 35, [36] = 36, [37] = 37, [38] = 38, [39] = 39, - [40] = 38, + [40] = 39, [41] = 41, - [42] = 37, + [42] = 41, [43] = 35, - [44] = 39, - [45] = 35, - [46] = 36, + [44] = 38, + [45] = 36, + [46] = 39, [47] = 41, - [48] = 38, - [49] = 37, - [50] = 38, - [51] = 37, + [48] = 37, + [49] = 39, + [50] = 41, + [51] = 35, [52] = 35, - [53] = 36, + [53] = 39, [54] = 37, - [55] = 37, - [56] = 38, - [57] = 39, - [58] = 38, - [59] = 37, - [60] = 41, - [61] = 38, - [62] = 37, - [63] = 39, - [64] = 38, - [65] = 41, - [66] = 36, + [55] = 38, + [56] = 36, + [57] = 37, + [58] = 39, + [59] = 36, + [60] = 38, + [61] = 41, + [62] = 39, + [63] = 41, + [64] = 41, + [65] = 39, + [66] = 41, [67] = 67, [68] = 68, [69] = 69, [70] = 70, - [71] = 69, + [71] = 71, [72] = 72, [73] = 73, [74] = 74, - [75] = 70, - [76] = 68, - [77] = 72, - [78] = 73, - [79] = 74, - [80] = 80, - [81] = 81, - [82] = 82, - [83] = 83, + [75] = 75, + [76] = 76, + [77] = 77, + [78] = 74, + [79] = 72, + [80] = 71, + [81] = 75, + [82] = 76, + [83] = 77, [84] = 84, [85] = 85, [86] = 86, [87] = 87, [88] = 88, [89] = 89, - [90] = 90, - [91] = 91, - [92] = 92, + [90] = 87, + [91] = 88, + [92] = 89, [93] = 93, [94] = 94, - [95] = 88, - [96] = 89, - [97] = 87, + [95] = 95, + [96] = 84, + [97] = 97, [98] = 98, [99] = 99, - [100] = 100, - [101] = 84, - [102] = 100, - [103] = 85, - [104] = 86, + [100] = 85, + [101] = 86, + [102] = 93, + [103] = 97, + [104] = 104, [105] = 87, - [106] = 84, - [107] = 99, - [108] = 100, - [109] = 84, - [110] = 85, - [111] = 86, - [112] = 87, - [113] = 99, - [114] = 99, - [115] = 100, - [116] = 84, - [117] = 85, - [118] = 86, + [106] = 88, + [107] = 89, + [108] = 94, + [109] = 95, + [110] = 84, + [111] = 111, + [112] = 99, + [113] = 87, + [114] = 88, + [115] = 89, + [116] = 94, + [117] = 95, + [118] = 84, [119] = 87, - [120] = 85, - [121] = 91, - [122] = 99, - [123] = 100, - [124] = 99, - [125] = 85, - [126] = 86, - [127] = 87, - [128] = 100, + [120] = 88, + [121] = 89, + [122] = 94, + [123] = 95, + [124] = 87, + [125] = 88, + [126] = 89, + [127] = 94, + [128] = 95, [129] = 84, - [130] = 92, - [131] = 93, - [132] = 86, - [133] = 94, + [130] = 94, + [131] = 95, + [132] = 84, + [133] = 98, [134] = 134, [135] = 135, [136] = 136, [137] = 137, [138] = 134, - [139] = 135, - [140] = 140, - [141] = 141, - [142] = 140, + [139] = 139, + [140] = 137, + [141] = 135, + [142] = 142, [143] = 143, - [144] = 141, + [144] = 143, [145] = 145, [146] = 146, [147] = 147, [148] = 148, - [149] = 145, + [149] = 149, [150] = 150, [151] = 151, [152] = 152, [153] = 153, - [154] = 146, + [154] = 154, [155] = 155, [156] = 156, [157] = 157, - [158] = 153, + [158] = 145, [159] = 159, [160] = 160, [161] = 161, @@ -4055,87 +4058,87 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [163] = 163, [164] = 164, [165] = 165, - [166] = 166, - [167] = 162, - [168] = 147, - [169] = 148, + [166] = 151, + [167] = 152, + [168] = 168, + [169] = 169, [170] = 170, - [171] = 171, + [171] = 163, [172] = 172, [173] = 173, [174] = 174, [175] = 175, - [176] = 176, - [177] = 177, - [178] = 164, - [179] = 137, + [176] = 156, + [177] = 153, + [178] = 178, + [179] = 162, [180] = 180, [181] = 181, [182] = 182, - [183] = 183, + [183] = 172, [184] = 184, - [185] = 185, - [186] = 165, - [187] = 187, - [188] = 181, - [189] = 166, - [190] = 187, - [191] = 181, - [192] = 166, - [193] = 187, - [194] = 181, - [195] = 166, - [196] = 187, + [185] = 150, + [186] = 186, + [187] = 155, + [188] = 186, + [189] = 189, + [190] = 136, + [191] = 172, + [192] = 155, + [193] = 186, + [194] = 172, + [195] = 155, + [196] = 186, [197] = 197, [198] = 198, - [199] = 177, + [199] = 175, [200] = 180, - [201] = 201, - [202] = 182, - [203] = 184, - [204] = 185, - [205] = 205, + [201] = 181, + [202] = 202, + [203] = 203, + [204] = 204, + [205] = 157, [206] = 206, [207] = 207, [208] = 208, - [209] = 209, + [209] = 202, [210] = 210, - [211] = 208, - [212] = 201, - [213] = 171, - [214] = 214, + [211] = 173, + [212] = 212, + [213] = 212, + [214] = 178, [215] = 215, - [216] = 215, + [216] = 216, [217] = 217, [218] = 218, - [219] = 219, - [220] = 220, + [219] = 215, + [220] = 217, [221] = 221, - [222] = 222, - [223] = 219, + [222] = 216, + [223] = 218, [224] = 224, - [225] = 220, + [225] = 216, [226] = 226, - [227] = 227, - [228] = 222, - [229] = 229, - [230] = 227, - [231] = 227, - [232] = 220, - [233] = 219, - [234] = 219, - [235] = 227, - [236] = 226, - [237] = 218, - [238] = 215, - [239] = 220, - [240] = 215, - [241] = 221, - [242] = 227, - [243] = 219, + [227] = 224, + [228] = 228, + [229] = 216, + [230] = 217, + [231] = 216, + [232] = 224, + [233] = 224, + [234] = 218, + [235] = 235, + [236] = 221, + [237] = 228, + [238] = 238, + [239] = 226, + [240] = 217, + [241] = 218, + [242] = 238, + [243] = 235, [244] = 217, - [245] = 224, - [246] = 220, + [245] = 245, + [246] = 224, [247] = 247, [248] = 248, [249] = 249, @@ -4152,113 +4155,113 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [260] = 260, [261] = 261, [262] = 262, - [263] = 256, + [263] = 263, [264] = 264, [265] = 265, [266] = 266, - [267] = 256, + [267] = 267, [268] = 268, - [269] = 256, + [269] = 269, [270] = 270, [271] = 271, - [272] = 256, - [273] = 248, - [274] = 249, - [275] = 250, + [272] = 272, + [273] = 273, + [274] = 274, + [275] = 275, [276] = 276, - [277] = 251, - [278] = 252, + [277] = 277, + [278] = 278, [279] = 279, [280] = 280, - [281] = 281, + [281] = 264, [282] = 282, - [283] = 283, + [283] = 265, [284] = 284, - [285] = 285, - [286] = 286, - [287] = 287, - [288] = 253, - [289] = 254, - [290] = 255, - [291] = 276, - [292] = 276, - [293] = 256, - [294] = 247, - [295] = 295, - [296] = 296, - [297] = 247, + [285] = 266, + [286] = 267, + [287] = 268, + [288] = 269, + [289] = 270, + [290] = 271, + [291] = 272, + [292] = 273, + [293] = 274, + [294] = 275, + [295] = 276, + [296] = 278, + [297] = 279, [298] = 298, - [299] = 268, - [300] = 270, - [301] = 271, - [302] = 248, - [303] = 249, - [304] = 250, - [305] = 251, - [306] = 252, - [307] = 253, - [308] = 276, - [309] = 254, - [310] = 255, - [311] = 311, - [312] = 256, - [313] = 257, - [314] = 314, - [315] = 315, - [316] = 296, - [317] = 257, - [318] = 318, - [319] = 247, - [320] = 320, - [321] = 268, - [322] = 270, - [323] = 271, - [324] = 248, - [325] = 249, - [326] = 250, - [327] = 251, - [328] = 252, - [329] = 253, - [330] = 254, - [331] = 255, - [332] = 332, - [333] = 256, - [334] = 334, - [335] = 257, - [336] = 336, - [337] = 337, - [338] = 315, - [339] = 339, - [340] = 259, - [341] = 295, + [299] = 299, + [300] = 300, + [301] = 265, + [302] = 302, + [303] = 266, + [304] = 266, + [305] = 267, + [306] = 268, + [307] = 269, + [308] = 270, + [309] = 271, + [310] = 272, + [311] = 273, + [312] = 274, + [313] = 250, + [314] = 276, + [315] = 267, + [316] = 278, + [317] = 268, + [318] = 279, + [319] = 269, + [320] = 270, + [321] = 271, + [322] = 272, + [323] = 278, + [324] = 280, + [325] = 278, + [326] = 278, + [327] = 278, + [328] = 328, + [329] = 264, + [330] = 330, + [331] = 331, + [332] = 273, + [333] = 274, + [334] = 275, + [335] = 276, + [336] = 264, + [337] = 278, + [338] = 338, + [339] = 265, + [340] = 279, + [341] = 341, [342] = 342, - [343] = 318, - [344] = 339, + [343] = 343, + [344] = 282, [345] = 345, - [346] = 346, - [347] = 279, - [348] = 283, - [349] = 298, - [350] = 320, - [351] = 336, - [352] = 342, - [353] = 353, - [354] = 262, - [355] = 265, - [356] = 266, - [357] = 282, - [358] = 286, - [359] = 315, - [360] = 318, - [361] = 353, - [362] = 283, - [363] = 353, - [364] = 315, - [365] = 268, - [366] = 318, - [367] = 270, - [368] = 353, - [369] = 271, + [346] = 302, + [347] = 338, + [348] = 257, + [349] = 247, + [350] = 350, + [351] = 284, + [352] = 298, + [353] = 328, + [354] = 341, + [355] = 343, + [356] = 350, + [357] = 250, + [358] = 253, + [359] = 255, + [360] = 256, + [361] = 261, + [362] = 263, + [363] = 282, + [364] = 257, + [365] = 298, + [366] = 250, + [367] = 282, + [368] = 257, + [369] = 275, [370] = 370, [371] = 371, [372] = 372, @@ -4271,59 +4274,59 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [379] = 379, [380] = 380, [381] = 381, - [382] = 382, + [382] = 381, [383] = 383, [384] = 210, [385] = 385, [386] = 386, [387] = 387, - [388] = 209, - [389] = 376, - [390] = 380, + [388] = 388, + [389] = 389, + [390] = 390, [391] = 391, [392] = 392, [393] = 393, - [394] = 376, + [394] = 385, [395] = 395, [396] = 396, [397] = 397, [398] = 398, [399] = 399, [400] = 400, - [401] = 380, + [401] = 385, [402] = 402, [403] = 403, - [404] = 404, - [405] = 405, + [404] = 381, + [405] = 208, [406] = 406, [407] = 407, [408] = 406, - [409] = 399, - [410] = 410, - [411] = 410, - [412] = 410, - [413] = 406, + [409] = 409, + [410] = 406, + [411] = 407, + [412] = 409, + [413] = 409, [414] = 407, - [415] = 407, + [415] = 391, [416] = 416, - [417] = 417, - [418] = 417, - [419] = 417, + [417] = 416, + [418] = 418, + [419] = 416, [420] = 420, - [421] = 420, - [422] = 420, - [423] = 423, + [421] = 421, + [422] = 421, + [423] = 421, [424] = 424, [425] = 425, [426] = 426, - [427] = 426, - [428] = 428, - [429] = 429, - [430] = 428, + [427] = 427, + [428] = 426, + [429] = 427, + [430] = 430, [431] = 425, - [432] = 428, - [433] = 429, - [434] = 429, + [432] = 430, + [433] = 427, + [434] = 430, [435] = 435, [436] = 435, [437] = 437, @@ -4333,45 +4336,45 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [441] = 441, [442] = 441, [443] = 441, - [444] = 440, - [445] = 439, - [446] = 439, - [447] = 440, + [444] = 439, + [445] = 440, + [446] = 440, + [447] = 439, [448] = 448, [449] = 449, - [450] = 448, - [451] = 448, - [452] = 332, - [453] = 373, - [454] = 370, - [455] = 371, - [456] = 374, - [457] = 372, - [458] = 381, - [459] = 404, - [460] = 398, - [461] = 395, + [450] = 449, + [451] = 449, + [452] = 258, + [453] = 372, + [454] = 373, + [455] = 374, + [456] = 370, + [457] = 371, + [458] = 395, + [459] = 403, + [460] = 380, + [461] = 377, [462] = 462, [463] = 396, - [464] = 379, - [465] = 397, - [466] = 383, - [467] = 467, - [468] = 386, - [469] = 382, - [470] = 378, - [471] = 471, - [472] = 467, - [473] = 400, - [474] = 467, - [475] = 467, - [476] = 403, - [477] = 392, - [478] = 405, - [479] = 385, + [464] = 398, + [465] = 465, + [466] = 388, + [467] = 465, + [468] = 379, + [469] = 383, + [470] = 399, + [471] = 376, + [472] = 465, + [473] = 375, + [474] = 387, + [475] = 389, + [476] = 392, + [477] = 465, + [478] = 390, + [479] = 397, [480] = 393, - [481] = 375, - [482] = 391, + [481] = 481, + [482] = 402, [483] = 483, [484] = 483, [485] = 483, @@ -4462,7 +4465,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [570] = 570, [571] = 571, [572] = 572, - [573] = 573, + [573] = 372, [574] = 574, [575] = 575, [576] = 576, @@ -4482,15 +4485,15 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [590] = 590, [591] = 591, [592] = 592, - [593] = 593, + [593] = 373, [594] = 594, [595] = 595, [596] = 596, - [597] = 597, + [597] = 374, [598] = 598, [599] = 599, - [600] = 600, - [601] = 601, + [600] = 370, + [601] = 371, [602] = 602, [603] = 603, [604] = 604, @@ -4515,17 +4518,17 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [623] = 623, [624] = 624, [625] = 625, - [626] = 626, + [626] = 530, [627] = 627, [628] = 628, [629] = 629, - [630] = 374, + [630] = 630, [631] = 631, [632] = 632, [633] = 633, [634] = 634, [635] = 635, - [636] = 636, + [636] = 514, [637] = 637, [638] = 638, [639] = 639, @@ -4535,12 +4538,12 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [643] = 643, [644] = 644, [645] = 645, - [646] = 370, + [646] = 646, [647] = 647, [648] = 648, - [649] = 373, - [650] = 372, - [651] = 371, + [649] = 649, + [650] = 650, + [651] = 651, [652] = 652, [653] = 653, [654] = 654, @@ -4563,7 +4566,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [671] = 671, [672] = 672, [673] = 673, - [674] = 662, + [674] = 674, [675] = 675, [676] = 676, [677] = 677, @@ -4589,7 +4592,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [697] = 697, [698] = 698, [699] = 699, - [700] = 667, + [700] = 700, [701] = 701, [702] = 702, [703] = 703, @@ -4654,10 +4657,10 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [762] = 762, [763] = 762, [764] = 764, - [765] = 765, - [766] = 764, - [767] = 767, - [768] = 765, + [765] = 764, + [766] = 766, + [767] = 766, + [768] = 768, [769] = 769, [770] = 770, [771] = 771, @@ -4672,27 +4675,27 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [780] = 780, [781] = 781, [782] = 782, - [783] = 783, + [783] = 782, [784] = 784, [785] = 784, - [786] = 780, - [787] = 781, + [786] = 786, + [787] = 780, [788] = 788, [789] = 789, [790] = 790, [791] = 791, [792] = 792, - [793] = 793, + [793] = 790, [794] = 794, [795] = 795, - [796] = 794, + [796] = 791, [797] = 797, - [798] = 791, - [799] = 788, - [800] = 800, - [801] = 800, + [798] = 792, + [799] = 799, + [800] = 794, + [801] = 799, [802] = 797, - [803] = 795, + [803] = 803, [804] = 804, [805] = 805, [806] = 806, @@ -4700,76 +4703,76 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [808] = 808, [809] = 809, [810] = 810, - [811] = 806, + [811] = 811, [812] = 812, [813] = 813, - [814] = 814, - [815] = 815, - [816] = 816, + [814] = 807, + [815] = 810, + [816] = 811, [817] = 804, - [818] = 816, + [818] = 818, [819] = 819, - [820] = 814, + [820] = 818, [821] = 821, - [822] = 813, - [823] = 810, + [822] = 822, + [823] = 805, [824] = 824, - [825] = 815, - [826] = 807, - [827] = 827, - [828] = 805, + [825] = 822, + [826] = 826, + [827] = 808, + [828] = 812, [829] = 809, - [830] = 808, - [831] = 827, - [832] = 804, - [833] = 827, - [834] = 804, - [835] = 827, - [836] = 836, + [830] = 830, + [831] = 813, + [832] = 805, + [833] = 818, + [834] = 805, + [835] = 818, + [836] = 826, [837] = 837, [838] = 837, - [839] = 839, + [839] = 837, [840] = 837, - [841] = 837, + [841] = 841, [842] = 842, [843] = 843, [844] = 844, [845] = 845, - [846] = 846, + [846] = 844, [847] = 847, - [848] = 848, - [849] = 846, - [850] = 845, - [851] = 845, - [852] = 847, - [853] = 853, + [848] = 847, + [849] = 849, + [850] = 843, + [851] = 847, + [852] = 844, + [853] = 849, [854] = 854, [855] = 855, - [856] = 848, + [856] = 855, [857] = 857, [858] = 858, - [859] = 848, - [860] = 858, - [861] = 842, - [862] = 847, - [863] = 846, - [864] = 848, - [865] = 865, + [859] = 859, + [860] = 860, + [861] = 861, + [862] = 844, + [863] = 843, + [864] = 857, + [865] = 849, [866] = 866, [867] = 867, [868] = 868, [869] = 869, [870] = 870, [871] = 871, - [872] = 869, + [872] = 872, [873] = 873, [874] = 874, - [875] = 867, + [875] = 875, [876] = 876, [877] = 877, [878] = 878, [879] = 879, - [880] = 880, + [880] = 868, [881] = 881, [882] = 882, [883] = 883, @@ -4777,1172 +4780,1172 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [885] = 885, [886] = 886, [887] = 887, - [888] = 873, + [888] = 888, [889] = 889, - [890] = 874, - [891] = 867, + [890] = 890, + [891] = 891, [892] = 892, - [893] = 883, + [893] = 893, [894] = 894, - [895] = 876, - [896] = 877, + [895] = 895, + [896] = 896, [897] = 897, - [898] = 878, - [899] = 587, + [898] = 877, + [899] = 899, [900] = 900, - [901] = 884, - [902] = 902, - [903] = 903, - [904] = 904, - [905] = 885, - [906] = 906, + [901] = 901, + [902] = 877, + [903] = 891, + [904] = 878, + [905] = 901, + [906] = 878, [907] = 907, - [908] = 883, - [909] = 909, - [910] = 884, + [908] = 868, + [909] = 877, + [910] = 878, [911] = 911, - [912] = 885, + [912] = 911, [913] = 913, - [914] = 873, + [914] = 914, [915] = 915, - [916] = 916, - [917] = 917, + [916] = 883, + [917] = 885, [918] = 918, - [919] = 887, + [919] = 883, [920] = 920, [921] = 921, - [922] = 922, + [922] = 883, [923] = 923, - [924] = 871, - [925] = 925, - [926] = 926, - [927] = 869, + [924] = 924, + [925] = 884, + [926] = 885, + [927] = 886, [928] = 928, - [929] = 929, + [929] = 887, [930] = 930, - [931] = 871, - [932] = 877, - [933] = 879, - [934] = 934, - [935] = 935, - [936] = 936, + [931] = 901, + [932] = 911, + [933] = 933, + [934] = 884, + [935] = 885, + [936] = 907, [937] = 937, - [938] = 917, + [938] = 886, [939] = 939, [940] = 940, [941] = 941, [942] = 942, - [943] = 886, - [944] = 871, + [943] = 943, + [944] = 887, [945] = 945, - [946] = 892, - [947] = 903, - [948] = 929, - [949] = 869, - [950] = 950, - [951] = 951, - [952] = 952, + [946] = 946, + [947] = 947, + [948] = 948, + [949] = 572, + [950] = 888, + [951] = 870, + [952] = 876, [953] = 889, - [954] = 945, + [954] = 890, [955] = 939, - [956] = 926, - [957] = 934, - [958] = 935, - [959] = 942, - [960] = 960, - [961] = 961, + [956] = 891, + [957] = 879, + [958] = 958, + [959] = 882, + [960] = 895, + [961] = 915, [962] = 962, - [963] = 906, - [964] = 897, - [965] = 911, - [966] = 918, - [967] = 870, - [968] = 881, - [969] = 882, - [970] = 950, - [971] = 900, - [972] = 951, - [973] = 921, - [974] = 922, - [975] = 923, - [976] = 925, - [977] = 930, - [978] = 866, - [979] = 979, - [980] = 980, - [981] = 981, + [963] = 963, + [964] = 867, + [965] = 872, + [966] = 966, + [967] = 940, + [968] = 941, + [969] = 942, + [970] = 946, + [971] = 947, + [972] = 948, + [973] = 958, + [974] = 966, + [975] = 975, + [976] = 924, + [977] = 871, + [978] = 978, + [979] = 894, + [980] = 918, + [981] = 930, [982] = 982, - [983] = 979, - [984] = 984, - [985] = 920, - [986] = 984, - [987] = 952, - [988] = 915, - [989] = 989, - [990] = 981, - [991] = 894, - [992] = 917, - [993] = 886, - [994] = 982, - [995] = 995, - [996] = 960, - [997] = 874, - [998] = 962, - [999] = 999, - [1000] = 894, - [1001] = 873, - [1002] = 887, - [1003] = 867, - [1004] = 928, - [1005] = 961, + [983] = 873, + [984] = 874, + [985] = 875, + [986] = 881, + [987] = 892, + [988] = 893, + [989] = 923, + [990] = 866, + [991] = 928, + [992] = 992, + [993] = 933, + [994] = 937, + [995] = 945, + [996] = 962, + [997] = 870, + [998] = 963, + [999] = 975, + [1000] = 982, + [1001] = 913, + [1002] = 1002, + [1003] = 888, + [1004] = 1004, + [1005] = 889, [1006] = 1006, - [1007] = 876, - [1008] = 878, - [1009] = 941, + [1007] = 890, + [1008] = 1008, + [1009] = 1009, [1010] = 1010, [1011] = 1011, [1012] = 1012, [1013] = 1013, [1014] = 1014, - [1015] = 587, + [1015] = 572, [1016] = 1016, [1017] = 1017, [1018] = 1018, [1019] = 1019, [1020] = 1020, - [1021] = 210, + [1021] = 1021, [1022] = 1022, - [1023] = 209, - [1024] = 402, - [1025] = 370, - [1026] = 387, - [1027] = 373, - [1028] = 1028, + [1023] = 378, + [1024] = 400, + [1025] = 208, + [1026] = 210, + [1027] = 372, + [1028] = 373, [1029] = 374, - [1030] = 1030, - [1031] = 372, - [1032] = 371, - [1033] = 609, + [1030] = 370, + [1031] = 371, + [1032] = 1032, + [1033] = 1033, [1034] = 1034, - [1035] = 705, - [1036] = 1036, - [1037] = 539, + [1035] = 1035, + [1036] = 556, + [1037] = 567, [1038] = 1038, - [1039] = 501, + [1039] = 746, [1040] = 1040, [1041] = 1041, [1042] = 1042, [1043] = 1043, - [1044] = 612, + [1044] = 1044, [1045] = 1045, - [1046] = 1046, - [1047] = 1047, - [1048] = 1047, + [1046] = 727, + [1047] = 627, + [1048] = 1048, [1049] = 1049, [1050] = 1050, [1051] = 1051, - [1052] = 1052, - [1053] = 1051, + [1052] = 1010, + [1053] = 1053, [1054] = 1054, - [1055] = 1051, + [1055] = 1055, [1056] = 1056, - [1057] = 1057, - [1058] = 1047, - [1059] = 1059, + [1057] = 1054, + [1058] = 1058, + [1059] = 1056, [1060] = 1060, - [1061] = 1010, - [1062] = 1019, - [1063] = 1063, + [1061] = 1056, + [1062] = 1062, + [1063] = 1054, [1064] = 1064, - [1065] = 1065, - [1066] = 1066, - [1067] = 1067, - [1068] = 1068, - [1069] = 1069, + [1065] = 664, + [1066] = 667, + [1067] = 670, + [1068] = 747, + [1069] = 501, [1070] = 1070, [1071] = 1071, [1072] = 1072, - [1073] = 1073, - [1074] = 1074, - [1075] = 1075, - [1076] = 1076, - [1077] = 1077, - [1078] = 1078, - [1079] = 435, - [1080] = 736, - [1081] = 1081, - [1082] = 1082, - [1083] = 1083, - [1084] = 671, - [1085] = 680, - [1086] = 1018, - [1087] = 1087, - [1088] = 1017, - [1089] = 1089, - [1090] = 1090, - [1091] = 1016, - [1092] = 1092, - [1093] = 1093, + [1073] = 507, + [1074] = 509, + [1075] = 510, + [1076] = 511, + [1077] = 512, + [1078] = 517, + [1079] = 521, + [1080] = 522, + [1081] = 524, + [1082] = 525, + [1083] = 526, + [1084] = 532, + [1085] = 533, + [1086] = 539, + [1087] = 542, + [1088] = 543, + [1089] = 544, + [1090] = 545, + [1091] = 547, + [1092] = 548, + [1093] = 552, [1094] = 1094, - [1095] = 1095, - [1096] = 1096, - [1097] = 670, - [1098] = 332, - [1099] = 697, - [1100] = 698, - [1101] = 727, - [1102] = 743, - [1103] = 744, - [1104] = 749, - [1105] = 758, - [1106] = 595, - [1107] = 602, - [1108] = 608, - [1109] = 688, - [1110] = 693, - [1111] = 701, - [1112] = 703, - [1113] = 537, - [1114] = 558, - [1115] = 1115, - [1116] = 1116, - [1117] = 1117, - [1118] = 1118, - [1119] = 1119, - [1120] = 590, - [1121] = 593, - [1122] = 594, - [1123] = 596, - [1124] = 597, - [1125] = 600, - [1126] = 603, - [1127] = 605, - [1128] = 606, - [1129] = 607, - [1130] = 610, - [1131] = 611, - [1132] = 613, - [1133] = 615, - [1134] = 625, - [1135] = 626, - [1136] = 627, - [1137] = 628, - [1138] = 761, - [1139] = 487, - [1140] = 631, - [1141] = 632, - [1142] = 634, - [1143] = 635, - [1144] = 636, - [1145] = 637, - [1146] = 638, - [1147] = 640, - [1148] = 641, - [1149] = 642, - [1150] = 643, - [1151] = 644, - [1152] = 645, - [1153] = 647, - [1154] = 653, - [1155] = 658, - [1156] = 1156, - [1157] = 1157, - [1158] = 1158, - [1159] = 1159, - [1160] = 668, - [1161] = 669, - [1162] = 672, - [1163] = 675, - [1164] = 676, - [1165] = 677, - [1166] = 678, - [1167] = 679, - [1168] = 684, - [1169] = 685, - [1170] = 686, - [1171] = 689, - [1172] = 690, - [1173] = 691, - [1174] = 692, - [1175] = 695, - [1176] = 696, - [1177] = 702, - [1178] = 709, - [1179] = 710, - [1180] = 711, - [1181] = 712, - [1182] = 713, - [1183] = 714, - [1184] = 715, - [1185] = 716, - [1186] = 717, - [1187] = 718, - [1188] = 719, - [1189] = 720, - [1190] = 721, - [1191] = 722, - [1192] = 723, - [1193] = 724, - [1194] = 725, - [1195] = 726, - [1196] = 728, - [1197] = 729, - [1198] = 730, - [1199] = 731, - [1200] = 732, - [1201] = 733, - [1202] = 734, - [1203] = 735, - [1204] = 737, - [1205] = 738, - [1206] = 739, - [1207] = 741, - [1208] = 748, - [1209] = 750, - [1210] = 1210, - [1211] = 1211, - [1212] = 760, - [1213] = 629, - [1214] = 601, - [1215] = 707, - [1216] = 708, - [1217] = 740, - [1218] = 742, - [1219] = 498, - [1220] = 581, - [1221] = 582, - [1222] = 583, - [1223] = 584, - [1224] = 585, - [1225] = 586, - [1226] = 588, - [1227] = 589, - [1228] = 591, - [1229] = 592, - [1230] = 1230, - [1231] = 599, - [1232] = 604, - [1233] = 614, - [1234] = 616, - [1235] = 617, - [1236] = 618, - [1237] = 619, - [1238] = 620, - [1239] = 621, - [1240] = 622, - [1241] = 623, - [1242] = 624, - [1243] = 633, - [1244] = 648, - [1245] = 652, - [1246] = 654, - [1247] = 655, - [1248] = 656, - [1249] = 657, - [1250] = 660, - [1251] = 661, - [1252] = 663, - [1253] = 664, - [1254] = 666, - [1255] = 673, - [1256] = 681, - [1257] = 682, - [1258] = 683, - [1259] = 687, - [1260] = 704, - [1261] = 706, + [1095] = 569, + [1096] = 570, + [1097] = 571, + [1098] = 574, + [1099] = 575, + [1100] = 577, + [1101] = 578, + [1102] = 579, + [1103] = 580, + [1104] = 581, + [1105] = 582, + [1106] = 583, + [1107] = 584, + [1108] = 585, + [1109] = 586, + [1110] = 587, + [1111] = 589, + [1112] = 590, + [1113] = 591, + [1114] = 592, + [1115] = 594, + [1116] = 595, + [1117] = 596, + [1118] = 598, + [1119] = 599, + [1120] = 607, + [1121] = 613, + [1122] = 649, + [1123] = 657, + [1124] = 1124, + [1125] = 1125, + [1126] = 668, + [1127] = 669, + [1128] = 672, + [1129] = 673, + [1130] = 674, + [1131] = 676, + [1132] = 678, + [1133] = 679, + [1134] = 682, + [1135] = 684, + [1136] = 685, + [1137] = 686, + [1138] = 688, + [1139] = 689, + [1140] = 691, + [1141] = 693, + [1142] = 698, + [1143] = 699, + [1144] = 702, + [1145] = 703, + [1146] = 706, + [1147] = 720, + [1148] = 724, + [1149] = 1149, + [1150] = 728, + [1151] = 730, + [1152] = 731, + [1153] = 732, + [1154] = 733, + [1155] = 734, + [1156] = 736, + [1157] = 737, + [1158] = 738, + [1159] = 739, + [1160] = 740, + [1161] = 741, + [1162] = 742, + [1163] = 743, + [1164] = 744, + [1165] = 745, + [1166] = 748, + [1167] = 750, + [1168] = 751, + [1169] = 753, + [1170] = 755, + [1171] = 757, + [1172] = 760, + [1173] = 637, + [1174] = 665, + [1175] = 1175, + [1176] = 1176, + [1177] = 515, + [1178] = 519, + [1179] = 523, + [1180] = 534, + [1181] = 535, + [1182] = 537, + [1183] = 538, + [1184] = 540, + [1185] = 541, + [1186] = 549, + [1187] = 555, + [1188] = 700, + [1189] = 557, + [1190] = 558, + [1191] = 559, + [1192] = 560, + [1193] = 561, + [1194] = 562, + [1195] = 563, + [1196] = 564, + [1197] = 565, + [1198] = 566, + [1199] = 568, + [1200] = 576, + [1201] = 604, + [1202] = 608, + [1203] = 610, + [1204] = 611, + [1205] = 612, + [1206] = 614, + [1207] = 635, + [1208] = 655, + [1209] = 656, + [1210] = 658, + [1211] = 663, + [1212] = 1212, + [1213] = 680, + [1214] = 687, + [1215] = 690, + [1216] = 692, + [1217] = 694, + [1218] = 695, + [1219] = 696, + [1220] = 697, + [1221] = 704, + [1222] = 712, + [1223] = 726, + [1224] = 735, + [1225] = 759, + [1226] = 488, + [1227] = 489, + [1228] = 490, + [1229] = 701, + [1230] = 705, + [1231] = 707, + [1232] = 708, + [1233] = 1233, + [1234] = 1234, + [1235] = 1235, + [1236] = 710, + [1237] = 711, + [1238] = 713, + [1239] = 527, + [1240] = 531, + [1241] = 714, + [1242] = 1242, + [1243] = 1243, + [1244] = 715, + [1245] = 1245, + [1246] = 1246, + [1247] = 716, + [1248] = 717, + [1249] = 718, + [1250] = 1250, + [1251] = 719, + [1252] = 1018, + [1253] = 1253, + [1254] = 1017, + [1255] = 1255, + [1256] = 721, + [1257] = 1257, + [1258] = 1258, + [1259] = 1259, + [1260] = 722, + [1261] = 729, [1262] = 1262, - [1263] = 1263, - [1264] = 745, - [1265] = 746, - [1266] = 747, - [1267] = 751, - [1268] = 752, - [1269] = 753, - [1270] = 754, - [1271] = 755, - [1272] = 756, - [1273] = 757, - [1274] = 759, - [1275] = 488, - [1276] = 489, - [1277] = 490, - [1278] = 491, - [1279] = 492, - [1280] = 493, - [1281] = 494, - [1282] = 495, - [1283] = 496, - [1284] = 497, - [1285] = 499, - [1286] = 500, - [1287] = 502, - [1288] = 503, - [1289] = 504, - [1290] = 505, - [1291] = 506, - [1292] = 507, - [1293] = 508, - [1294] = 509, - [1295] = 510, - [1296] = 511, - [1297] = 512, - [1298] = 513, - [1299] = 514, - [1300] = 515, - [1301] = 516, - [1302] = 517, - [1303] = 518, - [1304] = 519, - [1305] = 520, - [1306] = 521, - [1307] = 522, - [1308] = 523, - [1309] = 524, - [1310] = 525, - [1311] = 526, - [1312] = 1312, - [1313] = 1313, - [1314] = 527, - [1315] = 528, - [1316] = 529, - [1317] = 530, - [1318] = 531, - [1319] = 532, - [1320] = 533, - [1321] = 534, - [1322] = 535, - [1323] = 536, - [1324] = 538, - [1325] = 540, - [1326] = 541, - [1327] = 542, - [1328] = 543, - [1329] = 544, - [1330] = 545, - [1331] = 546, - [1332] = 547, - [1333] = 548, - [1334] = 549, - [1335] = 550, - [1336] = 551, - [1337] = 552, - [1338] = 553, - [1339] = 554, - [1340] = 555, - [1341] = 556, - [1342] = 557, - [1343] = 559, - [1344] = 560, - [1345] = 561, - [1346] = 562, - [1347] = 563, - [1348] = 564, - [1349] = 565, - [1350] = 566, - [1351] = 567, - [1352] = 568, - [1353] = 569, - [1354] = 570, - [1355] = 571, - [1356] = 572, - [1357] = 573, - [1358] = 574, - [1359] = 575, - [1360] = 576, - [1361] = 577, - [1362] = 578, - [1363] = 579, - [1364] = 580, - [1365] = 1365, - [1366] = 1366, - [1367] = 1367, - [1368] = 587, - [1369] = 1369, - [1370] = 1019, - [1371] = 1371, - [1372] = 598, - [1373] = 1373, - [1374] = 1374, - [1375] = 405, - [1376] = 373, + [1263] = 572, + [1264] = 1264, + [1265] = 520, + [1266] = 1266, + [1267] = 749, + [1268] = 754, + [1269] = 1016, + [1270] = 756, + [1271] = 758, + [1272] = 618, + [1273] = 551, + [1274] = 553, + [1275] = 1275, + [1276] = 723, + [1277] = 671, + [1278] = 554, + [1279] = 1279, + [1280] = 492, + [1281] = 497, + [1282] = 504, + [1283] = 1283, + [1284] = 1284, + [1285] = 1285, + [1286] = 1286, + [1287] = 505, + [1288] = 1288, + [1289] = 506, + [1290] = 1290, + [1291] = 1291, + [1292] = 508, + [1293] = 546, + [1294] = 621, + [1295] = 1295, + [1296] = 1296, + [1297] = 258, + [1298] = 499, + [1299] = 502, + [1300] = 503, + [1301] = 550, + [1302] = 752, + [1303] = 491, + [1304] = 493, + [1305] = 1020, + [1306] = 494, + [1307] = 495, + [1308] = 588, + [1309] = 496, + [1310] = 498, + [1311] = 500, + [1312] = 615, + [1313] = 487, + [1314] = 513, + [1315] = 516, + [1316] = 518, + [1317] = 1317, + [1318] = 528, + [1319] = 1319, + [1320] = 529, + [1321] = 1321, + [1322] = 1322, + [1323] = 1323, + [1324] = 623, + [1325] = 1325, + [1326] = 624, + [1327] = 1327, + [1328] = 1328, + [1329] = 1329, + [1330] = 625, + [1331] = 602, + [1332] = 1332, + [1333] = 603, + [1334] = 605, + [1335] = 606, + [1336] = 609, + [1337] = 616, + [1338] = 617, + [1339] = 619, + [1340] = 620, + [1341] = 622, + [1342] = 631, + [1343] = 628, + [1344] = 629, + [1345] = 630, + [1346] = 1346, + [1347] = 632, + [1348] = 644, + [1349] = 633, + [1350] = 634, + [1351] = 761, + [1352] = 638, + [1353] = 639, + [1354] = 640, + [1355] = 1020, + [1356] = 641, + [1357] = 642, + [1358] = 643, + [1359] = 645, + [1360] = 646, + [1361] = 647, + [1362] = 650, + [1363] = 648, + [1364] = 652, + [1365] = 653, + [1366] = 654, + [1367] = 659, + [1368] = 660, + [1369] = 661, + [1370] = 666, + [1371] = 662, + [1372] = 435, + [1373] = 677, + [1374] = 681, + [1375] = 709, + [1376] = 376, [1377] = 1377, [1378] = 1378, [1379] = 1379, [1380] = 1380, [1381] = 1381, [1382] = 1382, - [1383] = 1383, + [1383] = 210, [1384] = 1384, - [1385] = 209, + [1385] = 178, [1386] = 1386, - [1387] = 375, - [1388] = 1388, - [1389] = 1389, - [1390] = 371, - [1391] = 391, + [1387] = 1387, + [1388] = 390, + [1389] = 393, + [1390] = 1390, + [1391] = 1391, [1392] = 1392, [1393] = 1393, - [1394] = 1394, + [1394] = 402, [1395] = 1395, - [1396] = 1396, + [1396] = 403, [1397] = 1397, - [1398] = 1398, + [1398] = 181, [1399] = 1399, - [1400] = 1400, + [1400] = 380, [1401] = 1401, - [1402] = 1402, + [1402] = 377, [1403] = 1403, - [1404] = 398, - [1405] = 1011, + [1404] = 1404, + [1405] = 1405, [1406] = 1406, [1407] = 1407, - [1408] = 374, + [1408] = 1408, [1409] = 1409, - [1410] = 1410, - [1411] = 1411, + [1410] = 396, + [1411] = 378, [1412] = 1412, - [1413] = 180, - [1414] = 1414, + [1413] = 1413, + [1414] = 388, [1415] = 1415, [1416] = 1416, - [1417] = 210, + [1417] = 1417, [1418] = 1418, - [1419] = 381, - [1420] = 397, - [1421] = 395, - [1422] = 396, - [1423] = 403, - [1424] = 392, - [1425] = 404, - [1426] = 379, - [1427] = 383, + [1419] = 1419, + [1420] = 379, + [1421] = 1421, + [1422] = 395, + [1423] = 1423, + [1424] = 1424, + [1425] = 397, + [1426] = 1426, + [1427] = 1427, [1428] = 1428, - [1429] = 370, - [1430] = 386, + [1429] = 1429, + [1430] = 1430, [1431] = 1431, - [1432] = 1432, - [1433] = 1433, + [1432] = 383, + [1433] = 400, [1434] = 1434, [1435] = 1435, [1436] = 1436, [1437] = 1437, - [1438] = 1438, - [1439] = 1439, + [1438] = 375, + [1439] = 180, [1440] = 1440, [1441] = 1441, [1442] = 1442, - [1443] = 382, - [1444] = 1444, - [1445] = 1445, - [1446] = 378, + [1443] = 373, + [1444] = 392, + [1445] = 572, + [1446] = 374, [1447] = 1447, [1448] = 1448, - [1449] = 393, - [1450] = 1450, - [1451] = 185, + [1449] = 1449, + [1450] = 175, + [1451] = 1451, [1452] = 1452, [1453] = 1453, - [1454] = 372, - [1455] = 400, + [1454] = 1454, + [1455] = 1455, [1456] = 1456, [1457] = 1457, [1458] = 1458, - [1459] = 1459, + [1459] = 389, [1460] = 1460, [1461] = 1461, - [1462] = 587, + [1462] = 700, [1463] = 1463, - [1464] = 668, - [1465] = 1019, - [1466] = 1466, - [1467] = 385, - [1468] = 1468, + [1464] = 1464, + [1465] = 1011, + [1466] = 372, + [1467] = 1467, + [1468] = 208, [1469] = 1469, - [1470] = 1470, + [1470] = 173, [1471] = 1471, - [1472] = 182, + [1472] = 398, [1473] = 1473, [1474] = 1474, - [1475] = 387, - [1476] = 1476, + [1475] = 1020, + [1476] = 399, [1477] = 1477, [1478] = 1478, [1479] = 1479, [1480] = 1480, - [1481] = 1481, + [1481] = 387, [1482] = 1482, [1483] = 1483, [1484] = 1484, [1485] = 1485, [1486] = 1486, [1487] = 1487, - [1488] = 1488, - [1489] = 177, + [1488] = 371, + [1489] = 1489, [1490] = 1490, - [1491] = 184, + [1491] = 1491, [1492] = 1492, [1493] = 1493, - [1494] = 402, + [1494] = 1494, [1495] = 1495, [1496] = 1496, - [1497] = 1019, - [1498] = 1495, - [1499] = 1019, - [1500] = 1495, - [1501] = 1501, + [1497] = 370, + [1498] = 1020, + [1499] = 1499, + [1500] = 1499, + [1501] = 1020, [1502] = 1502, - [1503] = 1503, + [1503] = 1499, [1504] = 1504, [1505] = 1505, - [1506] = 1506, + [1506] = 1019, [1507] = 1507, [1508] = 1508, [1509] = 1509, [1510] = 1510, [1511] = 1511, - [1512] = 1020, + [1512] = 1512, [1513] = 1513, [1514] = 1514, - [1515] = 1057, + [1515] = 1515, [1516] = 1516, [1517] = 1517, [1518] = 1518, [1519] = 1519, - [1520] = 1504, + [1520] = 1520, [1521] = 1521, [1522] = 1522, - [1523] = 1509, + [1523] = 1523, [1524] = 1524, [1525] = 1525, [1526] = 1526, - [1527] = 1527, - [1528] = 1030, - [1529] = 1529, - [1530] = 1028, + [1527] = 1526, + [1528] = 1514, + [1529] = 1060, + [1530] = 1060, [1531] = 1531, [1532] = 1532, [1533] = 1533, [1534] = 1534, - [1535] = 1535, - [1536] = 1022, - [1537] = 1537, - [1538] = 1057, - [1539] = 1057, - [1540] = 1040, - [1541] = 1073, - [1542] = 1071, - [1543] = 1046, - [1544] = 1038, - [1545] = 1041, - [1546] = 1042, - [1547] = 1064, - [1548] = 1034, - [1549] = 1071, - [1550] = 1073, - [1551] = 1078, - [1552] = 1487, - [1553] = 1064, - [1554] = 1078, - [1555] = 1453, - [1556] = 1036, - [1557] = 1043, - [1558] = 1487, - [1559] = 1501, - [1560] = 1560, - [1561] = 1561, - [1562] = 1560, - [1563] = 1456, - [1564] = 1564, - [1565] = 1565, + [1535] = 1060, + [1536] = 1032, + [1537] = 1033, + [1538] = 1538, + [1539] = 1021, + [1540] = 1041, + [1541] = 1242, + [1542] = 1044, + [1543] = 1455, + [1544] = 1040, + [1545] = 1049, + [1546] = 1048, + [1547] = 1255, + [1548] = 1038, + [1549] = 1045, + [1550] = 1255, + [1551] = 1042, + [1552] = 1455, + [1553] = 1242, + [1554] = 1416, + [1555] = 1346, + [1556] = 1346, + [1557] = 1296, + [1558] = 1296, + [1559] = 1487, + [1560] = 1423, + [1561] = 1055, + [1562] = 1562, + [1563] = 1050, + [1564] = 1212, + [1565] = 1295, [1566] = 1566, - [1567] = 332, - [1568] = 1373, - [1569] = 1060, - [1570] = 1365, - [1571] = 1049, - [1572] = 1564, - [1573] = 1453, - [1574] = 1566, - [1575] = 1487, - [1576] = 1564, - [1577] = 1566, - [1578] = 1210, - [1579] = 1566, - [1580] = 1496, - [1581] = 1564, - [1582] = 1365, - [1583] = 1262, - [1584] = 1565, - [1585] = 1050, - [1586] = 1373, - [1587] = 1312, - [1588] = 1054, - [1589] = 1561, - [1590] = 1156, - [1591] = 1565, - [1592] = 1456, - [1593] = 1524, - [1594] = 371, - [1595] = 1511, - [1596] = 1525, - [1597] = 1371, - [1598] = 1075, - [1599] = 1599, - [1600] = 1510, - [1601] = 1115, - [1602] = 1116, - [1603] = 1117, - [1604] = 1502, - [1605] = 1505, - [1606] = 1516, - [1607] = 1503, - [1608] = 1514, - [1609] = 1519, - [1610] = 1118, - [1611] = 1119, - [1612] = 1076, - [1613] = 1599, + [1567] = 1062, + [1568] = 1502, + [1569] = 1569, + [1570] = 1570, + [1571] = 1569, + [1572] = 1504, + [1573] = 1573, + [1574] = 258, + [1575] = 1124, + [1576] = 1487, + [1577] = 1570, + [1578] = 1573, + [1579] = 1423, + [1580] = 1569, + [1581] = 1569, + [1582] = 1455, + [1583] = 1070, + [1584] = 1573, + [1585] = 1064, + [1586] = 1416, + [1587] = 1573, + [1588] = 1562, + [1589] = 1175, + [1590] = 1295, + [1591] = 1566, + [1592] = 1570, + [1593] = 1071, + [1594] = 1521, + [1595] = 1522, + [1596] = 1523, + [1597] = 1258, + [1598] = 1259, + [1599] = 1525, + [1600] = 1520, + [1601] = 1601, + [1602] = 372, + [1603] = 373, + [1604] = 374, + [1605] = 370, + [1606] = 371, + [1607] = 1513, + [1608] = 1508, + [1609] = 1524, + [1610] = 1510, + [1611] = 1507, + [1612] = 1612, + [1613] = 1511, [1614] = 1614, - [1615] = 1087, - [1616] = 1157, - [1617] = 1617, - [1618] = 1089, - [1619] = 1158, - [1620] = 1090, - [1621] = 1517, - [1622] = 1159, - [1623] = 1623, - [1624] = 1617, - [1625] = 1092, - [1626] = 1369, - [1627] = 1506, - [1628] = 1093, - [1629] = 1211, - [1630] = 1614, - [1631] = 1507, - [1632] = 1508, - [1633] = 1081, - [1634] = 1263, - [1635] = 1094, - [1636] = 1313, - [1637] = 1496, - [1638] = 1638, - [1639] = 1513, - [1640] = 1521, - [1641] = 1526, - [1642] = 1095, - [1643] = 1643, - [1644] = 1082, - [1645] = 1522, - [1646] = 1096, - [1647] = 1501, - [1648] = 374, - [1649] = 1083, - [1650] = 370, - [1651] = 373, - [1652] = 372, - [1653] = 1518, - [1654] = 1654, - [1655] = 1399, - [1656] = 1656, - [1657] = 1402, - [1658] = 1658, - [1659] = 1470, - [1660] = 1471, - [1661] = 1444, - [1662] = 1662, - [1663] = 1476, - [1664] = 1474, - [1665] = 1665, - [1666] = 1482, - [1667] = 1432, - [1668] = 1478, - [1669] = 1479, - [1670] = 1480, - [1671] = 1459, - [1672] = 1484, - [1673] = 1485, - [1674] = 1486, - [1675] = 1386, - [1676] = 1394, - [1677] = 1418, - [1678] = 1678, + [1615] = 1072, + [1616] = 1616, + [1617] = 1234, + [1618] = 1614, + [1619] = 1235, + [1620] = 1504, + [1621] = 1519, + [1622] = 1622, + [1623] = 1502, + [1624] = 1257, + [1625] = 1625, + [1626] = 1290, + [1627] = 1253, + [1628] = 1262, + [1629] = 1264, + [1630] = 1275, + [1631] = 1279, + [1632] = 1286, + [1633] = 1288, + [1634] = 1291, + [1635] = 1509, + [1636] = 1321, + [1637] = 1325, + [1638] = 1327, + [1639] = 1328, + [1640] = 1329, + [1641] = 1233, + [1642] = 1266, + [1643] = 1512, + [1644] = 1149, + [1645] = 1125, + [1646] = 1176, + [1647] = 1616, + [1648] = 1505, + [1649] = 1515, + [1650] = 1516, + [1651] = 1517, + [1652] = 1518, + [1653] = 1625, + [1654] = 1492, + [1655] = 175, + [1656] = 393, + [1657] = 178, + [1658] = 1513, + [1659] = 180, + [1660] = 1513, + [1661] = 378, + [1662] = 1512, + [1663] = 181, + [1664] = 400, + [1665] = 1386, + [1666] = 1511, + [1667] = 1478, + [1668] = 1404, + [1669] = 1407, + [1670] = 1670, + [1671] = 1482, + [1672] = 208, + [1673] = 210, + [1674] = 1377, + [1675] = 1483, + [1676] = 1484, + [1677] = 1486, + [1678] = 1417, [1679] = 1679, - [1680] = 1516, - [1681] = 1503, - [1682] = 1414, - [1683] = 1384, - [1684] = 1416, - [1685] = 1514, - [1686] = 1519, - [1687] = 1687, - [1688] = 1502, - [1689] = 1473, - [1690] = 1690, - [1691] = 1450, - [1692] = 1435, - [1693] = 1436, - [1694] = 1016, + [1680] = 1680, + [1681] = 1681, + [1682] = 1682, + [1683] = 1683, + [1684] = 1434, + [1685] = 396, + [1686] = 1436, + [1687] = 1509, + [1688] = 1510, + [1689] = 1689, + [1690] = 388, + [1691] = 1495, + [1692] = 379, + [1693] = 1440, + [1694] = 1449, [1695] = 1695, - [1696] = 1477, - [1697] = 1439, - [1698] = 1481, - [1699] = 1483, - [1700] = 1440, - [1701] = 1488, - [1702] = 1702, - [1703] = 1517, - [1704] = 1526, - [1705] = 1705, - [1706] = 1490, - [1707] = 1492, - [1708] = 1513, - [1709] = 1521, - [1710] = 1522, - [1711] = 1524, - [1712] = 1525, - [1713] = 1505, - [1714] = 1506, - [1715] = 1507, - [1716] = 1508, - [1717] = 1510, - [1718] = 1511, - [1719] = 1493, - [1720] = 1378, - [1721] = 1379, - [1722] = 1389, - [1723] = 1382, - [1724] = 1383, - [1725] = 1431, - [1726] = 1518, - [1727] = 1406, - [1728] = 1409, - [1729] = 1410, - [1730] = 1412, - [1731] = 1415, - [1732] = 1732, - [1733] = 1397, - [1734] = 1457, - [1735] = 1458, - [1736] = 1460, - [1737] = 1461, - [1738] = 1466, - [1739] = 1392, - [1740] = 1740, - [1741] = 1400, - [1742] = 1742, - [1743] = 1403, - [1744] = 1411, - [1745] = 435, - [1746] = 381, - [1747] = 395, - [1748] = 396, - [1749] = 379, - [1750] = 383, - [1751] = 1502, - [1752] = 1437, - [1753] = 382, - [1754] = 1517, - [1755] = 1755, - [1756] = 378, - [1757] = 393, - [1758] = 1526, - [1759] = 385, - [1760] = 1513, - [1761] = 1521, - [1762] = 1522, - [1763] = 1524, - [1764] = 1525, - [1765] = 1505, - [1766] = 1506, - [1767] = 1507, - [1768] = 1508, - [1769] = 1510, - [1770] = 1398, - [1771] = 1380, - [1772] = 1381, - [1773] = 375, - [1774] = 391, - [1775] = 1518, - [1776] = 398, - [1777] = 1407, - [1778] = 1463, - [1779] = 403, - [1780] = 404, - [1781] = 386, - [1782] = 400, - [1783] = 405, + [1696] = 1479, + [1697] = 1464, + [1698] = 1469, + [1699] = 1512, + [1700] = 1413, + [1701] = 383, + [1702] = 1463, + [1703] = 1489, + [1704] = 1682, + [1705] = 1505, + [1706] = 1706, + [1707] = 1381, + [1708] = 1515, + [1709] = 1709, + [1710] = 1516, + [1711] = 1711, + [1712] = 1517, + [1713] = 1713, + [1714] = 1714, + [1715] = 1714, + [1716] = 1716, + [1717] = 1424, + [1718] = 1518, + [1719] = 1719, + [1720] = 1681, + [1721] = 1721, + [1722] = 1670, + [1723] = 1491, + [1724] = 1724, + [1725] = 1706, + [1726] = 1519, + [1727] = 1467, + [1728] = 1728, + [1729] = 1729, + [1730] = 1730, + [1731] = 1520, + [1732] = 1513, + [1733] = 1683, + [1734] = 1521, + [1735] = 1390, + [1736] = 1522, + [1737] = 1493, + [1738] = 1508, + [1739] = 1524, + [1740] = 1689, + [1741] = 1510, + [1742] = 1507, + [1743] = 1695, + [1744] = 1523, + [1745] = 1525, + [1746] = 1387, + [1747] = 1490, + [1748] = 1683, + [1749] = 1412, + [1750] = 1494, + [1751] = 1435, + [1752] = 1418, + [1753] = 1016, + [1754] = 1415, + [1755] = 1713, + [1756] = 1392, + [1757] = 1401, + [1758] = 1721, + [1759] = 1452, + [1760] = 1442, + [1761] = 1453, + [1762] = 1426, + [1763] = 1683, + [1764] = 1509, + [1765] = 1689, + [1766] = 1695, + [1767] = 1421, + [1768] = 1768, + [1769] = 1397, + [1770] = 1409, + [1771] = 1428, + [1772] = 1512, + [1773] = 1713, + [1774] = 1721, + [1775] = 1683, + [1776] = 1395, + [1777] = 1695, + [1778] = 1431, + [1779] = 1719, + [1780] = 1713, + [1781] = 1721, + [1782] = 1437, + [1783] = 1683, [1784] = 1784, - [1785] = 392, - [1786] = 177, - [1787] = 180, - [1788] = 397, - [1789] = 182, - [1790] = 1502, - [1791] = 184, - [1792] = 402, - [1793] = 1526, - [1794] = 185, - [1795] = 387, - [1796] = 1518, - [1797] = 209, - [1798] = 210, - [1799] = 1665, - [1800] = 1800, - [1801] = 1801, - [1802] = 1802, - [1803] = 1438, - [1804] = 1702, - [1805] = 1441, - [1806] = 1801, - [1807] = 1654, - [1808] = 1808, - [1809] = 1433, - [1810] = 1658, - [1811] = 1811, - [1812] = 1784, - [1813] = 1813, - [1814] = 1814, - [1815] = 1815, + [1785] = 1695, + [1786] = 1505, + [1787] = 1787, + [1788] = 1515, + [1789] = 1516, + [1790] = 1517, + [1791] = 1518, + [1792] = 1713, + [1793] = 1519, + [1794] = 1721, + [1795] = 1520, + [1796] = 1683, + [1797] = 1521, + [1798] = 1695, + [1799] = 1522, + [1800] = 1713, + [1801] = 1711, + [1802] = 1721, + [1803] = 1523, + [1804] = 1525, + [1805] = 1507, + [1806] = 1713, + [1807] = 1448, + [1808] = 1451, + [1809] = 398, + [1810] = 399, + [1811] = 1460, + [1812] = 1461, + [1813] = 1695, + [1814] = 1511, + [1815] = 376, [1816] = 1816, - [1817] = 1690, - [1818] = 1818, - [1819] = 1656, - [1820] = 1678, - [1821] = 1452, - [1822] = 1808, - [1823] = 1801, - [1824] = 1516, - [1825] = 1503, - [1826] = 1702, - [1827] = 1514, - [1828] = 1519, - [1829] = 1654, - [1830] = 1434, - [1831] = 1814, - [1832] = 1818, - [1833] = 1814, - [1834] = 1818, - [1835] = 1374, - [1836] = 1377, - [1837] = 1801, - [1838] = 1702, - [1839] = 1654, - [1840] = 1814, - [1841] = 1818, - [1842] = 1801, - [1843] = 1654, - [1844] = 1815, - [1845] = 1814, - [1846] = 1818, - [1847] = 1801, - [1848] = 1654, - [1849] = 1814, - [1850] = 1818, - [1851] = 1801, - [1852] = 1654, - [1853] = 1814, - [1854] = 1818, + [1817] = 1817, + [1818] = 1511, + [1819] = 1819, + [1820] = 1496, + [1821] = 1730, + [1822] = 1480, + [1823] = 1406, + [1824] = 1427, + [1825] = 1419, + [1826] = 1454, + [1827] = 1405, + [1828] = 1473, + [1829] = 1430, + [1830] = 1508, + [1831] = 375, + [1832] = 1832, + [1833] = 1429, + [1834] = 1524, + [1835] = 1689, + [1836] = 1485, + [1837] = 1382, + [1838] = 1384, + [1839] = 1391, + [1840] = 1399, + [1841] = 1408, + [1842] = 1379, + [1843] = 387, + [1844] = 1403, + [1845] = 389, + [1846] = 1474, + [1847] = 1380, + [1848] = 392, + [1849] = 435, + [1850] = 390, + [1851] = 1477, + [1852] = 395, + [1853] = 402, + [1854] = 403, [1855] = 1855, - [1856] = 1388, - [1857] = 1442, - [1858] = 1445, - [1859] = 1447, - [1860] = 1393, - [1861] = 1395, - [1862] = 1862, - [1863] = 1511, + [1856] = 1856, + [1857] = 380, + [1858] = 377, + [1859] = 397, + [1860] = 173, + [1861] = 1721, + [1862] = 1471, + [1863] = 1441, [1864] = 1864, [1865] = 1865, - [1866] = 1862, - [1867] = 1742, - [1868] = 1687, + [1866] = 1866, + [1867] = 1864, + [1868] = 1868, [1869] = 1869, [1870] = 1870, [1871] = 1871, [1872] = 1872, - [1873] = 1873, - [1874] = 1874, - [1875] = 1872, + [1873] = 1865, + [1874] = 1866, + [1875] = 1875, [1876] = 1876, [1877] = 1877, - [1878] = 1878, - [1879] = 1873, + [1878] = 1872, + [1879] = 1879, [1880] = 1880, [1881] = 1881, - [1882] = 1882, - [1883] = 1883, - [1884] = 1871, - [1885] = 1881, + [1882] = 1870, + [1883] = 1871, + [1884] = 1884, + [1885] = 1885, [1886] = 1886, - [1887] = 1883, - [1888] = 1877, - [1889] = 1882, - [1890] = 1876, - [1891] = 1891, - [1892] = 1874, - [1893] = 1878, - [1894] = 1894, - [1895] = 1877, - [1896] = 1896, - [1897] = 1897, - [1898] = 1891, - [1899] = 1894, - [1900] = 1865, + [1887] = 1887, + [1888] = 1879, + [1889] = 1680, + [1890] = 1890, + [1891] = 1885, + [1892] = 1768, + [1893] = 1724, + [1894] = 1887, + [1895] = 1880, + [1896] = 1886, + [1897] = 1875, + [1898] = 1877, + [1899] = 1899, + [1900] = 1866, [1901] = 1901, [1902] = 1902, [1903] = 1903, - [1904] = 1901, - [1905] = 1905, - [1906] = 1905, - [1907] = 1903, - [1908] = 1902, + [1904] = 1904, + [1905] = 1902, + [1906] = 1904, + [1907] = 1901, + [1908] = 1903, [1909] = 1909, [1910] = 1910, [1911] = 1911, [1912] = 1912, - [1913] = 1913, - [1914] = 1913, - [1915] = 1913, + [1913] = 1912, + [1914] = 1914, + [1915] = 1914, [1916] = 1912, - [1917] = 1913, - [1918] = 1912, - [1919] = 1913, + [1917] = 1914, + [1918] = 1914, + [1919] = 1914, [1920] = 1920, - [1921] = 1920, - [1922] = 1020, - [1923] = 182, - [1924] = 185, - [1925] = 1046, - [1926] = 1030, - [1927] = 1022, - [1928] = 1038, - [1929] = 1028, - [1930] = 1041, + [1921] = 181, + [1922] = 1019, + [1923] = 178, + [1924] = 1033, + [1925] = 1040, + [1926] = 1032, + [1927] = 1021, + [1928] = 1041, + [1929] = 1042, + [1930] = 1038, [1931] = 1931, [1932] = 1042, - [1933] = 1040, - [1934] = 1046, - [1935] = 1043, - [1936] = 1034, - [1937] = 1041, - [1938] = 1036, - [1939] = 1042, - [1940] = 1038, - [1941] = 1060, - [1942] = 1054, - [1943] = 1050, - [1944] = 1049, - [1945] = 1156, - [1946] = 1210, - [1947] = 1312, - [1948] = 1115, - [1949] = 1262, - [1950] = 1950, + [1933] = 1038, + [1934] = 1048, + [1935] = 1041, + [1936] = 1049, + [1937] = 1040, + [1938] = 1045, + [1939] = 1044, + [1940] = 1050, + [1941] = 1321, + [1942] = 1212, + [1943] = 1070, + [1944] = 1055, + [1945] = 1124, + [1946] = 1064, + [1947] = 1175, + [1948] = 1062, + [1949] = 1949, + [1950] = 1264, [1951] = 1951, - [1952] = 1087, - [1953] = 1089, - [1954] = 1950, - [1955] = 1090, - [1956] = 1956, - [1957] = 1081, - [1958] = 1116, - [1959] = 1117, - [1960] = 1118, - [1961] = 1119, - [1962] = 1083, - [1963] = 1963, - [1964] = 402, - [1965] = 1092, - [1966] = 1093, - [1967] = 1967, - [1968] = 1967, - [1969] = 387, - [1970] = 1082, - [1971] = 209, - [1972] = 1537, - [1973] = 1211, - [1974] = 1967, - [1975] = 1096, - [1976] = 210, - [1977] = 1313, - [1978] = 1094, - [1979] = 1157, - [1980] = 1158, - [1981] = 1159, - [1982] = 1095, - [1983] = 1956, - [1984] = 1263, - [1985] = 1436, - [1986] = 1414, - [1987] = 1535, - [1988] = 1988, - [1989] = 1378, - [1990] = 1956, - [1991] = 1416, - [1992] = 1381, - [1993] = 1458, - [1994] = 1439, - [1995] = 1440, - [1996] = 1435, - [1997] = 1380, - [1998] = 1461, - [1999] = 1383, - [2000] = 1529, - [2001] = 1406, - [2002] = 1407, - [2003] = 1409, - [2004] = 1437, - [2005] = 1410, - [2006] = 1460, - [2007] = 1379, - [2008] = 1463, - [2009] = 1412, - [2010] = 1415, - [2011] = 1457, - [2012] = 1466, + [1952] = 1253, + [1953] = 1953, + [1954] = 1262, + [1955] = 1951, + [1956] = 1279, + [1957] = 378, + [1958] = 1327, + [1959] = 1266, + [1960] = 208, + [1961] = 1235, + [1962] = 1962, + [1963] = 1176, + [1964] = 1328, + [1965] = 1288, + [1966] = 1325, + [1967] = 1072, + [1968] = 210, + [1969] = 1329, + [1970] = 1291, + [1971] = 1234, + [1972] = 1071, + [1973] = 400, + [1974] = 1962, + [1975] = 1534, + [1976] = 1233, + [1977] = 1149, + [1978] = 1286, + [1979] = 1953, + [1980] = 1980, + [1981] = 1125, + [1982] = 1962, + [1983] = 1275, + [1984] = 1381, + [1985] = 1492, + [1986] = 1392, + [1987] = 1429, + [1988] = 1382, + [1989] = 1448, + [1990] = 1408, + [1991] = 1953, + [1992] = 1992, + [1993] = 1451, + [1994] = 1490, + [1995] = 1461, + [1996] = 1489, + [1997] = 1406, + [1998] = 1401, + [1999] = 1403, + [2000] = 1452, + [2001] = 1460, + [2002] = 1485, + [2003] = 1419, + [2004] = 2004, + [2005] = 1494, + [2006] = 1454, + [2007] = 1453, + [2008] = 1377, + [2009] = 1384, + [2010] = 1496, + [2011] = 1430, + [2012] = 1391, [2013] = 2013, - [2014] = 1382, - [2015] = 1534, - [2016] = 1392, - [2017] = 2017, - [2018] = 2018, - [2019] = 184, - [2020] = 180, - [2021] = 2021, - [2022] = 1041, + [2014] = 175, + [2015] = 2015, + [2016] = 2016, + [2017] = 180, + [2018] = 1931, + [2019] = 2019, + [2020] = 1041, + [2021] = 1040, + [2022] = 1038, [2023] = 1042, - [2024] = 1038, - [2025] = 2025, - [2026] = 1046, - [2027] = 1042, + [2024] = 1042, + [2025] = 1040, + [2026] = 2026, + [2027] = 1040, [2028] = 1038, - [2029] = 1046, - [2030] = 1046, - [2031] = 1041, - [2032] = 1931, + [2029] = 1041, + [2030] = 1042, + [2031] = 2031, + [2032] = 1041, [2033] = 1038, [2034] = 2034, - [2035] = 1041, - [2036] = 1042, + [2035] = 2035, + [2036] = 2036, [2037] = 2037, - [2038] = 2038, + [2038] = 2037, [2039] = 2039, - [2040] = 2039, - [2041] = 2041, - [2042] = 2042, + [2040] = 2040, + [2041] = 2040, + [2042] = 2039, [2043] = 2043, - [2044] = 2044, + [2044] = 2034, [2045] = 2045, - [2046] = 2043, - [2047] = 2044, - [2048] = 2038, + [2046] = 2045, + [2047] = 2035, + [2048] = 2043, [2049] = 2049, - [2050] = 2045, + [2050] = 2050, [2051] = 2051, - [2052] = 2049, - [2053] = 2041, + [2052] = 2052, + [2053] = 2053, [2054] = 2054, [2055] = 2055, [2056] = 2056, @@ -5951,39 +5954,39 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2059] = 2059, [2060] = 2060, [2061] = 2061, - [2062] = 2062, - [2063] = 2063, - [2064] = 372, + [2062] = 372, + [2063] = 373, + [2064] = 2064, [2065] = 374, - [2066] = 1046, - [2067] = 1038, - [2068] = 1041, - [2069] = 1042, - [2070] = 2061, - [2071] = 2071, - [2072] = 2072, - [2073] = 2073, - [2074] = 2074, - [2075] = 2075, + [2066] = 2066, + [2067] = 370, + [2068] = 371, + [2069] = 2069, + [2070] = 2070, + [2071] = 2070, + [2072] = 1040, + [2073] = 1042, + [2074] = 1038, + [2075] = 1041, [2076] = 2076, - [2077] = 2071, - [2078] = 373, + [2077] = 2077, + [2078] = 2077, [2079] = 2079, [2080] = 2080, [2081] = 2081, [2082] = 2082, - [2083] = 2083, - [2084] = 1951, - [2085] = 2082, - [2086] = 2054, - [2087] = 371, - [2088] = 2057, - [2089] = 2072, - [2090] = 2055, - [2091] = 2062, - [2092] = 2092, - [2093] = 370, - [2094] = 2092, + [2083] = 2076, + [2084] = 2084, + [2085] = 1949, + [2086] = 2084, + [2087] = 2066, + [2088] = 2080, + [2089] = 2050, + [2090] = 2079, + [2091] = 2082, + [2092] = 1980, + [2093] = 2093, + [2094] = 2094, [2095] = 2095, [2096] = 2096, [2097] = 2097, @@ -5999,92 +6002,92 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2107] = 2107, [2108] = 2108, [2109] = 2109, - [2110] = 2097, - [2111] = 397, - [2112] = 2097, - [2113] = 2113, + [2110] = 2110, + [2111] = 2111, + [2112] = 2112, + [2113] = 1949, [2114] = 2114, [2115] = 2115, - [2116] = 2116, + [2116] = 2103, [2117] = 2117, [2118] = 2118, [2119] = 2119, [2120] = 2120, [2121] = 2121, - [2122] = 2122, - [2123] = 2117, + [2122] = 2107, + [2123] = 2123, [2124] = 2124, - [2125] = 1963, + [2125] = 2117, [2126] = 2126, [2127] = 2127, [2128] = 2128, - [2129] = 2129, + [2129] = 2114, [2130] = 2130, [2131] = 2131, - [2132] = 1951, + [2132] = 2132, [2133] = 2133, [2134] = 2134, - [2135] = 2135, - [2136] = 2136, - [2137] = 2137, - [2138] = 2109, - [2139] = 1951, + [2135] = 2127, + [2136] = 1949, + [2137] = 2114, + [2138] = 2138, + [2139] = 2139, [2140] = 2140, - [2141] = 2130, - [2142] = 2142, + [2141] = 2141, + [2142] = 393, [2143] = 2143, - [2144] = 2144, + [2144] = 1050, [2145] = 2145, - [2146] = 2133, + [2146] = 2146, [2147] = 2147, - [2148] = 2148, - [2149] = 2149, + [2148] = 1062, + [2149] = 1064, [2150] = 2150, - [2151] = 1963, + [2151] = 2151, [2152] = 2152, [2153] = 2153, [2154] = 2154, [2155] = 2155, [2156] = 2156, [2157] = 2157, - [2158] = 1049, - [2159] = 1050, - [2160] = 2160, - [2161] = 1054, - [2162] = 1060, - [2163] = 2153, + [2158] = 2158, + [2159] = 2159, + [2160] = 2147, + [2161] = 2146, + [2162] = 2151, + [2163] = 2163, [2164] = 2164, - [2165] = 2160, + [2165] = 1980, [2166] = 2166, - [2167] = 2167, - [2168] = 2168, - [2169] = 2169, + [2167] = 2154, + [2168] = 2163, + [2169] = 1949, [2170] = 2170, - [2171] = 2171, + [2171] = 2155, [2172] = 2172, - [2173] = 2164, + [2173] = 2152, [2174] = 2174, - [2175] = 2168, + [2175] = 2175, [2176] = 2176, - [2177] = 2153, - [2178] = 2178, - [2179] = 2150, - [2180] = 2148, - [2181] = 2170, - [2182] = 2172, - [2183] = 2183, - [2184] = 2164, - [2185] = 2183, - [2186] = 2186, - [2187] = 2174, - [2188] = 1951, - [2189] = 2178, - [2190] = 2176, - [2191] = 1963, - [2192] = 2152, - [2193] = 2155, - [2194] = 2167, - [2195] = 2157, + [2177] = 2164, + [2178] = 1055, + [2179] = 2166, + [2180] = 1980, + [2181] = 2181, + [2182] = 2146, + [2183] = 2176, + [2184] = 2145, + [2185] = 2185, + [2186] = 2156, + [2187] = 2172, + [2188] = 2170, + [2189] = 2159, + [2190] = 2157, + [2191] = 2163, + [2192] = 2192, + [2193] = 2193, + [2194] = 2194, + [2195] = 2195, [2196] = 2196, [2197] = 2197, [2198] = 2198, @@ -6094,214 +6097,214 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2202] = 2202, [2203] = 2203, [2204] = 2204, - [2205] = 2205, + [2205] = 2192, [2206] = 2206, [2207] = 2207, [2208] = 2208, [2209] = 2209, - [2210] = 2206, + [2210] = 2201, [2211] = 2207, - [2212] = 2208, - [2213] = 2213, + [2212] = 2193, + [2213] = 2196, [2214] = 2214, - [2215] = 2215, + [2215] = 2214, [2216] = 2216, - [2217] = 2217, + [2217] = 2195, [2218] = 2218, [2219] = 2219, - [2220] = 2220, - [2221] = 2221, - [2222] = 2196, - [2223] = 2216, - [2224] = 2224, - [2225] = 2202, + [2220] = 2194, + [2221] = 2203, + [2222] = 2222, + [2223] = 2208, + [2224] = 2199, + [2225] = 2225, [2226] = 2226, [2227] = 2227, - [2228] = 2228, - [2229] = 2229, - [2230] = 2230, - [2231] = 2201, - [2232] = 2217, + [2228] = 2200, + [2229] = 1980, + [2230] = 2198, + [2231] = 2231, + [2232] = 2206, [2233] = 2233, - [2234] = 2215, + [2234] = 2234, [2235] = 2235, - [2236] = 2236, - [2237] = 2226, + [2236] = 2197, + [2237] = 2237, [2238] = 2238, [2239] = 2239, - [2240] = 2229, - [2241] = 2203, - [2242] = 1963, - [2243] = 2230, - [2244] = 2213, - [2245] = 2245, - [2246] = 2200, - [2247] = 2209, - [2248] = 2221, - [2249] = 2204, - [2250] = 2218, - [2251] = 2197, + [2240] = 2240, + [2241] = 2241, + [2242] = 2242, + [2243] = 2218, + [2244] = 2219, + [2245] = 2202, + [2246] = 2209, + [2247] = 2234, + [2248] = 2248, + [2249] = 2249, + [2250] = 2250, + [2251] = 2251, [2252] = 2252, - [2253] = 2253, + [2253] = 2250, [2254] = 2254, [2255] = 2255, [2256] = 2256, [2257] = 2257, [2258] = 2258, [2259] = 2259, - [2260] = 2259, + [2260] = 2260, [2261] = 2261, - [2262] = 2252, + [2262] = 2258, [2263] = 2263, - [2264] = 2264, + [2264] = 2263, [2265] = 2265, [2266] = 2266, [2267] = 2267, - [2268] = 2268, + [2268] = 2248, [2269] = 2269, [2270] = 2270, [2271] = 2271, [2272] = 2272, - [2273] = 2272, + [2273] = 2255, [2274] = 2274, [2275] = 2275, [2276] = 2276, [2277] = 2277, [2278] = 2278, [2279] = 2279, - [2280] = 2280, + [2280] = 2266, [2281] = 2254, - [2282] = 2264, - [2283] = 2267, - [2284] = 2255, - [2285] = 2280, - [2286] = 2286, - [2287] = 2017, - [2288] = 2288, + [2282] = 2261, + [2283] = 2275, + [2284] = 2016, + [2285] = 2285, + [2286] = 2274, + [2287] = 2277, + [2288] = 2272, [2289] = 2289, - [2290] = 2269, + [2290] = 2285, [2291] = 2291, - [2292] = 2274, - [2293] = 2275, - [2294] = 2253, - [2295] = 2276, + [2292] = 2292, + [2293] = 2269, + [2294] = 2294, + [2295] = 2249, [2296] = 2277, - [2297] = 2257, - [2298] = 2278, + [2297] = 2252, + [2298] = 2279, [2299] = 2299, - [2300] = 2286, - [2301] = 2271, - [2302] = 2291, - [2303] = 2303, - [2304] = 2288, - [2305] = 2305, + [2300] = 2267, + [2301] = 2301, + [2302] = 2265, + [2303] = 2271, + [2304] = 2260, + [2305] = 2294, [2306] = 2306, - [2307] = 2286, - [2308] = 2256, - [2309] = 2263, + [2307] = 2307, + [2308] = 2306, + [2309] = 2309, [2310] = 2310, [2311] = 2311, [2312] = 2312, [2313] = 2313, - [2314] = 2311, + [2314] = 2314, [2315] = 2315, [2316] = 2316, [2317] = 2317, [2318] = 2318, [2319] = 2319, [2320] = 2320, - [2321] = 2034, - [2322] = 2313, - [2323] = 2318, + [2321] = 2321, + [2322] = 2019, + [2323] = 2323, [2324] = 2324, [2325] = 2325, - [2326] = 2324, - [2327] = 2325, - [2328] = 2328, + [2326] = 2326, + [2327] = 2327, + [2328] = 2310, [2329] = 2329, - [2330] = 2025, - [2331] = 2331, - [2332] = 2332, + [2330] = 2330, + [2331] = 2315, + [2332] = 2320, [2333] = 2333, - [2334] = 2334, - [2335] = 2335, - [2336] = 2333, + [2334] = 2307, + [2335] = 2311, + [2336] = 2336, [2337] = 2337, [2338] = 2338, [2339] = 2339, - [2340] = 2339, + [2340] = 2340, [2341] = 2341, - [2342] = 2335, + [2342] = 2342, [2343] = 2343, [2344] = 2344, - [2345] = 2345, + [2345] = 2321, [2346] = 2346, [2347] = 2347, - [2348] = 2328, - [2349] = 2335, - [2350] = 2331, - [2351] = 2332, - [2352] = 2352, - [2353] = 2353, - [2354] = 2312, - [2355] = 2355, - [2356] = 2356, - [2357] = 2357, - [2358] = 2358, - [2359] = 2355, - [2360] = 2341, - [2361] = 2357, - [2362] = 2333, - [2363] = 2346, - [2364] = 2037, - [2365] = 2365, - [2366] = 2366, - [2367] = 2329, - [2368] = 2319, - [2369] = 2339, - [2370] = 2341, - [2371] = 2320, - [2372] = 2329, + [2348] = 2348, + [2349] = 2349, + [2350] = 2350, + [2351] = 2327, + [2352] = 175, + [2353] = 178, + [2354] = 2354, + [2355] = 180, + [2356] = 2312, + [2357] = 2313, + [2358] = 181, + [2359] = 2316, + [2360] = 2312, + [2361] = 2323, + [2362] = 2324, + [2363] = 2347, + [2364] = 2364, + [2365] = 2316, + [2366] = 2316, + [2367] = 2325, + [2368] = 2326, + [2369] = 2369, + [2370] = 2370, + [2371] = 2031, + [2372] = 2317, [2373] = 2373, - [2374] = 2374, - [2375] = 2343, - [2376] = 2352, - [2377] = 2377, - [2378] = 2335, - [2379] = 2344, - [2380] = 2345, - [2381] = 2377, - [2382] = 2382, + [2374] = 2318, + [2375] = 2026, + [2376] = 2376, + [2377] = 2354, + [2378] = 2378, + [2379] = 2350, + [2380] = 2329, + [2381] = 2340, + [2382] = 2319, [2383] = 2383, - [2384] = 2384, - [2385] = 2365, - [2386] = 2374, - [2387] = 2387, - [2388] = 2353, - [2389] = 180, - [2390] = 2316, - [2391] = 182, - [2392] = 184, - [2393] = 185, - [2394] = 2317, - [2395] = 2395, - [2396] = 2396, - [2397] = 2397, - [2398] = 2397, - [2399] = 2356, - [2400] = 2400, - [2401] = 2373, - [2402] = 2315, - [2403] = 2396, - [2404] = 2366, - [2405] = 2400, - [2406] = 2384, - [2407] = 2310, - [2408] = 2383, + [2384] = 2313, + [2385] = 2336, + [2386] = 2386, + [2387] = 2337, + [2388] = 2338, + [2389] = 2378, + [2390] = 2343, + [2391] = 2344, + [2392] = 2392, + [2393] = 2347, + [2394] = 2392, + [2395] = 2373, + [2396] = 2376, + [2397] = 2349, + [2398] = 2330, + [2399] = 2333, + [2400] = 2346, + [2401] = 2348, + [2402] = 2339, + [2403] = 2370, + [2404] = 2310, + [2405] = 2405, + [2406] = 2406, + [2407] = 2407, + [2408] = 2408, [2409] = 2409, [2410] = 2410, [2411] = 2411, - [2412] = 2411, + [2412] = 1284, [2413] = 2413, [2414] = 2414, [2415] = 2415, @@ -6313,103 +6316,103 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2421] = 2421, [2422] = 2422, [2423] = 2423, - [2424] = 2413, + [2424] = 2408, [2425] = 2425, [2426] = 2426, [2427] = 2427, - [2428] = 2425, + [2428] = 2428, [2429] = 2429, [2430] = 2430, [2431] = 2431, - [2432] = 1016, - [2433] = 2433, + [2432] = 2416, + [2433] = 2417, [2434] = 2434, - [2435] = 2435, + [2435] = 2405, [2436] = 2436, [2437] = 2437, - [2438] = 2423, - [2439] = 2420, + [2438] = 2417, + [2439] = 1322, [2440] = 2440, [2441] = 2441, [2442] = 2442, [2443] = 2443, - [2444] = 2420, + [2444] = 1323, [2445] = 2445, - [2446] = 2410, - [2447] = 2447, - [2448] = 2416, - [2449] = 2442, - [2450] = 2437, + [2446] = 1317, + [2447] = 1319, + [2448] = 2448, + [2449] = 2449, + [2450] = 2413, [2451] = 2451, - [2452] = 1068, - [2453] = 2453, - [2454] = 2454, + [2452] = 2411, + [2453] = 2423, + [2454] = 2440, [2455] = 2455, [2456] = 2456, - [2457] = 2441, - [2458] = 2418, - [2459] = 2456, - [2460] = 1366, - [2461] = 2421, - [2462] = 1077, - [2463] = 1230, + [2457] = 2426, + [2458] = 2428, + [2459] = 2459, + [2460] = 1283, + [2461] = 2461, + [2462] = 2462, + [2463] = 2463, [2464] = 2464, - [2465] = 2451, + [2465] = 2422, [2466] = 2466, - [2467] = 1367, - [2468] = 2468, + [2467] = 2467, + [2468] = 2430, [2469] = 2469, - [2470] = 2409, + [2470] = 1285, [2471] = 2471, - [2472] = 2419, - [2473] = 2473, - [2474] = 2474, - [2475] = 2420, - [2476] = 2433, - [2477] = 2477, - [2478] = 2427, + [2472] = 2472, + [2473] = 2430, + [2474] = 2464, + [2475] = 2475, + [2476] = 2476, + [2477] = 2443, + [2478] = 2478, [2479] = 2479, [2480] = 2480, - [2481] = 2481, - [2482] = 1069, - [2483] = 2483, - [2484] = 2454, - [2485] = 2421, - [2486] = 2422, - [2487] = 2455, - [2488] = 2488, - [2489] = 2410, + [2481] = 2441, + [2482] = 2434, + [2483] = 2449, + [2484] = 1243, + [2485] = 1245, + [2486] = 1250, + [2487] = 2487, + [2488] = 1016, + [2489] = 2420, [2490] = 2490, - [2491] = 2430, + [2491] = 2411, [2492] = 2492, - [2493] = 2436, - [2494] = 2443, - [2495] = 2433, - [2496] = 1065, - [2497] = 1066, - [2498] = 1067, + [2493] = 2410, + [2494] = 2480, + [2495] = 2406, + [2496] = 2496, + [2497] = 2478, + [2498] = 2437, [2499] = 2499, - [2500] = 2430, + [2500] = 2440, [2501] = 2501, - [2502] = 2502, - [2503] = 2419, - [2504] = 2504, - [2505] = 2505, - [2506] = 2506, - [2507] = 2434, - [2508] = 2508, + [2502] = 2416, + [2503] = 2487, + [2504] = 2501, + [2505] = 2426, + [2506] = 2449, + [2507] = 2417, + [2508] = 2421, [2509] = 2509, [2510] = 2510, - [2511] = 2415, - [2512] = 2409, - [2513] = 1063, + [2511] = 2511, + [2512] = 2512, + [2513] = 2513, [2514] = 2514, [2515] = 2515, [2516] = 2516, [2517] = 2517, [2518] = 2518, [2519] = 2519, - [2520] = 2515, + [2520] = 2520, [2521] = 2521, [2522] = 2522, [2523] = 2523, @@ -6417,241 +6420,241 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2525] = 2525, [2526] = 2526, [2527] = 2527, - [2528] = 2515, - [2529] = 2516, - [2530] = 2530, + [2528] = 2528, + [2529] = 2529, + [2530] = 2523, [2531] = 2531, [2532] = 2532, - [2533] = 197, + [2533] = 2533, [2534] = 2534, [2535] = 2535, [2536] = 2536, [2537] = 2537, - [2538] = 2516, - [2539] = 2536, + [2538] = 2538, + [2539] = 2539, [2540] = 2540, - [2541] = 2517, - [2542] = 2542, + [2541] = 2541, + [2542] = 2517, [2543] = 2543, - [2544] = 2534, + [2544] = 2535, [2545] = 2545, - [2546] = 2524, + [2546] = 2546, [2547] = 2547, - [2548] = 2531, + [2548] = 2548, [2549] = 2549, - [2550] = 2550, + [2550] = 2536, [2551] = 2551, - [2552] = 2552, + [2552] = 2513, [2553] = 2553, [2554] = 2554, [2555] = 2555, - [2556] = 2542, - [2557] = 2545, + [2556] = 2556, + [2557] = 165, [2558] = 2558, - [2559] = 2525, + [2559] = 2559, [2560] = 2560, [2561] = 2561, - [2562] = 2562, + [2562] = 2511, [2563] = 2563, [2564] = 2564, [2565] = 2565, [2566] = 2566, [2567] = 2567, - [2568] = 2568, + [2568] = 2520, [2569] = 2569, [2570] = 2570, [2571] = 2571, - [2572] = 2572, - [2573] = 2551, - [2574] = 2574, - [2575] = 2575, - [2576] = 2522, - [2577] = 2552, - [2578] = 2578, + [2572] = 2538, + [2573] = 2545, + [2574] = 2546, + [2575] = 2555, + [2576] = 2576, + [2577] = 2577, + [2578] = 2539, [2579] = 2579, - [2580] = 2580, - [2581] = 2558, - [2582] = 2582, - [2583] = 2521, + [2580] = 2576, + [2581] = 2581, + [2582] = 2581, + [2583] = 2583, [2584] = 2584, [2585] = 2585, [2586] = 2586, - [2587] = 2582, - [2588] = 2582, - [2589] = 2589, + [2587] = 2547, + [2588] = 2588, + [2589] = 2516, [2590] = 2590, - [2591] = 2569, - [2592] = 2592, - [2593] = 2593, - [2594] = 2080, - [2595] = 2595, - [2596] = 2534, - [2597] = 2545, - [2598] = 2524, - [2599] = 2531, - [2600] = 2540, - [2601] = 2542, - [2602] = 2558, - [2603] = 2525, - [2604] = 2560, - [2605] = 2562, - [2606] = 2564, - [2607] = 2565, - [2608] = 2569, - [2609] = 2570, - [2610] = 2592, + [2591] = 2522, + [2592] = 2524, + [2593] = 2585, + [2594] = 2594, + [2595] = 2583, + [2596] = 2596, + [2597] = 2597, + [2598] = 2570, + [2599] = 2599, + [2600] = 2600, + [2601] = 2521, + [2602] = 2512, + [2603] = 164, + [2604] = 2527, + [2605] = 2532, + [2606] = 2537, + [2607] = 2563, + [2608] = 2571, + [2609] = 2590, + [2610] = 2610, [2611] = 2611, - [2612] = 2612, - [2613] = 2552, - [2614] = 2083, - [2615] = 2562, - [2616] = 2574, - [2617] = 2582, + [2612] = 2513, + [2613] = 2613, + [2614] = 2526, + [2615] = 2615, + [2616] = 2616, + [2617] = 2536, [2618] = 2618, - [2619] = 2524, - [2620] = 2531, - [2621] = 2621, - [2622] = 2558, - [2623] = 2564, - [2624] = 2565, - [2625] = 2569, - [2626] = 2570, - [2627] = 2534, - [2628] = 2056, - [2629] = 2545, - [2630] = 2524, - [2631] = 2564, - [2632] = 2079, - [2633] = 2569, - [2634] = 2570, - [2635] = 2524, - [2636] = 2636, - [2637] = 2549, - [2638] = 2638, - [2639] = 2569, - [2640] = 2570, - [2641] = 2641, - [2642] = 2642, - [2643] = 2569, - [2644] = 2570, - [2645] = 2569, - [2646] = 2554, - [2647] = 2569, - [2648] = 2570, - [2649] = 2569, - [2650] = 2570, - [2651] = 2569, - [2652] = 2570, - [2653] = 2653, - [2654] = 2531, - [2655] = 2567, - [2656] = 2549, - [2657] = 2537, - [2658] = 2658, - [2659] = 2553, - [2660] = 2658, - [2661] = 2661, - [2662] = 2662, + [2619] = 2551, + [2620] = 2620, + [2621] = 2548, + [2622] = 2555, + [2623] = 2623, + [2624] = 2524, + [2625] = 2585, + [2626] = 2594, + [2627] = 2583, + [2628] = 2570, + [2629] = 2599, + [2630] = 2600, + [2631] = 2521, + [2632] = 2632, + [2633] = 2512, + [2634] = 2527, + [2635] = 2532, + [2636] = 2597, + [2637] = 2571, + [2638] = 2590, + [2639] = 2531, + [2640] = 2526, + [2641] = 2051, + [2642] = 2052, + [2643] = 2053, + [2644] = 2549, + [2645] = 2054, + [2646] = 2551, + [2647] = 2594, + [2648] = 2583, + [2649] = 2599, + [2650] = 2527, + [2651] = 2532, + [2652] = 2056, + [2653] = 2571, + [2654] = 2590, + [2655] = 2057, + [2656] = 2058, + [2657] = 2059, + [2658] = 2594, + [2659] = 2659, + [2660] = 2527, + [2661] = 2571, + [2662] = 2590, [2663] = 2663, [2664] = 2664, - [2665] = 2537, - [2666] = 2666, - [2667] = 2667, - [2668] = 2553, - [2669] = 2669, - [2670] = 2670, - [2671] = 2671, - [2672] = 2519, - [2673] = 2673, - [2674] = 2585, - [2675] = 175, - [2676] = 2542, - [2677] = 2558, - [2678] = 2678, - [2679] = 2525, - [2680] = 2678, - [2681] = 2560, - [2682] = 2579, - [2683] = 2095, - [2684] = 2663, + [2665] = 2559, + [2666] = 2518, + [2667] = 2571, + [2668] = 2590, + [2669] = 2538, + [2670] = 2571, + [2671] = 2590, + [2672] = 2571, + [2673] = 2590, + [2674] = 2571, + [2675] = 2590, + [2676] = 2571, + [2677] = 2590, + [2678] = 2571, + [2679] = 2590, + [2680] = 2539, + [2681] = 2681, + [2682] = 2682, + [2683] = 2683, + [2684] = 2684, [2685] = 2685, - [2686] = 2642, - [2687] = 2687, - [2688] = 2688, - [2689] = 2689, + [2686] = 2686, + [2687] = 2524, + [2688] = 2585, + [2689] = 2594, [2690] = 2690, [2691] = 2691, - [2692] = 2692, - [2693] = 2592, - [2694] = 2575, - [2695] = 2562, - [2696] = 2590, - [2697] = 2527, - [2698] = 2698, - [2699] = 2076, - [2700] = 2671, - [2701] = 2586, - [2702] = 2564, - [2703] = 2565, - [2704] = 2535, - [2705] = 2555, - [2706] = 2706, - [2707] = 2526, - [2708] = 2566, - [2709] = 2709, - [2710] = 2710, - [2711] = 2666, - [2712] = 2060, - [2713] = 2564, - [2714] = 2567, - [2715] = 2710, - [2716] = 2552, - [2717] = 2537, - [2718] = 2074, - [2719] = 2719, - [2720] = 2663, - [2721] = 2721, - [2722] = 2722, - [2723] = 2669, - [2724] = 2724, + [2692] = 2599, + [2693] = 2583, + [2694] = 2694, + [2695] = 2596, + [2696] = 2696, + [2697] = 2510, + [2698] = 2514, + [2699] = 2684, + [2700] = 2659, + [2701] = 2686, + [2702] = 2684, + [2703] = 2610, + [2704] = 2551, + [2705] = 2705, + [2706] = 2597, + [2707] = 2707, + [2708] = 2529, + [2709] = 2560, + [2710] = 2570, + [2711] = 2663, + [2712] = 2599, + [2713] = 2713, + [2714] = 2714, + [2715] = 2681, + [2716] = 2683, + [2717] = 2596, + [2718] = 2600, + [2719] = 2521, + [2720] = 2705, + [2721] = 2690, + [2722] = 2594, + [2723] = 2723, + [2724] = 2515, [2725] = 2725, - [2726] = 2726, - [2727] = 2523, - [2728] = 2571, - [2729] = 2537, - [2730] = 2565, - [2731] = 2663, - [2732] = 2560, - [2733] = 2563, - [2734] = 2734, - [2735] = 2595, - [2736] = 2621, - [2737] = 2724, - [2738] = 2670, - [2739] = 2570, - [2740] = 2569, - [2741] = 2574, - [2742] = 2568, - [2743] = 2547, - [2744] = 2570, - [2745] = 2692, - [2746] = 2584, - [2747] = 2571, - [2748] = 2561, - [2749] = 2543, - [2750] = 2550, - [2751] = 2566, - [2752] = 2687, - [2753] = 2662, - [2754] = 2584, - [2755] = 2688, - [2756] = 2570, - [2757] = 2136, + [2726] = 2564, + [2727] = 2561, + [2728] = 2684, + [2729] = 2526, + [2730] = 2690, + [2731] = 2600, + [2732] = 2732, + [2733] = 2512, + [2734] = 2527, + [2735] = 2684, + [2736] = 2532, + [2737] = 2537, + [2738] = 2690, + [2739] = 2682, + [2740] = 2713, + [2741] = 2623, + [2742] = 2742, + [2743] = 2723, + [2744] = 2519, + [2745] = 2579, + [2746] = 2732, + [2747] = 2714, + [2748] = 2571, + [2749] = 2590, + [2750] = 2610, + [2751] = 2713, + [2752] = 2120, + [2753] = 2753, + [2754] = 2754, + [2755] = 2755, + [2756] = 2756, + [2757] = 2757, [2758] = 2758, [2759] = 2759, [2760] = 2760, [2761] = 2761, - [2762] = 2762, + [2762] = 2094, [2763] = 2763, [2764] = 2764, [2765] = 2765, @@ -6659,51 +6662,51 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2767] = 2767, [2768] = 2768, [2769] = 2769, - [2770] = 2107, + [2770] = 2770, [2771] = 2771, - [2772] = 2113, + [2772] = 2772, [2773] = 2773, [2774] = 2774, - [2775] = 2775, + [2775] = 2095, [2776] = 2776, [2777] = 2777, [2778] = 2778, [2779] = 2779, [2780] = 2780, [2781] = 2781, - [2782] = 2782, + [2782] = 2096, [2783] = 2783, [2784] = 2784, [2785] = 2785, - [2786] = 2140, + [2786] = 2786, [2787] = 2787, [2788] = 2788, [2789] = 2789, [2790] = 2790, - [2791] = 2145, - [2792] = 2099, - [2793] = 2793, - [2794] = 2102, + [2791] = 2791, + [2792] = 2792, + [2793] = 2097, + [2794] = 2794, [2795] = 2795, [2796] = 2796, - [2797] = 2771, - [2798] = 2798, + [2797] = 2102, + [2798] = 2791, [2799] = 2799, [2800] = 2800, [2801] = 2801, [2802] = 2802, [2803] = 2803, - [2804] = 2804, - [2805] = 2805, - [2806] = 2780, + [2804] = 393, + [2805] = 2785, + [2806] = 2806, [2807] = 2807, [2808] = 2808, [2809] = 2809, [2810] = 2810, - [2811] = 2793, + [2811] = 173, [2812] = 2812, [2813] = 2813, - [2814] = 177, + [2814] = 2814, [2815] = 2815, [2816] = 2816, [2817] = 2817, @@ -6715,247 +6718,247 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2823] = 2823, [2824] = 2824, [2825] = 2825, - [2826] = 2795, + [2826] = 2826, [2827] = 2827, [2828] = 2828, [2829] = 2829, - [2830] = 2830, + [2830] = 2801, [2831] = 2831, - [2832] = 2832, - [2833] = 2833, - [2834] = 2808, - [2835] = 2835, + [2832] = 2119, + [2833] = 2128, + [2834] = 2834, + [2835] = 2761, [2836] = 2836, - [2837] = 2796, - [2838] = 2838, + [2837] = 2837, + [2838] = 2818, [2839] = 2839, [2840] = 2840, - [2841] = 2841, - [2842] = 2842, - [2843] = 2843, - [2844] = 2844, - [2845] = 2845, - [2846] = 2799, - [2847] = 2847, - [2848] = 2848, + [2841] = 2133, + [2842] = 2814, + [2843] = 2815, + [2844] = 2134, + [2845] = 2812, + [2846] = 2774, + [2847] = 2834, + [2848] = 2789, [2849] = 2849, - [2850] = 2798, + [2850] = 2850, [2851] = 2851, - [2852] = 2144, - [2853] = 2851, - [2854] = 2854, - [2855] = 2100, + [2852] = 2108, + [2853] = 2849, + [2854] = 2110, + [2855] = 2855, [2856] = 2856, - [2857] = 2776, - [2858] = 2858, + [2857] = 2855, + [2858] = 2140, [2859] = 2859, - [2860] = 2860, - [2861] = 2847, + [2860] = 2141, + [2861] = 2856, [2862] = 2862, - [2863] = 2863, - [2864] = 2121, - [2865] = 2842, + [2863] = 2093, + [2864] = 2099, + [2865] = 2819, [2866] = 2866, - [2867] = 2867, - [2868] = 2773, - [2869] = 2869, - [2870] = 2860, + [2867] = 2761, + [2868] = 2100, + [2869] = 2101, + [2870] = 2821, [2871] = 2871, - [2872] = 2143, - [2873] = 2128, - [2874] = 2762, - [2875] = 2766, - [2876] = 2120, - [2877] = 2106, - [2878] = 2858, - [2879] = 2867, - [2880] = 2880, + [2872] = 2872, + [2873] = 2794, + [2874] = 2796, + [2875] = 2875, + [2876] = 2876, + [2877] = 2877, + [2878] = 2878, + [2879] = 2109, + [2880] = 2111, [2881] = 2881, - [2882] = 2129, - [2883] = 2883, - [2884] = 2137, - [2885] = 2115, - [2886] = 2142, + [2882] = 2112, + [2883] = 2115, + [2884] = 2884, + [2885] = 2885, + [2886] = 2886, [2887] = 2887, - [2888] = 2810, - [2889] = 2822, - [2890] = 2833, - [2891] = 2891, + [2888] = 2888, + [2889] = 2889, + [2890] = 2881, + [2891] = 2884, [2892] = 2892, - [2893] = 2893, + [2893] = 2889, [2894] = 2894, [2895] = 2895, [2896] = 2896, - [2897] = 2869, + [2897] = 2897, [2898] = 2898, [2899] = 2899, - [2900] = 2784, - [2901] = 2777, - [2902] = 2902, - [2903] = 2789, + [2900] = 2900, + [2901] = 2901, + [2902] = 2777, + [2903] = 2901, [2904] = 2904, - [2905] = 2758, - [2906] = 2779, - [2907] = 2907, - [2908] = 2844, + [2905] = 2905, + [2906] = 2906, + [2907] = 2876, + [2908] = 2908, [2909] = 2909, [2910] = 2910, [2911] = 2911, - [2912] = 2904, + [2912] = 2886, [2913] = 2913, [2914] = 2914, - [2915] = 2131, + [2915] = 2786, [2916] = 2916, - [2917] = 2813, - [2918] = 397, - [2919] = 2098, - [2920] = 2779, - [2921] = 2899, - [2922] = 2782, + [2917] = 2917, + [2918] = 2918, + [2919] = 2789, + [2920] = 2920, + [2921] = 2816, + [2922] = 2922, [2923] = 2923, - [2924] = 2854, - [2925] = 2823, - [2926] = 2824, - [2927] = 2835, - [2928] = 2836, + [2924] = 2875, + [2925] = 2913, + [2926] = 2926, + [2927] = 2139, + [2928] = 2928, [2929] = 2929, - [2930] = 2930, - [2931] = 2863, - [2932] = 2869, - [2933] = 2933, - [2934] = 2801, - [2935] = 2134, - [2936] = 2119, - [2937] = 2937, - [2938] = 2789, - [2939] = 2914, - [2940] = 2892, - [2941] = 2941, - [2942] = 2122, - [2943] = 2775, + [2930] = 2778, + [2931] = 2904, + [2932] = 2837, + [2933] = 2896, + [2934] = 2934, + [2935] = 2789, + [2936] = 2905, + [2937] = 2802, + [2938] = 2104, + [2939] = 2824, + [2940] = 2922, + [2941] = 2819, + [2942] = 2942, + [2943] = 2761, [2944] = 2944, [2945] = 2945, - [2946] = 2914, - [2947] = 2843, - [2948] = 2893, - [2949] = 2802, - [2950] = 2950, - [2951] = 2880, - [2952] = 2789, - [2953] = 2953, - [2954] = 2954, - [2955] = 2894, - [2956] = 2774, - [2957] = 2895, - [2958] = 2958, - [2959] = 2789, - [2960] = 2960, - [2961] = 2821, - [2962] = 2962, - [2963] = 2896, - [2964] = 2964, - [2965] = 2760, - [2966] = 2911, - [2967] = 2967, + [2946] = 2946, + [2947] = 2826, + [2948] = 2948, + [2949] = 2826, + [2950] = 2130, + [2951] = 2908, + [2952] = 2768, + [2953] = 2909, + [2954] = 2824, + [2955] = 2955, + [2956] = 2916, + [2957] = 2132, + [2958] = 2894, + [2959] = 2785, + [2960] = 2942, + [2961] = 2961, + [2962] = 2098, + [2963] = 2802, + [2964] = 2821, + [2965] = 2929, + [2966] = 2757, + [2967] = 2786, [2968] = 2968, - [2969] = 2787, - [2970] = 2845, - [2971] = 2803, - [2972] = 2126, - [2973] = 2823, - [2974] = 2774, - [2975] = 2104, - [2976] = 2976, - [2977] = 2958, - [2978] = 2114, - [2979] = 2979, - [2980] = 2980, - [2981] = 2976, - [2982] = 2790, - [2983] = 2824, - [2984] = 2108, - [2985] = 2147, - [2986] = 2135, - [2987] = 2825, - [2988] = 2105, - [2989] = 2989, + [2969] = 2887, + [2970] = 2970, + [2971] = 2895, + [2972] = 2972, + [2973] = 2105, + [2974] = 2974, + [2975] = 2975, + [2976] = 2910, + [2977] = 2118, + [2978] = 2143, + [2979] = 2781, + [2980] = 2829, + [2981] = 2981, + [2982] = 2121, + [2983] = 2123, + [2984] = 2124, + [2985] = 2126, + [2986] = 2986, + [2987] = 2987, + [2988] = 2911, + [2989] = 2922, [2990] = 2990, - [2991] = 2991, - [2992] = 2992, - [2993] = 2827, - [2994] = 2994, - [2995] = 2828, - [2996] = 2996, + [2991] = 2814, + [2992] = 2788, + [2993] = 2987, + [2994] = 2961, + [2995] = 2948, + [2996] = 2106, [2997] = 2997, - [2998] = 2830, - [2999] = 2782, - [3000] = 3000, - [3001] = 3001, + [2998] = 2998, + [2999] = 2999, + [3000] = 2866, + [3001] = 2923, [3002] = 3002, [3003] = 3003, [3004] = 3004, - [3005] = 2101, - [3006] = 2124, + [3005] = 3005, + [3006] = 3006, [3007] = 3007, - [3008] = 2103, - [3009] = 2835, - [3010] = 2960, - [3011] = 2116, - [3012] = 2836, - [3013] = 3013, - [3014] = 3014, - [3015] = 3015, + [3008] = 3008, + [3009] = 3009, + [3010] = 3010, + [3011] = 3011, + [3012] = 3012, + [3013] = 2918, + [3014] = 3009, + [3015] = 2920, [3016] = 3016, - [3017] = 3017, + [3017] = 2773, [3018] = 3018, - [3019] = 2866, - [3020] = 3020, - [3021] = 2096, - [3022] = 2848, - [3023] = 3023, - [3024] = 2881, - [3025] = 2871, - [3026] = 2904, - [3027] = 2849, - [3028] = 3028, - [3029] = 3029, - [3030] = 2838, - [3031] = 2839, - [3032] = 2914, - [3033] = 2863, - [3034] = 3034, - [3035] = 3035, - [3036] = 2805, - [3037] = 3037, - [3038] = 3038, + [3019] = 2756, + [3020] = 2974, + [3021] = 2970, + [3022] = 3004, + [3023] = 2771, + [3024] = 3024, + [3025] = 3025, + [3026] = 2761, + [3027] = 2825, + [3028] = 3005, + [3029] = 2753, + [3030] = 2914, + [3031] = 2783, + [3032] = 2972, + [3033] = 3033, + [3034] = 2934, + [3035] = 2810, + [3036] = 2877, + [3037] = 2815, + [3038] = 2990, [3039] = 3039, - [3040] = 2953, - [3041] = 2991, - [3042] = 2937, - [3043] = 3043, - [3044] = 3044, - [3045] = 2761, - [3046] = 2967, + [3040] = 3040, + [3041] = 3041, + [3042] = 2968, + [3043] = 2981, + [3044] = 2975, + [3045] = 3045, + [3046] = 2754, [3047] = 3047, - [3048] = 2841, - [3049] = 2891, - [3050] = 2764, - [3051] = 3051, - [3052] = 2759, - [3053] = 2831, - [3054] = 2898, - [3055] = 3016, + [3048] = 3048, + [3049] = 2917, + [3050] = 3024, + [3051] = 3018, + [3052] = 3052, + [3053] = 3053, + [3054] = 3054, + [3055] = 3055, [3056] = 3056, [3057] = 3057, [3058] = 3058, [3059] = 3059, - [3060] = 3060, + [3060] = 3058, [3061] = 3061, [3062] = 3062, - [3063] = 3063, + [3063] = 1452, [3064] = 3064, [3065] = 3065, - [3066] = 3066, + [3066] = 1453, [3067] = 3067, [3068] = 3068, [3069] = 3069, @@ -6970,266 +6973,266 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3078] = 3078, [3079] = 3079, [3080] = 3080, - [3081] = 3079, - [3082] = 3082, - [3083] = 3082, - [3084] = 3066, + [3081] = 3081, + [3082] = 3059, + [3083] = 3083, + [3084] = 3084, [3085] = 3085, - [3086] = 3067, - [3087] = 3073, + [3086] = 3059, + [3087] = 3087, [3088] = 3088, [3089] = 3089, - [3090] = 3066, + [3090] = 3090, [3091] = 3091, [3092] = 3092, [3093] = 3093, - [3094] = 3094, - [3095] = 3095, + [3094] = 3064, + [3095] = 3052, [3096] = 3096, - [3097] = 3097, - [3098] = 3098, - [3099] = 3099, + [3097] = 3074, + [3098] = 3068, + [3099] = 1492, [3100] = 3100, [3101] = 3064, - [3102] = 3102, - [3103] = 3103, - [3104] = 3088, + [3102] = 3057, + [3103] = 3065, + [3104] = 3083, [3105] = 3105, - [3106] = 3106, - [3107] = 3107, - [3108] = 3108, - [3109] = 3066, + [3106] = 3057, + [3107] = 3067, + [3108] = 3078, + [3109] = 3109, [3110] = 3110, - [3111] = 3066, + [3111] = 3111, [3112] = 3069, - [3113] = 3113, + [3113] = 3059, [3114] = 3114, [3115] = 3115, - [3116] = 3116, - [3117] = 1437, - [3118] = 3118, + [3116] = 3062, + [3117] = 3084, + [3118] = 3087, [3119] = 3119, [3120] = 3120, - [3121] = 3121, - [3122] = 3088, + [3121] = 3069, + [3122] = 3070, [3123] = 3123, [3124] = 3124, - [3125] = 3066, + [3125] = 3125, [3126] = 3126, - [3127] = 3070, - [3128] = 3093, - [3129] = 1463, - [3130] = 3070, - [3131] = 3108, - [3132] = 3075, - [3133] = 3076, + [3127] = 3076, + [3128] = 3128, + [3129] = 3080, + [3130] = 3079, + [3131] = 3059, + [3132] = 3083, + [3133] = 3084, [3134] = 3134, [3135] = 3135, - [3136] = 3082, + [3136] = 3136, [3137] = 3137, - [3138] = 3067, - [3139] = 3066, - [3140] = 3140, - [3141] = 3092, - [3142] = 3093, - [3143] = 3080, + [3138] = 3138, + [3139] = 3139, + [3140] = 3062, + [3141] = 3075, + [3142] = 3059, + [3143] = 3143, [3144] = 3144, - [3145] = 3145, - [3146] = 3146, - [3147] = 3062, - [3148] = 3068, - [3149] = 3149, - [3150] = 3150, - [3151] = 3070, - [3152] = 3152, - [3153] = 3070, - [3154] = 3154, - [3155] = 3076, - [3156] = 3082, - [3157] = 3152, - [3158] = 3158, - [3159] = 3066, + [3145] = 3070, + [3146] = 3076, + [3147] = 3114, + [3148] = 3061, + [3149] = 3059, + [3150] = 3124, + [3151] = 3083, + [3152] = 3084, + [3153] = 3153, + [3154] = 3128, + [3155] = 3062, + [3156] = 3134, + [3157] = 3080, + [3158] = 3081, + [3159] = 3088, [3160] = 3160, - [3161] = 3092, - [3162] = 3093, - [3163] = 3119, - [3164] = 3063, + [3161] = 3161, + [3162] = 3162, + [3163] = 3163, + [3164] = 3070, [3165] = 3165, - [3166] = 3166, + [3166] = 3059, [3167] = 3167, - [3168] = 3102, - [3169] = 3169, - [3170] = 3076, + [3168] = 3083, + [3169] = 3084, + [3170] = 3170, [3171] = 3171, - [3172] = 3066, - [3173] = 3092, - [3174] = 3093, - [3175] = 3106, + [3172] = 3172, + [3173] = 3173, + [3174] = 3059, + [3175] = 3175, [3176] = 3176, [3177] = 3177, - [3178] = 3178, - [3179] = 3089, - [3180] = 3091, - [3181] = 3074, - [3182] = 3076, - [3183] = 3066, - [3184] = 3075, - [3185] = 3092, - [3186] = 3093, - [3187] = 3187, - [3188] = 3065, + [3178] = 3070, + [3179] = 3068, + [3180] = 3059, + [3181] = 3069, + [3182] = 3083, + [3183] = 3084, + [3184] = 3184, + [3185] = 3067, + [3186] = 1377, + [3187] = 3070, + [3188] = 3059, [3189] = 3189, - [3190] = 3076, - [3191] = 3066, - [3192] = 3076, - [3193] = 3092, - [3194] = 3093, - [3195] = 3095, - [3196] = 3076, - [3197] = 3118, - [3198] = 3092, - [3199] = 3093, - [3200] = 3160, - [3201] = 3076, - [3202] = 3099, - [3203] = 3092, - [3204] = 3093, - [3205] = 3205, - [3206] = 3076, - [3207] = 3092, - [3208] = 3093, - [3209] = 3076, - [3210] = 3080, - [3211] = 3092, - [3212] = 3093, - [3213] = 3134, + [3190] = 3083, + [3191] = 3084, + [3192] = 3070, + [3193] = 3070, + [3194] = 3053, + [3195] = 3083, + [3196] = 3084, + [3197] = 3070, + [3198] = 3072, + [3199] = 3083, + [3200] = 3084, + [3201] = 3070, + [3202] = 3083, + [3203] = 3084, + [3204] = 3139, + [3205] = 3083, + [3206] = 3084, + [3207] = 3189, + [3208] = 3070, + [3209] = 3074, + [3210] = 3210, + [3211] = 3211, + [3212] = 3162, + [3213] = 3213, [3214] = 3214, - [3215] = 3092, - [3216] = 3060, - [3217] = 3176, - [3218] = 3218, + [3215] = 3008, + [3216] = 3025, + [3217] = 3217, + [3218] = 3072, [3219] = 3219, - [3220] = 3220, + [3220] = 3071, [3221] = 3221, - [3222] = 3160, - [3223] = 3097, - [3224] = 3121, - [3225] = 3205, - [3226] = 2883, + [3222] = 3222, + [3223] = 3223, + [3224] = 3076, + [3225] = 3054, + [3226] = 3226, [3227] = 3227, - [3228] = 2887, - [3229] = 3229, + [3228] = 3228, + [3229] = 3091, [3230] = 3230, [3231] = 3231, - [3232] = 3178, + [3232] = 3092, [3233] = 3233, - [3234] = 3124, + [3234] = 3234, [3235] = 3235, - [3236] = 3082, - [3237] = 3074, - [3238] = 3059, + [3236] = 3236, + [3237] = 3237, + [3238] = 3238, [3239] = 3239, - [3240] = 3240, - [3241] = 3241, + [3240] = 3079, + [3241] = 3227, [3242] = 3242, - [3243] = 3145, - [3244] = 3100, - [3245] = 3245, - [3246] = 3246, - [3247] = 3219, - [3248] = 3248, - [3249] = 3085, - [3250] = 3241, - [3251] = 3067, + [3243] = 3219, + [3244] = 3244, + [3245] = 3214, + [3246] = 3228, + [3247] = 3171, + [3248] = 3080, + [3249] = 3231, + [3250] = 3081, + [3251] = 3111, [3252] = 3252, - [3253] = 3073, - [3254] = 3254, - [3255] = 3255, + [3253] = 3061, + [3254] = 3105, + [3255] = 3072, [3256] = 3256, - [3257] = 3231, + [3257] = 3257, [3258] = 3258, - [3259] = 3252, - [3260] = 1380, - [3261] = 3220, - [3262] = 1381, + [3259] = 3259, + [3260] = 3260, + [3261] = 3261, + [3262] = 3056, [3263] = 3263, - [3264] = 3144, - [3265] = 3146, - [3266] = 3150, - [3267] = 3154, - [3268] = 3227, - [3269] = 3269, - [3270] = 3270, - [3271] = 3271, - [3272] = 3076, - [3273] = 3273, - [3274] = 3069, - [3275] = 3273, - [3276] = 3169, + [3264] = 3135, + [3265] = 3265, + [3266] = 3266, + [3267] = 3267, + [3268] = 3093, + [3269] = 3256, + [3270] = 3260, + [3271] = 3235, + [3272] = 1454, + [3273] = 3059, + [3274] = 3236, + [3275] = 3275, + [3276] = 3083, [3277] = 3277, - [3278] = 3240, - [3279] = 3075, - [3280] = 3066, - [3281] = 3229, - [3282] = 3282, - [3283] = 3092, + [3278] = 3257, + [3279] = 3084, + [3280] = 3214, + [3281] = 3281, + [3282] = 3071, + [3283] = 3091, [3284] = 3284, - [3285] = 3093, - [3286] = 3286, - [3287] = 3221, - [3288] = 3121, - [3289] = 3284, - [3290] = 3290, - [3291] = 3124, - [3292] = 3077, - [3293] = 3293, - [3294] = 3290, - [3295] = 3064, + [3285] = 3136, + [3286] = 3167, + [3287] = 3287, + [3288] = 3258, + [3289] = 3214, + [3290] = 3266, + [3291] = 3259, + [3292] = 3238, + [3293] = 3214, + [3294] = 3242, + [3295] = 3137, [3296] = 3296, - [3297] = 3102, - [3298] = 3068, - [3299] = 3085, - [3300] = 3245, - [3301] = 3221, - [3302] = 3098, - [3303] = 3241, - [3304] = 3221, - [3305] = 3305, - [3306] = 3286, - [3307] = 3123, - [3308] = 3120, - [3309] = 3255, - [3310] = 3310, - [3311] = 3311, - [3312] = 3305, - [3313] = 3239, - [3314] = 3277, - [3315] = 3079, - [3316] = 3107, - [3317] = 3105, - [3318] = 3218, - [3319] = 3126, - [3320] = 3320, - [3321] = 3263, - [3322] = 3061, - [3323] = 3235, - [3324] = 3320, - [3325] = 1407, - [3326] = 3114, - [3327] = 3071, - [3328] = 3110, - [3329] = 3286, - [3330] = 3120, - [3331] = 3114, - [3332] = 3120, - [3333] = 3114, - [3334] = 3334, - [3335] = 3113, - [3336] = 3189, - [3337] = 3221, - [3338] = 3057, - [3339] = 3242, - [3340] = 3160, + [3297] = 3233, + [3298] = 3090, + [3299] = 3281, + [3300] = 3062, + [3301] = 3163, + [3302] = 3087, + [3303] = 3088, + [3304] = 3226, + [3305] = 3119, + [3306] = 3306, + [3307] = 3170, + [3308] = 3296, + [3309] = 3226, + [3310] = 3230, + [3311] = 3089, + [3312] = 3076, + [3313] = 3055, + [3314] = 3073, + [3315] = 3177, + [3316] = 3261, + [3317] = 3296, + [3318] = 3281, + [3319] = 3177, + [3320] = 3281, + [3321] = 3177, + [3322] = 3110, + [3323] = 3287, + [3324] = 3239, + [3325] = 3325, + [3326] = 3221, + [3327] = 3327, + [3328] = 3328, + [3329] = 3244, + [3330] = 3077, + [3331] = 3070, + [3332] = 3332, + [3333] = 3333, + [3334] = 159, + [3335] = 3335, + [3336] = 3336, + [3337] = 3337, + [3338] = 3338, + [3339] = 3339, + [3340] = 3340, [3341] = 3341, [3342] = 3342, [3343] = 3343, @@ -7244,7 +7247,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3352] = 3352, [3353] = 3353, [3354] = 3354, - [3355] = 3355, + [3355] = 3339, [3356] = 3356, [3357] = 3357, [3358] = 3358, @@ -7252,292 +7255,282 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3360] = 3360, [3361] = 3361, [3362] = 3362, - [3363] = 3344, + [3363] = 3359, [3364] = 3364, [3365] = 3365, [3366] = 3366, - [3367] = 3341, + [3367] = 3367, [3368] = 3368, [3369] = 3369, - [3370] = 3360, + [3370] = 3370, [3371] = 3371, [3372] = 3372, [3373] = 3373, [3374] = 3374, [3375] = 3375, - [3376] = 3376, + [3376] = 3333, [3377] = 3377, - [3378] = 3349, + [3378] = 3340, [3379] = 3379, - [3380] = 3380, + [3380] = 3344, [3381] = 3381, - [3382] = 3362, - [3383] = 3364, - [3384] = 3377, - [3385] = 3385, - [3386] = 3341, + [3382] = 3382, + [3383] = 3352, + [3384] = 3384, + [3385] = 3357, + [3386] = 3367, [3387] = 3387, - [3388] = 174, + [3388] = 3388, [3389] = 3389, [3390] = 3390, [3391] = 3391, - [3392] = 3356, + [3392] = 3392, [3393] = 3393, - [3394] = 3348, + [3394] = 3344, [3395] = 3395, [3396] = 3396, [3397] = 3397, [3398] = 3398, [3399] = 3399, [3400] = 3400, - [3401] = 3365, - [3402] = 3372, + [3401] = 3401, + [3402] = 3342, [3403] = 3403, [3404] = 3404, - [3405] = 3359, - [3406] = 3342, - [3407] = 3407, + [3405] = 3405, + [3406] = 3406, + [3407] = 3399, [3408] = 3408, - [3409] = 3409, - [3410] = 3410, - [3411] = 3346, - [3412] = 3412, - [3413] = 3371, + [3409] = 3377, + [3410] = 3332, + [3411] = 3387, + [3412] = 3364, + [3413] = 3413, [3414] = 3414, [3415] = 3415, - [3416] = 3374, - [3417] = 3417, - [3418] = 3418, + [3416] = 3352, + [3417] = 3382, + [3418] = 3342, [3419] = 3419, - [3420] = 3350, - [3421] = 3421, + [3420] = 3353, + [3421] = 3362, [3422] = 3422, - [3423] = 3379, - [3424] = 3424, - [3425] = 3360, + [3423] = 3423, + [3424] = 3339, + [3425] = 3425, [3426] = 3426, [3427] = 3427, [3428] = 3428, - [3429] = 3381, + [3429] = 3423, [3430] = 3430, [3431] = 3431, - [3432] = 3432, + [3432] = 3395, [3433] = 3433, - [3434] = 3434, + [3434] = 3370, [3435] = 3435, - [3436] = 3436, - [3437] = 3437, - [3438] = 3438, - [3439] = 3439, - [3440] = 3440, - [3441] = 3422, + [3436] = 3396, + [3437] = 3339, + [3438] = 3361, + [3439] = 3400, + [3440] = 3366, + [3441] = 3441, [3442] = 3442, - [3443] = 3397, - [3444] = 3444, - [3445] = 3445, - [3446] = 3410, - [3447] = 3437, - [3448] = 3393, - [3449] = 3393, - [3450] = 3434, - [3451] = 3451, - [3452] = 3440, - [3453] = 3360, + [3443] = 3337, + [3444] = 3338, + [3445] = 3375, + [3446] = 3446, + [3447] = 3447, + [3448] = 3352, + [3449] = 3449, + [3450] = 3450, + [3451] = 3365, + [3452] = 3425, + [3453] = 3453, [3454] = 3454, - [3455] = 3439, - [3456] = 3428, + [3455] = 3455, + [3456] = 3456, [3457] = 3457, [3458] = 3458, - [3459] = 3459, - [3460] = 3391, + [3459] = 3425, + [3460] = 3399, [3461] = 3461, - [3462] = 3399, - [3463] = 3463, + [3462] = 3462, + [3463] = 3390, [3464] = 3464, - [3465] = 3389, - [3466] = 3342, - [3467] = 3467, + [3465] = 3399, + [3466] = 3466, + [3467] = 3408, [3468] = 3468, - [3469] = 3428, - [3470] = 3470, - [3471] = 3426, + [3469] = 3469, + [3470] = 3469, + [3471] = 3471, [3472] = 3472, - [3473] = 3430, - [3474] = 3428, + [3473] = 3399, + [3474] = 3457, [3475] = 3475, - [3476] = 3476, - [3477] = 3414, + [3476] = 3458, + [3477] = 3477, [3478] = 3478, [3479] = 3479, - [3480] = 3480, - [3481] = 3343, - [3482] = 3482, - [3483] = 3385, - [3484] = 172, - [3485] = 3464, - [3486] = 3486, - [3487] = 3487, - [3488] = 3368, + [3480] = 3435, + [3481] = 3481, + [3482] = 3464, + [3483] = 3427, + [3484] = 3484, + [3485] = 3485, + [3486] = 3343, + [3487] = 3345, + [3488] = 3488, [3489] = 3489, - [3490] = 3490, - [3491] = 3491, - [3492] = 3442, - [3493] = 3493, - [3494] = 3351, - [3495] = 3353, - [3496] = 3496, + [3490] = 3369, + [3491] = 3353, + [3492] = 3336, + [3493] = 3344, + [3494] = 3406, + [3495] = 3359, + [3496] = 3472, [3497] = 3497, [3498] = 3498, - [3499] = 3361, - [3500] = 3500, - [3501] = 3501, + [3499] = 3370, + [3500] = 3479, + [3501] = 3388, [3502] = 3502, - [3503] = 3503, - [3504] = 3380, - [3505] = 3369, - [3506] = 3342, - [3507] = 3500, - [3508] = 3379, + [3503] = 3390, + [3504] = 3391, + [3505] = 3505, + [3506] = 3393, + [3507] = 3507, + [3508] = 3508, [3509] = 3509, - [3510] = 3347, - [3511] = 3397, - [3512] = 3493, - [3513] = 3399, - [3514] = 3400, - [3515] = 3403, - [3516] = 3372, - [3517] = 3353, - [3518] = 3518, - [3519] = 3397, - [3520] = 3400, + [3510] = 3393, + [3511] = 3453, + [3512] = 3433, + [3513] = 3427, + [3514] = 3348, + [3515] = 3497, + [3516] = 3516, + [3517] = 3345, + [3518] = 3484, + [3519] = 3488, + [3520] = 3353, [3521] = 3521, - [3522] = 3522, - [3523] = 3523, - [3524] = 3461, - [3525] = 3490, - [3526] = 3428, - [3527] = 3358, - [3528] = 3417, - [3529] = 3353, - [3530] = 3374, - [3531] = 3451, - [3532] = 3361, - [3533] = 3533, - [3534] = 3374, - [3535] = 3369, - [3536] = 3536, - [3537] = 3351, - [3538] = 3399, - [3539] = 3372, - [3540] = 3540, - [3541] = 3360, - [3542] = 3408, - [3543] = 3490, - [3544] = 3361, - [3545] = 3545, - [3546] = 3369, - [3547] = 3547, - [3548] = 3372, - [3549] = 3490, - [3550] = 3361, - [3551] = 3369, - [3552] = 3372, - [3553] = 3361, - [3554] = 3369, - [3555] = 3372, - [3556] = 3361, - [3557] = 3361, - [3558] = 3361, - [3559] = 3361, - [3560] = 3361, - [3561] = 3409, + [3522] = 3408, + [3523] = 3361, + [3524] = 3524, + [3525] = 3388, + [3526] = 3390, + [3527] = 3393, + [3528] = 3368, + [3529] = 3529, + [3530] = 3403, + [3531] = 3531, + [3532] = 3427, + [3533] = 3353, + [3534] = 3481, + [3535] = 3361, + [3536] = 3456, + [3537] = 3393, + [3538] = 3427, + [3539] = 3353, + [3540] = 3361, + [3541] = 3393, + [3542] = 3353, + [3543] = 3361, + [3544] = 3393, + [3545] = 3353, + [3546] = 3353, + [3547] = 3353, + [3548] = 3353, + [3549] = 3353, + [3550] = 3345, + [3551] = 3551, + [3552] = 3379, + [3553] = 3553, + [3554] = 3431, + [3555] = 3555, + [3556] = 3556, + [3557] = 3475, + [3558] = 3524, + [3559] = 3477, + [3560] = 3428, + [3561] = 3502, [3562] = 3562, - [3563] = 3490, + [3563] = 3415, [3564] = 3564, - [3565] = 3565, - [3566] = 3463, - [3567] = 3522, - [3568] = 3568, - [3569] = 3355, - [3570] = 3373, - [3571] = 3509, - [3572] = 3354, - [3573] = 3345, - [3574] = 3574, - [3575] = 3398, - [3576] = 3498, - [3577] = 3565, - [3578] = 3418, - [3579] = 3533, - [3580] = 3376, - [3581] = 3581, - [3582] = 3489, - [3583] = 3497, - [3584] = 3501, - [3585] = 3424, - [3586] = 3418, - [3587] = 3587, - [3588] = 3432, - [3589] = 3476, - [3590] = 3431, - [3591] = 3502, - [3592] = 3445, - [3593] = 3428, - [3594] = 3439, - [3595] = 3357, - [3596] = 3596, - [3597] = 3597, - [3598] = 3598, - [3599] = 3361, - [3600] = 3600, - [3601] = 3568, - [3602] = 3602, - [3603] = 3472, - [3604] = 3472, - [3605] = 3602, - [3606] = 3598, - [3607] = 3607, - [3608] = 3565, - [3609] = 3463, - [3610] = 3568, - [3611] = 3355, + [3565] = 3555, + [3566] = 3529, + [3567] = 3567, + [3568] = 3399, + [3569] = 3569, + [3570] = 3488, + [3571] = 3372, + [3572] = 3360, + [3573] = 3373, + [3574] = 3447, + [3575] = 3343, + [3576] = 3576, + [3577] = 3461, + [3578] = 3341, + [3579] = 3339, + [3580] = 3388, + [3581] = 3371, + [3582] = 3335, + [3583] = 3471, + [3584] = 3521, + [3585] = 3428, + [3586] = 3586, + [3587] = 3468, + [3588] = 3489, + [3589] = 3384, + [3590] = 3590, + [3591] = 3591, + [3592] = 3592, + [3593] = 3564, + [3594] = 3414, + [3595] = 3595, + [3596] = 3556, + [3597] = 3435, + [3598] = 3431, + [3599] = 3555, + [3600] = 3475, + [3601] = 3524, + [3602] = 3391, + [3603] = 3591, + [3604] = 3431, + [3605] = 3524, + [3606] = 3606, + [3607] = 3471, + [3608] = 3524, + [3609] = 3524, + [3610] = 3524, + [3611] = 3611, [3612] = 3612, - [3613] = 3613, - [3614] = 3565, - [3615] = 3355, - [3616] = 3616, - [3617] = 3472, - [3618] = 3355, - [3619] = 3355, - [3620] = 3355, - [3621] = 3412, - [3622] = 3607, - [3623] = 3438, - [3624] = 3486, - [3625] = 3366, - [3626] = 3489, - [3627] = 3409, - [3628] = 3375, - [3629] = 3564, - [3630] = 3490, - [3631] = 3415, - [3632] = 3419, - [3633] = 3454, - [3634] = 3418, - [3635] = 3348, - [3636] = 3547, - [3637] = 3467, + [3613] = 3419, + [3614] = 3450, + [3615] = 3576, + [3616] = 3612, + [3617] = 3389, + [3618] = 3592, + [3619] = 3358, + [3620] = 3428, + [3621] = 3430, + [3622] = 3505, + [3623] = 3374, + [3624] = 3427, + [3625] = 161, + [3626] = 3569, + [3627] = 3397, + [3628] = 3628, + [3629] = 3471, + [3630] = 3630, + [3631] = 3361, + [3632] = 3632, + [3633] = 3633, + [3634] = 3634, + [3635] = 3635, + [3636] = 3636, + [3637] = 3637, [3638] = 3638, - [3639] = 3436, - [3640] = 3521, - [3641] = 3369, - [3642] = 3642, - [3643] = 3643, - [3644] = 3644, - [3645] = 3645, - [3646] = 3646, - [3647] = 3647, - [3648] = 3648, }; static TSCharacterRange sym_identifier_character_set_1[] = { @@ -7569,7 +7562,7 @@ static TSCharacterRange sym_identifier_character_set_1[] = { {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1780, 0x17b3}, {0x17d7, 0x17d7}, {0x17dc, 0x17dc}, {0x1820, 0x1878}, {0x1880, 0x18a8}, {0x18aa, 0x18aa}, {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1950, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x1a00, 0x1a16}, {0x1a20, 0x1a54}, {0x1aa7, 0x1aa7}, {0x1b05, 0x1b33}, {0x1b45, 0x1b4c}, {0x1b83, 0x1ba0}, {0x1bae, 0x1baf}, {0x1bba, 0x1be5}, {0x1c00, 0x1c23}, {0x1c4d, 0x1c4f}, - {0x1c5a, 0x1c7d}, {0x1c80, 0x1c88}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3}, {0x1cf5, 0x1cf6}, {0x1cfa, 0x1cfa}, + {0x1c5a, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3}, {0x1cf5, 0x1cf6}, {0x1cfa, 0x1cfa}, {0x1d00, 0x1dbf}, {0x1e00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x2071, 0x2071}, {0x207f, 0x207f}, {0x2090, 0x209c}, {0x2102, 0x2102}, @@ -7579,7 +7572,7 @@ static TSCharacterRange sym_identifier_character_set_1[] = { {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x3005, 0x3007}, {0x3021, 0x3029}, {0x3031, 0x3035}, {0x3038, 0x303c}, {0x3041, 0x3096}, {0x309d, 0x309f}, {0x30a1, 0x30fa}, {0x30fc, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa61f}, {0xa62a, 0xa62b}, {0xa640, 0xa66e}, - {0xa67f, 0xa69d}, {0xa6a0, 0xa6ef}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7ca}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7d9}, + {0xa67f, 0xa69d}, {0xa6a0, 0xa6ef}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7cd}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc}, {0xa7f2, 0xa801}, {0xa803, 0xa805}, {0xa807, 0xa80a}, {0xa80c, 0xa822}, {0xa840, 0xa873}, {0xa882, 0xa8b3}, {0xa8f2, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa8fe}, {0xa90a, 0xa925}, {0xa930, 0xa946}, {0xa960, 0xa97c}, {0xa984, 0xa9b2}, {0xa9cf, 0xa9cf}, {0xa9e0, 0xa9e4}, {0xa9e6, 0xa9ef}, {0xa9fa, 0xa9fe}, {0xaa00, 0xaa28}, {0xaa40, 0xaa42}, {0xaa44, 0xaa4b}, {0xaa60, 0xaa76}, {0xaa7a, 0xaa7a}, {0xaa7e, 0xaaaf}, {0xaab1, 0xaab1}, @@ -7593,38 +7586,40 @@ static TSCharacterRange sym_identifier_character_set_1[] = { {0x10080, 0x100fa}, {0x10140, 0x10174}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x10300, 0x1031f}, {0x1032d, 0x1034a}, {0x10350, 0x10375}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, - {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, - {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, - {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a00}, {0x10a10, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, - {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae4}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, - {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d23}, {0x10e80, 0x10ea9}, {0x10eb0, 0x10eb1}, {0x10f00, 0x10f1c}, {0x10f27, 0x10f27}, - {0x10f30, 0x10f45}, {0x10f70, 0x10f81}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11003, 0x11037}, {0x11071, 0x11072}, {0x11075, 0x11075}, {0x11083, 0x110af}, - {0x110d0, 0x110e8}, {0x11103, 0x11126}, {0x11144, 0x11144}, {0x11147, 0x11147}, {0x11150, 0x11172}, {0x11176, 0x11176}, {0x11183, 0x111b2}, {0x111c1, 0x111c4}, - {0x111da, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x1122b}, {0x1123f, 0x11240}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, - {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112de}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, - {0x11335, 0x11339}, {0x1133d, 0x1133d}, {0x11350, 0x11350}, {0x1135d, 0x11361}, {0x11400, 0x11434}, {0x11447, 0x1144a}, {0x1145f, 0x11461}, {0x11480, 0x114af}, - {0x114c4, 0x114c5}, {0x114c7, 0x114c7}, {0x11580, 0x115ae}, {0x115d8, 0x115db}, {0x11600, 0x1162f}, {0x11644, 0x11644}, {0x11680, 0x116aa}, {0x116b8, 0x116b8}, - {0x11700, 0x1171a}, {0x11740, 0x11746}, {0x11800, 0x1182b}, {0x118a0, 0x118df}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, - {0x11918, 0x1192f}, {0x1193f, 0x1193f}, {0x11941, 0x11941}, {0x119a0, 0x119a7}, {0x119aa, 0x119d0}, {0x119e1, 0x119e1}, {0x119e3, 0x119e3}, {0x11a00, 0x11a00}, - {0x11a0b, 0x11a32}, {0x11a3a, 0x11a3a}, {0x11a50, 0x11a50}, {0x11a5c, 0x11a89}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c2e}, - {0x11c40, 0x11c40}, {0x11c72, 0x11c8f}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d30}, {0x11d46, 0x11d46}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, - {0x11d6a, 0x11d89}, {0x11d98, 0x11d98}, {0x11ee0, 0x11ef2}, {0x11f02, 0x11f02}, {0x11f04, 0x11f10}, {0x11f12, 0x11f33}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, - {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13441, 0x13446}, {0x14400, 0x14646}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, - {0x16a70, 0x16abe}, {0x16ad0, 0x16aed}, {0x16b00, 0x16b2f}, {0x16b40, 0x16b43}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, - {0x16f50, 0x16f50}, {0x16f93, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe3}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18d00, 0x18d08}, {0x1aff0, 0x1aff3}, - {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, - {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, - {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, - {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, - {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, - {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e030, 0x1e06d}, {0x1e100, 0x1e12c}, {0x1e137, 0x1e13d}, {0x1e14e, 0x1e14e}, - {0x1e290, 0x1e2ad}, {0x1e2c0, 0x1e2eb}, {0x1e4d0, 0x1e4eb}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, - {0x1e900, 0x1e943}, {0x1e94b, 0x1e94b}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, - {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, - {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, - {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, - {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, - {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af}, + {0x105c0, 0x105f3}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, + {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, + {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a00}, {0x10a10, 0x10a13}, {0x10a15, 0x10a17}, + {0x10a19, 0x10a35}, {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae4}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, + {0x10b80, 0x10b91}, {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d23}, {0x10d4a, 0x10d65}, {0x10d6f, 0x10d85}, {0x10e80, 0x10ea9}, + {0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10f00, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f45}, {0x10f70, 0x10f81}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, + {0x11003, 0x11037}, {0x11071, 0x11072}, {0x11075, 0x11075}, {0x11083, 0x110af}, {0x110d0, 0x110e8}, {0x11103, 0x11126}, {0x11144, 0x11144}, {0x11147, 0x11147}, + {0x11150, 0x11172}, {0x11176, 0x11176}, {0x11183, 0x111b2}, {0x111c1, 0x111c4}, {0x111da, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x1122b}, + {0x1123f, 0x11240}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112de}, {0x11305, 0x1130c}, + {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133d, 0x1133d}, {0x11350, 0x11350}, {0x1135d, 0x11361}, + {0x11380, 0x11389}, {0x1138b, 0x1138b}, {0x1138e, 0x1138e}, {0x11390, 0x113b5}, {0x113b7, 0x113b7}, {0x113d1, 0x113d1}, {0x113d3, 0x113d3}, {0x11400, 0x11434}, + {0x11447, 0x1144a}, {0x1145f, 0x11461}, {0x11480, 0x114af}, {0x114c4, 0x114c5}, {0x114c7, 0x114c7}, {0x11580, 0x115ae}, {0x115d8, 0x115db}, {0x11600, 0x1162f}, + {0x11644, 0x11644}, {0x11680, 0x116aa}, {0x116b8, 0x116b8}, {0x11700, 0x1171a}, {0x11740, 0x11746}, {0x11800, 0x1182b}, {0x118a0, 0x118df}, {0x118ff, 0x11906}, + {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x1192f}, {0x1193f, 0x1193f}, {0x11941, 0x11941}, {0x119a0, 0x119a7}, {0x119aa, 0x119d0}, + {0x119e1, 0x119e1}, {0x119e3, 0x119e3}, {0x11a00, 0x11a00}, {0x11a0b, 0x11a32}, {0x11a3a, 0x11a3a}, {0x11a50, 0x11a50}, {0x11a5c, 0x11a89}, {0x11a9d, 0x11a9d}, + {0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c2e}, {0x11c40, 0x11c40}, {0x11c72, 0x11c8f}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, + {0x11d0b, 0x11d30}, {0x11d46, 0x11d46}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d89}, {0x11d98, 0x11d98}, {0x11ee0, 0x11ef2}, {0x11f02, 0x11f02}, + {0x11f04, 0x11f10}, {0x11f12, 0x11f33}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, + {0x13441, 0x13446}, {0x13460, 0x143fa}, {0x14400, 0x14646}, {0x16100, 0x1611d}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a70, 0x16abe}, {0x16ad0, 0x16aed}, + {0x16b00, 0x16b2f}, {0x16b40, 0x16b43}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f50, 0x16f50}, + {0x16f93, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe3}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18cff, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, + {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, + {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, + {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, + {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, + {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, + {0x1d7c4, 0x1d7cb}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e030, 0x1e06d}, {0x1e100, 0x1e12c}, {0x1e137, 0x1e13d}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ad}, + {0x1e2c0, 0x1e2eb}, {0x1e4d0, 0x1e4eb}, {0x1e5d0, 0x1e5ed}, {0x1e5f0, 0x1e5f0}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, + {0x1e800, 0x1e8c4}, {0x1e900, 0x1e943}, {0x1e94b, 0x1e94b}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, + {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, + {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f}, + {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89}, + {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739}, {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, + {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af}, }; static TSCharacterRange sym_identifier_character_set_3[] = { @@ -7634,7 +7629,7 @@ static TSCharacterRange sym_identifier_character_set_3[] = { {0x483, 0x487}, {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x591, 0x5bd}, {0x5bf, 0x5bf}, {0x5c1, 0x5c2}, {0x5c4, 0x5c5}, {0x5c7, 0x5c7}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x610, 0x61a}, {0x620, 0x669}, {0x66e, 0x6d3}, {0x6d5, 0x6dc}, {0x6df, 0x6e8}, {0x6ea, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x74a}, {0x74d, 0x7b1}, {0x7c0, 0x7f5}, {0x7fa, 0x7fa}, {0x7fd, 0x7fd}, - {0x800, 0x82d}, {0x840, 0x85b}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x898, 0x8e1}, {0x8e3, 0x963}, {0x966, 0x96f}, + {0x800, 0x82d}, {0x840, 0x85b}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x897, 0x8e1}, {0x8e3, 0x963}, {0x966, 0x96f}, {0x971, 0x983}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, {0x9b2, 0x9b2}, {0x9b6, 0x9b9}, {0x9bc, 0x9c4}, {0x9c7, 0x9c8}, {0x9cb, 0x9ce}, {0x9d7, 0x9d7}, {0x9dc, 0x9dd}, {0x9df, 0x9e3}, {0x9e6, 0x9f1}, {0x9fc, 0x9fc}, {0x9fe, 0x9fe}, {0xa01, 0xa03}, {0xa05, 0xa0a}, {0xa0f, 0xa10}, {0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33}, {0xa35, 0xa36}, {0xa38, 0xa39}, @@ -7662,7 +7657,7 @@ static TSCharacterRange sym_identifier_character_set_3[] = { {0x180b, 0x180d}, {0x180f, 0x1819}, {0x1820, 0x1878}, {0x1880, 0x18aa}, {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1920, 0x192b}, {0x1930, 0x193b}, {0x1946, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x19d0, 0x19da}, {0x1a00, 0x1a1b}, {0x1a20, 0x1a5e}, {0x1a60, 0x1a7c}, {0x1a7f, 0x1a89}, {0x1a90, 0x1a99}, {0x1aa7, 0x1aa7}, {0x1ab0, 0x1abd}, {0x1abf, 0x1ace}, {0x1b00, 0x1b4c}, {0x1b50, 0x1b59}, {0x1b6b, 0x1b73}, - {0x1b80, 0x1bf3}, {0x1c00, 0x1c37}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c88}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1cd0, 0x1cd2}, + {0x1b80, 0x1bf3}, {0x1c00, 0x1c37}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1cd0, 0x1cd2}, {0x1cd4, 0x1cfa}, {0x1d00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x200c, 0x200d}, {0x203f, 0x2040}, {0x2054, 0x2054}, {0x2071, 0x2071}, @@ -7673,7 +7668,7 @@ static TSCharacterRange sym_identifier_character_set_3[] = { {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x2de0, 0x2dff}, {0x3005, 0x3007}, {0x3021, 0x302f}, {0x3031, 0x3035}, {0x3038, 0x303c}, {0x3041, 0x3096}, {0x3099, 0x309a}, {0x309d, 0x309f}, {0x30a1, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa62b}, {0xa640, 0xa66f}, {0xa674, 0xa67d}, {0xa67f, 0xa6f1}, {0xa717, 0xa71f}, - {0xa722, 0xa788}, {0xa78b, 0xa7ca}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7d9}, {0xa7f2, 0xa827}, {0xa82c, 0xa82c}, {0xa840, 0xa873}, + {0xa722, 0xa788}, {0xa78b, 0xa7cd}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc}, {0xa7f2, 0xa827}, {0xa82c, 0xa82c}, {0xa840, 0xa873}, {0xa880, 0xa8c5}, {0xa8d0, 0xa8d9}, {0xa8e0, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa92d}, {0xa930, 0xa953}, {0xa960, 0xa97c}, {0xa980, 0xa9c0}, {0xa9cf, 0xa9d9}, {0xa9e0, 0xa9fe}, {0xaa00, 0xaa36}, {0xaa40, 0xaa4d}, {0xaa50, 0xaa59}, {0xaa60, 0xaa76}, {0xaa7a, 0xaac2}, {0xaadb, 0xaadd}, {0xaae0, 0xaaef}, {0xaaf2, 0xaaf6}, {0xab01, 0xab06}, {0xab09, 0xab0e}, {0xab11, 0xab16}, {0xab20, 0xab26}, {0xab28, 0xab2e}, {0xab30, 0xab5a}, @@ -7686,39 +7681,42 @@ static TSCharacterRange sym_identifier_character_set_3[] = { {0x10050, 0x1005d}, {0x10080, 0x100fa}, {0x10140, 0x10174}, {0x101fd, 0x101fd}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x102e0, 0x102e0}, {0x10300, 0x1031f}, {0x1032d, 0x1034a}, {0x10350, 0x1037a}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104a0, 0x104a9}, {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, - {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, - {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, - {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, - {0x10a00, 0x10a03}, {0x10a05, 0x10a06}, {0x10a0c, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a38, 0x10a3a}, {0x10a3f, 0x10a3f}, {0x10a60, 0x10a7c}, - {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae6}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, {0x10c00, 0x10c48}, - {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d27}, {0x10d30, 0x10d39}, {0x10e80, 0x10ea9}, {0x10eab, 0x10eac}, {0x10eb0, 0x10eb1}, {0x10efd, 0x10f1c}, - {0x10f27, 0x10f27}, {0x10f30, 0x10f50}, {0x10f70, 0x10f85}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11000, 0x11046}, {0x11066, 0x11075}, {0x1107f, 0x110ba}, - {0x110c2, 0x110c2}, {0x110d0, 0x110e8}, {0x110f0, 0x110f9}, {0x11100, 0x11134}, {0x11136, 0x1113f}, {0x11144, 0x11147}, {0x11150, 0x11173}, {0x11176, 0x11176}, - {0x11180, 0x111c4}, {0x111c9, 0x111cc}, {0x111ce, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x11237}, {0x1123e, 0x11241}, {0x11280, 0x11286}, - {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112ea}, {0x112f0, 0x112f9}, {0x11300, 0x11303}, {0x11305, 0x1130c}, - {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133b, 0x11344}, {0x11347, 0x11348}, {0x1134b, 0x1134d}, - {0x11350, 0x11350}, {0x11357, 0x11357}, {0x1135d, 0x11363}, {0x11366, 0x1136c}, {0x11370, 0x11374}, {0x11400, 0x1144a}, {0x11450, 0x11459}, {0x1145e, 0x11461}, - {0x11480, 0x114c5}, {0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115b5}, {0x115b8, 0x115c0}, {0x115d8, 0x115dd}, {0x11600, 0x11640}, {0x11644, 0x11644}, - {0x11650, 0x11659}, {0x11680, 0x116b8}, {0x116c0, 0x116c9}, {0x11700, 0x1171a}, {0x1171d, 0x1172b}, {0x11730, 0x11739}, {0x11740, 0x11746}, {0x11800, 0x1183a}, + {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x105c0, 0x105f3}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, + {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, + {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, + {0x109be, 0x109bf}, {0x10a00, 0x10a03}, {0x10a05, 0x10a06}, {0x10a0c, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a38, 0x10a3a}, {0x10a3f, 0x10a3f}, + {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae6}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, + {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d27}, {0x10d30, 0x10d39}, {0x10d40, 0x10d65}, {0x10d69, 0x10d6d}, {0x10d6f, 0x10d85}, + {0x10e80, 0x10ea9}, {0x10eab, 0x10eac}, {0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10efc, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f50}, {0x10f70, 0x10f85}, + {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11000, 0x11046}, {0x11066, 0x11075}, {0x1107f, 0x110ba}, {0x110c2, 0x110c2}, {0x110d0, 0x110e8}, {0x110f0, 0x110f9}, + {0x11100, 0x11134}, {0x11136, 0x1113f}, {0x11144, 0x11147}, {0x11150, 0x11173}, {0x11176, 0x11176}, {0x11180, 0x111c4}, {0x111c9, 0x111cc}, {0x111ce, 0x111da}, + {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x11237}, {0x1123e, 0x11241}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, + {0x1129f, 0x112a8}, {0x112b0, 0x112ea}, {0x112f0, 0x112f9}, {0x11300, 0x11303}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, + {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133b, 0x11344}, {0x11347, 0x11348}, {0x1134b, 0x1134d}, {0x11350, 0x11350}, {0x11357, 0x11357}, {0x1135d, 0x11363}, + {0x11366, 0x1136c}, {0x11370, 0x11374}, {0x11380, 0x11389}, {0x1138b, 0x1138b}, {0x1138e, 0x1138e}, {0x11390, 0x113b5}, {0x113b7, 0x113c0}, {0x113c2, 0x113c2}, + {0x113c5, 0x113c5}, {0x113c7, 0x113ca}, {0x113cc, 0x113d3}, {0x113e1, 0x113e2}, {0x11400, 0x1144a}, {0x11450, 0x11459}, {0x1145e, 0x11461}, {0x11480, 0x114c5}, + {0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115b5}, {0x115b8, 0x115c0}, {0x115d8, 0x115dd}, {0x11600, 0x11640}, {0x11644, 0x11644}, {0x11650, 0x11659}, + {0x11680, 0x116b8}, {0x116c0, 0x116c9}, {0x116d0, 0x116e3}, {0x11700, 0x1171a}, {0x1171d, 0x1172b}, {0x11730, 0x11739}, {0x11740, 0x11746}, {0x11800, 0x1183a}, {0x118a0, 0x118e9}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x11935}, {0x11937, 0x11938}, {0x1193b, 0x11943}, {0x11950, 0x11959}, {0x119a0, 0x119a7}, {0x119aa, 0x119d7}, {0x119da, 0x119e1}, {0x119e3, 0x119e4}, {0x11a00, 0x11a3e}, {0x11a47, 0x11a47}, {0x11a50, 0x11a99}, - {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c36}, {0x11c38, 0x11c40}, {0x11c50, 0x11c59}, {0x11c72, 0x11c8f}, {0x11c92, 0x11ca7}, - {0x11ca9, 0x11cb6}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d36}, {0x11d3a, 0x11d3a}, {0x11d3c, 0x11d3d}, {0x11d3f, 0x11d47}, {0x11d50, 0x11d59}, - {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d8e}, {0x11d90, 0x11d91}, {0x11d93, 0x11d98}, {0x11da0, 0x11da9}, {0x11ee0, 0x11ef6}, {0x11f00, 0x11f10}, - {0x11f12, 0x11f3a}, {0x11f3e, 0x11f42}, {0x11f50, 0x11f59}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, - {0x13000, 0x1342f}, {0x13440, 0x13455}, {0x14400, 0x14646}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a60, 0x16a69}, {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, - {0x16ad0, 0x16aed}, {0x16af0, 0x16af4}, {0x16b00, 0x16b36}, {0x16b40, 0x16b43}, {0x16b50, 0x16b59}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16e40, 0x16e7f}, - {0x16f00, 0x16f4a}, {0x16f4f, 0x16f87}, {0x16f8f, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe4}, {0x16ff0, 0x16ff1}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, - {0x18d00, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, - {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1bc9d, 0x1bc9e}, {0x1cf00, 0x1cf2d}, - {0x1cf30, 0x1cf46}, {0x1d165, 0x1d169}, {0x1d16d, 0x1d172}, {0x1d17b, 0x1d182}, {0x1d185, 0x1d18b}, {0x1d1aa, 0x1d1ad}, {0x1d242, 0x1d244}, {0x1d400, 0x1d454}, - {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, - {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, - {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, - {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1d7ce, 0x1d7ff}, {0x1da00, 0x1da36}, {0x1da3b, 0x1da6c}, - {0x1da75, 0x1da75}, {0x1da84, 0x1da84}, {0x1da9b, 0x1da9f}, {0x1daa1, 0x1daaf}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e000, 0x1e006}, {0x1e008, 0x1e018}, - {0x1e01b, 0x1e021}, {0x1e023, 0x1e024}, {0x1e026, 0x1e02a}, {0x1e030, 0x1e06d}, {0x1e08f, 0x1e08f}, {0x1e100, 0x1e12c}, {0x1e130, 0x1e13d}, {0x1e140, 0x1e149}, - {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ae}, {0x1e2c0, 0x1e2f9}, {0x1e4d0, 0x1e4f9}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, + {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, {0x11bf0, 0x11bf9}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c36}, {0x11c38, 0x11c40}, {0x11c50, 0x11c59}, + {0x11c72, 0x11c8f}, {0x11c92, 0x11ca7}, {0x11ca9, 0x11cb6}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d36}, {0x11d3a, 0x11d3a}, {0x11d3c, 0x11d3d}, + {0x11d3f, 0x11d47}, {0x11d50, 0x11d59}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d8e}, {0x11d90, 0x11d91}, {0x11d93, 0x11d98}, {0x11da0, 0x11da9}, + {0x11ee0, 0x11ef6}, {0x11f00, 0x11f10}, {0x11f12, 0x11f3a}, {0x11f3e, 0x11f42}, {0x11f50, 0x11f5a}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, + {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13440, 0x13455}, {0x13460, 0x143fa}, {0x14400, 0x14646}, {0x16100, 0x16139}, {0x16800, 0x16a38}, + {0x16a40, 0x16a5e}, {0x16a60, 0x16a69}, {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, {0x16ad0, 0x16aed}, {0x16af0, 0x16af4}, {0x16b00, 0x16b36}, {0x16b40, 0x16b43}, + {0x16b50, 0x16b59}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16d70, 0x16d79}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f4f, 0x16f87}, + {0x16f8f, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe4}, {0x16ff0, 0x16ff1}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18cff, 0x18d08}, {0x1aff0, 0x1aff3}, + {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, + {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1bc9d, 0x1bc9e}, {0x1ccf0, 0x1ccf9}, {0x1cf00, 0x1cf2d}, {0x1cf30, 0x1cf46}, + {0x1d165, 0x1d169}, {0x1d16d, 0x1d172}, {0x1d17b, 0x1d182}, {0x1d185, 0x1d18b}, {0x1d1aa, 0x1d1ad}, {0x1d242, 0x1d244}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, + {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, + {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, + {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, + {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1d7ce, 0x1d7ff}, {0x1da00, 0x1da36}, {0x1da3b, 0x1da6c}, {0x1da75, 0x1da75}, + {0x1da84, 0x1da84}, {0x1da9b, 0x1da9f}, {0x1daa1, 0x1daaf}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e000, 0x1e006}, {0x1e008, 0x1e018}, {0x1e01b, 0x1e021}, + {0x1e023, 0x1e024}, {0x1e026, 0x1e02a}, {0x1e030, 0x1e06d}, {0x1e08f, 0x1e08f}, {0x1e100, 0x1e12c}, {0x1e130, 0x1e13d}, {0x1e140, 0x1e149}, {0x1e14e, 0x1e14e}, + {0x1e290, 0x1e2ae}, {0x1e2c0, 0x1e2f9}, {0x1e4d0, 0x1e4f9}, {0x1e5d0, 0x1e5fa}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e8d0, 0x1e8d6}, {0x1e900, 0x1e94b}, {0x1e950, 0x1e959}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, @@ -7772,7 +7770,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(68); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 1: if (lookahead == '\n') ADVANCE(1); @@ -7819,7 +7817,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(2); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 3: ADVANCE_MAP( @@ -7858,7 +7856,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(3); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 4: ADVANCE_MAP( @@ -7898,7 +7896,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(4); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 5: ADVANCE_MAP( @@ -7931,7 +7929,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(5); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 6: ADVANCE_MAP( @@ -7963,7 +7961,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(6); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 7: ADVANCE_MAP( @@ -7995,7 +7993,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(7); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 8: ADVANCE_MAP( @@ -8022,7 +8020,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(8); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 9: ADVANCE_MAP( @@ -8047,7 +8045,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(9); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 10: ADVANCE_MAP( @@ -8079,7 +8077,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(15); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 11: ADVANCE_MAP( @@ -8115,7 +8113,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(11); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 12: ADVANCE_MAP( @@ -8146,7 +8144,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(12); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 13: ADVANCE_MAP( @@ -8177,7 +8175,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(13); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 14: ADVANCE_MAP( @@ -8211,7 +8209,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(14); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 15: ADVANCE_MAP( @@ -8241,7 +8239,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(15); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 16: ADVANCE_MAP( @@ -8249,7 +8247,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '\'', 144, '(', 75, ')', 76, - '*', 91, '+', 89, ',', 139, '.', 30, @@ -8268,7 +8265,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(16); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 17: ADVANCE_MAP( @@ -8286,7 +8283,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(17); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 18: ADVANCE_MAP( @@ -8302,6 +8299,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 96, '.', 133, '/', 98, + ':', 82, ';', 73, '<', 129, '=', 122, @@ -8317,7 +8315,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(18); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 19: ADVANCE_MAP( @@ -8349,7 +8347,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(19); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 20: ADVANCE_MAP( @@ -8373,7 +8371,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(20); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 21: if (lookahead == '"') ADVANCE(156); @@ -8385,7 +8383,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 'c') ADVANCE(179); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(21); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 22: ADVANCE_MAP( @@ -8403,7 +8401,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(22); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 23: ADVANCE_MAP( @@ -8423,7 +8421,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(23); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 24: if (lookahead == '&') ADVANCE(107); @@ -8441,6 +8439,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '\'', 144, '(', 75, ')', 76, + '*', 91, '+', 89, ',', 139, '-', 42, @@ -8459,7 +8458,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(27); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 28: if (lookahead == '*') ADVANCE(174); @@ -8632,7 +8631,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(194); END_STATE(); case 66: - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 67: if (lookahead != 0 && @@ -8678,7 +8677,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(68); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 69: if (eof) ADVANCE(72); @@ -8716,7 +8715,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(69); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 70: if (eof) ADVANCE(72); @@ -8755,7 +8754,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(70); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 71: if (eof) ADVANCE(72); @@ -8788,7 +8787,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(71); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 668, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); END_STATE(); case 72: ACCEPT_TOKEN(ts_builtin_sym_end); @@ -9258,77 +9257,77 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 177: ACCEPT_TOKEN(sym_identifier); if (lookahead == '!') ADVANCE(74); - if (set_contains(sym_identifier_character_set_3, 776, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); END_STATE(); case 178: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(156); if (lookahead == '\'') ADVANCE(26); - if (set_contains(sym_identifier_character_set_3, 776, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); END_STATE(); case 179: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(156); - if (set_contains(sym_identifier_character_set_3, 776, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); END_STATE(); case 180: ACCEPT_TOKEN(sym_identifier); if (lookahead == '#') ADVANCE(66); - if (set_contains(sym_identifier_character_set_3, 776, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); END_STATE(); case 181: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(188); - if (set_contains(sym_identifier_character_set_3, 776, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); END_STATE(); case 182: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'a') ADVANCE(183); - if (set_contains(sym_identifier_character_set_3, 776, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); END_STATE(); case 183: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'c') ADVANCE(187); - if (set_contains(sym_identifier_character_set_3, 776, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); END_STATE(); case 184: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'e') ADVANCE(189); - if (set_contains(sym_identifier_character_set_3, 776, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); END_STATE(); case 185: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'l') ADVANCE(184); - if (set_contains(sym_identifier_character_set_3, 776, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); END_STATE(); case 186: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'o') ADVANCE(181); - if (set_contains(sym_identifier_character_set_3, 776, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); END_STATE(); case 187: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'r') ADVANCE(186); - if (set_contains(sym_identifier_character_set_3, 776, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); END_STATE(); case 188: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'r') ADVANCE(190); - if (set_contains(sym_identifier_character_set_3, 776, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); END_STATE(); case 189: ACCEPT_TOKEN(sym_identifier); if (lookahead == 's') ADVANCE(177); - if (set_contains(sym_identifier_character_set_3, 776, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); END_STATE(); case 190: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'u') ADVANCE(185); - if (set_contains(sym_identifier_character_set_3, 776, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); END_STATE(); case 191: ACCEPT_TOKEN(sym_identifier); - if (set_contains(sym_identifier_character_set_3, 776, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); END_STATE(); case 192: ACCEPT_TOKEN(sym_shebang); @@ -10106,21 +10105,21 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { } } -static const TSLexMode ts_lex_modes[STATE_COUNT] = { +static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, - [1] = {.lex_state = 70, .external_lex_state = 2}, + [1] = {.lex_state = 70, .external_lex_state = 2, .reserved_word_set_id = 1}, [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}, + [4] = {.lex_state = 71, .external_lex_state = 2, .reserved_word_set_id = 1}, + [5] = {.lex_state = 71, .external_lex_state = 2, .reserved_word_set_id = 1}, [6] = {.lex_state = 71, .external_lex_state = 2}, - [7] = {.lex_state = 71, .external_lex_state = 2}, - [8] = {.lex_state = 71, .external_lex_state = 2}, + [7] = {.lex_state = 71, .external_lex_state = 2, .reserved_word_set_id = 1}, + [8] = {.lex_state = 71, .external_lex_state = 2, .reserved_word_set_id = 1}, [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}, + [13] = {.lex_state = 71, .external_lex_state = 2, .reserved_word_set_id = 1}, [14] = {.lex_state = 71, .external_lex_state = 2}, [15] = {.lex_state = 71, .external_lex_state = 2}, [16] = {.lex_state = 71, .external_lex_state = 2}, @@ -10142,84 +10141,84 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [32] = {.lex_state = 71, .external_lex_state = 2}, [33] = {.lex_state = 71, .external_lex_state = 2}, [34] = {.lex_state = 71, .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}, - [38] = {.lex_state = 3, .external_lex_state = 2}, - [39] = {.lex_state = 3, .external_lex_state = 2}, - [40] = {.lex_state = 3, .external_lex_state = 2}, - [41] = {.lex_state = 3, .external_lex_state = 2}, - [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 = 3, .external_lex_state = 2}, - [46] = {.lex_state = 5, .external_lex_state = 2}, - [47] = {.lex_state = 5, .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 = 3, .external_lex_state = 2}, - [53] = {.lex_state = 3, .external_lex_state = 2}, - [54] = {.lex_state = 3, .external_lex_state = 2}, - [55] = {.lex_state = 3, .external_lex_state = 2}, - [56] = {.lex_state = 3, .external_lex_state = 2}, - [57] = {.lex_state = 3, .external_lex_state = 2}, - [58] = {.lex_state = 3, .external_lex_state = 2}, - [59] = {.lex_state = 3, .external_lex_state = 2}, - [60] = {.lex_state = 3, .external_lex_state = 2}, - [61] = {.lex_state = 3, .external_lex_state = 2}, - [62] = {.lex_state = 3, .external_lex_state = 2}, - [63] = {.lex_state = 3, .external_lex_state = 2}, - [64] = {.lex_state = 3, .external_lex_state = 2}, - [65] = {.lex_state = 3, .external_lex_state = 2}, - [66] = {.lex_state = 3, .external_lex_state = 2}, + [35] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 2}, + [36] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 2}, + [37] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 2}, + [38] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 2}, + [39] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 2}, + [40] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 2}, + [41] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 2}, + [42] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 2}, + [43] = {.lex_state = 5, .external_lex_state = 2, .reserved_word_set_id = 1}, + [44] = {.lex_state = 5, .external_lex_state = 2, .reserved_word_set_id = 1}, + [45] = {.lex_state = 5, .external_lex_state = 2, .reserved_word_set_id = 1}, + [46] = {.lex_state = 5, .external_lex_state = 2, .reserved_word_set_id = 1}, + [47] = {.lex_state = 5, .external_lex_state = 2, .reserved_word_set_id = 1}, + [48] = {.lex_state = 5, .external_lex_state = 2, .reserved_word_set_id = 1}, + [49] = {.lex_state = 5, .external_lex_state = 2, .reserved_word_set_id = 1}, + [50] = {.lex_state = 5, .external_lex_state = 2, .reserved_word_set_id = 1}, + [51] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [52] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [53] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [54] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [55] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [56] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [57] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [58] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [59] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [60] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [61] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [62] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [63] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [64] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [65] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [66] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, [67] = {.lex_state = 2, .external_lex_state = 2}, - [68] = {.lex_state = 2, .external_lex_state = 2}, + [68] = {.lex_state = 4, .external_lex_state = 2}, [69] = {.lex_state = 2, .external_lex_state = 2}, [70] = {.lex_state = 2, .external_lex_state = 2}, - [71] = {.lex_state = 2, .external_lex_state = 2}, - [72] = {.lex_state = 2, .external_lex_state = 2}, + [71] = {.lex_state = 2, .external_lex_state = 2, .reserved_word_set_id = 1}, + [72] = {.lex_state = 2, .external_lex_state = 2, .reserved_word_set_id = 1}, [73] = {.lex_state = 2, .external_lex_state = 2}, - [74] = {.lex_state = 2, .external_lex_state = 2}, + [74] = {.lex_state = 2, .external_lex_state = 2, .reserved_word_set_id = 1}, [75] = {.lex_state = 2, .external_lex_state = 2}, [76] = {.lex_state = 2, .external_lex_state = 2}, [77] = {.lex_state = 2, .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 = 2, .external_lex_state = 2}, - [83] = {.lex_state = 4, .external_lex_state = 2}, + [81] = {.lex_state = 2, .external_lex_state = 2, .reserved_word_set_id = 1}, + [82] = {.lex_state = 2, .external_lex_state = 2, .reserved_word_set_id = 1}, + [83] = {.lex_state = 2, .external_lex_state = 2, .reserved_word_set_id = 1}, [84] = {.lex_state = 4, .external_lex_state = 2}, - [85] = {.lex_state = 4, .external_lex_state = 2}, - [86] = {.lex_state = 4, .external_lex_state = 2}, + [85] = {.lex_state = 2, .external_lex_state = 2}, + [86] = {.lex_state = 2, .external_lex_state = 2}, [87] = {.lex_state = 4, .external_lex_state = 2}, - [88] = {.lex_state = 2, .external_lex_state = 2}, - [89] = {.lex_state = 2, .external_lex_state = 2}, - [90] = {.lex_state = 2, .external_lex_state = 2}, - [91] = {.lex_state = 2, .external_lex_state = 2}, - [92] = {.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 = 4, .external_lex_state = 2}, + [91] = {.lex_state = 4, .external_lex_state = 2}, + [92] = {.lex_state = 4, .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 = 4, .external_lex_state = 2}, + [94] = {.lex_state = 4, .external_lex_state = 2}, + [95] = {.lex_state = 4, .external_lex_state = 2}, + [96] = {.lex_state = 4, .external_lex_state = 2}, + [97] = {.lex_state = 2, .external_lex_state = 2}, [98] = {.lex_state = 2, .external_lex_state = 2}, - [99] = {.lex_state = 4, .external_lex_state = 2}, - [100] = {.lex_state = 4, .external_lex_state = 2}, - [101] = {.lex_state = 4, .external_lex_state = 2}, - [102] = {.lex_state = 4, .external_lex_state = 2}, - [103] = {.lex_state = 4, .external_lex_state = 2}, - [104] = {.lex_state = 4, .external_lex_state = 2}, + [99] = {.lex_state = 2, .external_lex_state = 2}, + [100] = {.lex_state = 2, .external_lex_state = 2}, + [101] = {.lex_state = 2, .external_lex_state = 2}, + [102] = {.lex_state = 2, .external_lex_state = 2}, + [103] = {.lex_state = 2, .external_lex_state = 2}, + [104] = {.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}, [109] = {.lex_state = 4, .external_lex_state = 2}, [110] = {.lex_state = 4, .external_lex_state = 2}, - [111] = {.lex_state = 4, .external_lex_state = 2}, - [112] = {.lex_state = 4, .external_lex_state = 2}, + [111] = {.lex_state = 2, .external_lex_state = 2}, + [112] = {.lex_state = 2, .external_lex_state = 2}, [113] = {.lex_state = 4, .external_lex_state = 2}, [114] = {.lex_state = 4, .external_lex_state = 2}, [115] = {.lex_state = 4, .external_lex_state = 2}, @@ -10228,372 +10227,372 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [118] = {.lex_state = 4, .external_lex_state = 2}, [119] = {.lex_state = 4, .external_lex_state = 2}, [120] = {.lex_state = 4, .external_lex_state = 2}, - [121] = {.lex_state = 2, .external_lex_state = 2}, + [121] = {.lex_state = 4, .external_lex_state = 2}, [122] = {.lex_state = 4, .external_lex_state = 2}, [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 = 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}, + [124] = {.lex_state = 4, .external_lex_state = 2, .reserved_word_set_id = 1}, + [125] = {.lex_state = 4, .external_lex_state = 2, .reserved_word_set_id = 1}, + [126] = {.lex_state = 4, .external_lex_state = 2, .reserved_word_set_id = 1}, + [127] = {.lex_state = 4, .external_lex_state = 2, .reserved_word_set_id = 1}, + [128] = {.lex_state = 4, .external_lex_state = 2, .reserved_word_set_id = 1}, + [129] = {.lex_state = 4, .external_lex_state = 2, .reserved_word_set_id = 1}, + [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 = 2, .external_lex_state = 2}, - [134] = {.lex_state = 11, .external_lex_state = 2}, - [135] = {.lex_state = 11, .external_lex_state = 2}, + [134] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [135] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, [136] = {.lex_state = 2, .external_lex_state = 2}, - [137] = {.lex_state = 2, .external_lex_state = 2}, - [138] = {.lex_state = 11, .external_lex_state = 2}, - [139] = {.lex_state = 11, .external_lex_state = 2}, - [140] = {.lex_state = 11, .external_lex_state = 2}, - [141] = {.lex_state = 11, .external_lex_state = 2}, - [142] = {.lex_state = 11, .external_lex_state = 2}, - [143] = {.lex_state = 2, .external_lex_state = 2}, - [144] = {.lex_state = 11, .external_lex_state = 2}, - [145] = {.lex_state = 11, .external_lex_state = 2}, - [146] = {.lex_state = 11, .external_lex_state = 2}, - [147] = {.lex_state = 11, .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}, - [151] = {.lex_state = 2, .external_lex_state = 2}, - [152] = {.lex_state = 2, .external_lex_state = 2}, - [153] = {.lex_state = 11, .external_lex_state = 2}, - [154] = {.lex_state = 11, .external_lex_state = 2}, - [155] = {.lex_state = 2, .external_lex_state = 2}, - [156] = {.lex_state = 2, .external_lex_state = 2}, - [157] = {.lex_state = 4, .external_lex_state = 2}, - [158] = {.lex_state = 11, .external_lex_state = 2}, + [137] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [138] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [139] = {.lex_state = 2, .external_lex_state = 2}, + [140] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [141] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [142] = {.lex_state = 2, .external_lex_state = 2}, + [143] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [144] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [145] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 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}, + [149] = {.lex_state = 2, .external_lex_state = 2}, + [150] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [151] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [152] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [153] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [154] = {.lex_state = 2, .external_lex_state = 2}, + [155] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 3}, + [156] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [157] = {.lex_state = 2, .external_lex_state = 2}, + [158] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, [159] = {.lex_state = 2, .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}, - [164] = {.lex_state = 11, .external_lex_state = 2}, - [165] = {.lex_state = 11, .external_lex_state = 2}, - [166] = {.lex_state = 11, .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 = 2, .external_lex_state = 2}, - [171] = {.lex_state = 2, .external_lex_state = 2}, - [172] = {.lex_state = 2, .external_lex_state = 2}, + [162] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [163] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [164] = {.lex_state = 2, .external_lex_state = 2}, + [165] = {.lex_state = 2, .external_lex_state = 2}, + [166] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [167] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [168] = {.lex_state = 2, .external_lex_state = 2}, + [169] = {.lex_state = 2, .external_lex_state = 2}, + [170] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [171] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [172] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 3}, [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 = 2, .external_lex_state = 2}, - [177] = {.lex_state = 2, .external_lex_state = 2}, - [178] = {.lex_state = 11, .external_lex_state = 2}, - [179] = {.lex_state = 4, .external_lex_state = 2}, + [176] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [177] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [178] = {.lex_state = 2, .external_lex_state = 2}, + [179] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, [180] = {.lex_state = 2, .external_lex_state = 2}, - [181] = {.lex_state = 11, .external_lex_state = 2}, - [182] = {.lex_state = 2, .external_lex_state = 2}, - [183] = {.lex_state = 11, .external_lex_state = 2}, + [181] = {.lex_state = 2, .external_lex_state = 2}, + [182] = {.lex_state = 4, .external_lex_state = 2}, + [183] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, [184] = {.lex_state = 2, .external_lex_state = 2}, - [185] = {.lex_state = 2, .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}, - [189] = {.lex_state = 11, .external_lex_state = 2}, - [190] = {.lex_state = 11, .external_lex_state = 2}, - [191] = {.lex_state = 11, .external_lex_state = 2}, - [192] = {.lex_state = 11, .external_lex_state = 2}, - [193] = {.lex_state = 11, .external_lex_state = 2}, - [194] = {.lex_state = 11, .external_lex_state = 2}, - [195] = {.lex_state = 11, .external_lex_state = 2}, - [196] = {.lex_state = 11, .external_lex_state = 2}, + [185] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [186] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 3}, + [187] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 3}, + [188] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 3}, + [189] = {.lex_state = 2, .external_lex_state = 2}, + [190] = {.lex_state = 4, .external_lex_state = 2}, + [191] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 3}, + [192] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 3}, + [193] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 3}, + [194] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 3}, + [195] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [196] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, [197] = {.lex_state = 2, .external_lex_state = 2}, [198] = {.lex_state = 4, .external_lex_state = 2}, [199] = {.lex_state = 4, .external_lex_state = 2}, [200] = {.lex_state = 4, .external_lex_state = 2}, - [201] = {.lex_state = 11, .external_lex_state = 2}, - [202] = {.lex_state = 4, .external_lex_state = 2}, - [203] = {.lex_state = 4, .external_lex_state = 2}, - [204] = {.lex_state = 4, .external_lex_state = 2}, - [205] = {.lex_state = 11, .external_lex_state = 2}, + [201] = {.lex_state = 4, .external_lex_state = 2}, + [202] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [203] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [204] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [205] = {.lex_state = 4, .external_lex_state = 2}, [206] = {.lex_state = 4, .external_lex_state = 2}, - [207] = {.lex_state = 11, .external_lex_state = 2}, - [208] = {.lex_state = 11, .external_lex_state = 2}, - [209] = {.lex_state = 4, .external_lex_state = 2}, + [207] = {.lex_state = 4, .external_lex_state = 2}, + [208] = {.lex_state = 4, .external_lex_state = 2}, + [209] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, [210] = {.lex_state = 4, .external_lex_state = 2}, - [211] = {.lex_state = 11, .external_lex_state = 2}, - [212] = {.lex_state = 11, .external_lex_state = 2}, - [213] = {.lex_state = 4, .external_lex_state = 2}, + [211] = {.lex_state = 4, .external_lex_state = 2}, + [212] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [213] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, [214] = {.lex_state = 4, .external_lex_state = 2}, - [215] = {.lex_state = 11, .external_lex_state = 2}, - [216] = {.lex_state = 11, .external_lex_state = 2}, - [217] = {.lex_state = 11, .external_lex_state = 2}, - [218] = {.lex_state = 11, .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}, - [223] = {.lex_state = 13, .external_lex_state = 2}, - [224] = {.lex_state = 11, .external_lex_state = 2}, - [225] = {.lex_state = 13, .external_lex_state = 2}, - [226] = {.lex_state = 11, .external_lex_state = 2}, - [227] = {.lex_state = 13, .external_lex_state = 2}, - [228] = {.lex_state = 11, .external_lex_state = 2}, - [229] = {.lex_state = 11, .external_lex_state = 2}, - [230] = {.lex_state = 13, .external_lex_state = 2}, - [231] = {.lex_state = 13, .external_lex_state = 2}, - [232] = {.lex_state = 13, .external_lex_state = 2}, - [233] = {.lex_state = 13, .external_lex_state = 2}, - [234] = {.lex_state = 13, .external_lex_state = 2}, - [235] = {.lex_state = 13, .external_lex_state = 2}, - [236] = {.lex_state = 11, .external_lex_state = 2}, - [237] = {.lex_state = 11, .external_lex_state = 2}, - [238] = {.lex_state = 11, .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}, - [244] = {.lex_state = 11, .external_lex_state = 2}, - [245] = {.lex_state = 11, .external_lex_state = 2}, - [246] = {.lex_state = 13, .external_lex_state = 2}, - [247] = {.lex_state = 11, .external_lex_state = 2}, - [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 = 11, .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}, - [255] = {.lex_state = 11, .external_lex_state = 2}, - [256] = {.lex_state = 11, .external_lex_state = 2}, - [257] = {.lex_state = 11, .external_lex_state = 2}, - [258] = {.lex_state = 11, .external_lex_state = 2}, - [259] = {.lex_state = 11, .external_lex_state = 2}, - [260] = {.lex_state = 11, .external_lex_state = 2}, - [261] = {.lex_state = 11, .external_lex_state = 2}, - [262] = {.lex_state = 11, .external_lex_state = 2}, - [263] = {.lex_state = 11, .external_lex_state = 2}, - [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}, - [269] = {.lex_state = 11, .external_lex_state = 2}, - [270] = {.lex_state = 11, .external_lex_state = 2}, - [271] = {.lex_state = 11, .external_lex_state = 2}, - [272] = {.lex_state = 11, .external_lex_state = 2}, - [273] = {.lex_state = 11, .external_lex_state = 2}, - [274] = {.lex_state = 11, .external_lex_state = 2}, - [275] = {.lex_state = 11, .external_lex_state = 2}, - [276] = {.lex_state = 11, .external_lex_state = 2}, - [277] = {.lex_state = 11, .external_lex_state = 2}, - [278] = {.lex_state = 11, .external_lex_state = 2}, - [279] = {.lex_state = 11, .external_lex_state = 2}, - [280] = {.lex_state = 11, .external_lex_state = 2}, - [281] = {.lex_state = 11, .external_lex_state = 2}, - [282] = {.lex_state = 11, .external_lex_state = 2}, - [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}, - [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}, - [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}, - [300] = {.lex_state = 11, .external_lex_state = 2}, - [301] = {.lex_state = 11, .external_lex_state = 2}, - [302] = {.lex_state = 11, .external_lex_state = 2}, - [303] = {.lex_state = 11, .external_lex_state = 2}, - [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}, - [308] = {.lex_state = 11, .external_lex_state = 2}, - [309] = {.lex_state = 11, .external_lex_state = 2}, - [310] = {.lex_state = 11, .external_lex_state = 2}, - [311] = {.lex_state = 11, .external_lex_state = 2}, - [312] = {.lex_state = 11, .external_lex_state = 2}, - [313] = {.lex_state = 11, .external_lex_state = 2}, - [314] = {.lex_state = 11, .external_lex_state = 2}, - [315] = {.lex_state = 11, .external_lex_state = 2}, - [316] = {.lex_state = 11, .external_lex_state = 2}, - [317] = {.lex_state = 11, .external_lex_state = 2}, - [318] = {.lex_state = 11, .external_lex_state = 2}, - [319] = {.lex_state = 11, .external_lex_state = 2}, - [320] = {.lex_state = 11, .external_lex_state = 2}, - [321] = {.lex_state = 11, .external_lex_state = 2}, - [322] = {.lex_state = 11, .external_lex_state = 2}, - [323] = {.lex_state = 11, .external_lex_state = 2}, - [324] = {.lex_state = 11, .external_lex_state = 2}, - [325] = {.lex_state = 11, .external_lex_state = 2}, - [326] = {.lex_state = 11, .external_lex_state = 2}, - [327] = {.lex_state = 11, .external_lex_state = 2}, - [328] = {.lex_state = 11, .external_lex_state = 2}, - [329] = {.lex_state = 11, .external_lex_state = 2}, - [330] = {.lex_state = 11, .external_lex_state = 2}, - [331] = {.lex_state = 11, .external_lex_state = 2}, - [332] = {.lex_state = 69, .external_lex_state = 2}, - [333] = {.lex_state = 11, .external_lex_state = 2}, - [334] = {.lex_state = 11, .external_lex_state = 2}, - [335] = {.lex_state = 11, .external_lex_state = 2}, - [336] = {.lex_state = 11, .external_lex_state = 2}, - [337] = {.lex_state = 11, .external_lex_state = 2}, - [338] = {.lex_state = 11, .external_lex_state = 2}, - [339] = {.lex_state = 11, .external_lex_state = 2}, - [340] = {.lex_state = 11, .external_lex_state = 2}, - [341] = {.lex_state = 11, .external_lex_state = 2}, - [342] = {.lex_state = 11, .external_lex_state = 2}, - [343] = {.lex_state = 11, .external_lex_state = 2}, - [344] = {.lex_state = 11, .external_lex_state = 2}, - [345] = {.lex_state = 11, .external_lex_state = 2}, - [346] = {.lex_state = 11, .external_lex_state = 2}, - [347] = {.lex_state = 11, .external_lex_state = 2}, - [348] = {.lex_state = 11, .external_lex_state = 2}, - [349] = {.lex_state = 11, .external_lex_state = 2}, - [350] = {.lex_state = 11, .external_lex_state = 2}, - [351] = {.lex_state = 11, .external_lex_state = 2}, - [352] = {.lex_state = 11, .external_lex_state = 2}, - [353] = {.lex_state = 11, .external_lex_state = 2}, - [354] = {.lex_state = 11, .external_lex_state = 2}, - [355] = {.lex_state = 11, .external_lex_state = 2}, - [356] = {.lex_state = 11, .external_lex_state = 2}, - [357] = {.lex_state = 11, .external_lex_state = 2}, - [358] = {.lex_state = 11, .external_lex_state = 2}, - [359] = {.lex_state = 11, .external_lex_state = 2}, - [360] = {.lex_state = 11, .external_lex_state = 2}, - [361] = {.lex_state = 11, .external_lex_state = 2}, - [362] = {.lex_state = 11, .external_lex_state = 2}, - [363] = {.lex_state = 11, .external_lex_state = 2}, - [364] = {.lex_state = 11, .external_lex_state = 2}, - [365] = {.lex_state = 11, .external_lex_state = 2}, - [366] = {.lex_state = 11, .external_lex_state = 2}, - [367] = {.lex_state = 11, .external_lex_state = 2}, - [368] = {.lex_state = 11, .external_lex_state = 2}, - [369] = {.lex_state = 11, .external_lex_state = 2}, + [215] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [216] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 1}, + [217] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 2}, + [218] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [219] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [220] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 1}, + [221] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [222] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 1}, + [223] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [224] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 1}, + [225] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 2}, + [226] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [227] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 2}, + [228] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [229] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 1}, + [230] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 1}, + [231] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 1}, + [232] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 1}, + [233] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 1}, + [234] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [235] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [236] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [237] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [238] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [239] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [240] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 1}, + [241] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [242] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [243] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [244] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 1}, + [245] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [246] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 1}, + [247] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [248] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [249] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [250] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [251] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [252] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [253] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [254] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [255] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [256] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [257] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [258] = {.lex_state = 69, .external_lex_state = 2}, + [259] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [260] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [261] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [262] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [263] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [264] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [265] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [266] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [267] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [268] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [269] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [270] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [271] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [272] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [273] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [274] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [275] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [276] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [277] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [278] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [279] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [280] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [281] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [282] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [283] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [284] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [285] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [286] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [287] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [288] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [289] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [290] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [291] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [292] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [293] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [294] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [295] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [296] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [297] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [298] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [299] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [300] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [301] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [302] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [303] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [304] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [305] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [306] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [307] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [308] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [309] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [310] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [311] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [312] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [313] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [314] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [315] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [316] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [317] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [318] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [319] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [320] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [321] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [322] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [323] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [324] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [325] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [326] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [327] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [328] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [329] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [330] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [331] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [332] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [333] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [334] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [335] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [336] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [337] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [338] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [339] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [340] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [341] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [342] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [343] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [344] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [345] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [346] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [347] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [348] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [349] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [350] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [351] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [352] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [353] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [354] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [355] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [356] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [357] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [358] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [359] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [360] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [361] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [362] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [363] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [364] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [365] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [366] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [367] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [368] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [369] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, [370] = {.lex_state = 69, .external_lex_state = 2}, [371] = {.lex_state = 69, .external_lex_state = 2}, [372] = {.lex_state = 69, .external_lex_state = 2}, [373] = {.lex_state = 69, .external_lex_state = 2}, [374] = {.lex_state = 69, .external_lex_state = 2}, [375] = {.lex_state = 69, .external_lex_state = 2}, - [376] = {.lex_state = 12, .external_lex_state = 2}, + [376] = {.lex_state = 69, .external_lex_state = 2}, [377] = {.lex_state = 69, .external_lex_state = 2}, [378] = {.lex_state = 69, .external_lex_state = 2}, [379] = {.lex_state = 69, .external_lex_state = 2}, - [380] = {.lex_state = 12, .external_lex_state = 2}, - [381] = {.lex_state = 69, .external_lex_state = 2}, - [382] = {.lex_state = 69, .external_lex_state = 2}, + [380] = {.lex_state = 69, .external_lex_state = 2}, + [381] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 1}, + [382] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 1}, [383] = {.lex_state = 69, .external_lex_state = 2}, [384] = {.lex_state = 69, .external_lex_state = 2}, - [385] = {.lex_state = 69, .external_lex_state = 2}, + [385] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 1}, [386] = {.lex_state = 69, .external_lex_state = 2}, [387] = {.lex_state = 69, .external_lex_state = 2}, [388] = {.lex_state = 69, .external_lex_state = 2}, - [389] = {.lex_state = 12, .external_lex_state = 2}, - [390] = {.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 = 69, .external_lex_state = 2}, [393] = {.lex_state = 69, .external_lex_state = 2}, - [394] = {.lex_state = 12, .external_lex_state = 2}, + [394] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 4}, [395] = {.lex_state = 69, .external_lex_state = 2}, [396] = {.lex_state = 69, .external_lex_state = 2}, [397] = {.lex_state = 69, .external_lex_state = 2}, [398] = {.lex_state = 69, .external_lex_state = 2}, [399] = {.lex_state = 69, .external_lex_state = 2}, [400] = {.lex_state = 69, .external_lex_state = 2}, - [401] = {.lex_state = 12, .external_lex_state = 2}, + [401] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 4}, [402] = {.lex_state = 69, .external_lex_state = 2}, [403] = {.lex_state = 69, .external_lex_state = 2}, - [404] = {.lex_state = 69, .external_lex_state = 2}, + [404] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 4}, [405] = {.lex_state = 69, .external_lex_state = 2}, - [406] = {.lex_state = 12, .external_lex_state = 2}, - [407] = {.lex_state = 12, .external_lex_state = 2}, - [408] = {.lex_state = 12, .external_lex_state = 2}, - [409] = {.lex_state = 69, .external_lex_state = 2}, - [410] = {.lex_state = 12, .external_lex_state = 2}, - [411] = {.lex_state = 12, .external_lex_state = 2}, - [412] = {.lex_state = 12, .external_lex_state = 2}, - [413] = {.lex_state = 12, .external_lex_state = 2}, - [414] = {.lex_state = 12, .external_lex_state = 2}, - [415] = {.lex_state = 12, .external_lex_state = 2}, - [416] = {.lex_state = 12, .external_lex_state = 2}, - [417] = {.lex_state = 11, .external_lex_state = 2}, - [418] = {.lex_state = 11, .external_lex_state = 2}, - [419] = {.lex_state = 11, .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}, - [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}, - [439] = {.lex_state = 11, .external_lex_state = 2}, - [440] = {.lex_state = 11, .external_lex_state = 2}, - [441] = {.lex_state = 11, .external_lex_state = 2}, - [442] = {.lex_state = 11, .external_lex_state = 2}, - [443] = {.lex_state = 11, .external_lex_state = 2}, - [444] = {.lex_state = 11, .external_lex_state = 2}, - [445] = {.lex_state = 11, .external_lex_state = 2}, - [446] = {.lex_state = 11, .external_lex_state = 2}, - [447] = {.lex_state = 11, .external_lex_state = 2}, - [448] = {.lex_state = 11, .external_lex_state = 2}, - [449] = {.lex_state = 11, .external_lex_state = 2}, - [450] = {.lex_state = 11, .external_lex_state = 2}, - [451] = {.lex_state = 11, .external_lex_state = 2}, - [452] = {.lex_state = 3, .external_lex_state = 2}, - [453] = {.lex_state = 3, .external_lex_state = 2}, - [454] = {.lex_state = 3, .external_lex_state = 2}, - [455] = {.lex_state = 3, .external_lex_state = 2}, - [456] = {.lex_state = 3, .external_lex_state = 2}, - [457] = {.lex_state = 3, .external_lex_state = 2}, - [458] = {.lex_state = 3, .external_lex_state = 2}, - [459] = {.lex_state = 3, .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 = 3, .external_lex_state = 2}, - [465] = {.lex_state = 3, .external_lex_state = 2}, - [466] = {.lex_state = 3, .external_lex_state = 2}, - [467] = {.lex_state = 11, .external_lex_state = 2}, - [468] = {.lex_state = 3, .external_lex_state = 2}, - [469] = {.lex_state = 3, .external_lex_state = 2}, - [470] = {.lex_state = 3, .external_lex_state = 2}, - [471] = {.lex_state = 3, .external_lex_state = 2}, - [472] = {.lex_state = 11, .external_lex_state = 2}, - [473] = {.lex_state = 3, .external_lex_state = 2}, - [474] = {.lex_state = 11, .external_lex_state = 2}, - [475] = {.lex_state = 11, .external_lex_state = 2}, - [476] = {.lex_state = 3, .external_lex_state = 2}, - [477] = {.lex_state = 3, .external_lex_state = 2}, - [478] = {.lex_state = 3, .external_lex_state = 2}, - [479] = {.lex_state = 3, .external_lex_state = 2}, - [480] = {.lex_state = 3, .external_lex_state = 2}, - [481] = {.lex_state = 3, .external_lex_state = 2}, - [482] = {.lex_state = 3, .external_lex_state = 2}, - [483] = {.lex_state = 11, .external_lex_state = 2}, - [484] = {.lex_state = 11, .external_lex_state = 2}, - [485] = {.lex_state = 11, .external_lex_state = 2}, - [486] = {.lex_state = 11, .external_lex_state = 2}, + [406] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 4}, + [407] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 1}, + [408] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 4}, + [409] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 4}, + [410] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 1}, + [411] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 4}, + [412] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 1}, + [413] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 4}, + [414] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 4}, + [415] = {.lex_state = 69, .external_lex_state = 2, .reserved_word_set_id = 1}, + [416] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [417] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [418] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 1}, + [419] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 4}, + [420] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 1}, + [421] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 4}, + [422] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 4}, + [423] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 1}, + [424] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 4}, + [425] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [426] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [427] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [428] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [429] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 4}, + [430] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [431] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [432] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [433] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [434] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 4}, + [435] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 2}, + [436] = {.lex_state = 5, .external_lex_state = 2, .reserved_word_set_id = 1}, + [437] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 2}, + [438] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 2}, + [439] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 4}, + [440] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 4}, + [441] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 4}, + [442] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 4}, + [443] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 4}, + [444] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 4}, + [445] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 4}, + [446] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 4}, + [447] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 4}, + [448] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [449] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 4}, + [450] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 4}, + [451] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 4}, + [452] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [453] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [454] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [455] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [456] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [457] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [458] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [459] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [460] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [461] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [462] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [463] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [464] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [465] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [466] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [467] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [468] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [469] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [470] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [471] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [472] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [473] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [474] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [475] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [476] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [477] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [478] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [479] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [480] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [481] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [482] = {.lex_state = 3, .external_lex_state = 2, .reserved_word_set_id = 1}, + [483] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [484] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [485] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [486] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, [487] = {.lex_state = 71, .external_lex_state = 2}, [488] = {.lex_state = 71, .external_lex_state = 2}, [489] = {.lex_state = 71, .external_lex_state = 2}, @@ -10621,7 +10620,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [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}, + [514] = {.lex_state = 10, .reserved_word_set_id = 5}, [515] = {.lex_state = 71, .external_lex_state = 2}, [516] = {.lex_state = 71, .external_lex_state = 2}, [517] = {.lex_state = 71, .external_lex_state = 2}, @@ -10637,7 +10636,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [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}, + [530] = {.lex_state = 10, .reserved_word_set_id = 5}, [531] = {.lex_state = 71, .external_lex_state = 2}, [532] = {.lex_state = 71, .external_lex_state = 2}, [533] = {.lex_state = 71, .external_lex_state = 2}, @@ -10733,7 +10732,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [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}, + [626] = {.lex_state = 10, .reserved_word_set_id = 1}, [627] = {.lex_state = 71, .external_lex_state = 2}, [628] = {.lex_state = 71, .external_lex_state = 2}, [629] = {.lex_state = 71, .external_lex_state = 2}, @@ -10743,10 +10742,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [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}, + [636] = {.lex_state = 10, .reserved_word_set_id = 1}, [637] = {.lex_state = 71, .external_lex_state = 2}, [638] = {.lex_state = 71, .external_lex_state = 2}, - [639] = {.lex_state = 10}, + [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}, @@ -10758,7 +10757,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [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}, + [651] = {.lex_state = 10, .reserved_word_set_id = 1}, [652] = {.lex_state = 71, .external_lex_state = 2}, [653] = {.lex_state = 71, .external_lex_state = 2}, [654] = {.lex_state = 71, .external_lex_state = 2}, @@ -10769,19 +10768,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [659] = {.lex_state = 71, .external_lex_state = 2}, [660] = {.lex_state = 71, .external_lex_state = 2}, [661] = {.lex_state = 71, .external_lex_state = 2}, - [662] = {.lex_state = 10}, + [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 = 10}, + [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 = 10}, + [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}, @@ -10806,8 +10805,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [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 = 11, .external_lex_state = 2}, - [700] = {.lex_state = 10}, + [699] = {.lex_state = 71, .external_lex_state = 2}, + [700] = {.lex_state = 71, .external_lex_state = 2}, [701] = {.lex_state = 71, .external_lex_state = 2}, [702] = {.lex_state = 71, .external_lex_state = 2}, [703] = {.lex_state = 71, .external_lex_state = 2}, @@ -10832,7 +10831,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [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}, + [725] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, [726] = {.lex_state = 71, .external_lex_state = 2}, [727] = {.lex_state = 71, .external_lex_state = 2}, [728] = {.lex_state = 71, .external_lex_state = 2}, @@ -10869,623 +10868,623 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [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 = 11, .external_lex_state = 2}, - [763] = {.lex_state = 11, .external_lex_state = 2}, - [764] = {.lex_state = 11, .external_lex_state = 2}, - [765] = {.lex_state = 11, .external_lex_state = 2}, - [766] = {.lex_state = 11, .external_lex_state = 2}, - [767] = {.lex_state = 11, .external_lex_state = 2}, - [768] = {.lex_state = 11, .external_lex_state = 2}, - [769] = {.lex_state = 11, .external_lex_state = 2}, - [770] = {.lex_state = 14}, - [771] = {.lex_state = 14}, - [772] = {.lex_state = 11, .external_lex_state = 2}, - [773] = {.lex_state = 14}, - [774] = {.lex_state = 14}, - [775] = {.lex_state = 14}, - [776] = {.lex_state = 14}, - [777] = {.lex_state = 14}, - [778] = {.lex_state = 14}, - [779] = {.lex_state = 14}, - [780] = {.lex_state = 11, .external_lex_state = 2}, - [781] = {.lex_state = 11, .external_lex_state = 2}, - [782] = {.lex_state = 14}, - [783] = {.lex_state = 14}, - [784] = {.lex_state = 11, .external_lex_state = 2}, - [785] = {.lex_state = 11, .external_lex_state = 2}, - [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 = 11, .external_lex_state = 2}, - [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 = 12, .external_lex_state = 2}, - [794] = {.lex_state = 11, .external_lex_state = 2}, - [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 = 11, .external_lex_state = 2}, - [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 = 11, .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 = 14}, - [838] = {.lex_state = 14}, - [839] = {.lex_state = 14}, - [840] = {.lex_state = 14}, - [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 = 11, .external_lex_state = 2}, - [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 = 14}, - [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 = 11, .external_lex_state = 2}, - [1011] = {.lex_state = 11, .external_lex_state = 2}, - [1012] = {.lex_state = 13, .external_lex_state = 2}, - [1013] = {.lex_state = 13, .external_lex_state = 2}, - [1014] = {.lex_state = 11, .external_lex_state = 2}, - [1015] = {.lex_state = 12, .external_lex_state = 2}, - [1016] = {.lex_state = 14}, - [1017] = {.lex_state = 11, .external_lex_state = 2}, - [1018] = {.lex_state = 11, .external_lex_state = 2}, - [1019] = {.lex_state = 7}, - [1020] = {.lex_state = 6}, - [1021] = {.lex_state = 10}, - [1022] = {.lex_state = 6}, - [1023] = {.lex_state = 10}, - [1024] = {.lex_state = 10}, - [1025] = {.lex_state = 10}, - [1026] = {.lex_state = 10}, - [1027] = {.lex_state = 10}, - [1028] = {.lex_state = 6}, - [1029] = {.lex_state = 10}, - [1030] = {.lex_state = 6}, - [1031] = {.lex_state = 10}, - [1032] = {.lex_state = 10}, - [1033] = {.lex_state = 22}, - [1034] = {.lex_state = 6}, - [1035] = {.lex_state = 22}, - [1036] = {.lex_state = 6}, - [1037] = {.lex_state = 22}, + [762] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [763] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [764] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [765] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [766] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [767] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [768] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [769] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [770] = {.lex_state = 14, .reserved_word_set_id = 4}, + [771] = {.lex_state = 14, .reserved_word_set_id = 1}, + [772] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [773] = {.lex_state = 14, .reserved_word_set_id = 4}, + [774] = {.lex_state = 14, .reserved_word_set_id = 4}, + [775] = {.lex_state = 14, .reserved_word_set_id = 4}, + [776] = {.lex_state = 14, .reserved_word_set_id = 4}, + [777] = {.lex_state = 14, .reserved_word_set_id = 4}, + [778] = {.lex_state = 14, .reserved_word_set_id = 4}, + [779] = {.lex_state = 14, .reserved_word_set_id = 1}, + [780] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [781] = {.lex_state = 14, .reserved_word_set_id = 4}, + [782] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [783] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [784] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [785] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [786] = {.lex_state = 14, .reserved_word_set_id = 1}, + [787] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [788] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [789] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [790] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [791] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [792] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [793] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [794] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [795] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [796] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [797] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [798] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [799] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [800] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [801] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [802] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [803] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 1}, + [804] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [805] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [806] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [807] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [808] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [809] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [810] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [811] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [812] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [813] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [814] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [815] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [816] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [817] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [818] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [819] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [820] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [821] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [822] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [823] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [824] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [825] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [826] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [827] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [828] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [829] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [830] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [831] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [832] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [833] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [834] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [835] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [836] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [837] = {.lex_state = 14, .reserved_word_set_id = 4}, + [838] = {.lex_state = 14, .reserved_word_set_id = 1}, + [839] = {.lex_state = 14, .reserved_word_set_id = 1}, + [840] = {.lex_state = 14, .reserved_word_set_id = 4}, + [841] = {.lex_state = 14, .reserved_word_set_id = 1}, + [842] = {.lex_state = 14, .reserved_word_set_id = 1}, + [843] = {.lex_state = 14, .reserved_word_set_id = 4}, + [844] = {.lex_state = 14, .reserved_word_set_id = 1}, + [845] = {.lex_state = 14, .reserved_word_set_id = 1}, + [846] = {.lex_state = 14, .reserved_word_set_id = 1}, + [847] = {.lex_state = 14, .reserved_word_set_id = 4}, + [848] = {.lex_state = 14, .reserved_word_set_id = 4}, + [849] = {.lex_state = 14, .reserved_word_set_id = 4}, + [850] = {.lex_state = 14, .reserved_word_set_id = 1}, + [851] = {.lex_state = 14, .reserved_word_set_id = 1}, + [852] = {.lex_state = 14, .reserved_word_set_id = 4}, + [853] = {.lex_state = 14, .reserved_word_set_id = 1}, + [854] = {.lex_state = 14, .reserved_word_set_id = 4}, + [855] = {.lex_state = 14, .reserved_word_set_id = 1}, + [856] = {.lex_state = 14, .reserved_word_set_id = 4}, + [857] = {.lex_state = 14, .reserved_word_set_id = 1}, + [858] = {.lex_state = 14, .reserved_word_set_id = 4}, + [859] = {.lex_state = 14, .reserved_word_set_id = 4}, + [860] = {.lex_state = 14, .reserved_word_set_id = 4}, + [861] = {.lex_state = 14, .reserved_word_set_id = 1}, + [862] = {.lex_state = 14, .reserved_word_set_id = 4}, + [863] = {.lex_state = 14, .reserved_word_set_id = 4}, + [864] = {.lex_state = 14, .reserved_word_set_id = 4}, + [865] = {.lex_state = 14, .reserved_word_set_id = 4}, + [866] = {.lex_state = 14, .reserved_word_set_id = 4}, + [867] = {.lex_state = 14, .reserved_word_set_id = 4}, + [868] = {.lex_state = 14, .reserved_word_set_id = 4}, + [869] = {.lex_state = 14, .reserved_word_set_id = 1}, + [870] = {.lex_state = 14, .reserved_word_set_id = 4}, + [871] = {.lex_state = 14, .reserved_word_set_id = 4}, + [872] = {.lex_state = 14, .reserved_word_set_id = 4}, + [873] = {.lex_state = 14, .reserved_word_set_id = 4}, + [874] = {.lex_state = 14, .reserved_word_set_id = 4}, + [875] = {.lex_state = 14, .reserved_word_set_id = 4}, + [876] = {.lex_state = 14, .reserved_word_set_id = 4}, + [877] = {.lex_state = 14, .reserved_word_set_id = 1}, + [878] = {.lex_state = 14, .reserved_word_set_id = 1}, + [879] = {.lex_state = 14, .reserved_word_set_id = 4}, + [880] = {.lex_state = 14, .reserved_word_set_id = 1}, + [881] = {.lex_state = 14, .reserved_word_set_id = 4}, + [882] = {.lex_state = 14, .reserved_word_set_id = 4}, + [883] = {.lex_state = 14, .reserved_word_set_id = 1}, + [884] = {.lex_state = 14, .reserved_word_set_id = 1}, + [885] = {.lex_state = 14, .reserved_word_set_id = 1}, + [886] = {.lex_state = 14, .reserved_word_set_id = 1}, + [887] = {.lex_state = 14, .reserved_word_set_id = 1}, + [888] = {.lex_state = 14, .reserved_word_set_id = 1}, + [889] = {.lex_state = 14, .reserved_word_set_id = 1}, + [890] = {.lex_state = 14, .reserved_word_set_id = 1}, + [891] = {.lex_state = 14, .reserved_word_set_id = 1}, + [892] = {.lex_state = 14, .reserved_word_set_id = 4}, + [893] = {.lex_state = 14, .reserved_word_set_id = 4}, + [894] = {.lex_state = 14, .reserved_word_set_id = 4}, + [895] = {.lex_state = 14, .reserved_word_set_id = 4}, + [896] = {.lex_state = 14, .reserved_word_set_id = 1}, + [897] = {.lex_state = 14, .reserved_word_set_id = 1}, + [898] = {.lex_state = 14, .reserved_word_set_id = 4}, + [899] = {.lex_state = 14, .reserved_word_set_id = 1}, + [900] = {.lex_state = 14, .reserved_word_set_id = 1}, + [901] = {.lex_state = 14, .reserved_word_set_id = 4}, + [902] = {.lex_state = 14, .reserved_word_set_id = 4}, + [903] = {.lex_state = 14, .reserved_word_set_id = 4}, + [904] = {.lex_state = 14, .reserved_word_set_id = 4}, + [905] = {.lex_state = 14, .reserved_word_set_id = 4}, + [906] = {.lex_state = 14, .reserved_word_set_id = 4}, + [907] = {.lex_state = 14, .reserved_word_set_id = 1}, + [908] = {.lex_state = 14, .reserved_word_set_id = 4}, + [909] = {.lex_state = 14, .reserved_word_set_id = 1}, + [910] = {.lex_state = 14, .reserved_word_set_id = 1}, + [911] = {.lex_state = 14, .reserved_word_set_id = 4}, + [912] = {.lex_state = 14, .reserved_word_set_id = 4}, + [913] = {.lex_state = 14, .reserved_word_set_id = 4}, + [914] = {.lex_state = 14, .reserved_word_set_id = 4}, + [915] = {.lex_state = 14, .reserved_word_set_id = 4}, + [916] = {.lex_state = 14, .reserved_word_set_id = 1}, + [917] = {.lex_state = 14, .reserved_word_set_id = 1}, + [918] = {.lex_state = 14, .reserved_word_set_id = 4}, + [919] = {.lex_state = 14, .reserved_word_set_id = 4}, + [920] = {.lex_state = 14, .reserved_word_set_id = 1}, + [921] = {.lex_state = 14, .reserved_word_set_id = 1}, + [922] = {.lex_state = 14, .reserved_word_set_id = 4}, + [923] = {.lex_state = 14, .reserved_word_set_id = 4}, + [924] = {.lex_state = 14, .reserved_word_set_id = 4}, + [925] = {.lex_state = 14, .reserved_word_set_id = 4}, + [926] = {.lex_state = 14, .reserved_word_set_id = 4}, + [927] = {.lex_state = 14, .reserved_word_set_id = 4}, + [928] = {.lex_state = 14, .reserved_word_set_id = 4}, + [929] = {.lex_state = 14, .reserved_word_set_id = 4}, + [930] = {.lex_state = 14, .reserved_word_set_id = 4}, + [931] = {.lex_state = 14, .reserved_word_set_id = 1}, + [932] = {.lex_state = 14, .reserved_word_set_id = 1}, + [933] = {.lex_state = 14, .reserved_word_set_id = 4}, + [934] = {.lex_state = 14, .reserved_word_set_id = 4}, + [935] = {.lex_state = 14, .reserved_word_set_id = 4}, + [936] = {.lex_state = 14, .reserved_word_set_id = 4}, + [937] = {.lex_state = 14, .reserved_word_set_id = 4}, + [938] = {.lex_state = 14, .reserved_word_set_id = 4}, + [939] = {.lex_state = 14, .reserved_word_set_id = 4}, + [940] = {.lex_state = 14, .reserved_word_set_id = 4}, + [941] = {.lex_state = 14, .reserved_word_set_id = 4}, + [942] = {.lex_state = 14, .reserved_word_set_id = 4}, + [943] = {.lex_state = 14, .reserved_word_set_id = 1}, + [944] = {.lex_state = 14, .reserved_word_set_id = 4}, + [945] = {.lex_state = 14, .reserved_word_set_id = 4}, + [946] = {.lex_state = 14, .reserved_word_set_id = 4}, + [947] = {.lex_state = 14, .reserved_word_set_id = 4}, + [948] = {.lex_state = 14, .reserved_word_set_id = 4}, + [949] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [950] = {.lex_state = 14, .reserved_word_set_id = 4}, + [951] = {.lex_state = 14, .reserved_word_set_id = 4}, + [952] = {.lex_state = 14, .reserved_word_set_id = 1}, + [953] = {.lex_state = 14, .reserved_word_set_id = 4}, + [954] = {.lex_state = 14, .reserved_word_set_id = 4}, + [955] = {.lex_state = 14, .reserved_word_set_id = 1}, + [956] = {.lex_state = 14, .reserved_word_set_id = 4}, + [957] = {.lex_state = 14, .reserved_word_set_id = 1}, + [958] = {.lex_state = 14, .reserved_word_set_id = 4}, + [959] = {.lex_state = 14, .reserved_word_set_id = 1}, + [960] = {.lex_state = 14, .reserved_word_set_id = 1}, + [961] = {.lex_state = 14, .reserved_word_set_id = 1}, + [962] = {.lex_state = 14, .reserved_word_set_id = 1}, + [963] = {.lex_state = 14, .reserved_word_set_id = 1}, + [964] = {.lex_state = 14, .reserved_word_set_id = 1}, + [965] = {.lex_state = 14, .reserved_word_set_id = 1}, + [966] = {.lex_state = 14, .reserved_word_set_id = 4}, + [967] = {.lex_state = 14, .reserved_word_set_id = 1}, + [968] = {.lex_state = 14, .reserved_word_set_id = 1}, + [969] = {.lex_state = 14, .reserved_word_set_id = 1}, + [970] = {.lex_state = 14, .reserved_word_set_id = 1}, + [971] = {.lex_state = 14, .reserved_word_set_id = 1}, + [972] = {.lex_state = 14, .reserved_word_set_id = 1}, + [973] = {.lex_state = 14, .reserved_word_set_id = 1}, + [974] = {.lex_state = 14, .reserved_word_set_id = 1}, + [975] = {.lex_state = 14, .reserved_word_set_id = 1}, + [976] = {.lex_state = 14, .reserved_word_set_id = 1}, + [977] = {.lex_state = 14, .reserved_word_set_id = 1}, + [978] = {.lex_state = 14, .reserved_word_set_id = 4}, + [979] = {.lex_state = 14, .reserved_word_set_id = 1}, + [980] = {.lex_state = 14, .reserved_word_set_id = 1}, + [981] = {.lex_state = 14, .reserved_word_set_id = 1}, + [982] = {.lex_state = 14, .reserved_word_set_id = 1}, + [983] = {.lex_state = 14, .reserved_word_set_id = 1}, + [984] = {.lex_state = 14, .reserved_word_set_id = 1}, + [985] = {.lex_state = 14, .reserved_word_set_id = 1}, + [986] = {.lex_state = 14, .reserved_word_set_id = 1}, + [987] = {.lex_state = 14, .reserved_word_set_id = 1}, + [988] = {.lex_state = 14, .reserved_word_set_id = 1}, + [989] = {.lex_state = 14, .reserved_word_set_id = 1}, + [990] = {.lex_state = 14, .reserved_word_set_id = 1}, + [991] = {.lex_state = 14, .reserved_word_set_id = 1}, + [992] = {.lex_state = 14, .reserved_word_set_id = 1}, + [993] = {.lex_state = 14, .reserved_word_set_id = 1}, + [994] = {.lex_state = 14, .reserved_word_set_id = 1}, + [995] = {.lex_state = 14, .reserved_word_set_id = 1}, + [996] = {.lex_state = 14, .reserved_word_set_id = 4}, + [997] = {.lex_state = 14, .reserved_word_set_id = 1}, + [998] = {.lex_state = 14, .reserved_word_set_id = 4}, + [999] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1000] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1001] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1002] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1003] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1004] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1005] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1006] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1007] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1008] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1009] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1010] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [1011] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 2}, + [1012] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 1}, + [1013] = {.lex_state = 13, .external_lex_state = 2, .reserved_word_set_id = 1}, + [1014] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [1015] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 1}, + [1016] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1017] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [1018] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [1019] = {.lex_state = 6}, + [1020] = {.lex_state = 7}, + [1021] = {.lex_state = 6}, + [1022] = {.lex_state = 14, .reserved_word_set_id = 6}, + [1023] = {.lex_state = 10, .reserved_word_set_id = 7}, + [1024] = {.lex_state = 10, .reserved_word_set_id = 7}, + [1025] = {.lex_state = 10, .reserved_word_set_id = 7}, + [1026] = {.lex_state = 10, .reserved_word_set_id = 7}, + [1027] = {.lex_state = 10, .reserved_word_set_id = 7}, + [1028] = {.lex_state = 10, .reserved_word_set_id = 7}, + [1029] = {.lex_state = 10, .reserved_word_set_id = 7}, + [1030] = {.lex_state = 10, .reserved_word_set_id = 7}, + [1031] = {.lex_state = 10, .reserved_word_set_id = 7}, + [1032] = {.lex_state = 6}, + [1033] = {.lex_state = 6}, + [1034] = {.lex_state = 14, .reserved_word_set_id = 6}, + [1035] = {.lex_state = 14, .reserved_word_set_id = 6}, + [1036] = {.lex_state = 22, .reserved_word_set_id = 5}, + [1037] = {.lex_state = 22, .reserved_word_set_id = 5}, [1038] = {.lex_state = 6}, - [1039] = {.lex_state = 22}, + [1039] = {.lex_state = 22, .reserved_word_set_id = 5}, [1040] = {.lex_state = 6}, [1041] = {.lex_state = 6}, [1042] = {.lex_state = 6}, - [1043] = {.lex_state = 6}, - [1044] = {.lex_state = 22}, - [1045] = {.lex_state = 11, .external_lex_state = 2}, - [1046] = {.lex_state = 6}, - [1047] = {.lex_state = 14}, - [1048] = {.lex_state = 14}, - [1049] = {.lex_state = 7}, + [1043] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [1044] = {.lex_state = 6}, + [1045] = {.lex_state = 6}, + [1046] = {.lex_state = 22, .reserved_word_set_id = 5}, + [1047] = {.lex_state = 22, .reserved_word_set_id = 5}, + [1048] = {.lex_state = 6}, + [1049] = {.lex_state = 6}, [1050] = {.lex_state = 7}, - [1051] = {.lex_state = 14}, - [1052] = {.lex_state = 14}, - [1053] = {.lex_state = 14}, - [1054] = {.lex_state = 7}, - [1055] = {.lex_state = 14}, - [1056] = {.lex_state = 14}, - [1057] = {.lex_state = 7}, - [1058] = {.lex_state = 14}, - [1059] = {.lex_state = 7}, + [1051] = {.lex_state = 14, .reserved_word_set_id = 8}, + [1052] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1053] = {.lex_state = 14, .reserved_word_set_id = 8}, + [1054] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1055] = {.lex_state = 7}, + [1056] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1057] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1058] = {.lex_state = 7}, + [1059] = {.lex_state = 14, .reserved_word_set_id = 4}, [1060] = {.lex_state = 7}, - [1061] = {.lex_state = 14}, + [1061] = {.lex_state = 14, .reserved_word_set_id = 1}, [1062] = {.lex_state = 7}, - [1063] = {.lex_state = 14}, + [1063] = {.lex_state = 14, .reserved_word_set_id = 1}, [1064] = {.lex_state = 7}, - [1065] = {.lex_state = 14}, - [1066] = {.lex_state = 14}, - [1067] = {.lex_state = 14}, - [1068] = {.lex_state = 14}, - [1069] = {.lex_state = 14}, - [1070] = {.lex_state = 11, .external_lex_state = 2}, - [1071] = {.lex_state = 7}, - [1072] = {.lex_state = 10}, - [1073] = {.lex_state = 7}, - [1074] = {.lex_state = 11, .external_lex_state = 2}, - [1075] = {.lex_state = 7}, - [1076] = {.lex_state = 7}, - [1077] = {.lex_state = 14}, - [1078] = {.lex_state = 7}, - [1079] = {.lex_state = 19}, - [1080] = {.lex_state = 10}, - [1081] = {.lex_state = 7}, - [1082] = {.lex_state = 7}, - [1083] = {.lex_state = 7}, - [1084] = {.lex_state = 10}, - [1085] = {.lex_state = 10}, - [1086] = {.lex_state = 12, .external_lex_state = 2}, - [1087] = {.lex_state = 7}, - [1088] = {.lex_state = 12, .external_lex_state = 2}, - [1089] = {.lex_state = 7}, - [1090] = {.lex_state = 7}, - [1091] = {.lex_state = 19}, - [1092] = {.lex_state = 18}, - [1093] = {.lex_state = 7}, - [1094] = {.lex_state = 7}, - [1095] = {.lex_state = 18}, - [1096] = {.lex_state = 18}, - [1097] = {.lex_state = 10}, - [1098] = {.lex_state = 7}, - [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 = 10}, - [1108] = {.lex_state = 10}, - [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 = 6}, - [1116] = {.lex_state = 18}, - [1117] = {.lex_state = 18}, - [1118] = {.lex_state = 18}, - [1119] = {.lex_state = 18}, - [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 = 10}, - [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 = 7}, - [1157] = {.lex_state = 18}, - [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 = 10}, - [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 = 7}, - [1211] = {.lex_state = 18}, - [1212] = {.lex_state = 10}, - [1213] = {.lex_state = 10}, - [1214] = {.lex_state = 10}, - [1215] = {.lex_state = 10}, - [1216] = {.lex_state = 10}, - [1217] = {.lex_state = 10}, - [1218] = {.lex_state = 10}, - [1219] = {.lex_state = 10}, - [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 = 14}, - [1231] = {.lex_state = 10}, - [1232] = {.lex_state = 10}, - [1233] = {.lex_state = 10}, - [1234] = {.lex_state = 10}, - [1235] = {.lex_state = 10}, - [1236] = {.lex_state = 10}, - [1237] = {.lex_state = 10}, - [1238] = {.lex_state = 10}, - [1239] = {.lex_state = 10}, - [1240] = {.lex_state = 10}, - [1241] = {.lex_state = 10}, - [1242] = {.lex_state = 10}, - [1243] = {.lex_state = 10}, - [1244] = {.lex_state = 10}, - [1245] = {.lex_state = 10}, - [1246] = {.lex_state = 10}, - [1247] = {.lex_state = 10}, - [1248] = {.lex_state = 10}, - [1249] = {.lex_state = 10}, - [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 = 10}, - [1260] = {.lex_state = 10}, - [1261] = {.lex_state = 10}, + [1065] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1066] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1067] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1068] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1069] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1070] = {.lex_state = 7}, + [1071] = {.lex_state = 18}, + [1072] = {.lex_state = 7}, + [1073] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1074] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1075] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1076] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1077] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1078] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1079] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1080] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1081] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1082] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1083] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1084] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1085] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1086] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1087] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1088] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1089] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1090] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1091] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1092] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1093] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1094] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [1095] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1096] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1097] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1098] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1099] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1100] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1101] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1102] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1103] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1104] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1105] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1106] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1107] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1108] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1109] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1110] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1111] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1112] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1113] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1114] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1115] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1116] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1117] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1118] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1119] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1120] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1121] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1122] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1123] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1124] = {.lex_state = 7}, + [1125] = {.lex_state = 18}, + [1126] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1127] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1128] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1129] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1130] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1131] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1132] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1133] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1134] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1135] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1136] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1137] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1138] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1139] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1140] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1141] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1142] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1143] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1144] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1145] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1146] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1147] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1148] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1149] = {.lex_state = 18}, + [1150] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1151] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1152] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1153] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1154] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1155] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1156] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1157] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1158] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1159] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1160] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1161] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1162] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1163] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1164] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1165] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1166] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1167] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1168] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1169] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1170] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1171] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1172] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1173] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1174] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1175] = {.lex_state = 7}, + [1176] = {.lex_state = 18}, + [1177] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1178] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1179] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1180] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1181] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1182] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1183] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1184] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1185] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1186] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1187] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1188] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1189] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1190] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1191] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1192] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1193] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1194] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1195] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1196] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1197] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1198] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1199] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1200] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1201] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1202] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1203] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1204] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1205] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1206] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1207] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1208] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1209] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1210] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1211] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1212] = {.lex_state = 7}, + [1213] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1214] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1215] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1216] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1217] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1218] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1219] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1220] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1221] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1222] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1223] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1224] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1225] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1226] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1227] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1228] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1229] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1230] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1231] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1232] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1233] = {.lex_state = 18}, + [1234] = {.lex_state = 7}, + [1235] = {.lex_state = 7}, + [1236] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1237] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1238] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1239] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1240] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1241] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1242] = {.lex_state = 7}, + [1243] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1244] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1245] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1246] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1247] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1248] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1249] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1250] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1251] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1252] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 1}, + [1253] = {.lex_state = 7}, + [1254] = {.lex_state = 12, .external_lex_state = 2, .reserved_word_set_id = 1}, + [1255] = {.lex_state = 7}, + [1256] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1257] = {.lex_state = 7}, + [1258] = {.lex_state = 7}, + [1259] = {.lex_state = 7}, + [1260] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1261] = {.lex_state = 10, .reserved_word_set_id = 1}, [1262] = {.lex_state = 7}, - [1263] = {.lex_state = 18}, - [1264] = {.lex_state = 10}, - [1265] = {.lex_state = 10}, - [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 = 10}, - [1282] = {.lex_state = 10}, - [1283] = {.lex_state = 10}, - [1284] = {.lex_state = 10}, - [1285] = {.lex_state = 10}, - [1286] = {.lex_state = 10}, - [1287] = {.lex_state = 10}, - [1288] = {.lex_state = 10}, - [1289] = {.lex_state = 10}, - [1290] = {.lex_state = 10}, - [1291] = {.lex_state = 10}, - [1292] = {.lex_state = 10}, - [1293] = {.lex_state = 10}, - [1294] = {.lex_state = 10}, - [1295] = {.lex_state = 10}, - [1296] = {.lex_state = 10}, - [1297] = {.lex_state = 10}, - [1298] = {.lex_state = 10}, - [1299] = {.lex_state = 10}, - [1300] = {.lex_state = 10}, - [1301] = {.lex_state = 10}, - [1302] = {.lex_state = 10}, - [1303] = {.lex_state = 10}, - [1304] = {.lex_state = 10}, - [1305] = {.lex_state = 10}, - [1306] = {.lex_state = 10}, - [1307] = {.lex_state = 10}, - [1308] = {.lex_state = 10}, - [1309] = {.lex_state = 10}, - [1310] = {.lex_state = 10}, - [1311] = {.lex_state = 10}, - [1312] = {.lex_state = 7}, - [1313] = {.lex_state = 18}, - [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 = 10}, - [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}, - [1354] = {.lex_state = 10}, - [1355] = {.lex_state = 10}, - [1356] = {.lex_state = 10}, - [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 = 7}, - [1366] = {.lex_state = 14}, - [1367] = {.lex_state = 14}, - [1368] = {.lex_state = 10}, - [1369] = {.lex_state = 7}, - [1370] = {.lex_state = 7}, - [1371] = {.lex_state = 7}, - [1372] = {.lex_state = 10}, - [1373] = {.lex_state = 7}, - [1374] = {.lex_state = 7}, - [1375] = {.lex_state = 7}, + [1263] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1264] = {.lex_state = 7}, + [1265] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1266] = {.lex_state = 7}, + [1267] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1268] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1269] = {.lex_state = 19}, + [1270] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1271] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1272] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1273] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1274] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1275] = {.lex_state = 18}, + [1276] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1277] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1278] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1279] = {.lex_state = 7}, + [1280] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1281] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1282] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1283] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1284] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1285] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1286] = {.lex_state = 7}, + [1287] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1288] = {.lex_state = 18}, + [1289] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1290] = {.lex_state = 7}, + [1291] = {.lex_state = 18}, + [1292] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1293] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1294] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1295] = {.lex_state = 7}, + [1296] = {.lex_state = 7}, + [1297] = {.lex_state = 7}, + [1298] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1299] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1300] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1301] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1302] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1303] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1304] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1305] = {.lex_state = 7}, + [1306] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1307] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1308] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1309] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1310] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1311] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1312] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1313] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1314] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1315] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1316] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1317] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1318] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1319] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1320] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1321] = {.lex_state = 6}, + [1322] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1323] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1324] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1325] = {.lex_state = 18}, + [1326] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1327] = {.lex_state = 18}, + [1328] = {.lex_state = 18}, + [1329] = {.lex_state = 18}, + [1330] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1331] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1332] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [1333] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1334] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1335] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1336] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1337] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1338] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1339] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1340] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1341] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1342] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1343] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1344] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1345] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1346] = {.lex_state = 7}, + [1347] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1348] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1349] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1350] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1351] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1352] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1353] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1354] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1355] = {.lex_state = 7}, + [1356] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1357] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1358] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1359] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1360] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1361] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1362] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1363] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1364] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1365] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1366] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1367] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1368] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1369] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1370] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1371] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1372] = {.lex_state = 19}, + [1373] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1374] = {.lex_state = 10, .reserved_word_set_id = 1}, + [1375] = {.lex_state = 10, .reserved_word_set_id = 1}, [1376] = {.lex_state = 7}, [1377] = {.lex_state = 7}, - [1378] = {.lex_state = 7}, + [1378] = {.lex_state = 14, .reserved_word_set_id = 8}, [1379] = {.lex_state = 7}, [1380] = {.lex_state = 7}, [1381] = {.lex_state = 7}, @@ -11500,19 +11499,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1390] = {.lex_state = 7}, [1391] = {.lex_state = 7}, [1392] = {.lex_state = 7}, - [1393] = {.lex_state = 7}, + [1393] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, [1394] = {.lex_state = 7}, [1395] = {.lex_state = 7}, - [1396] = {.lex_state = 11, .external_lex_state = 2}, + [1396] = {.lex_state = 7}, [1397] = {.lex_state = 7}, [1398] = {.lex_state = 7}, [1399] = {.lex_state = 7}, [1400] = {.lex_state = 7}, - [1401] = {.lex_state = 11, .external_lex_state = 2}, + [1401] = {.lex_state = 7}, [1402] = {.lex_state = 7}, [1403] = {.lex_state = 7}, [1404] = {.lex_state = 7}, - [1405] = {.lex_state = 14}, + [1405] = {.lex_state = 7}, [1406] = {.lex_state = 7}, [1407] = {.lex_state = 7}, [1408] = {.lex_state = 7}, @@ -11535,7 +11534,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1425] = {.lex_state = 7}, [1426] = {.lex_state = 7}, [1427] = {.lex_state = 7}, - [1428] = {.lex_state = 14}, + [1428] = {.lex_state = 7}, [1429] = {.lex_state = 7}, [1430] = {.lex_state = 7}, [1431] = {.lex_state = 7}, @@ -11552,10 +11551,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1442] = {.lex_state = 7}, [1443] = {.lex_state = 7}, [1444] = {.lex_state = 7}, - [1445] = {.lex_state = 7}, + [1445] = {.lex_state = 14, .reserved_word_set_id = 4}, [1446] = {.lex_state = 7}, - [1447] = {.lex_state = 7}, - [1448] = {.lex_state = 14}, + [1447] = {.lex_state = 14, .reserved_word_set_id = 8}, + [1448] = {.lex_state = 7}, [1449] = {.lex_state = 7}, [1450] = {.lex_state = 7}, [1451] = {.lex_state = 7}, @@ -11563,26 +11562,26 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1453] = {.lex_state = 7}, [1454] = {.lex_state = 7}, [1455] = {.lex_state = 7}, - [1456] = {.lex_state = 7}, - [1457] = {.lex_state = 7}, - [1458] = {.lex_state = 7}, + [1456] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [1457] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [1458] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, [1459] = {.lex_state = 7}, [1460] = {.lex_state = 7}, [1461] = {.lex_state = 7}, - [1462] = {.lex_state = 14}, + [1462] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, [1463] = {.lex_state = 7}, - [1464] = {.lex_state = 11, .external_lex_state = 2}, - [1465] = {.lex_state = 8}, + [1464] = {.lex_state = 7}, + [1465] = {.lex_state = 14, .reserved_word_set_id = 4}, [1466] = {.lex_state = 7}, [1467] = {.lex_state = 7}, - [1468] = {.lex_state = 11, .external_lex_state = 2}, - [1469] = {.lex_state = 11, .external_lex_state = 2}, + [1468] = {.lex_state = 7}, + [1469] = {.lex_state = 7}, [1470] = {.lex_state = 7}, [1471] = {.lex_state = 7}, [1472] = {.lex_state = 7}, [1473] = {.lex_state = 7}, [1474] = {.lex_state = 7}, - [1475] = {.lex_state = 7}, + [1475] = {.lex_state = 8}, [1476] = {.lex_state = 7}, [1477] = {.lex_state = 7}, [1478] = {.lex_state = 7}, @@ -11602,182 +11601,182 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1492] = {.lex_state = 7}, [1493] = {.lex_state = 7}, [1494] = {.lex_state = 7}, - [1495] = {.lex_state = 14}, + [1495] = {.lex_state = 7}, [1496] = {.lex_state = 7}, [1497] = {.lex_state = 7}, - [1498] = {.lex_state = 14}, - [1499] = {.lex_state = 7}, - [1500] = {.lex_state = 14}, + [1498] = {.lex_state = 7}, + [1499] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1500] = {.lex_state = 14, .reserved_word_set_id = 1}, [1501] = {.lex_state = 7}, [1502] = {.lex_state = 7}, - [1503] = {.lex_state = 7}, - [1504] = {.lex_state = 11, .external_lex_state = 2}, + [1503] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1504] = {.lex_state = 7}, [1505] = {.lex_state = 7}, - [1506] = {.lex_state = 7}, + [1506] = {.lex_state = 9}, [1507] = {.lex_state = 7}, [1508] = {.lex_state = 7}, - [1509] = {.lex_state = 11, .external_lex_state = 2}, + [1509] = {.lex_state = 7}, [1510] = {.lex_state = 7}, [1511] = {.lex_state = 7}, - [1512] = {.lex_state = 9}, + [1512] = {.lex_state = 7}, [1513] = {.lex_state = 7}, - [1514] = {.lex_state = 7}, + [1514] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, [1515] = {.lex_state = 7}, [1516] = {.lex_state = 7}, [1517] = {.lex_state = 7}, [1518] = {.lex_state = 7}, [1519] = {.lex_state = 7}, - [1520] = {.lex_state = 11, .external_lex_state = 2}, + [1520] = {.lex_state = 7}, [1521] = {.lex_state = 7}, [1522] = {.lex_state = 7}, - [1523] = {.lex_state = 11, .external_lex_state = 2}, + [1523] = {.lex_state = 7}, [1524] = {.lex_state = 7}, [1525] = {.lex_state = 7}, - [1526] = {.lex_state = 7}, - [1527] = {.lex_state = 7}, - [1528] = {.lex_state = 9}, - [1529] = {.lex_state = 14}, - [1530] = {.lex_state = 9}, - [1531] = {.lex_state = 14}, - [1532] = {.lex_state = 14}, - [1533] = {.lex_state = 14}, - [1534] = {.lex_state = 14}, - [1535] = {.lex_state = 14}, + [1526] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [1527] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [1528] = {.lex_state = 11, .external_lex_state = 2, .reserved_word_set_id = 1}, + [1529] = {.lex_state = 7}, + [1530] = {.lex_state = 7}, + [1531] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1532] = {.lex_state = 7, .reserved_word_set_id = 1}, + [1533] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1534] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1535] = {.lex_state = 8}, [1536] = {.lex_state = 9}, - [1537] = {.lex_state = 14}, - [1538] = {.lex_state = 7}, - [1539] = {.lex_state = 8}, + [1537] = {.lex_state = 9}, + [1538] = {.lex_state = 14, .reserved_word_set_id = 4}, + [1539] = {.lex_state = 9}, [1540] = {.lex_state = 9}, [1541] = {.lex_state = 7}, - [1542] = {.lex_state = 8}, - [1543] = {.lex_state = 9}, + [1542] = {.lex_state = 9}, + [1543] = {.lex_state = 7}, [1544] = {.lex_state = 9}, [1545] = {.lex_state = 9}, [1546] = {.lex_state = 9}, - [1547] = {.lex_state = 7}, + [1547] = {.lex_state = 8}, [1548] = {.lex_state = 9}, - [1549] = {.lex_state = 7}, - [1550] = {.lex_state = 8}, - [1551] = {.lex_state = 8}, + [1549] = {.lex_state = 9}, + [1550] = {.lex_state = 7}, + [1551] = {.lex_state = 9}, [1552] = {.lex_state = 7}, [1553] = {.lex_state = 8}, [1554] = {.lex_state = 7}, - [1555] = {.lex_state = 7}, - [1556] = {.lex_state = 9}, - [1557] = {.lex_state = 9}, + [1555] = {.lex_state = 8}, + [1556] = {.lex_state = 7}, + [1557] = {.lex_state = 8}, [1558] = {.lex_state = 7}, - [1559] = {.lex_state = 7}, + [1559] = {.lex_state = 8}, [1560] = {.lex_state = 7}, - [1561] = {.lex_state = 7}, + [1561] = {.lex_state = 8}, [1562] = {.lex_state = 7}, [1563] = {.lex_state = 8}, - [1564] = {.lex_state = 7}, - [1565] = {.lex_state = 14}, + [1564] = {.lex_state = 8}, + [1565] = {.lex_state = 7}, [1566] = {.lex_state = 7}, [1567] = {.lex_state = 8}, [1568] = {.lex_state = 7}, - [1569] = {.lex_state = 8}, - [1570] = {.lex_state = 8}, - [1571] = {.lex_state = 8}, + [1569] = {.lex_state = 7}, + [1570] = {.lex_state = 14, .reserved_word_set_id = 9}, + [1571] = {.lex_state = 7}, [1572] = {.lex_state = 7}, - [1573] = {.lex_state = 8}, - [1574] = {.lex_state = 7}, + [1573] = {.lex_state = 7}, + [1574] = {.lex_state = 8}, [1575] = {.lex_state = 8}, [1576] = {.lex_state = 7}, - [1577] = {.lex_state = 7}, - [1578] = {.lex_state = 8}, - [1579] = {.lex_state = 7}, + [1577] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1578] = {.lex_state = 7}, + [1579] = {.lex_state = 8}, [1580] = {.lex_state = 7}, [1581] = {.lex_state = 7}, - [1582] = {.lex_state = 7}, + [1582] = {.lex_state = 8}, [1583] = {.lex_state = 8}, - [1584] = {.lex_state = 14}, + [1584] = {.lex_state = 7}, [1585] = {.lex_state = 8}, [1586] = {.lex_state = 8}, - [1587] = {.lex_state = 8}, - [1588] = {.lex_state = 8}, - [1589] = {.lex_state = 7}, + [1587] = {.lex_state = 7}, + [1588] = {.lex_state = 7}, + [1589] = {.lex_state = 8}, [1590] = {.lex_state = 8}, - [1591] = {.lex_state = 14}, - [1592] = {.lex_state = 7}, - [1593] = {.lex_state = 7}, - [1594] = {.lex_state = 8}, + [1591] = {.lex_state = 7}, + [1592] = {.lex_state = 14, .reserved_word_set_id = 9}, + [1593] = {.lex_state = 20}, + [1594] = {.lex_state = 7}, [1595] = {.lex_state = 7}, [1596] = {.lex_state = 7}, [1597] = {.lex_state = 8}, [1598] = {.lex_state = 8}, [1599] = {.lex_state = 7}, [1600] = {.lex_state = 7}, - [1601] = {.lex_state = 9}, - [1602] = {.lex_state = 20}, - [1603] = {.lex_state = 20}, - [1604] = {.lex_state = 7}, - [1605] = {.lex_state = 7}, - [1606] = {.lex_state = 7}, + [1601] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1602] = {.lex_state = 8}, + [1603] = {.lex_state = 8}, + [1604] = {.lex_state = 8}, + [1605] = {.lex_state = 8}, + [1606] = {.lex_state = 8}, [1607] = {.lex_state = 7}, [1608] = {.lex_state = 7}, [1609] = {.lex_state = 7}, - [1610] = {.lex_state = 20}, - [1611] = {.lex_state = 20}, - [1612] = {.lex_state = 8}, + [1610] = {.lex_state = 7}, + [1611] = {.lex_state = 7}, + [1612] = {.lex_state = 7}, [1613] = {.lex_state = 7}, [1614] = {.lex_state = 7}, [1615] = {.lex_state = 8}, - [1616] = {.lex_state = 20}, - [1617] = {.lex_state = 7}, - [1618] = {.lex_state = 8}, + [1616] = {.lex_state = 7}, + [1617] = {.lex_state = 8}, + [1618] = {.lex_state = 7}, [1619] = {.lex_state = 8}, [1620] = {.lex_state = 8}, [1621] = {.lex_state = 7}, - [1622] = {.lex_state = 20}, - [1623] = {.lex_state = 7}, - [1624] = {.lex_state = 7}, - [1625] = {.lex_state = 20}, + [1622] = {.lex_state = 7}, + [1623] = {.lex_state = 8}, + [1624] = {.lex_state = 8}, + [1625] = {.lex_state = 7}, [1626] = {.lex_state = 8}, - [1627] = {.lex_state = 7}, + [1627] = {.lex_state = 8}, [1628] = {.lex_state = 8}, - [1629] = {.lex_state = 20}, - [1630] = {.lex_state = 7}, - [1631] = {.lex_state = 7}, - [1632] = {.lex_state = 7}, - [1633] = {.lex_state = 8}, + [1629] = {.lex_state = 8}, + [1630] = {.lex_state = 20}, + [1631] = {.lex_state = 8}, + [1632] = {.lex_state = 8}, + [1633] = {.lex_state = 20}, [1634] = {.lex_state = 20}, - [1635] = {.lex_state = 8}, - [1636] = {.lex_state = 20}, - [1637] = {.lex_state = 8}, - [1638] = {.lex_state = 7}, - [1639] = {.lex_state = 7}, - [1640] = {.lex_state = 7}, - [1641] = {.lex_state = 7}, - [1642] = {.lex_state = 20}, - [1643] = {.lex_state = 14}, - [1644] = {.lex_state = 8}, - [1645] = {.lex_state = 7}, + [1635] = {.lex_state = 7}, + [1636] = {.lex_state = 9}, + [1637] = {.lex_state = 20}, + [1638] = {.lex_state = 20}, + [1639] = {.lex_state = 20}, + [1640] = {.lex_state = 20}, + [1641] = {.lex_state = 20}, + [1642] = {.lex_state = 8}, + [1643] = {.lex_state = 7}, + [1644] = {.lex_state = 20}, + [1645] = {.lex_state = 20}, [1646] = {.lex_state = 20}, - [1647] = {.lex_state = 8}, - [1648] = {.lex_state = 8}, - [1649] = {.lex_state = 8}, - [1650] = {.lex_state = 8}, - [1651] = {.lex_state = 8}, - [1652] = {.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 = 7}, [1653] = {.lex_state = 7}, - [1654] = {.lex_state = 7}, + [1654] = {.lex_state = 8}, [1655] = {.lex_state = 8}, - [1656] = {.lex_state = 7}, + [1656] = {.lex_state = 8}, [1657] = {.lex_state = 8}, - [1658] = {.lex_state = 7}, + [1658] = {.lex_state = 8}, [1659] = {.lex_state = 8}, - [1660] = {.lex_state = 8}, + [1660] = {.lex_state = 7}, [1661] = {.lex_state = 8}, - [1662] = {.lex_state = 7}, + [1662] = {.lex_state = 8}, [1663] = {.lex_state = 8}, [1664] = {.lex_state = 8}, - [1665] = {.lex_state = 7}, + [1665] = {.lex_state = 8}, [1666] = {.lex_state = 8}, [1667] = {.lex_state = 8}, [1668] = {.lex_state = 8}, [1669] = {.lex_state = 8}, - [1670] = {.lex_state = 8}, + [1670] = {.lex_state = 7}, [1671] = {.lex_state = 8}, [1672] = {.lex_state = 8}, [1673] = {.lex_state = 8}, @@ -11785,19 +11784,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1675] = {.lex_state = 8}, [1676] = {.lex_state = 8}, [1677] = {.lex_state = 8}, - [1678] = {.lex_state = 7}, + [1678] = {.lex_state = 8}, [1679] = {.lex_state = 7}, - [1680] = {.lex_state = 8}, - [1681] = {.lex_state = 8}, - [1682] = {.lex_state = 8}, - [1683] = {.lex_state = 8}, + [1680] = {.lex_state = 7}, + [1681] = {.lex_state = 7}, + [1682] = {.lex_state = 7}, + [1683] = {.lex_state = 7}, [1684] = {.lex_state = 8}, [1685] = {.lex_state = 8}, [1686] = {.lex_state = 8}, - [1687] = {.lex_state = 7}, - [1688] = {.lex_state = 7}, - [1689] = {.lex_state = 8}, - [1690] = {.lex_state = 7}, + [1687] = {.lex_state = 8}, + [1688] = {.lex_state = 8}, + [1689] = {.lex_state = 7}, + [1690] = {.lex_state = 8}, [1691] = {.lex_state = 8}, [1692] = {.lex_state = 8}, [1693] = {.lex_state = 8}, @@ -11806,59 +11805,59 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1696] = {.lex_state = 8}, [1697] = {.lex_state = 8}, [1698] = {.lex_state = 8}, - [1699] = {.lex_state = 8}, + [1699] = {.lex_state = 7}, [1700] = {.lex_state = 8}, [1701] = {.lex_state = 8}, - [1702] = {.lex_state = 7}, - [1703] = {.lex_state = 7}, + [1702] = {.lex_state = 8}, + [1703] = {.lex_state = 8}, [1704] = {.lex_state = 7}, - [1705] = {.lex_state = 7}, - [1706] = {.lex_state = 8}, + [1705] = {.lex_state = 8}, + [1706] = {.lex_state = 7}, [1707] = {.lex_state = 8}, - [1708] = {.lex_state = 7}, + [1708] = {.lex_state = 8}, [1709] = {.lex_state = 7}, - [1710] = {.lex_state = 7}, + [1710] = {.lex_state = 8}, [1711] = {.lex_state = 7}, - [1712] = {.lex_state = 7}, + [1712] = {.lex_state = 8}, [1713] = {.lex_state = 7}, [1714] = {.lex_state = 7}, [1715] = {.lex_state = 7}, [1716] = {.lex_state = 7}, - [1717] = {.lex_state = 7}, - [1718] = {.lex_state = 7}, - [1719] = {.lex_state = 8}, - [1720] = {.lex_state = 8}, - [1721] = {.lex_state = 8}, - [1722] = {.lex_state = 8}, + [1717] = {.lex_state = 8}, + [1718] = {.lex_state = 8}, + [1719] = {.lex_state = 7}, + [1720] = {.lex_state = 7}, + [1721] = {.lex_state = 7}, + [1722] = {.lex_state = 7}, [1723] = {.lex_state = 8}, - [1724] = {.lex_state = 8}, - [1725] = {.lex_state = 8}, - [1726] = {.lex_state = 7}, + [1724] = {.lex_state = 7}, + [1725] = {.lex_state = 7}, + [1726] = {.lex_state = 8}, [1727] = {.lex_state = 8}, - [1728] = {.lex_state = 8}, - [1729] = {.lex_state = 8}, - [1730] = {.lex_state = 8}, + [1728] = {.lex_state = 7}, + [1729] = {.lex_state = 7}, + [1730] = {.lex_state = 7}, [1731] = {.lex_state = 8}, - [1732] = {.lex_state = 14}, - [1733] = {.lex_state = 8}, + [1732] = {.lex_state = 7}, + [1733] = {.lex_state = 7}, [1734] = {.lex_state = 8}, [1735] = {.lex_state = 8}, [1736] = {.lex_state = 8}, [1737] = {.lex_state = 8}, - [1738] = {.lex_state = 8}, - [1739] = {.lex_state = 8}, + [1738] = {.lex_state = 7}, + [1739] = {.lex_state = 7}, [1740] = {.lex_state = 7}, - [1741] = {.lex_state = 8}, + [1741] = {.lex_state = 7}, [1742] = {.lex_state = 7}, - [1743] = {.lex_state = 8}, + [1743] = {.lex_state = 7}, [1744] = {.lex_state = 8}, [1745] = {.lex_state = 8}, [1746] = {.lex_state = 8}, [1747] = {.lex_state = 8}, - [1748] = {.lex_state = 8}, + [1748] = {.lex_state = 7}, [1749] = {.lex_state = 8}, [1750] = {.lex_state = 8}, - [1751] = {.lex_state = 7}, + [1751] = {.lex_state = 8}, [1752] = {.lex_state = 8}, [1753] = {.lex_state = 8}, [1754] = {.lex_state = 8}, @@ -11870,125 +11869,125 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1760] = {.lex_state = 8}, [1761] = {.lex_state = 8}, [1762] = {.lex_state = 8}, - [1763] = {.lex_state = 8}, - [1764] = {.lex_state = 8}, - [1765] = {.lex_state = 8}, - [1766] = {.lex_state = 8}, + [1763] = {.lex_state = 7}, + [1764] = {.lex_state = 7}, + [1765] = {.lex_state = 7}, + [1766] = {.lex_state = 7}, [1767] = {.lex_state = 8}, - [1768] = {.lex_state = 8}, + [1768] = {.lex_state = 7}, [1769] = {.lex_state = 8}, [1770] = {.lex_state = 8}, [1771] = {.lex_state = 8}, - [1772] = {.lex_state = 8}, - [1773] = {.lex_state = 8}, - [1774] = {.lex_state = 8}, + [1772] = {.lex_state = 7}, + [1773] = {.lex_state = 7}, + [1774] = {.lex_state = 7}, [1775] = {.lex_state = 7}, [1776] = {.lex_state = 8}, - [1777] = {.lex_state = 8}, + [1777] = {.lex_state = 7}, [1778] = {.lex_state = 8}, - [1779] = {.lex_state = 8}, - [1780] = {.lex_state = 8}, - [1781] = {.lex_state = 8}, + [1779] = {.lex_state = 7}, + [1780] = {.lex_state = 7}, + [1781] = {.lex_state = 7}, [1782] = {.lex_state = 8}, - [1783] = {.lex_state = 8}, + [1783] = {.lex_state = 7}, [1784] = {.lex_state = 7}, - [1785] = {.lex_state = 8}, - [1786] = {.lex_state = 8}, - [1787] = {.lex_state = 8}, - [1788] = {.lex_state = 8}, - [1789] = {.lex_state = 8}, - [1790] = {.lex_state = 8}, - [1791] = {.lex_state = 8}, - [1792] = {.lex_state = 8}, - [1793] = {.lex_state = 8}, - [1794] = {.lex_state = 8}, - [1795] = {.lex_state = 8}, - [1796] = {.lex_state = 8}, - [1797] = {.lex_state = 8}, - [1798] = {.lex_state = 8}, + [1785] = {.lex_state = 7}, + [1786] = {.lex_state = 7}, + [1787] = {.lex_state = 7}, + [1788] = {.lex_state = 7}, + [1789] = {.lex_state = 7}, + [1790] = {.lex_state = 7}, + [1791] = {.lex_state = 7}, + [1792] = {.lex_state = 7}, + [1793] = {.lex_state = 7}, + [1794] = {.lex_state = 7}, + [1795] = {.lex_state = 7}, + [1796] = {.lex_state = 7}, + [1797] = {.lex_state = 7}, + [1798] = {.lex_state = 7}, [1799] = {.lex_state = 7}, [1800] = {.lex_state = 7}, [1801] = {.lex_state = 7}, [1802] = {.lex_state = 7}, - [1803] = {.lex_state = 8}, + [1803] = {.lex_state = 7}, [1804] = {.lex_state = 7}, [1805] = {.lex_state = 8}, [1806] = {.lex_state = 7}, - [1807] = {.lex_state = 7}, - [1808] = {.lex_state = 7}, + [1807] = {.lex_state = 8}, + [1808] = {.lex_state = 8}, [1809] = {.lex_state = 8}, - [1810] = {.lex_state = 7}, - [1811] = {.lex_state = 14}, - [1812] = {.lex_state = 7}, + [1810] = {.lex_state = 8}, + [1811] = {.lex_state = 8}, + [1812] = {.lex_state = 8}, [1813] = {.lex_state = 7}, [1814] = {.lex_state = 7}, - [1815] = {.lex_state = 7}, - [1816] = {.lex_state = 7}, + [1815] = {.lex_state = 8}, + [1816] = {.lex_state = 14, .reserved_word_set_id = 1}, [1817] = {.lex_state = 7}, [1818] = {.lex_state = 7}, [1819] = {.lex_state = 7}, - [1820] = {.lex_state = 7}, - [1821] = {.lex_state = 8}, - [1822] = {.lex_state = 7}, - [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 = 7}, + [1820] = {.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}, + [1829] = {.lex_state = 8}, [1830] = {.lex_state = 8}, - [1831] = {.lex_state = 7}, + [1831] = {.lex_state = 8}, [1832] = {.lex_state = 7}, - [1833] = {.lex_state = 7}, - [1834] = {.lex_state = 7}, - [1835] = {.lex_state = 8}, + [1833] = {.lex_state = 8}, + [1834] = {.lex_state = 8}, + [1835] = {.lex_state = 7}, [1836] = {.lex_state = 8}, - [1837] = {.lex_state = 7}, - [1838] = {.lex_state = 7}, - [1839] = {.lex_state = 7}, - [1840] = {.lex_state = 7}, - [1841] = {.lex_state = 7}, - [1842] = {.lex_state = 7}, - [1843] = {.lex_state = 7}, - [1844] = {.lex_state = 7}, - [1845] = {.lex_state = 7}, - [1846] = {.lex_state = 7}, - [1847] = {.lex_state = 7}, - [1848] = {.lex_state = 7}, - [1849] = {.lex_state = 7}, - [1850] = {.lex_state = 7}, - [1851] = {.lex_state = 7}, - [1852] = {.lex_state = 7}, - [1853] = {.lex_state = 7}, - [1854] = {.lex_state = 7}, - [1855] = {.lex_state = 7}, - [1856] = {.lex_state = 8}, + [1837] = {.lex_state = 8}, + [1838] = {.lex_state = 8}, + [1839] = {.lex_state = 8}, + [1840] = {.lex_state = 8}, + [1841] = {.lex_state = 8}, + [1842] = {.lex_state = 8}, + [1843] = {.lex_state = 8}, + [1844] = {.lex_state = 8}, + [1845] = {.lex_state = 8}, + [1846] = {.lex_state = 8}, + [1847] = {.lex_state = 8}, + [1848] = {.lex_state = 8}, + [1849] = {.lex_state = 8}, + [1850] = {.lex_state = 8}, + [1851] = {.lex_state = 8}, + [1852] = {.lex_state = 8}, + [1853] = {.lex_state = 8}, + [1854] = {.lex_state = 8}, + [1855] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1856] = {.lex_state = 7}, [1857] = {.lex_state = 8}, [1858] = {.lex_state = 8}, [1859] = {.lex_state = 8}, [1860] = {.lex_state = 8}, - [1861] = {.lex_state = 8}, - [1862] = {.lex_state = 7}, + [1861] = {.lex_state = 7}, + [1862] = {.lex_state = 8}, [1863] = {.lex_state = 8}, [1864] = {.lex_state = 7}, [1865] = {.lex_state = 7}, - [1866] = {.lex_state = 8}, - [1867] = {.lex_state = 8}, - [1868] = {.lex_state = 8}, + [1866] = {.lex_state = 7}, + [1867] = {.lex_state = 7}, + [1868] = {.lex_state = 7}, [1869] = {.lex_state = 7}, - [1870] = {.lex_state = 14}, + [1870] = {.lex_state = 7}, [1871] = {.lex_state = 7}, [1872] = {.lex_state = 7}, [1873] = {.lex_state = 7}, [1874] = {.lex_state = 7}, - [1875] = {.lex_state = 7}, + [1875] = {.lex_state = 14, .reserved_word_set_id = 1}, [1876] = {.lex_state = 7}, - [1877] = {.lex_state = 7}, - [1878] = {.lex_state = 14}, + [1877] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1878] = {.lex_state = 7}, [1879] = {.lex_state = 7}, [1880] = {.lex_state = 7}, - [1881] = {.lex_state = 7}, + [1881] = {.lex_state = 14, .reserved_word_set_id = 1}, [1882] = {.lex_state = 7}, [1883] = {.lex_state = 7}, [1884] = {.lex_state = 7}, @@ -11996,42 +11995,42 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1886] = {.lex_state = 7}, [1887] = {.lex_state = 7}, [1888] = {.lex_state = 7}, - [1889] = {.lex_state = 7}, + [1889] = {.lex_state = 8}, [1890] = {.lex_state = 7}, - [1891] = {.lex_state = 14}, - [1892] = {.lex_state = 7}, - [1893] = {.lex_state = 14}, + [1891] = {.lex_state = 7}, + [1892] = {.lex_state = 8}, + [1893] = {.lex_state = 8}, [1894] = {.lex_state = 7}, [1895] = {.lex_state = 7}, [1896] = {.lex_state = 7}, - [1897] = {.lex_state = 7}, - [1898] = {.lex_state = 14}, + [1897] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1898] = {.lex_state = 14, .reserved_word_set_id = 1}, [1899] = {.lex_state = 7}, [1900] = {.lex_state = 7}, - [1901] = {.lex_state = 14}, - [1902] = {.lex_state = 14}, - [1903] = {.lex_state = 14}, - [1904] = {.lex_state = 14}, - [1905] = {.lex_state = 14}, - [1906] = {.lex_state = 14}, - [1907] = {.lex_state = 14}, - [1908] = {.lex_state = 14}, - [1909] = {.lex_state = 14}, - [1910] = {.lex_state = 14}, - [1911] = {.lex_state = 14}, - [1912] = {.lex_state = 14}, - [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}, + [1901] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1902] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1903] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1904] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1905] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1906] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1907] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1908] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1909] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1910] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1911] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1912] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1913] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1914] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1915] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1916] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1917] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1918] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1919] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1920] = {.lex_state = 14, .reserved_word_set_id = 1}, + [1921] = {.lex_state = 27}, [1922] = {.lex_state = 16}, [1923] = {.lex_state = 27}, - [1924] = {.lex_state = 27}, + [1924] = {.lex_state = 16}, [1925] = {.lex_state = 16}, [1926] = {.lex_state = 16}, [1927] = {.lex_state = 16}, @@ -12040,66 +12039,66 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1930] = {.lex_state = 16}, [1931] = {.lex_state = 16}, [1932] = {.lex_state = 16}, - [1933] = {.lex_state = 27}, - [1934] = {.lex_state = 16}, - [1935] = {.lex_state = 27}, + [1933] = {.lex_state = 16}, + [1934] = {.lex_state = 27}, + [1935] = {.lex_state = 16}, [1936] = {.lex_state = 27}, [1937] = {.lex_state = 16}, [1938] = {.lex_state = 27}, - [1939] = {.lex_state = 16}, - [1940] = {.lex_state = 16}, - [1941] = {.lex_state = 14}, + [1939] = {.lex_state = 27}, + [1940] = {.lex_state = 14}, + [1941] = {.lex_state = 27}, [1942] = {.lex_state = 14}, [1943] = {.lex_state = 14}, [1944] = {.lex_state = 14}, [1945] = {.lex_state = 14}, [1946] = {.lex_state = 14}, [1947] = {.lex_state = 14}, - [1948] = {.lex_state = 27}, - [1949] = {.lex_state = 14}, + [1948] = {.lex_state = 14}, + [1949] = {.lex_state = 16}, [1950] = {.lex_state = 14}, - [1951] = {.lex_state = 16}, + [1951] = {.lex_state = 14}, [1952] = {.lex_state = 14}, - [1953] = {.lex_state = 14}, + [1953] = {.lex_state = 16}, [1954] = {.lex_state = 14}, [1955] = {.lex_state = 14}, - [1956] = {.lex_state = 16}, - [1957] = {.lex_state = 14}, + [1956] = {.lex_state = 14}, + [1957] = {.lex_state = 27}, [1958] = {.lex_state = 27}, - [1959] = {.lex_state = 27}, + [1959] = {.lex_state = 14}, [1960] = {.lex_state = 27}, - [1961] = {.lex_state = 27}, - [1962] = {.lex_state = 14}, - [1963] = {.lex_state = 14}, + [1961] = {.lex_state = 14}, + [1962] = {.lex_state = 16}, + [1963] = {.lex_state = 27}, [1964] = {.lex_state = 27}, [1965] = {.lex_state = 27}, - [1966] = {.lex_state = 14}, - [1967] = {.lex_state = 16}, - [1968] = {.lex_state = 16}, + [1966] = {.lex_state = 27}, + [1967] = {.lex_state = 14}, + [1968] = {.lex_state = 27}, [1969] = {.lex_state = 27}, - [1970] = {.lex_state = 14}, - [1971] = {.lex_state = 27}, - [1972] = {.lex_state = 14}, + [1970] = {.lex_state = 27}, + [1971] = {.lex_state = 14}, + [1972] = {.lex_state = 27}, [1973] = {.lex_state = 27}, [1974] = {.lex_state = 16}, - [1975] = {.lex_state = 27}, + [1975] = {.lex_state = 14, .reserved_word_set_id = 10}, [1976] = {.lex_state = 27}, [1977] = {.lex_state = 27}, [1978] = {.lex_state = 14}, - [1979] = {.lex_state = 27}, + [1979] = {.lex_state = 16}, [1980] = {.lex_state = 14}, [1981] = {.lex_state = 27}, - [1982] = {.lex_state = 27}, - [1983] = {.lex_state = 16}, + [1982] = {.lex_state = 16}, + [1983] = {.lex_state = 27}, [1984] = {.lex_state = 27}, [1985] = {.lex_state = 27}, [1986] = {.lex_state = 27}, - [1987] = {.lex_state = 14}, - [1988] = {.lex_state = 14}, + [1987] = {.lex_state = 27}, + [1988] = {.lex_state = 27}, [1989] = {.lex_state = 27}, - [1990] = {.lex_state = 16}, - [1991] = {.lex_state = 27}, - [1992] = {.lex_state = 27}, + [1990] = {.lex_state = 27}, + [1991] = {.lex_state = 16}, + [1992] = {.lex_state = 14}, [1993] = {.lex_state = 27}, [1994] = {.lex_state = 27}, [1995] = {.lex_state = 27}, @@ -12107,11 +12106,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1997] = {.lex_state = 27}, [1998] = {.lex_state = 27}, [1999] = {.lex_state = 27}, - [2000] = {.lex_state = 14}, + [2000] = {.lex_state = 27}, [2001] = {.lex_state = 27}, [2002] = {.lex_state = 27}, [2003] = {.lex_state = 27}, - [2004] = {.lex_state = 27}, + [2004] = {.lex_state = 14}, [2005] = {.lex_state = 27}, [2006] = {.lex_state = 27}, [2007] = {.lex_state = 27}, @@ -12122,806 +12121,806 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2012] = {.lex_state = 27}, [2013] = {.lex_state = 14}, [2014] = {.lex_state = 27}, - [2015] = {.lex_state = 14}, - [2016] = {.lex_state = 27}, - [2017] = {.lex_state = 14}, - [2018] = {.lex_state = 16}, + [2015] = {.lex_state = 16}, + [2016] = {.lex_state = 14}, + [2017] = {.lex_state = 27}, + [2018] = {.lex_state = 17}, [2019] = {.lex_state = 27}, - [2020] = {.lex_state = 27}, - [2021] = {.lex_state = 14}, + [2020] = {.lex_state = 16}, + [2021] = {.lex_state = 16}, [2022] = {.lex_state = 16}, [2023] = {.lex_state = 16}, [2024] = {.lex_state = 16}, - [2025] = {.lex_state = 27}, - [2026] = {.lex_state = 16}, + [2025] = {.lex_state = 16}, + [2026] = {.lex_state = 27}, [2027] = {.lex_state = 16}, [2028] = {.lex_state = 16}, [2029] = {.lex_state = 16}, [2030] = {.lex_state = 16}, - [2031] = {.lex_state = 16}, - [2032] = {.lex_state = 17}, + [2031] = {.lex_state = 27}, + [2032] = {.lex_state = 16}, [2033] = {.lex_state = 16}, - [2034] = {.lex_state = 27}, - [2035] = {.lex_state = 16}, - [2036] = {.lex_state = 16}, - [2037] = {.lex_state = 27}, - [2038] = {.lex_state = 14}, - [2039] = {.lex_state = 14}, - [2040] = {.lex_state = 14}, - [2041] = {.lex_state = 14}, - [2042] = {.lex_state = 14}, - [2043] = {.lex_state = 14}, - [2044] = {.lex_state = 14}, - [2045] = {.lex_state = 14}, - [2046] = {.lex_state = 14}, - [2047] = {.lex_state = 14}, - [2048] = {.lex_state = 14}, + [2034] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2035] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2036] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2037] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2038] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2039] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2040] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2041] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2042] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2043] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2044] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2045] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2046] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2047] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2048] = {.lex_state = 14, .reserved_word_set_id = 1}, [2049] = {.lex_state = 14}, - [2050] = {.lex_state = 14}, + [2050] = {.lex_state = 16}, [2051] = {.lex_state = 14}, [2052] = {.lex_state = 14}, [2053] = {.lex_state = 14}, - [2054] = {.lex_state = 16}, + [2054] = {.lex_state = 14}, [2055] = {.lex_state = 16}, [2056] = {.lex_state = 14}, - [2057] = {.lex_state = 21}, + [2057] = {.lex_state = 14}, [2058] = {.lex_state = 14}, [2059] = {.lex_state = 14}, - [2060] = {.lex_state = 14}, - [2061] = {.lex_state = 14}, - [2062] = {.lex_state = 16}, - [2063] = {.lex_state = 16}, - [2064] = {.lex_state = 27}, + [2060] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2061] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2062] = {.lex_state = 27}, + [2063] = {.lex_state = 27}, + [2064] = {.lex_state = 14}, [2065] = {.lex_state = 27}, - [2066] = {.lex_state = 17}, - [2067] = {.lex_state = 17}, - [2068] = {.lex_state = 17}, - [2069] = {.lex_state = 17}, - [2070] = {.lex_state = 14}, - [2071] = {.lex_state = 14}, - [2072] = {.lex_state = 21}, - [2073] = {.lex_state = 14}, - [2074] = {.lex_state = 14}, - [2075] = {.lex_state = 14}, - [2076] = {.lex_state = 14}, - [2077] = {.lex_state = 14}, - [2078] = {.lex_state = 27}, - [2079] = {.lex_state = 14}, - [2080] = {.lex_state = 14}, - [2081] = {.lex_state = 14}, - [2082] = {.lex_state = 23}, - [2083] = {.lex_state = 14}, - [2084] = {.lex_state = 16}, - [2085] = {.lex_state = 23}, - [2086] = {.lex_state = 16}, - [2087] = {.lex_state = 27}, + [2066] = {.lex_state = 16}, + [2067] = {.lex_state = 27}, + [2068] = {.lex_state = 27}, + [2069] = {.lex_state = 14, .reserved_word_set_id = 9}, + [2070] = {.lex_state = 16}, + [2071] = {.lex_state = 16}, + [2072] = {.lex_state = 17}, + [2073] = {.lex_state = 17}, + [2074] = {.lex_state = 17}, + [2075] = {.lex_state = 17}, + [2076] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2077] = {.lex_state = 23, .reserved_word_set_id = 1}, + [2078] = {.lex_state = 23, .reserved_word_set_id = 1}, + [2079] = {.lex_state = 16}, + [2080] = {.lex_state = 21}, + [2081] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2082] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2083] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2084] = {.lex_state = 21}, + [2085] = {.lex_state = 16}, + [2086] = {.lex_state = 21}, + [2087] = {.lex_state = 16}, [2088] = {.lex_state = 21}, - [2089] = {.lex_state = 21}, + [2089] = {.lex_state = 16}, [2090] = {.lex_state = 16}, - [2091] = {.lex_state = 16}, - [2092] = {.lex_state = 16}, + [2091] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2092] = {.lex_state = 10}, [2093] = {.lex_state = 27}, - [2094] = {.lex_state = 16}, - [2095] = {.lex_state = 14}, + [2094] = {.lex_state = 27}, + [2095] = {.lex_state = 27}, [2096] = {.lex_state = 27}, - [2097] = {.lex_state = 16}, + [2097] = {.lex_state = 27}, [2098] = {.lex_state = 27}, [2099] = {.lex_state = 27}, [2100] = {.lex_state = 27}, [2101] = {.lex_state = 27}, [2102] = {.lex_state = 27}, - [2103] = {.lex_state = 27}, + [2103] = {.lex_state = 14, .reserved_word_set_id = 1}, [2104] = {.lex_state = 27}, [2105] = {.lex_state = 27}, [2106] = {.lex_state = 27}, - [2107] = {.lex_state = 27}, + [2107] = {.lex_state = 23, .reserved_word_set_id = 1}, [2108] = {.lex_state = 27}, - [2109] = {.lex_state = 23}, - [2110] = {.lex_state = 16}, + [2109] = {.lex_state = 27}, + [2110] = {.lex_state = 27}, [2111] = {.lex_state = 27}, - [2112] = {.lex_state = 16}, - [2113] = {.lex_state = 27}, - [2114] = {.lex_state = 27}, + [2112] = {.lex_state = 27}, + [2113] = {.lex_state = 17}, + [2114] = {.lex_state = 16}, [2115] = {.lex_state = 27}, - [2116] = {.lex_state = 27}, - [2117] = {.lex_state = 23}, - [2118] = {.lex_state = 16}, + [2116] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2117] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2118] = {.lex_state = 27}, [2119] = {.lex_state = 27}, [2120] = {.lex_state = 27}, [2121] = {.lex_state = 27}, - [2122] = {.lex_state = 27}, - [2123] = {.lex_state = 23}, + [2122] = {.lex_state = 23, .reserved_word_set_id = 1}, + [2123] = {.lex_state = 27}, [2124] = {.lex_state = 27}, - [2125] = {.lex_state = 10}, + [2125] = {.lex_state = 14, .reserved_word_set_id = 1}, [2126] = {.lex_state = 27}, - [2127] = {.lex_state = 14}, + [2127] = {.lex_state = 23, .reserved_word_set_id = 1}, [2128] = {.lex_state = 27}, - [2129] = {.lex_state = 27}, - [2130] = {.lex_state = 14}, - [2131] = {.lex_state = 27}, - [2132] = {.lex_state = 16}, - [2133] = {.lex_state = 14}, + [2129] = {.lex_state = 16}, + [2130] = {.lex_state = 27}, + [2131] = {.lex_state = 14}, + [2132] = {.lex_state = 27}, + [2133] = {.lex_state = 27}, [2134] = {.lex_state = 27}, - [2135] = {.lex_state = 27}, - [2136] = {.lex_state = 27}, - [2137] = {.lex_state = 27}, - [2138] = {.lex_state = 23}, - [2139] = {.lex_state = 17}, + [2135] = {.lex_state = 23, .reserved_word_set_id = 1}, + [2136] = {.lex_state = 16}, + [2137] = {.lex_state = 16}, + [2138] = {.lex_state = 27}, + [2139] = {.lex_state = 27}, [2140] = {.lex_state = 27}, - [2141] = {.lex_state = 14}, + [2141] = {.lex_state = 27}, [2142] = {.lex_state = 27}, [2143] = {.lex_state = 27}, - [2144] = {.lex_state = 27}, + [2144] = {.lex_state = 17}, [2145] = {.lex_state = 27}, - [2146] = {.lex_state = 14}, - [2147] = {.lex_state = 27}, - [2148] = {.lex_state = 14}, - [2149] = {.lex_state = 14}, + [2146] = {.lex_state = 6}, + [2147] = {.lex_state = 14}, + [2148] = {.lex_state = 17}, + [2149] = {.lex_state = 17}, [2150] = {.lex_state = 14}, - [2151] = {.lex_state = 17}, - [2152] = {.lex_state = 16}, - [2153] = {.lex_state = 10}, - [2154] = {.lex_state = 14}, - [2155] = {.lex_state = 16}, - [2156] = {.lex_state = 23}, - [2157] = {.lex_state = 14}, - [2158] = {.lex_state = 17}, - [2159] = {.lex_state = 17}, + [2151] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2152] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2153] = {.lex_state = 14}, + [2154] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2155] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2156] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2157] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2158] = {.lex_state = 14}, + [2159] = {.lex_state = 27}, [2160] = {.lex_state = 14}, - [2161] = {.lex_state = 17}, - [2162] = {.lex_state = 17}, + [2161] = {.lex_state = 6}, + [2162] = {.lex_state = 14, .reserved_word_set_id = 1}, [2163] = {.lex_state = 10}, - [2164] = {.lex_state = 6}, - [2165] = {.lex_state = 14}, + [2164] = {.lex_state = 27}, + [2165] = {.lex_state = 17}, [2166] = {.lex_state = 14}, - [2167] = {.lex_state = 16}, - [2168] = {.lex_state = 16}, - [2169] = {.lex_state = 14}, + [2167] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2168] = {.lex_state = 10}, + [2169] = {.lex_state = 16}, [2170] = {.lex_state = 14}, - [2171] = {.lex_state = 14}, - [2172] = {.lex_state = 14}, - [2173] = {.lex_state = 6}, + [2171] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2172] = {.lex_state = 27}, + [2173] = {.lex_state = 14, .reserved_word_set_id = 1}, [2174] = {.lex_state = 14}, - [2175] = {.lex_state = 16}, + [2175] = {.lex_state = 14}, [2176] = {.lex_state = 14}, - [2177] = {.lex_state = 10}, - [2178] = {.lex_state = 14}, + [2177] = {.lex_state = 27}, + [2178] = {.lex_state = 17}, [2179] = {.lex_state = 14}, - [2180] = {.lex_state = 14}, - [2181] = {.lex_state = 14}, - [2182] = {.lex_state = 14}, + [2180] = {.lex_state = 10}, + [2181] = {.lex_state = 70}, + [2182] = {.lex_state = 6}, [2183] = {.lex_state = 14}, - [2184] = {.lex_state = 6}, - [2185] = {.lex_state = 14}, - [2186] = {.lex_state = 70}, - [2187] = {.lex_state = 14}, - [2188] = {.lex_state = 16}, - [2189] = {.lex_state = 14}, - [2190] = {.lex_state = 14}, + [2184] = {.lex_state = 27}, + [2185] = {.lex_state = 23, .reserved_word_set_id = 1}, + [2186] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2187] = {.lex_state = 27}, + [2188] = {.lex_state = 14}, + [2189] = {.lex_state = 27}, + [2190] = {.lex_state = 14, .reserved_word_set_id = 1}, [2191] = {.lex_state = 10}, - [2192] = {.lex_state = 16}, - [2193] = {.lex_state = 16}, - [2194] = {.lex_state = 16}, - [2195] = {.lex_state = 14}, + [2192] = {.lex_state = 14}, + [2193] = {.lex_state = 14}, + [2194] = {.lex_state = 14}, + [2195] = {.lex_state = 23}, [2196] = {.lex_state = 14}, - [2197] = {.lex_state = 14}, + [2197] = {.lex_state = 14, .reserved_word_set_id = 1}, [2198] = {.lex_state = 14}, [2199] = {.lex_state = 14}, - [2200] = {.lex_state = 14}, + [2200] = {.lex_state = 23}, [2201] = {.lex_state = 14}, - [2202] = {.lex_state = 14}, - [2203] = {.lex_state = 23}, - [2204] = {.lex_state = 23}, + [2202] = {.lex_state = 23, .reserved_word_set_id = 1}, + [2203] = {.lex_state = 14}, + [2204] = {.lex_state = 14, .reserved_word_set_id = 1}, [2205] = {.lex_state = 14}, - [2206] = {.lex_state = 23}, + [2206] = {.lex_state = 14}, [2207] = {.lex_state = 14}, - [2208] = {.lex_state = 23}, - [2209] = {.lex_state = 23}, - [2210] = {.lex_state = 23}, + [2208] = {.lex_state = 14}, + [2209] = {.lex_state = 23, .reserved_word_set_id = 1}, + [2210] = {.lex_state = 14}, [2211] = {.lex_state = 14}, - [2212] = {.lex_state = 23}, + [2212] = {.lex_state = 14}, [2213] = {.lex_state = 14}, [2214] = {.lex_state = 14}, [2215] = {.lex_state = 14}, [2216] = {.lex_state = 14}, [2217] = {.lex_state = 23}, - [2218] = {.lex_state = 14}, - [2219] = {.lex_state = 14}, + [2218] = {.lex_state = 23}, + [2219] = {.lex_state = 23}, [2220] = {.lex_state = 14}, [2221] = {.lex_state = 14}, - [2222] = {.lex_state = 14}, + [2222] = {.lex_state = 21}, [2223] = {.lex_state = 14}, [2224] = {.lex_state = 14}, - [2225] = {.lex_state = 14}, + [2225] = {.lex_state = 14, .reserved_word_set_id = 1}, [2226] = {.lex_state = 14}, [2227] = {.lex_state = 14}, - [2228] = {.lex_state = 14}, - [2229] = {.lex_state = 14}, + [2228] = {.lex_state = 23}, + [2229] = {.lex_state = 10}, [2230] = {.lex_state = 14}, - [2231] = {.lex_state = 14}, - [2232] = {.lex_state = 23}, - [2233] = {.lex_state = 21}, - [2234] = {.lex_state = 14}, + [2231] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2232] = {.lex_state = 14}, + [2233] = {.lex_state = 14}, + [2234] = {.lex_state = 14, .reserved_word_set_id = 1}, [2235] = {.lex_state = 14}, - [2236] = {.lex_state = 14}, + [2236] = {.lex_state = 14, .reserved_word_set_id = 1}, [2237] = {.lex_state = 14}, [2238] = {.lex_state = 14}, [2239] = {.lex_state = 14}, [2240] = {.lex_state = 14}, - [2241] = {.lex_state = 23}, - [2242] = {.lex_state = 10}, - [2243] = {.lex_state = 14}, - [2244] = {.lex_state = 14}, - [2245] = {.lex_state = 14}, - [2246] = {.lex_state = 14}, - [2247] = {.lex_state = 23}, + [2241] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2242] = {.lex_state = 14}, + [2243] = {.lex_state = 23}, + [2244] = {.lex_state = 23}, + [2245] = {.lex_state = 23, .reserved_word_set_id = 1}, + [2246] = {.lex_state = 23, .reserved_word_set_id = 1}, + [2247] = {.lex_state = 14, .reserved_word_set_id = 1}, [2248] = {.lex_state = 14}, - [2249] = {.lex_state = 23}, + [2249] = {.lex_state = 14}, [2250] = {.lex_state = 14}, - [2251] = {.lex_state = 14}, - [2252] = {.lex_state = 23}, - [2253] = {.lex_state = 70}, - [2254] = {.lex_state = 70}, + [2251] = {.lex_state = 70}, + [2252] = {.lex_state = 70}, + [2253] = {.lex_state = 14}, + [2254] = {.lex_state = 23, .reserved_word_set_id = 1}, [2255] = {.lex_state = 70}, - [2256] = {.lex_state = 14}, - [2257] = {.lex_state = 70}, - [2258] = {.lex_state = 14}, - [2259] = {.lex_state = 14}, - [2260] = {.lex_state = 14}, + [2256] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2257] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2258] = {.lex_state = 23, .reserved_word_set_id = 1}, + [2259] = {.lex_state = 3}, + [2260] = {.lex_state = 14, .reserved_word_set_id = 9}, [2261] = {.lex_state = 70}, - [2262] = {.lex_state = 23}, - [2263] = {.lex_state = 23}, + [2262] = {.lex_state = 23, .reserved_word_set_id = 1}, + [2263] = {.lex_state = 70}, [2264] = {.lex_state = 70}, - [2265] = {.lex_state = 14}, - [2266] = {.lex_state = 16}, + [2265] = {.lex_state = 70}, + [2266] = {.lex_state = 70}, [2267] = {.lex_state = 70}, - [2268] = {.lex_state = 70}, - [2269] = {.lex_state = 23}, + [2268] = {.lex_state = 14}, + [2269] = {.lex_state = 70}, [2270] = {.lex_state = 70}, [2271] = {.lex_state = 70}, - [2272] = {.lex_state = 14}, - [2273] = {.lex_state = 14}, + [2272] = {.lex_state = 70}, + [2273] = {.lex_state = 70}, [2274] = {.lex_state = 70}, - [2275] = {.lex_state = 70}, - [2276] = {.lex_state = 70}, - [2277] = {.lex_state = 70}, + [2275] = {.lex_state = 23, .reserved_word_set_id = 1}, + [2276] = {.lex_state = 27, .reserved_word_set_id = 1}, + [2277] = {.lex_state = 10}, [2278] = {.lex_state = 70}, - [2279] = {.lex_state = 16}, - [2280] = {.lex_state = 3}, - [2281] = {.lex_state = 70}, + [2279] = {.lex_state = 70}, + [2280] = {.lex_state = 70}, + [2281] = {.lex_state = 23, .reserved_word_set_id = 1}, [2282] = {.lex_state = 70}, - [2283] = {.lex_state = 70}, - [2284] = {.lex_state = 70}, - [2285] = {.lex_state = 3}, - [2286] = {.lex_state = 10}, - [2287] = {.lex_state = 17}, - [2288] = {.lex_state = 14}, - [2289] = {.lex_state = 3}, - [2290] = {.lex_state = 23}, - [2291] = {.lex_state = 23}, - [2292] = {.lex_state = 70}, + [2283] = {.lex_state = 23, .reserved_word_set_id = 1}, + [2284] = {.lex_state = 17}, + [2285] = {.lex_state = 23, .reserved_word_set_id = 1}, + [2286] = {.lex_state = 70}, + [2287] = {.lex_state = 10}, + [2288] = {.lex_state = 70}, + [2289] = {.lex_state = 70}, + [2290] = {.lex_state = 23, .reserved_word_set_id = 1}, + [2291] = {.lex_state = 70}, + [2292] = {.lex_state = 27, .reserved_word_set_id = 1}, [2293] = {.lex_state = 70}, - [2294] = {.lex_state = 70}, - [2295] = {.lex_state = 70}, - [2296] = {.lex_state = 70}, + [2294] = {.lex_state = 3}, + [2295] = {.lex_state = 14}, + [2296] = {.lex_state = 10}, [2297] = {.lex_state = 70}, [2298] = {.lex_state = 70}, - [2299] = {.lex_state = 70}, - [2300] = {.lex_state = 10}, + [2299] = {.lex_state = 167}, + [2300] = {.lex_state = 70}, [2301] = {.lex_state = 70}, - [2302] = {.lex_state = 23}, - [2303] = {.lex_state = 167}, - [2304] = {.lex_state = 14}, - [2305] = {.lex_state = 70}, - [2306] = {.lex_state = 70}, - [2307] = {.lex_state = 10}, + [2302] = {.lex_state = 70}, + [2303] = {.lex_state = 70}, + [2304] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2305] = {.lex_state = 3}, + [2306] = {.lex_state = 14}, + [2307] = {.lex_state = 14}, [2308] = {.lex_state = 14}, - [2309] = {.lex_state = 23}, - [2310] = {.lex_state = 14}, - [2311] = {.lex_state = 19}, - [2312] = {.lex_state = 14}, - [2313] = {.lex_state = 14}, - [2314] = {.lex_state = 19}, - [2315] = {.lex_state = 14}, + [2309] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2310] = {.lex_state = 13}, + [2311] = {.lex_state = 14}, + [2312] = {.lex_state = 27}, + [2313] = {.lex_state = 27}, + [2314] = {.lex_state = 70}, + [2315] = {.lex_state = 27}, [2316] = {.lex_state = 14}, - [2317] = {.lex_state = 14}, + [2317] = {.lex_state = 27}, [2318] = {.lex_state = 14}, [2319] = {.lex_state = 14}, [2320] = {.lex_state = 14}, - [2321] = {.lex_state = 17}, - [2322] = {.lex_state = 14}, + [2321] = {.lex_state = 18}, + [2322] = {.lex_state = 17}, [2323] = {.lex_state = 14}, [2324] = {.lex_state = 14}, [2325] = {.lex_state = 14}, [2326] = {.lex_state = 14}, - [2327] = {.lex_state = 14}, - [2328] = {.lex_state = 14}, - [2329] = {.lex_state = 13}, - [2330] = {.lex_state = 17}, - [2331] = {.lex_state = 14}, + [2327] = {.lex_state = 18}, + [2328] = {.lex_state = 27}, + [2329] = {.lex_state = 3}, + [2330] = {.lex_state = 18}, + [2331] = {.lex_state = 27}, [2332] = {.lex_state = 14}, - [2333] = {.lex_state = 13}, + [2333] = {.lex_state = 14}, [2334] = {.lex_state = 14}, [2335] = {.lex_state = 14}, - [2336] = {.lex_state = 27}, + [2336] = {.lex_state = 14}, [2337] = {.lex_state = 14}, - [2338] = {.lex_state = 27}, - [2339] = {.lex_state = 27}, - [2340] = {.lex_state = 27}, - [2341] = {.lex_state = 27}, - [2342] = {.lex_state = 14}, - [2343] = {.lex_state = 27}, - [2344] = {.lex_state = 27}, - [2345] = {.lex_state = 14}, - [2346] = {.lex_state = 14}, - [2347] = {.lex_state = 70}, + [2338] = {.lex_state = 14}, + [2339] = {.lex_state = 14}, + [2340] = {.lex_state = 3}, + [2341] = {.lex_state = 23, .reserved_word_set_id = 1}, + [2342] = {.lex_state = 27}, + [2343] = {.lex_state = 14}, + [2344] = {.lex_state = 14}, + [2345] = {.lex_state = 18}, + [2346] = {.lex_state = 27}, + [2347] = {.lex_state = 27}, [2348] = {.lex_state = 14}, [2349] = {.lex_state = 14}, [2350] = {.lex_state = 14}, - [2351] = {.lex_state = 14}, - [2352] = {.lex_state = 19}, - [2353] = {.lex_state = 27}, + [2351] = {.lex_state = 18}, + [2352] = {.lex_state = 17}, + [2353] = {.lex_state = 17}, [2354] = {.lex_state = 14}, - [2355] = {.lex_state = 14}, - [2356] = {.lex_state = 14}, - [2357] = {.lex_state = 14}, - [2358] = {.lex_state = 70}, + [2355] = {.lex_state = 17}, + [2356] = {.lex_state = 27}, + [2357] = {.lex_state = 27}, + [2358] = {.lex_state = 17}, [2359] = {.lex_state = 14}, [2360] = {.lex_state = 27}, [2361] = {.lex_state = 14}, - [2362] = {.lex_state = 27}, - [2363] = {.lex_state = 14}, - [2364] = {.lex_state = 17}, + [2362] = {.lex_state = 14}, + [2363] = {.lex_state = 27}, + [2364] = {.lex_state = 14}, [2365] = {.lex_state = 14}, [2366] = {.lex_state = 14}, - [2367] = {.lex_state = 27}, + [2367] = {.lex_state = 14}, [2368] = {.lex_state = 14}, [2369] = {.lex_state = 27}, - [2370] = {.lex_state = 27}, - [2371] = {.lex_state = 14}, + [2370] = {.lex_state = 14}, + [2371] = {.lex_state = 17}, [2372] = {.lex_state = 27}, [2373] = {.lex_state = 14}, - [2374] = {.lex_state = 19}, - [2375] = {.lex_state = 27}, - [2376] = {.lex_state = 19}, - [2377] = {.lex_state = 3}, + [2374] = {.lex_state = 14}, + [2375] = {.lex_state = 17}, + [2376] = {.lex_state = 14}, + [2377] = {.lex_state = 14}, [2378] = {.lex_state = 14}, - [2379] = {.lex_state = 27}, - [2380] = {.lex_state = 14}, + [2379] = {.lex_state = 14}, + [2380] = {.lex_state = 3}, [2381] = {.lex_state = 3}, - [2382] = {.lex_state = 27}, + [2382] = {.lex_state = 14}, [2383] = {.lex_state = 14}, - [2384] = {.lex_state = 3}, + [2384] = {.lex_state = 27}, [2385] = {.lex_state = 14}, - [2386] = {.lex_state = 19}, + [2386] = {.lex_state = 70}, [2387] = {.lex_state = 14}, - [2388] = {.lex_state = 27}, - [2389] = {.lex_state = 17}, + [2388] = {.lex_state = 14}, + [2389] = {.lex_state = 14}, [2390] = {.lex_state = 14}, - [2391] = {.lex_state = 17}, - [2392] = {.lex_state = 17}, - [2393] = {.lex_state = 17}, + [2391] = {.lex_state = 14}, + [2392] = {.lex_state = 14}, + [2393] = {.lex_state = 13}, [2394] = {.lex_state = 14}, - [2395] = {.lex_state = 23}, + [2395] = {.lex_state = 14}, [2396] = {.lex_state = 14}, [2397] = {.lex_state = 14}, - [2398] = {.lex_state = 14}, + [2398] = {.lex_state = 18}, [2399] = {.lex_state = 14}, - [2400] = {.lex_state = 14}, + [2400] = {.lex_state = 27}, [2401] = {.lex_state = 14}, [2402] = {.lex_state = 14}, [2403] = {.lex_state = 14}, - [2404] = {.lex_state = 14}, - [2405] = {.lex_state = 14}, - [2406] = {.lex_state = 3}, - [2407] = {.lex_state = 14}, - [2408] = {.lex_state = 14}, - [2409] = {.lex_state = 6}, - [2410] = {.lex_state = 27}, - [2411] = {.lex_state = 27}, + [2404] = {.lex_state = 27}, + [2405] = {.lex_state = 10}, + [2406] = {.lex_state = 10}, + [2407] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2408] = {.lex_state = 10}, + [2409] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2410] = {.lex_state = 10}, + [2411] = {.lex_state = 6}, [2412] = {.lex_state = 27}, [2413] = {.lex_state = 10}, [2414] = {.lex_state = 14}, - [2415] = {.lex_state = 10}, - [2416] = {.lex_state = 10}, + [2415] = {.lex_state = 14}, + [2416] = {.lex_state = 27}, [2417] = {.lex_state = 27}, [2418] = {.lex_state = 10}, - [2419] = {.lex_state = 27}, - [2420] = {.lex_state = 27}, - [2421] = {.lex_state = 14}, + [2419] = {.lex_state = 14}, + [2420] = {.lex_state = 10}, + [2421] = {.lex_state = 10}, [2422] = {.lex_state = 27}, [2423] = {.lex_state = 10}, [2424] = {.lex_state = 10}, - [2425] = {.lex_state = 27}, + [2425] = {.lex_state = 14}, [2426] = {.lex_state = 27}, - [2427] = {.lex_state = 10}, + [2427] = {.lex_state = 14}, [2428] = {.lex_state = 27}, - [2429] = {.lex_state = 14}, + [2429] = {.lex_state = 27}, [2430] = {.lex_state = 27}, - [2431] = {.lex_state = 27}, + [2431] = {.lex_state = 14, .reserved_word_set_id = 1}, [2432] = {.lex_state = 27}, [2433] = {.lex_state = 27}, [2434] = {.lex_state = 10}, - [2435] = {.lex_state = 14}, + [2435] = {.lex_state = 10}, [2436] = {.lex_state = 27}, [2437] = {.lex_state = 10}, - [2438] = {.lex_state = 10}, + [2438] = {.lex_state = 27}, [2439] = {.lex_state = 27}, - [2440] = {.lex_state = 14}, - [2441] = {.lex_state = 10}, - [2442] = {.lex_state = 10}, + [2440] = {.lex_state = 27}, + [2441] = {.lex_state = 27}, + [2442] = {.lex_state = 6}, [2443] = {.lex_state = 10}, [2444] = {.lex_state = 27}, [2445] = {.lex_state = 14}, [2446] = {.lex_state = 27}, - [2447] = {.lex_state = 14}, - [2448] = {.lex_state = 10}, - [2449] = {.lex_state = 10}, + [2447] = {.lex_state = 27}, + [2448] = {.lex_state = 27}, + [2449] = {.lex_state = 14}, [2450] = {.lex_state = 10}, - [2451] = {.lex_state = 10}, - [2452] = {.lex_state = 27}, - [2453] = {.lex_state = 14}, - [2454] = {.lex_state = 10}, - [2455] = {.lex_state = 10}, - [2456] = {.lex_state = 10}, - [2457] = {.lex_state = 10}, - [2458] = {.lex_state = 10}, - [2459] = {.lex_state = 10}, + [2451] = {.lex_state = 14}, + [2452] = {.lex_state = 6}, + [2453] = {.lex_state = 10}, + [2454] = {.lex_state = 70}, + [2455] = {.lex_state = 14}, + [2456] = {.lex_state = 14}, + [2457] = {.lex_state = 27}, + [2458] = {.lex_state = 27}, + [2459] = {.lex_state = 3}, [2460] = {.lex_state = 27}, [2461] = {.lex_state = 14}, - [2462] = {.lex_state = 27}, - [2463] = {.lex_state = 27}, - [2464] = {.lex_state = 14}, - [2465] = {.lex_state = 10}, + [2462] = {.lex_state = 10}, + [2463] = {.lex_state = 3}, + [2464] = {.lex_state = 10}, + [2465] = {.lex_state = 27}, [2466] = {.lex_state = 14}, - [2467] = {.lex_state = 27}, - [2468] = {.lex_state = 14}, + [2467] = {.lex_state = 14}, + [2468] = {.lex_state = 70}, [2469] = {.lex_state = 14}, - [2470] = {.lex_state = 6}, + [2470] = {.lex_state = 27}, [2471] = {.lex_state = 14}, [2472] = {.lex_state = 27}, - [2473] = {.lex_state = 14}, - [2474] = {.lex_state = 14}, - [2475] = {.lex_state = 27}, + [2473] = {.lex_state = 27}, + [2474] = {.lex_state = 10}, + [2475] = {.lex_state = 10}, [2476] = {.lex_state = 27}, - [2477] = {.lex_state = 14}, - [2478] = {.lex_state = 10}, + [2477] = {.lex_state = 10}, + [2478] = {.lex_state = 27}, [2479] = {.lex_state = 14}, - [2480] = {.lex_state = 14}, - [2481] = {.lex_state = 10, .external_lex_state = 3}, - [2482] = {.lex_state = 27}, + [2480] = {.lex_state = 10}, + [2481] = {.lex_state = 27}, + [2482] = {.lex_state = 10}, [2483] = {.lex_state = 14}, - [2484] = {.lex_state = 10}, - [2485] = {.lex_state = 14}, + [2484] = {.lex_state = 27}, + [2485] = {.lex_state = 27}, [2486] = {.lex_state = 27}, [2487] = {.lex_state = 10}, - [2488] = {.lex_state = 10}, - [2489] = {.lex_state = 70}, - [2490] = {.lex_state = 6}, - [2491] = {.lex_state = 27}, - [2492] = {.lex_state = 10}, - [2493] = {.lex_state = 27}, + [2488] = {.lex_state = 27}, + [2489] = {.lex_state = 10}, + [2490] = {.lex_state = 27}, + [2491] = {.lex_state = 6}, + [2492] = {.lex_state = 14}, + [2493] = {.lex_state = 10}, [2494] = {.lex_state = 10}, - [2495] = {.lex_state = 27}, - [2496] = {.lex_state = 27}, + [2495] = {.lex_state = 10}, + [2496] = {.lex_state = 14}, [2497] = {.lex_state = 27}, - [2498] = {.lex_state = 27}, - [2499] = {.lex_state = 27}, - [2500] = {.lex_state = 70}, - [2501] = {.lex_state = 27}, + [2498] = {.lex_state = 10}, + [2499] = {.lex_state = 10, .external_lex_state = 3}, + [2500] = {.lex_state = 27}, + [2501] = {.lex_state = 10}, [2502] = {.lex_state = 27}, - [2503] = {.lex_state = 27}, + [2503] = {.lex_state = 10}, [2504] = {.lex_state = 10}, - [2505] = {.lex_state = 14}, + [2505] = {.lex_state = 27}, [2506] = {.lex_state = 14}, - [2507] = {.lex_state = 10}, - [2508] = {.lex_state = 14}, - [2509] = {.lex_state = 3}, - [2510] = {.lex_state = 3}, - [2511] = {.lex_state = 10}, - [2512] = {.lex_state = 6}, - [2513] = {.lex_state = 27}, - [2514] = {.lex_state = 70}, - [2515] = {.lex_state = 6}, - [2516] = {.lex_state = 6}, - [2517] = {.lex_state = 14}, - [2518] = {.lex_state = 29}, - [2519] = {.lex_state = 10}, - [2520] = {.lex_state = 6}, - [2521] = {.lex_state = 14}, + [2507] = {.lex_state = 27}, + [2508] = {.lex_state = 10}, + [2509] = {.lex_state = 14}, + [2510] = {.lex_state = 10}, + [2511] = {.lex_state = 14}, + [2512] = {.lex_state = 10}, + [2513] = {.lex_state = 6}, + [2514] = {.lex_state = 10}, + [2515] = {.lex_state = 10}, + [2516] = {.lex_state = 14}, + [2517] = {.lex_state = 70}, + [2518] = {.lex_state = 70}, + [2519] = {.lex_state = 6}, + [2520] = {.lex_state = 14}, + [2521] = {.lex_state = 10}, [2522] = {.lex_state = 14}, - [2523] = {.lex_state = 14}, - [2524] = {.lex_state = 10, .external_lex_state = 4}, - [2525] = {.lex_state = 10}, + [2523] = {.lex_state = 70}, + [2524] = {.lex_state = 10}, + [2525] = {.lex_state = 70}, [2526] = {.lex_state = 10}, - [2527] = {.lex_state = 10}, - [2528] = {.lex_state = 6}, - [2529] = {.lex_state = 6}, - [2530] = {.lex_state = 27}, - [2531] = {.lex_state = 10}, + [2527] = {.lex_state = 10, .external_lex_state = 4}, + [2528] = {.lex_state = 70}, + [2529] = {.lex_state = 10}, + [2530] = {.lex_state = 70}, + [2531] = {.lex_state = 70}, [2532] = {.lex_state = 70}, [2533] = {.lex_state = 70}, - [2534] = {.lex_state = 10}, - [2535] = {.lex_state = 10}, + [2534] = {.lex_state = 27}, + [2535] = {.lex_state = 14}, [2536] = {.lex_state = 70}, - [2537] = {.lex_state = 3}, - [2538] = {.lex_state = 6}, - [2539] = {.lex_state = 70}, + [2537] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2538] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2539] = {.lex_state = 6, .reserved_word_set_id = 1}, [2540] = {.lex_state = 70}, - [2541] = {.lex_state = 14}, - [2542] = {.lex_state = 10}, - [2543] = {.lex_state = 6}, - [2544] = {.lex_state = 10}, - [2545] = {.lex_state = 10}, - [2546] = {.lex_state = 10, .external_lex_state = 4}, + [2541] = {.lex_state = 70}, + [2542] = {.lex_state = 70}, + [2543] = {.lex_state = 10}, + [2544] = {.lex_state = 14}, + [2545] = {.lex_state = 14}, + [2546] = {.lex_state = 14}, [2547] = {.lex_state = 14}, - [2548] = {.lex_state = 10}, - [2549] = {.lex_state = 10}, - [2550] = {.lex_state = 14}, - [2551] = {.lex_state = 14}, - [2552] = {.lex_state = 10}, - [2553] = {.lex_state = 16}, - [2554] = {.lex_state = 14}, - [2555] = {.lex_state = 10}, - [2556] = {.lex_state = 10}, - [2557] = {.lex_state = 10}, + [2548] = {.lex_state = 14}, + [2549] = {.lex_state = 14}, + [2550] = {.lex_state = 70}, + [2551] = {.lex_state = 10}, + [2552] = {.lex_state = 6}, + [2553] = {.lex_state = 70}, + [2554] = {.lex_state = 27}, + [2555] = {.lex_state = 70}, + [2556] = {.lex_state = 29}, + [2557] = {.lex_state = 70}, [2558] = {.lex_state = 70}, - [2559] = {.lex_state = 10}, - [2560] = {.lex_state = 10}, - [2561] = {.lex_state = 6}, - [2562] = {.lex_state = 10}, + [2559] = {.lex_state = 14}, + [2560] = {.lex_state = 14}, + [2561] = {.lex_state = 14}, + [2562] = {.lex_state = 14}, [2563] = {.lex_state = 14}, - [2564] = {.lex_state = 10, .external_lex_state = 4}, - [2565] = {.lex_state = 70}, - [2566] = {.lex_state = 6}, - [2567] = {.lex_state = 6}, - [2568] = {.lex_state = 6}, - [2569] = {.lex_state = 6}, - [2570] = {.lex_state = 6}, - [2571] = {.lex_state = 70}, - [2572] = {.lex_state = 27}, + [2564] = {.lex_state = 10}, + [2565] = {.lex_state = 14}, + [2566] = {.lex_state = 27}, + [2567] = {.lex_state = 27}, + [2568] = {.lex_state = 14}, + [2569] = {.lex_state = 27}, + [2570] = {.lex_state = 10}, + [2571] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2572] = {.lex_state = 6, .reserved_word_set_id = 1}, [2573] = {.lex_state = 14}, - [2574] = {.lex_state = 6}, + [2574] = {.lex_state = 14}, [2575] = {.lex_state = 70}, [2576] = {.lex_state = 14}, - [2577] = {.lex_state = 10}, - [2578] = {.lex_state = 27}, - [2579] = {.lex_state = 14}, - [2580] = {.lex_state = 10}, - [2581] = {.lex_state = 70}, - [2582] = {.lex_state = 10}, - [2583] = {.lex_state = 14}, - [2584] = {.lex_state = 70}, - [2585] = {.lex_state = 70}, - [2586] = {.lex_state = 14}, - [2587] = {.lex_state = 10}, - [2588] = {.lex_state = 10}, - [2589] = {.lex_state = 70}, - [2590] = {.lex_state = 10}, - [2591] = {.lex_state = 6}, - [2592] = {.lex_state = 70}, - [2593] = {.lex_state = 27}, - [2594] = {.lex_state = 17}, - [2595] = {.lex_state = 14}, + [2577] = {.lex_state = 70}, + [2578] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2579] = {.lex_state = 6}, + [2580] = {.lex_state = 14}, + [2581] = {.lex_state = 14}, + [2582] = {.lex_state = 14}, + [2583] = {.lex_state = 10}, + [2584] = {.lex_state = 27}, + [2585] = {.lex_state = 10}, + [2586] = {.lex_state = 29}, + [2587] = {.lex_state = 14}, + [2588] = {.lex_state = 29}, + [2589] = {.lex_state = 14}, + [2590] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2591] = {.lex_state = 14}, + [2592] = {.lex_state = 10}, + [2593] = {.lex_state = 10}, + [2594] = {.lex_state = 10, .external_lex_state = 4}, + [2595] = {.lex_state = 10}, [2596] = {.lex_state = 10}, - [2597] = {.lex_state = 10}, - [2598] = {.lex_state = 10, .external_lex_state = 4}, - [2599] = {.lex_state = 10}, - [2600] = {.lex_state = 70}, + [2597] = {.lex_state = 16}, + [2598] = {.lex_state = 10}, + [2599] = {.lex_state = 70}, + [2600] = {.lex_state = 10}, [2601] = {.lex_state = 10}, - [2602] = {.lex_state = 70}, - [2603] = {.lex_state = 10}, - [2604] = {.lex_state = 10}, - [2605] = {.lex_state = 10}, - [2606] = {.lex_state = 10, .external_lex_state = 4}, - [2607] = {.lex_state = 70}, - [2608] = {.lex_state = 6}, - [2609] = {.lex_state = 6}, + [2602] = {.lex_state = 10}, + [2603] = {.lex_state = 70}, + [2604] = {.lex_state = 10, .external_lex_state = 4}, + [2605] = {.lex_state = 70}, + [2606] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2607] = {.lex_state = 14}, + [2608] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2609] = {.lex_state = 6, .reserved_word_set_id = 1}, [2610] = {.lex_state = 70}, - [2611] = {.lex_state = 70}, - [2612] = {.lex_state = 27}, - [2613] = {.lex_state = 10}, - [2614] = {.lex_state = 17}, + [2611] = {.lex_state = 27}, + [2612] = {.lex_state = 6}, + [2613] = {.lex_state = 29}, + [2614] = {.lex_state = 10}, [2615] = {.lex_state = 10}, - [2616] = {.lex_state = 6}, - [2617] = {.lex_state = 10}, - [2618] = {.lex_state = 70}, - [2619] = {.lex_state = 10, .external_lex_state = 4}, - [2620] = {.lex_state = 10}, + [2616] = {.lex_state = 10}, + [2617] = {.lex_state = 70}, + [2618] = {.lex_state = 27}, + [2619] = {.lex_state = 10}, + [2620] = {.lex_state = 10, .external_lex_state = 4}, [2621] = {.lex_state = 14}, [2622] = {.lex_state = 70}, - [2623] = {.lex_state = 10, .external_lex_state = 4}, - [2624] = {.lex_state = 70}, - [2625] = {.lex_state = 6}, - [2626] = {.lex_state = 6}, + [2623] = {.lex_state = 6}, + [2624] = {.lex_state = 10}, + [2625] = {.lex_state = 10}, + [2626] = {.lex_state = 10, .external_lex_state = 4}, [2627] = {.lex_state = 10}, - [2628] = {.lex_state = 17}, - [2629] = {.lex_state = 10}, - [2630] = {.lex_state = 10, .external_lex_state = 4}, - [2631] = {.lex_state = 10, .external_lex_state = 4}, - [2632] = {.lex_state = 17}, - [2633] = {.lex_state = 6}, - [2634] = {.lex_state = 6}, - [2635] = {.lex_state = 10, .external_lex_state = 4}, - [2636] = {.lex_state = 70}, - [2637] = {.lex_state = 10}, - [2638] = {.lex_state = 70}, - [2639] = {.lex_state = 6}, - [2640] = {.lex_state = 6}, - [2641] = {.lex_state = 70}, - [2642] = {.lex_state = 14}, - [2643] = {.lex_state = 6}, - [2644] = {.lex_state = 6}, - [2645] = {.lex_state = 6}, - [2646] = {.lex_state = 14}, - [2647] = {.lex_state = 6}, - [2648] = {.lex_state = 6}, - [2649] = {.lex_state = 6}, - [2650] = {.lex_state = 6}, - [2651] = {.lex_state = 6}, - [2652] = {.lex_state = 6}, - [2653] = {.lex_state = 27}, - [2654] = {.lex_state = 10}, - [2655] = {.lex_state = 6}, - [2656] = {.lex_state = 10}, - [2657] = {.lex_state = 3}, - [2658] = {.lex_state = 70}, - [2659] = {.lex_state = 16}, - [2660] = {.lex_state = 70}, - [2661] = {.lex_state = 70}, - [2662] = {.lex_state = 14}, - [2663] = {.lex_state = 14}, - [2664] = {.lex_state = 10}, - [2665] = {.lex_state = 3}, - [2666] = {.lex_state = 14}, - [2667] = {.lex_state = 27}, - [2668] = {.lex_state = 16}, - [2669] = {.lex_state = 70}, - [2670] = {.lex_state = 70}, - [2671] = {.lex_state = 70}, - [2672] = {.lex_state = 10}, - [2673] = {.lex_state = 29}, - [2674] = {.lex_state = 70}, - [2675] = {.lex_state = 70}, - [2676] = {.lex_state = 10}, - [2677] = {.lex_state = 70}, - [2678] = {.lex_state = 14}, - [2679] = {.lex_state = 10}, - [2680] = {.lex_state = 14}, + [2628] = {.lex_state = 10}, + [2629] = {.lex_state = 70}, + [2630] = {.lex_state = 10}, + [2631] = {.lex_state = 10}, + [2632] = {.lex_state = 27}, + [2633] = {.lex_state = 10}, + [2634] = {.lex_state = 10, .external_lex_state = 4}, + [2635] = {.lex_state = 70}, + [2636] = {.lex_state = 16}, + [2637] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2638] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2639] = {.lex_state = 70}, + [2640] = {.lex_state = 10}, + [2641] = {.lex_state = 17}, + [2642] = {.lex_state = 17}, + [2643] = {.lex_state = 17}, + [2644] = {.lex_state = 14}, + [2645] = {.lex_state = 17}, + [2646] = {.lex_state = 10}, + [2647] = {.lex_state = 10, .external_lex_state = 4}, + [2648] = {.lex_state = 10}, + [2649] = {.lex_state = 70}, + [2650] = {.lex_state = 10, .external_lex_state = 4}, + [2651] = {.lex_state = 70}, + [2652] = {.lex_state = 17}, + [2653] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2654] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2655] = {.lex_state = 17}, + [2656] = {.lex_state = 17}, + [2657] = {.lex_state = 17}, + [2658] = {.lex_state = 10, .external_lex_state = 4}, + [2659] = {.lex_state = 70}, + [2660] = {.lex_state = 10, .external_lex_state = 4}, + [2661] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2662] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2663] = {.lex_state = 70}, + [2664] = {.lex_state = 27}, + [2665] = {.lex_state = 14}, + [2666] = {.lex_state = 70}, + [2667] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2668] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2669] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2670] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2671] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2672] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2673] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2674] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2675] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2676] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2677] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2678] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2679] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2680] = {.lex_state = 6, .reserved_word_set_id = 1}, [2681] = {.lex_state = 10}, - [2682] = {.lex_state = 14}, - [2683] = {.lex_state = 17}, - [2684] = {.lex_state = 14}, - [2685] = {.lex_state = 29}, - [2686] = {.lex_state = 14}, - [2687] = {.lex_state = 6}, + [2682] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2683] = {.lex_state = 10}, + [2684] = {.lex_state = 3}, + [2685] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2686] = {.lex_state = 70}, + [2687] = {.lex_state = 10}, [2688] = {.lex_state = 10}, - [2689] = {.lex_state = 27}, - [2690] = {.lex_state = 27}, - [2691] = {.lex_state = 29}, - [2692] = {.lex_state = 14}, - [2693] = {.lex_state = 70}, + [2689] = {.lex_state = 10, .external_lex_state = 4}, + [2690] = {.lex_state = 14}, + [2691] = {.lex_state = 27}, + [2692] = {.lex_state = 70}, + [2693] = {.lex_state = 10}, [2694] = {.lex_state = 70}, [2695] = {.lex_state = 10}, - [2696] = {.lex_state = 10}, + [2696] = {.lex_state = 27}, [2697] = {.lex_state = 10}, - [2698] = {.lex_state = 27}, - [2699] = {.lex_state = 17}, + [2698] = {.lex_state = 10}, + [2699] = {.lex_state = 3}, [2700] = {.lex_state = 70}, - [2701] = {.lex_state = 14}, - [2702] = {.lex_state = 10, .external_lex_state = 4}, + [2701] = {.lex_state = 70}, + [2702] = {.lex_state = 3}, [2703] = {.lex_state = 70}, [2704] = {.lex_state = 10}, [2705] = {.lex_state = 10}, - [2706] = {.lex_state = 27}, - [2707] = {.lex_state = 10}, - [2708] = {.lex_state = 6}, - [2709] = {.lex_state = 70}, + [2706] = {.lex_state = 16}, + [2707] = {.lex_state = 27}, + [2708] = {.lex_state = 10}, + [2709] = {.lex_state = 14}, [2710] = {.lex_state = 10}, - [2711] = {.lex_state = 14}, - [2712] = {.lex_state = 17}, - [2713] = {.lex_state = 10, .external_lex_state = 4}, + [2711] = {.lex_state = 70}, + [2712] = {.lex_state = 70}, + [2713] = {.lex_state = 6, .reserved_word_set_id = 1}, [2714] = {.lex_state = 6}, [2715] = {.lex_state = 10}, [2716] = {.lex_state = 10}, - [2717] = {.lex_state = 3}, - [2718] = {.lex_state = 17}, - [2719] = {.lex_state = 14}, - [2720] = {.lex_state = 14}, - [2721] = {.lex_state = 27}, - [2722] = {.lex_state = 27}, + [2717] = {.lex_state = 10}, + [2718] = {.lex_state = 10}, + [2719] = {.lex_state = 10}, + [2720] = {.lex_state = 10}, + [2721] = {.lex_state = 14}, + [2722] = {.lex_state = 10, .external_lex_state = 4}, [2723] = {.lex_state = 70}, - [2724] = {.lex_state = 70}, + [2724] = {.lex_state = 10}, [2725] = {.lex_state = 10}, [2726] = {.lex_state = 10}, [2727] = {.lex_state = 14}, - [2728] = {.lex_state = 70}, - [2729] = {.lex_state = 3}, - [2730] = {.lex_state = 70}, - [2731] = {.lex_state = 14}, - [2732] = {.lex_state = 10}, - [2733] = {.lex_state = 14}, + [2728] = {.lex_state = 3}, + [2729] = {.lex_state = 10}, + [2730] = {.lex_state = 14}, + [2731] = {.lex_state = 10}, + [2732] = {.lex_state = 70}, + [2733] = {.lex_state = 10}, [2734] = {.lex_state = 10, .external_lex_state = 4}, - [2735] = {.lex_state = 14}, - [2736] = {.lex_state = 14}, - [2737] = {.lex_state = 70}, - [2738] = {.lex_state = 70}, - [2739] = {.lex_state = 6}, - [2740] = {.lex_state = 6}, + [2735] = {.lex_state = 3}, + [2736] = {.lex_state = 70}, + [2737] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2738] = {.lex_state = 14}, + [2739] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2740] = {.lex_state = 6, .reserved_word_set_id = 1}, [2741] = {.lex_state = 6}, - [2742] = {.lex_state = 6}, - [2743] = {.lex_state = 14}, + [2742] = {.lex_state = 70}, + [2743] = {.lex_state = 70}, [2744] = {.lex_state = 6}, - [2745] = {.lex_state = 14}, + [2745] = {.lex_state = 6}, [2746] = {.lex_state = 70}, - [2747] = {.lex_state = 70}, - [2748] = {.lex_state = 6}, - [2749] = {.lex_state = 6}, - [2750] = {.lex_state = 14}, - [2751] = {.lex_state = 6}, - [2752] = {.lex_state = 6}, - [2753] = {.lex_state = 14}, - [2754] = {.lex_state = 70}, - [2755] = {.lex_state = 10}, - [2756] = {.lex_state = 6}, - [2757] = {.lex_state = 17}, + [2747] = {.lex_state = 6}, + [2748] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2749] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2750] = {.lex_state = 70}, + [2751] = {.lex_state = 6, .reserved_word_set_id = 1}, + [2752] = {.lex_state = 17}, + [2753] = {.lex_state = 70}, + [2754] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2755] = {.lex_state = 70}, + [2756] = {.lex_state = 70}, + [2757] = {.lex_state = 70}, [2758] = {.lex_state = 70}, - [2759] = {.lex_state = 6}, - [2760] = {.lex_state = 70}, - [2761] = {.lex_state = 70}, - [2762] = {.lex_state = 70}, + [2759] = {.lex_state = 70}, + [2760] = {.lex_state = 10, .external_lex_state = 4}, + [2761] = {.lex_state = 14}, + [2762] = {.lex_state = 17}, [2763] = {.lex_state = 70}, - [2764] = {.lex_state = 6}, + [2764] = {.lex_state = 70}, [2765] = {.lex_state = 70}, [2766] = {.lex_state = 70}, [2767] = {.lex_state = 70}, [2768] = {.lex_state = 70}, [2769] = {.lex_state = 70}, - [2770] = {.lex_state = 17}, + [2770] = {.lex_state = 70}, [2771] = {.lex_state = 70}, - [2772] = {.lex_state = 17}, + [2772] = {.lex_state = 70}, [2773] = {.lex_state = 70}, [2774] = {.lex_state = 70}, - [2775] = {.lex_state = 70}, + [2775] = {.lex_state = 17}, [2776] = {.lex_state = 70}, [2777] = {.lex_state = 70}, - [2778] = {.lex_state = 70}, + [2778] = {.lex_state = 14}, [2779] = {.lex_state = 70}, [2780] = {.lex_state = 70}, - [2781] = {.lex_state = 70}, - [2782] = {.lex_state = 70}, + [2781] = {.lex_state = 14}, + [2782] = {.lex_state = 17}, [2783] = {.lex_state = 70}, [2784] = {.lex_state = 70}, [2785] = {.lex_state = 70}, - [2786] = {.lex_state = 17}, - [2787] = {.lex_state = 70}, + [2786] = {.lex_state = 70}, + [2787] = {.lex_state = 17}, [2788] = {.lex_state = 70}, - [2789] = {.lex_state = 14}, - [2790] = {.lex_state = 6}, - [2791] = {.lex_state = 17}, - [2792] = {.lex_state = 17}, - [2793] = {.lex_state = 70}, - [2794] = {.lex_state = 17}, + [2789] = {.lex_state = 6}, + [2790] = {.lex_state = 70}, + [2791] = {.lex_state = 70}, + [2792] = {.lex_state = 70}, + [2793] = {.lex_state = 17}, + [2794] = {.lex_state = 70}, [2795] = {.lex_state = 70}, [2796] = {.lex_state = 70}, - [2797] = {.lex_state = 70}, + [2797] = {.lex_state = 17}, [2798] = {.lex_state = 70}, - [2799] = {.lex_state = 70}, - [2800] = {.lex_state = 14}, - [2801] = {.lex_state = 70}, + [2799] = {.lex_state = 18}, + [2800] = {.lex_state = 27}, + [2801] = {.lex_state = 14}, [2802] = {.lex_state = 70}, - [2803] = {.lex_state = 14}, - [2804] = {.lex_state = 70}, - [2805] = {.lex_state = 14}, + [2803] = {.lex_state = 70}, + [2804] = {.lex_state = 17}, + [2805] = {.lex_state = 70}, [2806] = {.lex_state = 70}, [2807] = {.lex_state = 70}, [2808] = {.lex_state = 70}, [2809] = {.lex_state = 70}, - [2810] = {.lex_state = 14}, - [2811] = {.lex_state = 70}, + [2810] = {.lex_state = 70}, + [2811] = {.lex_state = 27}, [2812] = {.lex_state = 70}, [2813] = {.lex_state = 70}, - [2814] = {.lex_state = 27}, + [2814] = {.lex_state = 70}, [2815] = {.lex_state = 70}, [2816] = {.lex_state = 70}, [2817] = {.lex_state = 70}, @@ -12929,182 +12928,182 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2819] = {.lex_state = 70}, [2820] = {.lex_state = 70}, [2821] = {.lex_state = 70}, - [2822] = {.lex_state = 70}, - [2823] = {.lex_state = 70}, + [2822] = {.lex_state = 18}, + [2823] = {.lex_state = 18}, [2824] = {.lex_state = 70}, - [2825] = {.lex_state = 70}, + [2825] = {.lex_state = 6}, [2826] = {.lex_state = 70}, - [2827] = {.lex_state = 70}, + [2827] = {.lex_state = 18}, [2828] = {.lex_state = 70}, [2829] = {.lex_state = 70}, - [2830] = {.lex_state = 70}, + [2830] = {.lex_state = 14}, [2831] = {.lex_state = 14}, - [2832] = {.lex_state = 70}, - [2833] = {.lex_state = 70}, + [2832] = {.lex_state = 17}, + [2833] = {.lex_state = 17}, [2834] = {.lex_state = 70}, - [2835] = {.lex_state = 70}, + [2835] = {.lex_state = 14}, [2836] = {.lex_state = 70}, [2837] = {.lex_state = 70}, [2838] = {.lex_state = 70}, [2839] = {.lex_state = 70}, [2840] = {.lex_state = 70}, - [2841] = {.lex_state = 6}, + [2841] = {.lex_state = 17}, [2842] = {.lex_state = 70}, [2843] = {.lex_state = 70}, - [2844] = {.lex_state = 70}, + [2844] = {.lex_state = 17}, [2845] = {.lex_state = 70}, [2846] = {.lex_state = 70}, [2847] = {.lex_state = 70}, - [2848] = {.lex_state = 70}, + [2848] = {.lex_state = 6}, [2849] = {.lex_state = 70}, [2850] = {.lex_state = 70}, [2851] = {.lex_state = 70}, [2852] = {.lex_state = 17}, [2853] = {.lex_state = 70}, - [2854] = {.lex_state = 14}, - [2855] = {.lex_state = 17}, - [2856] = {.lex_state = 19}, + [2854] = {.lex_state = 17}, + [2855] = {.lex_state = 70}, + [2856] = {.lex_state = 70}, [2857] = {.lex_state = 70}, - [2858] = {.lex_state = 70}, - [2859] = {.lex_state = 19}, - [2860] = {.lex_state = 70}, + [2858] = {.lex_state = 17}, + [2859] = {.lex_state = 70}, + [2860] = {.lex_state = 17}, [2861] = {.lex_state = 70}, [2862] = {.lex_state = 70}, - [2863] = {.lex_state = 70}, + [2863] = {.lex_state = 17}, [2864] = {.lex_state = 17}, [2865] = {.lex_state = 70}, [2866] = {.lex_state = 70}, - [2867] = {.lex_state = 70}, - [2868] = {.lex_state = 70}, - [2869] = {.lex_state = 70}, + [2867] = {.lex_state = 14}, + [2868] = {.lex_state = 17}, + [2869] = {.lex_state = 17}, [2870] = {.lex_state = 70}, [2871] = {.lex_state = 70}, - [2872] = {.lex_state = 17}, - [2873] = {.lex_state = 17}, + [2872] = {.lex_state = 70}, + [2873] = {.lex_state = 70}, [2874] = {.lex_state = 70}, [2875] = {.lex_state = 70}, - [2876] = {.lex_state = 17}, - [2877] = {.lex_state = 17}, + [2876] = {.lex_state = 70}, + [2877] = {.lex_state = 6}, [2878] = {.lex_state = 70}, - [2879] = {.lex_state = 70}, - [2880] = {.lex_state = 70}, + [2879] = {.lex_state = 17}, + [2880] = {.lex_state = 17}, [2881] = {.lex_state = 70}, [2882] = {.lex_state = 17}, - [2883] = {.lex_state = 10}, - [2884] = {.lex_state = 17}, - [2885] = {.lex_state = 17}, - [2886] = {.lex_state = 17}, - [2887] = {.lex_state = 10}, - [2888] = {.lex_state = 14}, + [2883] = {.lex_state = 17}, + [2884] = {.lex_state = 70}, + [2885] = {.lex_state = 70}, + [2886] = {.lex_state = 14}, + [2887] = {.lex_state = 70}, + [2888] = {.lex_state = 70}, [2889] = {.lex_state = 70}, [2890] = {.lex_state = 70}, - [2891] = {.lex_state = 14}, - [2892] = {.lex_state = 70}, + [2891] = {.lex_state = 70}, + [2892] = {.lex_state = 18}, [2893] = {.lex_state = 70}, [2894] = {.lex_state = 70}, [2895] = {.lex_state = 70}, [2896] = {.lex_state = 70}, [2897] = {.lex_state = 70}, [2898] = {.lex_state = 70}, - [2899] = {.lex_state = 70}, - [2900] = {.lex_state = 70}, + [2899] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2900] = {.lex_state = 14, .reserved_word_set_id = 1}, [2901] = {.lex_state = 70}, - [2902] = {.lex_state = 19}, - [2903] = {.lex_state = 14}, + [2902] = {.lex_state = 70}, + [2903] = {.lex_state = 70}, [2904] = {.lex_state = 70}, [2905] = {.lex_state = 70}, [2906] = {.lex_state = 70}, - [2907] = {.lex_state = 17}, + [2907] = {.lex_state = 70}, [2908] = {.lex_state = 70}, [2909] = {.lex_state = 70}, [2910] = {.lex_state = 70}, - [2911] = {.lex_state = 14}, - [2912] = {.lex_state = 70}, + [2911] = {.lex_state = 70}, + [2912] = {.lex_state = 14}, [2913] = {.lex_state = 70}, - [2914] = {.lex_state = 6}, - [2915] = {.lex_state = 17}, + [2914] = {.lex_state = 70}, + [2915] = {.lex_state = 70}, [2916] = {.lex_state = 70}, - [2917] = {.lex_state = 70}, - [2918] = {.lex_state = 17}, - [2919] = {.lex_state = 17}, + [2917] = {.lex_state = 14}, + [2918] = {.lex_state = 70}, + [2919] = {.lex_state = 6}, [2920] = {.lex_state = 70}, [2921] = {.lex_state = 70}, [2922] = {.lex_state = 70}, [2923] = {.lex_state = 70}, - [2924] = {.lex_state = 14}, + [2924] = {.lex_state = 70}, [2925] = {.lex_state = 70}, [2926] = {.lex_state = 70}, - [2927] = {.lex_state = 70}, + [2927] = {.lex_state = 17}, [2928] = {.lex_state = 70}, - [2929] = {.lex_state = 70}, - [2930] = {.lex_state = 70}, + [2929] = {.lex_state = 6}, + [2930] = {.lex_state = 14}, [2931] = {.lex_state = 70}, [2932] = {.lex_state = 70}, [2933] = {.lex_state = 70}, [2934] = {.lex_state = 70}, - [2935] = {.lex_state = 17}, - [2936] = {.lex_state = 17}, - [2937] = {.lex_state = 6}, - [2938] = {.lex_state = 14}, - [2939] = {.lex_state = 6}, + [2935] = {.lex_state = 6}, + [2936] = {.lex_state = 70}, + [2937] = {.lex_state = 70}, + [2938] = {.lex_state = 17}, + [2939] = {.lex_state = 70}, [2940] = {.lex_state = 70}, [2941] = {.lex_state = 70}, - [2942] = {.lex_state = 17}, - [2943] = {.lex_state = 70}, - [2944] = {.lex_state = 14}, + [2942] = {.lex_state = 70}, + [2943] = {.lex_state = 14}, + [2944] = {.lex_state = 70}, [2945] = {.lex_state = 70}, - [2946] = {.lex_state = 6}, + [2946] = {.lex_state = 70}, [2947] = {.lex_state = 70}, - [2948] = {.lex_state = 70}, + [2948] = {.lex_state = 14}, [2949] = {.lex_state = 70}, - [2950] = {.lex_state = 14}, + [2950] = {.lex_state = 17}, [2951] = {.lex_state = 70}, - [2952] = {.lex_state = 14}, + [2952] = {.lex_state = 70}, [2953] = {.lex_state = 70}, [2954] = {.lex_state = 70}, [2955] = {.lex_state = 70}, [2956] = {.lex_state = 70}, - [2957] = {.lex_state = 70}, + [2957] = {.lex_state = 17}, [2958] = {.lex_state = 70}, - [2959] = {.lex_state = 14}, - [2960] = {.lex_state = 14}, + [2959] = {.lex_state = 70}, + [2960] = {.lex_state = 70}, [2961] = {.lex_state = 70}, - [2962] = {.lex_state = 70}, + [2962] = {.lex_state = 17}, [2963] = {.lex_state = 70}, [2964] = {.lex_state = 70}, - [2965] = {.lex_state = 70}, - [2966] = {.lex_state = 14}, + [2965] = {.lex_state = 6}, + [2966] = {.lex_state = 70}, [2967] = {.lex_state = 70}, - [2968] = {.lex_state = 10, .external_lex_state = 4}, + [2968] = {.lex_state = 70}, [2969] = {.lex_state = 70}, - [2970] = {.lex_state = 70}, - [2971] = {.lex_state = 14}, - [2972] = {.lex_state = 17}, - [2973] = {.lex_state = 70}, + [2970] = {.lex_state = 14, .reserved_word_set_id = 1}, + [2971] = {.lex_state = 70}, + [2972] = {.lex_state = 70}, + [2973] = {.lex_state = 17}, [2974] = {.lex_state = 70}, - [2975] = {.lex_state = 17}, + [2975] = {.lex_state = 70}, [2976] = {.lex_state = 70}, - [2977] = {.lex_state = 70}, + [2977] = {.lex_state = 17}, [2978] = {.lex_state = 17}, - [2979] = {.lex_state = 70}, - [2980] = {.lex_state = 27}, - [2981] = {.lex_state = 70}, - [2982] = {.lex_state = 6}, - [2983] = {.lex_state = 70}, + [2979] = {.lex_state = 14}, + [2980] = {.lex_state = 70}, + [2981] = {.lex_state = 6}, + [2982] = {.lex_state = 17}, + [2983] = {.lex_state = 17}, [2984] = {.lex_state = 17}, [2985] = {.lex_state = 17}, - [2986] = {.lex_state = 17}, + [2986] = {.lex_state = 70}, [2987] = {.lex_state = 70}, - [2988] = {.lex_state = 17}, + [2988] = {.lex_state = 70}, [2989] = {.lex_state = 70}, - [2990] = {.lex_state = 70}, + [2990] = {.lex_state = 6}, [2991] = {.lex_state = 70}, - [2992] = {.lex_state = 19}, + [2992] = {.lex_state = 70}, [2993] = {.lex_state = 70}, - [2994] = {.lex_state = 14}, - [2995] = {.lex_state = 70}, - [2996] = {.lex_state = 70}, - [2997] = {.lex_state = 70}, + [2994] = {.lex_state = 70}, + [2995] = {.lex_state = 14}, + [2996] = {.lex_state = 17}, + [2997] = {.lex_state = 10}, [2998] = {.lex_state = 70}, [2999] = {.lex_state = 70}, [3000] = {.lex_state = 70}, @@ -13112,500 +13111,500 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3002] = {.lex_state = 70}, [3003] = {.lex_state = 70}, [3004] = {.lex_state = 70}, - [3005] = {.lex_state = 17}, - [3006] = {.lex_state = 17}, + [3005] = {.lex_state = 70}, + [3006] = {.lex_state = 70}, [3007] = {.lex_state = 70}, - [3008] = {.lex_state = 17}, + [3008] = {.lex_state = 10}, [3009] = {.lex_state = 70}, - [3010] = {.lex_state = 14}, - [3011] = {.lex_state = 17}, + [3010] = {.lex_state = 70}, + [3011] = {.lex_state = 70}, [3012] = {.lex_state = 70}, [3013] = {.lex_state = 70}, [3014] = {.lex_state = 70}, [3015] = {.lex_state = 70}, [3016] = {.lex_state = 70}, - [3017] = {.lex_state = 10}, + [3017] = {.lex_state = 70}, [3018] = {.lex_state = 70}, [3019] = {.lex_state = 70}, [3020] = {.lex_state = 70}, - [3021] = {.lex_state = 17}, + [3021] = {.lex_state = 14, .reserved_word_set_id = 1}, [3022] = {.lex_state = 70}, [3023] = {.lex_state = 70}, [3024] = {.lex_state = 70}, - [3025] = {.lex_state = 70}, - [3026] = {.lex_state = 70}, - [3027] = {.lex_state = 70}, + [3025] = {.lex_state = 10}, + [3026] = {.lex_state = 14}, + [3027] = {.lex_state = 6}, [3028] = {.lex_state = 70}, [3029] = {.lex_state = 70}, [3030] = {.lex_state = 70}, [3031] = {.lex_state = 70}, - [3032] = {.lex_state = 6}, + [3032] = {.lex_state = 70}, [3033] = {.lex_state = 70}, [3034] = {.lex_state = 70}, [3035] = {.lex_state = 70}, - [3036] = {.lex_state = 14}, + [3036] = {.lex_state = 6}, [3037] = {.lex_state = 70}, - [3038] = {.lex_state = 70}, + [3038] = {.lex_state = 6}, [3039] = {.lex_state = 70}, - [3040] = {.lex_state = 70}, + [3040] = {.lex_state = 10}, [3041] = {.lex_state = 70}, - [3042] = {.lex_state = 6}, - [3043] = {.lex_state = 19}, + [3042] = {.lex_state = 70}, + [3043] = {.lex_state = 6}, [3044] = {.lex_state = 70}, - [3045] = {.lex_state = 70}, - [3046] = {.lex_state = 70}, + [3045] = {.lex_state = 14}, + [3046] = {.lex_state = 14, .reserved_word_set_id = 1}, [3047] = {.lex_state = 70}, - [3048] = {.lex_state = 6}, + [3048] = {.lex_state = 70}, [3049] = {.lex_state = 14}, - [3050] = {.lex_state = 6}, + [3050] = {.lex_state = 70}, [3051] = {.lex_state = 70}, - [3052] = {.lex_state = 6}, - [3053] = {.lex_state = 14}, + [3052] = {.lex_state = 70}, + [3053] = {.lex_state = 70}, [3054] = {.lex_state = 70}, - [3055] = {.lex_state = 70}, - [3056] = {.lex_state = 10}, - [3057] = {.lex_state = 14}, + [3055] = {.lex_state = 14}, + [3056] = {.lex_state = 70}, + [3057] = {.lex_state = 70}, [3058] = {.lex_state = 70}, - [3059] = {.lex_state = 70}, + [3059] = {.lex_state = 14, .reserved_word_set_id = 1}, [3060] = {.lex_state = 70}, - [3061] = {.lex_state = 70}, + [3061] = {.lex_state = 14, .reserved_word_set_id = 1}, [3062] = {.lex_state = 70}, - [3063] = {.lex_state = 70}, - [3064] = {.lex_state = 70}, - [3065] = {.lex_state = 70}, - [3066] = {.lex_state = 14}, - [3067] = {.lex_state = 14}, - [3068] = {.lex_state = 14}, - [3069] = {.lex_state = 70}, - [3070] = {.lex_state = 70}, + [3063] = {.lex_state = 27}, + [3064] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3065] = {.lex_state = 14}, + [3066] = {.lex_state = 27}, + [3067] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3068] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3069] = {.lex_state = 14}, + [3070] = {.lex_state = 14, .reserved_word_set_id = 1}, [3071] = {.lex_state = 70}, - [3072] = {.lex_state = 70}, - [3073] = {.lex_state = 14}, - [3074] = {.lex_state = 14}, - [3075] = {.lex_state = 14}, - [3076] = {.lex_state = 14}, + [3072] = {.lex_state = 14}, + [3073] = {.lex_state = 70}, + [3074] = {.lex_state = 70}, + [3075] = {.lex_state = 70}, + [3076] = {.lex_state = 70}, [3077] = {.lex_state = 70}, [3078] = {.lex_state = 70}, - [3079] = {.lex_state = 14}, - [3080] = {.lex_state = 70}, - [3081] = {.lex_state = 14}, - [3082] = {.lex_state = 70}, - [3083] = {.lex_state = 70}, - [3084] = {.lex_state = 14}, - [3085] = {.lex_state = 14}, - [3086] = {.lex_state = 14}, - [3087] = {.lex_state = 14}, - [3088] = {.lex_state = 14}, - [3089] = {.lex_state = 70}, - [3090] = {.lex_state = 14}, + [3079] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3080] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3081] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3082] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3083] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3084] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3085] = {.lex_state = 70}, + [3086] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3087] = {.lex_state = 70}, + [3088] = {.lex_state = 70}, + [3089] = {.lex_state = 14}, + [3090] = {.lex_state = 70}, [3091] = {.lex_state = 70}, - [3092] = {.lex_state = 14}, - [3093] = {.lex_state = 14}, - [3094] = {.lex_state = 70}, + [3092] = {.lex_state = 70}, + [3093] = {.lex_state = 70}, + [3094] = {.lex_state = 14, .reserved_word_set_id = 1}, [3095] = {.lex_state = 70}, [3096] = {.lex_state = 70}, [3097] = {.lex_state = 70}, - [3098] = {.lex_state = 14}, - [3099] = {.lex_state = 70}, + [3098] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3099] = {.lex_state = 27}, [3100] = {.lex_state = 70}, - [3101] = {.lex_state = 70}, + [3101] = {.lex_state = 14, .reserved_word_set_id = 1}, [3102] = {.lex_state = 70}, - [3103] = {.lex_state = 10}, - [3104] = {.lex_state = 14}, + [3103] = {.lex_state = 14}, + [3104] = {.lex_state = 14, .reserved_word_set_id = 1}, [3105] = {.lex_state = 70}, [3106] = {.lex_state = 70}, - [3107] = {.lex_state = 14}, + [3107] = {.lex_state = 14, .reserved_word_set_id = 1}, [3108] = {.lex_state = 70}, - [3109] = {.lex_state = 14}, - [3110] = {.lex_state = 14}, - [3111] = {.lex_state = 14}, - [3112] = {.lex_state = 70}, - [3113] = {.lex_state = 14}, - [3114] = {.lex_state = 14}, - [3115] = {.lex_state = 70}, + [3109] = {.lex_state = 70}, + [3110] = {.lex_state = 70}, + [3111] = {.lex_state = 70}, + [3112] = {.lex_state = 14}, + [3113] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3114] = {.lex_state = 70}, + [3115] = {.lex_state = 14, .reserved_word_set_id = 1}, [3116] = {.lex_state = 70}, - [3117] = {.lex_state = 27}, + [3117] = {.lex_state = 14, .reserved_word_set_id = 1}, [3118] = {.lex_state = 70}, - [3119] = {.lex_state = 70}, - [3120] = {.lex_state = 14}, - [3121] = {.lex_state = 70}, - [3122] = {.lex_state = 14}, - [3123] = {.lex_state = 14}, + [3119] = {.lex_state = 14}, + [3120] = {.lex_state = 70}, + [3121] = {.lex_state = 14}, + [3122] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3123] = {.lex_state = 70}, [3124] = {.lex_state = 70}, - [3125] = {.lex_state = 14}, - [3126] = {.lex_state = 14}, + [3125] = {.lex_state = 10, .external_lex_state = 5}, + [3126] = {.lex_state = 70}, [3127] = {.lex_state = 70}, - [3128] = {.lex_state = 14}, - [3129] = {.lex_state = 27}, - [3130] = {.lex_state = 70}, - [3131] = {.lex_state = 70}, - [3132] = {.lex_state = 14}, - [3133] = {.lex_state = 14}, - [3134] = {.lex_state = 70}, + [3128] = {.lex_state = 70}, + [3129] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3130] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3131] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3132] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3133] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3134] = {.lex_state = 14}, [3135] = {.lex_state = 70}, [3136] = {.lex_state = 70}, [3137] = {.lex_state = 70}, - [3138] = {.lex_state = 14}, - [3139] = {.lex_state = 14}, + [3138] = {.lex_state = 70}, + [3139] = {.lex_state = 70}, [3140] = {.lex_state = 70}, - [3141] = {.lex_state = 14}, - [3142] = {.lex_state = 14}, + [3141] = {.lex_state = 70}, + [3142] = {.lex_state = 14, .reserved_word_set_id = 1}, [3143] = {.lex_state = 70}, - [3144] = {.lex_state = 70}, - [3145] = {.lex_state = 70}, + [3144] = {.lex_state = 10, .external_lex_state = 5}, + [3145] = {.lex_state = 14, .reserved_word_set_id = 1}, [3146] = {.lex_state = 70}, [3147] = {.lex_state = 70}, - [3148] = {.lex_state = 14}, - [3149] = {.lex_state = 14}, + [3148] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3149] = {.lex_state = 14, .reserved_word_set_id = 1}, [3150] = {.lex_state = 70}, - [3151] = {.lex_state = 70}, - [3152] = {.lex_state = 70}, + [3151] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3152] = {.lex_state = 14, .reserved_word_set_id = 1}, [3153] = {.lex_state = 70}, [3154] = {.lex_state = 70}, - [3155] = {.lex_state = 14}, - [3156] = {.lex_state = 70}, - [3157] = {.lex_state = 70}, - [3158] = {.lex_state = 70}, - [3159] = {.lex_state = 14}, - [3160] = {.lex_state = 14}, - [3161] = {.lex_state = 14}, - [3162] = {.lex_state = 14}, - [3163] = {.lex_state = 70}, - [3164] = {.lex_state = 70}, + [3155] = {.lex_state = 70}, + [3156] = {.lex_state = 14}, + [3157] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3158] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3159] = {.lex_state = 70}, + [3160] = {.lex_state = 70}, + [3161] = {.lex_state = 10, .external_lex_state = 5}, + [3162] = {.lex_state = 70}, + [3163] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3164] = {.lex_state = 14, .reserved_word_set_id = 1}, [3165] = {.lex_state = 70}, - [3166] = {.lex_state = 70}, + [3166] = {.lex_state = 14, .reserved_word_set_id = 1}, [3167] = {.lex_state = 70}, - [3168] = {.lex_state = 70}, - [3169] = {.lex_state = 70}, - [3170] = {.lex_state = 14}, + [3168] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3169] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3170] = {.lex_state = 70}, [3171] = {.lex_state = 70}, - [3172] = {.lex_state = 14}, - [3173] = {.lex_state = 14}, - [3174] = {.lex_state = 14}, + [3172] = {.lex_state = 70}, + [3173] = {.lex_state = 70}, + [3174] = {.lex_state = 14, .reserved_word_set_id = 1}, [3175] = {.lex_state = 70}, [3176] = {.lex_state = 70}, - [3177] = {.lex_state = 70}, - [3178] = {.lex_state = 14}, - [3179] = {.lex_state = 70}, - [3180] = {.lex_state = 70}, + [3177] = {.lex_state = 14}, + [3178] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3179] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3180] = {.lex_state = 14, .reserved_word_set_id = 1}, [3181] = {.lex_state = 14}, - [3182] = {.lex_state = 14}, - [3183] = {.lex_state = 14}, - [3184] = {.lex_state = 14}, - [3185] = {.lex_state = 14}, - [3186] = {.lex_state = 14}, - [3187] = {.lex_state = 10}, - [3188] = {.lex_state = 70}, - [3189] = {.lex_state = 70, .external_lex_state = 5}, - [3190] = {.lex_state = 14}, - [3191] = {.lex_state = 14}, - [3192] = {.lex_state = 14}, - [3193] = {.lex_state = 14}, - [3194] = {.lex_state = 14}, - [3195] = {.lex_state = 70}, - [3196] = {.lex_state = 14}, - [3197] = {.lex_state = 70}, + [3182] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3183] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3184] = {.lex_state = 70}, + [3185] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3186] = {.lex_state = 27}, + [3187] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3188] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3189] = {.lex_state = 70, .external_lex_state = 6}, + [3190] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3191] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3192] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3193] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3194] = {.lex_state = 70}, + [3195] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3196] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3197] = {.lex_state = 14, .reserved_word_set_id = 1}, [3198] = {.lex_state = 14}, - [3199] = {.lex_state = 14}, - [3200] = {.lex_state = 14}, - [3201] = {.lex_state = 14}, - [3202] = {.lex_state = 70}, - [3203] = {.lex_state = 14}, - [3204] = {.lex_state = 14}, - [3205] = {.lex_state = 70}, - [3206] = {.lex_state = 14}, - [3207] = {.lex_state = 14}, - [3208] = {.lex_state = 14}, - [3209] = {.lex_state = 14}, + [3199] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3200] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3201] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3202] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3203] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3204] = {.lex_state = 70}, + [3205] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3206] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3207] = {.lex_state = 70, .external_lex_state = 6}, + [3208] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3209] = {.lex_state = 70}, [3210] = {.lex_state = 70}, - [3211] = {.lex_state = 14}, - [3212] = {.lex_state = 14}, + [3211] = {.lex_state = 70}, + [3212] = {.lex_state = 70}, [3213] = {.lex_state = 70}, [3214] = {.lex_state = 70}, - [3215] = {.lex_state = 14}, - [3216] = {.lex_state = 70}, + [3215] = {.lex_state = 5}, + [3216] = {.lex_state = 5}, [3217] = {.lex_state = 70}, [3218] = {.lex_state = 14}, [3219] = {.lex_state = 70}, [3220] = {.lex_state = 70}, - [3221] = {.lex_state = 70}, - [3222] = {.lex_state = 14}, + [3221] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3222] = {.lex_state = 18}, [3223] = {.lex_state = 70}, [3224] = {.lex_state = 70}, [3225] = {.lex_state = 70}, - [3226] = {.lex_state = 5}, + [3226] = {.lex_state = 14, .reserved_word_set_id = 1}, [3227] = {.lex_state = 70}, - [3228] = {.lex_state = 5}, + [3228] = {.lex_state = 70}, [3229] = {.lex_state = 70}, - [3230] = {.lex_state = 70}, + [3230] = {.lex_state = 14, .reserved_word_set_id = 1}, [3231] = {.lex_state = 70}, - [3232] = {.lex_state = 14}, - [3233] = {.lex_state = 70}, + [3232] = {.lex_state = 70}, + [3233] = {.lex_state = 14, .reserved_word_set_id = 1}, [3234] = {.lex_state = 70}, [3235] = {.lex_state = 70}, [3236] = {.lex_state = 70}, - [3237] = {.lex_state = 14}, + [3237] = {.lex_state = 10}, [3238] = {.lex_state = 70}, [3239] = {.lex_state = 70}, - [3240] = {.lex_state = 70}, - [3241] = {.lex_state = 14}, + [3240] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3241] = {.lex_state = 70}, [3242] = {.lex_state = 70}, [3243] = {.lex_state = 70}, [3244] = {.lex_state = 70}, [3245] = {.lex_state = 70}, [3246] = {.lex_state = 70}, [3247] = {.lex_state = 70}, - [3248] = {.lex_state = 70}, - [3249] = {.lex_state = 14}, - [3250] = {.lex_state = 14}, - [3251] = {.lex_state = 14}, - [3252] = {.lex_state = 6}, - [3253] = {.lex_state = 14}, - [3254] = {.lex_state = 10, .external_lex_state = 6}, - [3255] = {.lex_state = 70}, - [3256] = {.lex_state = 27}, + [3248] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3249] = {.lex_state = 70}, + [3250] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3251] = {.lex_state = 70}, + [3252] = {.lex_state = 27}, + [3253] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3254] = {.lex_state = 70}, + [3255] = {.lex_state = 14}, + [3256] = {.lex_state = 70}, [3257] = {.lex_state = 70}, [3258] = {.lex_state = 70}, - [3259] = {.lex_state = 6}, - [3260] = {.lex_state = 27}, - [3261] = {.lex_state = 70}, - [3262] = {.lex_state = 27}, - [3263] = {.lex_state = 14}, + [3259] = {.lex_state = 70}, + [3260] = {.lex_state = 6}, + [3261] = {.lex_state = 14}, + [3262] = {.lex_state = 70}, + [3263] = {.lex_state = 70}, [3264] = {.lex_state = 70}, [3265] = {.lex_state = 70}, [3266] = {.lex_state = 70}, [3267] = {.lex_state = 70}, [3268] = {.lex_state = 70}, [3269] = {.lex_state = 70}, - [3270] = {.lex_state = 70}, + [3270] = {.lex_state = 6}, [3271] = {.lex_state = 70}, - [3272] = {.lex_state = 14}, - [3273] = {.lex_state = 70}, + [3272] = {.lex_state = 27}, + [3273] = {.lex_state = 14, .reserved_word_set_id = 1}, [3274] = {.lex_state = 70}, [3275] = {.lex_state = 70}, - [3276] = {.lex_state = 70}, + [3276] = {.lex_state = 14, .reserved_word_set_id = 1}, [3277] = {.lex_state = 70}, [3278] = {.lex_state = 70}, - [3279] = {.lex_state = 14}, - [3280] = {.lex_state = 14}, - [3281] = {.lex_state = 70}, + [3279] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3280] = {.lex_state = 70}, + [3281] = {.lex_state = 14}, [3282] = {.lex_state = 70}, - [3283] = {.lex_state = 14}, + [3283] = {.lex_state = 70}, [3284] = {.lex_state = 70}, - [3285] = {.lex_state = 14}, + [3285] = {.lex_state = 70}, [3286] = {.lex_state = 70}, - [3287] = {.lex_state = 70}, + [3287] = {.lex_state = 14, .reserved_word_set_id = 1}, [3288] = {.lex_state = 70}, [3289] = {.lex_state = 70}, [3290] = {.lex_state = 70}, [3291] = {.lex_state = 70}, [3292] = {.lex_state = 70}, - [3293] = {.lex_state = 19}, + [3293] = {.lex_state = 70}, [3294] = {.lex_state = 70}, [3295] = {.lex_state = 70}, - [3296] = {.lex_state = 10, .external_lex_state = 6}, - [3297] = {.lex_state = 70}, - [3298] = {.lex_state = 14}, + [3296] = {.lex_state = 70}, + [3297] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3298] = {.lex_state = 70}, [3299] = {.lex_state = 14}, [3300] = {.lex_state = 70}, - [3301] = {.lex_state = 70}, - [3302] = {.lex_state = 14}, - [3303] = {.lex_state = 14}, - [3304] = {.lex_state = 70}, + [3301] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3302] = {.lex_state = 70}, + [3303] = {.lex_state = 70}, + [3304] = {.lex_state = 14, .reserved_word_set_id = 1}, [3305] = {.lex_state = 14}, [3306] = {.lex_state = 70}, - [3307] = {.lex_state = 14}, - [3308] = {.lex_state = 14}, - [3309] = {.lex_state = 70}, - [3310] = {.lex_state = 70}, - [3311] = {.lex_state = 70}, - [3312] = {.lex_state = 14}, - [3313] = {.lex_state = 70}, + [3307] = {.lex_state = 70}, + [3308] = {.lex_state = 70}, + [3309] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3310] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3311] = {.lex_state = 14}, + [3312] = {.lex_state = 70}, + [3313] = {.lex_state = 14}, [3314] = {.lex_state = 70}, [3315] = {.lex_state = 14}, [3316] = {.lex_state = 14}, [3317] = {.lex_state = 70}, [3318] = {.lex_state = 14}, [3319] = {.lex_state = 14}, - [3320] = {.lex_state = 70}, + [3320] = {.lex_state = 14}, [3321] = {.lex_state = 14}, [3322] = {.lex_state = 70}, - [3323] = {.lex_state = 70}, + [3323] = {.lex_state = 14, .reserved_word_set_id = 1}, [3324] = {.lex_state = 70}, - [3325] = {.lex_state = 27}, - [3326] = {.lex_state = 14}, + [3325] = {.lex_state = 70}, + [3326] = {.lex_state = 14, .reserved_word_set_id = 1}, [3327] = {.lex_state = 70}, - [3328] = {.lex_state = 14}, + [3328] = {.lex_state = 10}, [3329] = {.lex_state = 70}, - [3330] = {.lex_state = 14}, - [3331] = {.lex_state = 14}, - [3332] = {.lex_state = 14}, - [3333] = {.lex_state = 14}, - [3334] = {.lex_state = 10, .external_lex_state = 6}, - [3335] = {.lex_state = 14}, - [3336] = {.lex_state = 70, .external_lex_state = 5}, - [3337] = {.lex_state = 70}, - [3338] = {.lex_state = 14}, + [3330] = {.lex_state = 70}, + [3331] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3332] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3333] = {.lex_state = 70}, + [3334] = {.lex_state = 71}, + [3335] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3336] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3337] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3338] = {.lex_state = 14, .reserved_word_set_id = 1}, [3339] = {.lex_state = 70}, - [3340] = {.lex_state = 14}, - [3341] = {.lex_state = 14}, + [3340] = {.lex_state = 70}, + [3341] = {.lex_state = 18}, [3342] = {.lex_state = 70}, - [3343] = {.lex_state = 14}, - [3344] = {.lex_state = 14}, - [3345] = {.lex_state = 14}, - [3346] = {.lex_state = 14}, - [3347] = {.lex_state = 70}, + [3343] = {.lex_state = 70}, + [3344] = {.lex_state = 70}, + [3345] = {.lex_state = 70}, + [3346] = {.lex_state = 70}, + [3347] = {.lex_state = 10}, [3348] = {.lex_state = 70}, - [3349] = {.lex_state = 14}, - [3350] = {.lex_state = 14}, + [3349] = {.lex_state = 70}, + [3350] = {.lex_state = 71}, [3351] = {.lex_state = 70}, - [3352] = {.lex_state = 71}, + [3352] = {.lex_state = 70}, [3353] = {.lex_state = 70}, - [3354] = {.lex_state = 70}, - [3355] = {.lex_state = 19}, - [3356] = {.lex_state = 70}, - [3357] = {.lex_state = 19}, - [3358] = {.lex_state = 70}, - [3359] = {.lex_state = 70}, + [3354] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3355] = {.lex_state = 70}, + [3356] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3357] = {.lex_state = 70}, + [3358] = {.lex_state = 14}, + [3359] = {.lex_state = 14}, [3360] = {.lex_state = 70}, [3361] = {.lex_state = 70}, - [3362] = {.lex_state = 14}, + [3362] = {.lex_state = 70}, [3363] = {.lex_state = 14}, - [3364] = {.lex_state = 14}, + [3364] = {.lex_state = 70}, [3365] = {.lex_state = 70}, - [3366] = {.lex_state = 14}, - [3367] = {.lex_state = 14}, + [3366] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3367] = {.lex_state = 70}, [3368] = {.lex_state = 70}, - [3369] = {.lex_state = 70}, + [3369] = {.lex_state = 14, .reserved_word_set_id = 1}, [3370] = {.lex_state = 70}, - [3371] = {.lex_state = 70}, - [3372] = {.lex_state = 70}, - [3373] = {.lex_state = 19}, - [3374] = {.lex_state = 70}, - [3375] = {.lex_state = 14}, + [3371] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3372] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3373] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3374] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3375] = {.lex_state = 14, .reserved_word_set_id = 1}, [3376] = {.lex_state = 70}, - [3377] = {.lex_state = 14}, - [3378] = {.lex_state = 14}, + [3377] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3378] = {.lex_state = 70}, [3379] = {.lex_state = 70}, - [3380] = {.lex_state = 14}, - [3381] = {.lex_state = 14}, - [3382] = {.lex_state = 14}, - [3383] = {.lex_state = 14}, - [3384] = {.lex_state = 14}, + [3380] = {.lex_state = 70}, + [3381] = {.lex_state = 70}, + [3382] = {.lex_state = 70}, + [3383] = {.lex_state = 70}, + [3384] = {.lex_state = 70}, [3385] = {.lex_state = 70}, - [3386] = {.lex_state = 14}, - [3387] = {.lex_state = 14}, - [3388] = {.lex_state = 71}, + [3386] = {.lex_state = 70}, + [3387] = {.lex_state = 70}, + [3388] = {.lex_state = 70}, [3389] = {.lex_state = 70}, - [3390] = {.lex_state = 19}, - [3391] = {.lex_state = 70}, - [3392] = {.lex_state = 70}, + [3390] = {.lex_state = 70}, + [3391] = {.lex_state = 14}, + [3392] = {.lex_state = 14, .reserved_word_set_id = 1}, [3393] = {.lex_state = 70}, [3394] = {.lex_state = 70}, - [3395] = {.lex_state = 70, .external_lex_state = 7}, - [3396] = {.lex_state = 19}, - [3397] = {.lex_state = 70}, - [3398] = {.lex_state = 19}, - [3399] = {.lex_state = 70}, - [3400] = {.lex_state = 14}, - [3401] = {.lex_state = 70}, + [3395] = {.lex_state = 70}, + [3396] = {.lex_state = 70}, + [3397] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3398] = {.lex_state = 18}, + [3399] = {.lex_state = 70, .external_lex_state = 7}, + [3400] = {.lex_state = 70}, + [3401] = {.lex_state = 14, .reserved_word_set_id = 1}, [3402] = {.lex_state = 70}, [3403] = {.lex_state = 70}, - [3404] = {.lex_state = 70}, - [3405] = {.lex_state = 70}, + [3404] = {.lex_state = 18}, + [3405] = {.lex_state = 14, .reserved_word_set_id = 1}, [3406] = {.lex_state = 70}, - [3407] = {.lex_state = 14}, + [3407] = {.lex_state = 70, .external_lex_state = 7}, [3408] = {.lex_state = 70}, - [3409] = {.lex_state = 70}, - [3410] = {.lex_state = 70}, - [3411] = {.lex_state = 14}, + [3409] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3410] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3411] = {.lex_state = 70}, [3412] = {.lex_state = 70}, - [3413] = {.lex_state = 70}, + [3413] = {.lex_state = 70, .external_lex_state = 8}, [3414] = {.lex_state = 70}, - [3415] = {.lex_state = 14}, + [3415] = {.lex_state = 70}, [3416] = {.lex_state = 70}, [3417] = {.lex_state = 70}, - [3418] = {.lex_state = 14}, - [3419] = {.lex_state = 14}, - [3420] = {.lex_state = 14}, - [3421] = {.lex_state = 14}, + [3418] = {.lex_state = 70}, + [3419] = {.lex_state = 70}, + [3420] = {.lex_state = 70}, + [3421] = {.lex_state = 70}, [3422] = {.lex_state = 70}, [3423] = {.lex_state = 70}, - [3424] = {.lex_state = 19}, + [3424] = {.lex_state = 70}, [3425] = {.lex_state = 70}, [3426] = {.lex_state = 70}, - [3427] = {.lex_state = 70}, - [3428] = {.lex_state = 70, .external_lex_state = 8}, - [3429] = {.lex_state = 14}, - [3430] = {.lex_state = 14}, - [3431] = {.lex_state = 70}, + [3427] = {.lex_state = 70, .external_lex_state = 9}, + [3428] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3429] = {.lex_state = 70}, + [3430] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3431] = {.lex_state = 18}, [3432] = {.lex_state = 70}, - [3433] = {.lex_state = 14}, - [3434] = {.lex_state = 14}, - [3435] = {.lex_state = 14}, + [3433] = {.lex_state = 70}, + [3434] = {.lex_state = 70}, + [3435] = {.lex_state = 70}, [3436] = {.lex_state = 70}, [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 = 71}, - [3445] = {.lex_state = 70}, - [3446] = {.lex_state = 70}, - [3447] = {.lex_state = 70}, + [3440] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3441] = {.lex_state = 18}, + [3442] = {.lex_state = 71}, + [3443] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3444] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3445] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3446] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3447] = {.lex_state = 18}, [3448] = {.lex_state = 70}, - [3449] = {.lex_state = 70}, - [3450] = {.lex_state = 14}, + [3449] = {.lex_state = 70, .external_lex_state = 8}, + [3450] = {.lex_state = 70}, [3451] = {.lex_state = 70}, [3452] = {.lex_state = 70}, [3453] = {.lex_state = 70}, - [3454] = {.lex_state = 14}, - [3455] = {.lex_state = 70}, - [3456] = {.lex_state = 70, .external_lex_state = 8}, + [3454] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3455] = {.lex_state = 70, .external_lex_state = 8}, + [3456] = {.lex_state = 70}, [3457] = {.lex_state = 70}, - [3458] = {.lex_state = 165}, - [3459] = {.lex_state = 14}, - [3460] = {.lex_state = 70}, + [3458] = {.lex_state = 70}, + [3459] = {.lex_state = 70}, + [3460] = {.lex_state = 70, .external_lex_state = 7}, [3461] = {.lex_state = 70}, - [3462] = {.lex_state = 70}, + [3462] = {.lex_state = 165}, [3463] = {.lex_state = 70}, - [3464] = {.lex_state = 70}, - [3465] = {.lex_state = 70}, - [3466] = {.lex_state = 70}, + [3464] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3465] = {.lex_state = 70, .external_lex_state = 7}, + [3466] = {.lex_state = 70, .external_lex_state = 8}, [3467] = {.lex_state = 70}, [3468] = {.lex_state = 70}, - [3469] = {.lex_state = 70, .external_lex_state = 8}, + [3469] = {.lex_state = 70}, [3470] = {.lex_state = 70}, - [3471] = {.lex_state = 70}, - [3472] = {.lex_state = 14}, - [3473] = {.lex_state = 14}, - [3474] = {.lex_state = 70, .external_lex_state = 8}, + [3471] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3472] = {.lex_state = 70}, + [3473] = {.lex_state = 70, .external_lex_state = 7}, + [3474] = {.lex_state = 70}, [3475] = {.lex_state = 70}, - [3476] = {.lex_state = 19}, - [3477] = {.lex_state = 70}, - [3478] = {.lex_state = 70, .external_lex_state = 7}, - [3479] = {.lex_state = 10}, - [3480] = {.lex_state = 19}, - [3481] = {.lex_state = 14}, - [3482] = {.lex_state = 19}, - [3483] = {.lex_state = 70}, - [3484] = {.lex_state = 71}, + [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 = 14, .reserved_word_set_id = 1}, + [3483] = {.lex_state = 70, .external_lex_state = 9}, + [3484] = {.lex_state = 70}, [3485] = {.lex_state = 70}, [3486] = {.lex_state = 70}, - [3487] = {.lex_state = 71}, - [3488] = {.lex_state = 70}, - [3489] = {.lex_state = 14}, - [3490] = {.lex_state = 70, .external_lex_state = 9}, + [3487] = {.lex_state = 70}, + [3488] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3489] = {.lex_state = 70}, + [3490] = {.lex_state = 14, .reserved_word_set_id = 1}, [3491] = {.lex_state = 70}, - [3492] = {.lex_state = 70}, + [3492] = {.lex_state = 14, .reserved_word_set_id = 1}, [3493] = {.lex_state = 70}, [3494] = {.lex_state = 70}, - [3495] = {.lex_state = 70}, - [3496] = {.lex_state = 14}, + [3495] = {.lex_state = 14}, + [3496] = {.lex_state = 70}, [3497] = {.lex_state = 70}, - [3498] = {.lex_state = 70}, + [3498] = {.lex_state = 18}, [3499] = {.lex_state = 70}, [3500] = {.lex_state = 70}, [3501] = {.lex_state = 70}, @@ -13614,152 +13613,236 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3504] = {.lex_state = 14}, [3505] = {.lex_state = 70}, [3506] = {.lex_state = 70}, - [3507] = {.lex_state = 70}, - [3508] = {.lex_state = 70}, - [3509] = {.lex_state = 70}, + [3507] = {.lex_state = 71}, + [3508] = {.lex_state = 14}, + [3509] = {.lex_state = 10}, [3510] = {.lex_state = 70}, [3511] = {.lex_state = 70}, [3512] = {.lex_state = 70}, - [3513] = {.lex_state = 70}, - [3514] = {.lex_state = 14}, + [3513] = {.lex_state = 70, .external_lex_state = 9}, + [3514] = {.lex_state = 70}, [3515] = {.lex_state = 70}, [3516] = {.lex_state = 70}, [3517] = {.lex_state = 70}, - [3518] = {.lex_state = 70, .external_lex_state = 7}, - [3519] = {.lex_state = 70}, - [3520] = {.lex_state = 14}, - [3521] = {.lex_state = 70}, + [3518] = {.lex_state = 70}, + [3519] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3520] = {.lex_state = 70}, + [3521] = {.lex_state = 18}, [3522] = {.lex_state = 70}, - [3523] = {.lex_state = 14}, - [3524] = {.lex_state = 70}, - [3525] = {.lex_state = 70, .external_lex_state = 9}, - [3526] = {.lex_state = 70, .external_lex_state = 8}, + [3523] = {.lex_state = 70}, + [3524] = {.lex_state = 18}, + [3525] = {.lex_state = 70}, + [3526] = {.lex_state = 70}, [3527] = {.lex_state = 70}, [3528] = {.lex_state = 70}, [3529] = {.lex_state = 70}, [3530] = {.lex_state = 70}, - [3531] = {.lex_state = 70}, - [3532] = {.lex_state = 70}, + [3531] = {.lex_state = 71}, + [3532] = {.lex_state = 70, .external_lex_state = 9}, [3533] = {.lex_state = 70}, [3534] = {.lex_state = 70}, [3535] = {.lex_state = 70}, - [3536] = {.lex_state = 71}, + [3536] = {.lex_state = 70}, [3537] = {.lex_state = 70}, - [3538] = {.lex_state = 70}, + [3538] = {.lex_state = 70, .external_lex_state = 9}, [3539] = {.lex_state = 70}, - [3540] = {.lex_state = 10}, + [3540] = {.lex_state = 70}, [3541] = {.lex_state = 70}, [3542] = {.lex_state = 70}, - [3543] = {.lex_state = 70, .external_lex_state = 9}, + [3543] = {.lex_state = 70}, [3544] = {.lex_state = 70}, [3545] = {.lex_state = 70}, [3546] = {.lex_state = 70}, - [3547] = {.lex_state = 14}, + [3547] = {.lex_state = 70}, [3548] = {.lex_state = 70}, - [3549] = {.lex_state = 70, .external_lex_state = 9}, + [3549] = {.lex_state = 70}, [3550] = {.lex_state = 70}, [3551] = {.lex_state = 70}, [3552] = {.lex_state = 70}, [3553] = {.lex_state = 70}, - [3554] = {.lex_state = 70}, + [3554] = {.lex_state = 18}, [3555] = {.lex_state = 70}, - [3556] = {.lex_state = 70}, + [3556] = {.lex_state = 18}, [3557] = {.lex_state = 70}, - [3558] = {.lex_state = 70}, - [3559] = {.lex_state = 70}, - [3560] = {.lex_state = 70}, + [3558] = {.lex_state = 18}, + [3559] = {.lex_state = 18}, + [3560] = {.lex_state = 14, .reserved_word_set_id = 1}, [3561] = {.lex_state = 70}, - [3562] = {.lex_state = 70, .external_lex_state = 7}, - [3563] = {.lex_state = 70, .external_lex_state = 9}, - [3564] = {.lex_state = 14}, - [3565] = {.lex_state = 19}, + [3562] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3563] = {.lex_state = 70}, + [3564] = {.lex_state = 18}, + [3565] = {.lex_state = 70}, [3566] = {.lex_state = 70}, [3567] = {.lex_state = 70}, - [3568] = {.lex_state = 70}, - [3569] = {.lex_state = 19}, - [3570] = {.lex_state = 19}, - [3571] = {.lex_state = 70}, + [3568] = {.lex_state = 70, .external_lex_state = 7}, + [3569] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3570] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3571] = {.lex_state = 14, .reserved_word_set_id = 1}, [3572] = {.lex_state = 70}, - [3573] = {.lex_state = 14}, - [3574] = {.lex_state = 70}, - [3575] = {.lex_state = 19}, - [3576] = {.lex_state = 70}, - [3577] = {.lex_state = 19}, - [3578] = {.lex_state = 14}, + [3573] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3574] = {.lex_state = 18}, + [3575] = {.lex_state = 70}, + [3576] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3577] = {.lex_state = 70}, + [3578] = {.lex_state = 18}, [3579] = {.lex_state = 70}, [3580] = {.lex_state = 70}, - [3581] = {.lex_state = 70}, - [3582] = {.lex_state = 14}, - [3583] = {.lex_state = 70}, - [3584] = {.lex_state = 70}, - [3585] = {.lex_state = 19}, - [3586] = {.lex_state = 14}, + [3581] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3582] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3583] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3584] = {.lex_state = 18}, + [3585] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3586] = {.lex_state = 70, .external_lex_state = 8}, [3587] = {.lex_state = 70}, [3588] = {.lex_state = 70}, - [3589] = {.lex_state = 19}, + [3589] = {.lex_state = 70}, [3590] = {.lex_state = 70}, [3591] = {.lex_state = 70}, - [3592] = {.lex_state = 70}, - [3593] = {.lex_state = 70, .external_lex_state = 8}, + [3592] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3593] = {.lex_state = 18}, [3594] = {.lex_state = 70}, - [3595] = {.lex_state = 19}, - [3596] = {.lex_state = 71}, - [3597] = {.lex_state = 14}, - [3598] = {.lex_state = 19}, + [3595] = {.lex_state = 18}, + [3596] = {.lex_state = 18}, + [3597] = {.lex_state = 70}, + [3598] = {.lex_state = 18}, [3599] = {.lex_state = 70}, - [3600] = {.lex_state = 19}, - [3601] = {.lex_state = 70}, - [3602] = {.lex_state = 70}, - [3603] = {.lex_state = 14}, - [3604] = {.lex_state = 14}, - [3605] = {.lex_state = 70}, - [3606] = {.lex_state = 19}, - [3607] = {.lex_state = 14}, - [3608] = {.lex_state = 19}, - [3609] = {.lex_state = 70}, - [3610] = {.lex_state = 70}, - [3611] = {.lex_state = 19}, + [3600] = {.lex_state = 70}, + [3601] = {.lex_state = 18}, + [3602] = {.lex_state = 14}, + [3603] = {.lex_state = 70}, + [3604] = {.lex_state = 18}, + [3605] = {.lex_state = 18}, + [3606] = {.lex_state = 71}, + [3607] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3608] = {.lex_state = 18}, + [3609] = {.lex_state = 18}, + [3610] = {.lex_state = 18}, + [3611] = {.lex_state = 70}, [3612] = {.lex_state = 14}, [3613] = {.lex_state = 70}, - [3614] = {.lex_state = 19}, - [3615] = {.lex_state = 19}, - [3616] = {.lex_state = 71}, - [3617] = {.lex_state = 14}, - [3618] = {.lex_state = 19}, - [3619] = {.lex_state = 19}, - [3620] = {.lex_state = 19}, - [3621] = {.lex_state = 70}, - [3622] = {.lex_state = 14}, - [3623] = {.lex_state = 70}, - [3624] = {.lex_state = 70}, - [3625] = {.lex_state = 14}, - [3626] = {.lex_state = 14}, - [3627] = {.lex_state = 70}, - [3628] = {.lex_state = 14}, - [3629] = {.lex_state = 14}, - [3630] = {.lex_state = 70, .external_lex_state = 9}, - [3631] = {.lex_state = 14}, - [3632] = {.lex_state = 14}, - [3633] = {.lex_state = 14}, - [3634] = {.lex_state = 14}, - [3635] = {.lex_state = 70}, - [3636] = {.lex_state = 14}, - [3637] = {.lex_state = 70}, - [3638] = {.lex_state = 70, .external_lex_state = 7}, - [3639] = {.lex_state = 70}, - [3640] = {.lex_state = 70}, - [3641] = {.lex_state = 70}, - [3642] = {(TSStateId)(-1)}, - [3643] = {(TSStateId)(-1)}, - [3644] = {(TSStateId)(-1)}, - [3645] = {(TSStateId)(-1)}, - [3646] = {(TSStateId)(-1)}, - [3647] = {(TSStateId)(-1)}, - [3648] = {(TSStateId)(-1)}, + [3614] = {.lex_state = 70}, + [3615] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3616] = {.lex_state = 14}, + [3617] = {.lex_state = 70}, + [3618] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3619] = {.lex_state = 14}, + [3620] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3621] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3622] = {.lex_state = 70}, + [3623] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3624] = {.lex_state = 70, .external_lex_state = 9}, + [3625] = {.lex_state = 71}, + [3626] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3627] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3628] = {.lex_state = 71}, + [3629] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3630] = {.lex_state = 14, .reserved_word_set_id = 1}, + [3631] = {.lex_state = 70}, + [3632] = {(TSStateId)(-1),}, + [3633] = {(TSStateId)(-1),}, + [3634] = {(TSStateId)(-1),}, + [3635] = {(TSStateId)(-1),}, + [3636] = {(TSStateId)(-1),}, + [3637] = {(TSStateId)(-1),}, + [3638] = {(TSStateId)(-1),}, +}; + +static const TSSymbol ts_reserved_words[11][MAX_RESERVED_WORD_SET_SIZE] = { + [1] = { + anon_sym_enum, + anon_sym_fn, + anon_sym_for, + anon_sym_if, + anon_sym_let, + anon_sym_loop, + anon_sym_match, + anon_sym_mod, + anon_sym_struct, + anon_sym_type, + anon_sym_while, + }, + [2] = { + anon_sym_enum, + anon_sym_fn, + anon_sym_let, + anon_sym_mod, + anon_sym_struct, + anon_sym_type, + }, + [3] = { + anon_sym_enum, + anon_sym_fn, + anon_sym_mod, + anon_sym_struct, + anon_sym_type, + }, + [4] = { + anon_sym_enum, + anon_sym_if, + anon_sym_let, + anon_sym_loop, + anon_sym_match, + anon_sym_mod, + anon_sym_struct, + anon_sym_type, + anon_sym_while, + }, + [5] = { + anon_sym_for, + anon_sym_if, + anon_sym_loop, + anon_sym_match, + anon_sym_while, + }, + [6] = { + anon_sym_if, + anon_sym_let, + anon_sym_loop, + anon_sym_match, + anon_sym_while, + }, + [7] = { + anon_sym_for, + anon_sym_loop, + anon_sym_match, + anon_sym_while, + }, + [8] = { + anon_sym_enum, + anon_sym_fn, + anon_sym_if, + anon_sym_let, + anon_sym_loop, + anon_sym_match, + anon_sym_mod, + anon_sym_struct, + anon_sym_type, + anon_sym_while, + }, + [9] = { + anon_sym_enum, + anon_sym_for, + anon_sym_if, + anon_sym_let, + anon_sym_loop, + anon_sym_match, + anon_sym_mod, + anon_sym_struct, + anon_sym_type, + anon_sym_while, + }, + [10] = { + anon_sym_for, + anon_sym_if, + anon_sym_let, + anon_sym_loop, + anon_sym_match, + anon_sym_while, + }, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { - [0] = { + [STATE(0)] = { [sym_line_comment] = STATE(0), [sym_block_comment] = STATE(0), [ts_builtin_sym_end] = ACTIONS(1), @@ -13913,84 +13996,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_doc_content] = ACTIONS(1), [sym__error_sentinel] = ACTIONS(1), }, - [1] = { - [sym_source_file] = STATE(3457), - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1886), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(1)] = { + [sym_source_file] = STATE(3551), + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1899), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(1), [sym_block_comment] = STATE(1), - [aux_sym_source_file_repeat1] = STATE(34), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_source_file_repeat1] = STATE(5), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [ts_builtin_sym_end] = ACTIONS(7), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), @@ -14069,83 +14152,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [2] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1806), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(2)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1777), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(2), [sym_block_comment] = STATE(2), - [aux_sym_source_file_repeat1] = STATE(5), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -14223,83 +14306,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [3] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1854), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(3)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1802), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(3), [sym_block_comment] = STATE(3), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -14377,83 +14460,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [4] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1886), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(4)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1899), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(4), [sym_block_comment] = STATE(4), - [aux_sym_source_file_repeat1] = STATE(6), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_source_file_repeat1] = STATE(7), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [ts_builtin_sym_end] = ACTIONS(125), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), @@ -14531,90 +14614,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [5] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1654), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(5)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1899), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(5), [sym_block_comment] = STATE(5), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_source_file_repeat1] = STATE(8), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [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), @@ -14685,90 +14768,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [6] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1886), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(6)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1813), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(6), [sym_block_comment] = STATE(6), - [aux_sym_source_file_repeat1] = STATE(7), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [ts_builtin_sym_end] = ACTIONS(129), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [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), @@ -14839,83 +14922,237 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [7] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1886), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(7)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1899), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(7), [sym_block_comment] = STATE(7), - [aux_sym_source_file_repeat1] = STATE(7), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_source_file_repeat1] = STATE(8), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [ts_builtin_sym_end] = ACTIONS(129), + [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_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(121), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(39), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(43), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(47), + [anon_sym_enum] = ACTIONS(49), + [anon_sym_fn] = ACTIONS(51), + [anon_sym_for] = ACTIONS(53), + [anon_sym_gen] = ACTIONS(55), + [anon_sym_if] = ACTIONS(57), + [anon_sym_impl] = ACTIONS(59), + [anon_sym_let] = ACTIONS(61), + [anon_sym_loop] = ACTIONS(63), + [anon_sym_match] = ACTIONS(65), + [anon_sym_mod] = ACTIONS(67), + [anon_sym_pub] = ACTIONS(69), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(73), + [anon_sym_struct] = ACTIONS(75), + [anon_sym_trait] = ACTIONS(77), + [anon_sym_type] = ACTIONS(79), + [anon_sym_union] = ACTIONS(81), + [anon_sym_unsafe] = ACTIONS(83), + [anon_sym_use] = ACTIONS(85), + [anon_sym_while] = ACTIONS(87), + [anon_sym_extern] = ACTIONS(89), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), + [anon_sym_try] = ACTIONS(95), + [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(113), + [sym_metavariable] = ACTIONS(115), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(8)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1899), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(8), + [sym_block_comment] = STATE(8), + [aux_sym_source_file_repeat1] = STATE(8), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [ts_builtin_sym_end] = ACTIONS(131), [sym_identifier] = ACTIONS(133), [anon_sym_SEMI] = ACTIONS(136), @@ -14993,83 +15230,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(286), [sym_float_literal] = ACTIONS(265), }, - [8] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1831), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(8), - [sym_block_comment] = STATE(8), - [aux_sym_source_file_repeat1] = STATE(9), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [STATE(9)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1806), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(9), + [sym_block_comment] = STATE(9), + [aux_sym_source_file_repeat1] = STATE(10), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -15147,83 +15384,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [9] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1832), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(9), - [sym_block_comment] = STATE(9), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [STATE(10)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1861), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(10), + [sym_block_comment] = STATE(10), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -15301,83 +15538,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [10] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1801), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(10), - [sym_block_comment] = STATE(10), - [aux_sym_source_file_repeat1] = STATE(11), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [STATE(11)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1683), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(11), + [sym_block_comment] = STATE(11), + [aux_sym_source_file_repeat1] = STATE(12), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -15455,83 +15692,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [11] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1807), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(11), - [sym_block_comment] = STATE(11), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [STATE(12)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1695), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(12), + [sym_block_comment] = STATE(12), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -15609,83 +15846,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [12] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1886), - [sym_macro_invocation] = STATE(409), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(12), - [sym_block_comment] = STATE(12), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [STATE(13)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1899), + [sym_macro_invocation] = STATE(415), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(13), + [sym_block_comment] = STATE(13), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(133), [anon_sym_SEMI] = ACTIONS(136), [anon_sym_macro_rules_BANG] = ACTIONS(139), @@ -15763,83 +16000,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(286), [sym_float_literal] = ACTIONS(265), }, - [13] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1814), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(13), - [sym_block_comment] = STATE(13), - [aux_sym_source_file_repeat1] = STATE(14), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [STATE(14)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1713), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(14), + [sym_block_comment] = STATE(14), + [aux_sym_source_file_repeat1] = STATE(15), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -15917,83 +16154,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [14] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1818), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(14), - [sym_block_comment] = STATE(14), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [STATE(15)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1721), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(15), + [sym_block_comment] = STATE(15), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -16071,83 +16308,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [15] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1823), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(15), - [sym_block_comment] = STATE(15), - [aux_sym_source_file_repeat1] = STATE(16), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [STATE(16)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1733), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(16), + [sym_block_comment] = STATE(16), + [aux_sym_source_file_repeat1] = STATE(17), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -16225,83 +16462,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [16] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1829), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(16), - [sym_block_comment] = STATE(16), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [STATE(17)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1743), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(17), + [sym_block_comment] = STATE(17), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -16379,244 +16616,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [17] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1833), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(17), - [sym_block_comment] = STATE(17), - [aux_sym_source_file_repeat1] = STATE(18), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [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_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(121), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(39), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(43), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(47), - [anon_sym_enum] = ACTIONS(49), - [anon_sym_fn] = ACTIONS(51), - [anon_sym_for] = ACTIONS(53), - [anon_sym_gen] = ACTIONS(55), - [anon_sym_if] = ACTIONS(57), - [anon_sym_impl] = ACTIONS(59), - [anon_sym_let] = ACTIONS(61), - [anon_sym_loop] = ACTIONS(63), - [anon_sym_match] = ACTIONS(65), - [anon_sym_mod] = ACTIONS(67), - [anon_sym_pub] = ACTIONS(69), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(73), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_trait] = ACTIONS(77), - [anon_sym_type] = ACTIONS(79), - [anon_sym_union] = ACTIONS(81), - [anon_sym_unsafe] = ACTIONS(83), - [anon_sym_use] = ACTIONS(85), - [anon_sym_while] = ACTIONS(87), - [anon_sym_extern] = ACTIONS(89), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(95), - [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(113), - [sym_metavariable] = ACTIONS(115), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [18] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1834), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(18)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1755), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(18), [sym_block_comment] = STATE(18), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_source_file_repeat1] = STATE(19), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [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), @@ -16687,90 +16770,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [19] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1837), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(19)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1758), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(19), [sym_block_comment] = STATE(19), - [aux_sym_source_file_repeat1] = STATE(20), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [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), @@ -16841,90 +16924,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [20] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1839), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(20)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1763), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(20), [sym_block_comment] = STATE(20), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_source_file_repeat1] = STATE(21), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [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), @@ -16995,90 +17078,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [21] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1840), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(21)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1766), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(21), [sym_block_comment] = STATE(21), - [aux_sym_source_file_repeat1] = STATE(22), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [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), @@ -17149,90 +17232,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [22] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1841), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(22)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1773), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(22), [sym_block_comment] = STATE(22), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_source_file_repeat1] = STATE(23), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [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), @@ -17303,90 +17386,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [23] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1842), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(23)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1774), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(23), [sym_block_comment] = STATE(23), - [aux_sym_source_file_repeat1] = STATE(24), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [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), @@ -17457,90 +17540,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [24] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1843), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(24)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1775), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(24), [sym_block_comment] = STATE(24), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_source_file_repeat1] = STATE(2), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [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), @@ -17611,90 +17694,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [25] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1845), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(25)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1780), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(25), [sym_block_comment] = STATE(25), [aux_sym_source_file_repeat1] = STATE(26), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [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), @@ -17765,90 +17848,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [26] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1846), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(26)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1781), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(26), [sym_block_comment] = STATE(26), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [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), @@ -17919,90 +18002,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [27] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1847), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(27)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1783), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(27), [sym_block_comment] = STATE(27), [aux_sym_source_file_repeat1] = STATE(28), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [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), @@ -18073,90 +18156,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [28] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1848), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(28)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1785), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(28), [sym_block_comment] = STATE(28), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [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), @@ -18227,90 +18310,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [29] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1849), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(29)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1792), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(29), [sym_block_comment] = STATE(29), [aux_sym_source_file_repeat1] = STATE(30), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [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), @@ -18381,90 +18464,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [30] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1850), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(30)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1794), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(30), [sym_block_comment] = STATE(30), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [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), @@ -18535,90 +18618,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [31] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1851), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(31)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1796), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(31), [sym_block_comment] = STATE(31), [aux_sym_source_file_repeat1] = STATE(32), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [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), @@ -18689,90 +18772,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [32] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1852), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(32)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1798), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(32), [sym_block_comment] = STATE(32), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [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), @@ -18843,90 +18926,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [33] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1853), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(33)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1800), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(33), [sym_block_comment] = STATE(33), [aux_sym_source_file_repeat1] = STATE(3), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [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), @@ -18997,90 +19080,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [34] = { - [sym__statement] = STATE(659), - [sym_empty_statement] = STATE(665), - [sym_expression_statement] = STATE(665), - [sym_macro_definition] = STATE(665), - [sym_attribute_item] = STATE(665), - [sym_inner_attribute_item] = STATE(665), - [sym_mod_item] = STATE(665), - [sym_foreign_mod_item] = STATE(665), - [sym_struct_item] = STATE(665), - [sym_union_item] = STATE(665), - [sym_enum_item] = STATE(665), - [sym_extern_crate_declaration] = STATE(665), - [sym_const_item] = STATE(665), - [sym_static_item] = STATE(665), - [sym_type_item] = STATE(665), - [sym_function_item] = STATE(665), - [sym_function_signature_item] = STATE(665), - [sym_function_modifiers] = STATE(3607), - [sym_impl_item] = STATE(665), - [sym_trait_item] = STATE(665), - [sym_associated_type] = STATE(665), - [sym_let_declaration] = STATE(665), - [sym_use_declaration] = STATE(665), - [sym_extern_modifier] = STATE(2160), - [sym_visibility_modifier] = STATE(1950), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1886), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1552), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(377), - [sym_match_expression] = STATE(377), - [sym_while_expression] = STATE(377), - [sym_loop_expression] = STATE(377), - [sym_for_expression] = STATE(377), - [sym_const_block] = STATE(377), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3577), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(377), - [sym_async_block] = STATE(377), - [sym_gen_block] = STATE(377), - [sym_try_block] = STATE(377), - [sym_block] = STATE(377), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(34)] = { + [sym__statement] = STATE(675), + [sym_empty_statement] = STATE(683), + [sym_expression_statement] = STATE(683), + [sym_macro_definition] = STATE(683), + [sym_attribute_item] = STATE(683), + [sym_inner_attribute_item] = STATE(683), + [sym_mod_item] = STATE(683), + [sym_foreign_mod_item] = STATE(683), + [sym_struct_item] = STATE(683), + [sym_union_item] = STATE(683), + [sym_enum_item] = STATE(683), + [sym_extern_crate_declaration] = STATE(683), + [sym_const_item] = STATE(683), + [sym_static_item] = STATE(683), + [sym_type_item] = STATE(683), + [sym_function_item] = STATE(683), + [sym_function_signature_item] = STATE(683), + [sym_function_modifiers] = STATE(3616), + [sym_impl_item] = STATE(683), + [sym_trait_item] = STATE(683), + [sym_associated_type] = STATE(683), + [sym_let_declaration] = STATE(683), + [sym_use_declaration] = STATE(683), + [sym_extern_modifier] = STATE(2147), + [sym_visibility_modifier] = STATE(1951), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1748), + [sym_macro_invocation] = STATE(391), + [sym_scoped_identifier] = STATE(1543), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(386), + [sym_match_expression] = STATE(386), + [sym_while_expression] = STATE(386), + [sym_loop_expression] = STATE(386), + [sym_for_expression] = STATE(386), + [sym_const_block] = STATE(386), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3431), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(386), + [sym_async_block] = STATE(386), + [sym_gen_block] = STATE(386), + [sym_try_block] = STATE(386), + [sym_block] = STATE(386), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(34), [sym_block_comment] = STATE(34), - [aux_sym_source_file_repeat1] = STATE(7), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [ts_builtin_sym_end] = ACTIONS(125), + [aux_sym_source_file_repeat1] = STATE(6), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [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), @@ -19151,54 +19234,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), }, - [35] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1517), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(35)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1509), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(35), [sym_block_comment] = STATE(35), [sym_identifier] = ACTIONS(339), @@ -19299,54 +19382,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), }, - [36] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1519), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(36)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1510), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(36), [sym_block_comment] = STATE(36), [sym_identifier] = ACTIONS(339), @@ -19446,59 +19529,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [37] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1511), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(37)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1524), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(35), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(37), [sym_block_comment] = STATE(37), [sym_identifier] = ACTIONS(339), [anon_sym_SEMI] = ACTIONS(387), - [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LPAREN] = ACTIONS(387), [anon_sym_RPAREN] = ACTIONS(387), [anon_sym_LBRACK] = ACTIONS(387), [anon_sym_RBRACK] = ACTIONS(387), @@ -19558,7 +19641,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_SQUOTE] = ACTIONS(391), [anon_sym_as] = ACTIONS(389), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -19593,67 +19676,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [38] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1516), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(38)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1507), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(38), [sym_block_comment] = STATE(38), [sym_identifier] = ACTIONS(339), - [anon_sym_SEMI] = ACTIONS(391), + [anon_sym_SEMI] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(391), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_RBRACK] = ACTIONS(391), + [anon_sym_RPAREN] = ACTIONS(393), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(393), [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_RBRACE] = ACTIONS(393), + [anon_sym_PLUS] = ACTIONS(395), + [anon_sym_STAR] = ACTIONS(349), + [anon_sym_QMARK] = ACTIONS(393), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), [anon_sym_u16] = ACTIONS(23), @@ -19671,42 +19754,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(393), - [anon_sym_SLASH] = ACTIONS(393), - [anon_sym_PERCENT] = ACTIONS(393), - [anon_sym_CARET] = ACTIONS(393), + [anon_sym_DASH] = ACTIONS(349), + [anon_sym_SLASH] = ACTIONS(395), + [anon_sym_PERCENT] = ACTIONS(395), + [anon_sym_CARET] = ACTIONS(395), [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_AMP] = ACTIONS(379), + [anon_sym_PIPE] = ACTIONS(381), + [anon_sym_AMP_AMP] = ACTIONS(393), + [anon_sym_PIPE_PIPE] = ACTIONS(393), + [anon_sym_LT_LT] = ACTIONS(395), + [anon_sym_GT_GT] = ACTIONS(395), + [anon_sym_PLUS_EQ] = ACTIONS(393), + [anon_sym_DASH_EQ] = ACTIONS(393), + [anon_sym_STAR_EQ] = ACTIONS(393), + [anon_sym_SLASH_EQ] = ACTIONS(393), + [anon_sym_PERCENT_EQ] = ACTIONS(393), + [anon_sym_CARET_EQ] = ACTIONS(393), + [anon_sym_AMP_EQ] = ACTIONS(393), + [anon_sym_PIPE_EQ] = ACTIONS(393), + [anon_sym_LT_LT_EQ] = ACTIONS(393), + [anon_sym_GT_GT_EQ] = ACTIONS(393), + [anon_sym_EQ] = ACTIONS(395), + [anon_sym_EQ_EQ] = ACTIONS(393), + [anon_sym_BANG_EQ] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(395), + [anon_sym_LT] = ACTIONS(383), + [anon_sym_GT_EQ] = ACTIONS(393), + [anon_sym_LT_EQ] = ACTIONS(393), + [anon_sym_DOT] = ACTIONS(395), + [anon_sym_DOT_DOT] = ACTIONS(385), + [anon_sym_DOT_DOT_DOT] = ACTIONS(393), + [anon_sym_DOT_DOT_EQ] = ACTIONS(393), + [anon_sym_COMMA] = ACTIONS(393), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(393), + [anon_sym_as] = ACTIONS(395), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), @@ -19722,7 +19805,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(393), + [anon_sym_else] = ACTIONS(395), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), @@ -19740,67 +19823,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [39] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1503), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(35), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(39)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1508), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(39), [sym_block_comment] = STATE(39), [sym_identifier] = ACTIONS(339), - [anon_sym_SEMI] = ACTIONS(395), - [anon_sym_LPAREN] = ACTIONS(395), - [anon_sym_RPAREN] = ACTIONS(395), - [anon_sym_LBRACK] = ACTIONS(395), - [anon_sym_RBRACK] = ACTIONS(395), + [anon_sym_SEMI] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(397), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_RBRACK] = ACTIONS(397), [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_RBRACE] = ACTIONS(397), + [anon_sym_PLUS] = ACTIONS(399), + [anon_sym_STAR] = ACTIONS(399), + [anon_sym_QMARK] = ACTIONS(397), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), [anon_sym_u16] = ACTIONS(23), @@ -19818,42 +19901,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(397), - [anon_sym_SLASH] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(397), - [anon_sym_CARET] = ACTIONS(397), + [anon_sym_DASH] = ACTIONS(399), + [anon_sym_SLASH] = ACTIONS(399), + [anon_sym_PERCENT] = ACTIONS(399), + [anon_sym_CARET] = ACTIONS(399), [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_AMP] = ACTIONS(399), + [anon_sym_PIPE] = ACTIONS(399), + [anon_sym_AMP_AMP] = ACTIONS(397), + [anon_sym_PIPE_PIPE] = ACTIONS(397), + [anon_sym_LT_LT] = ACTIONS(399), + [anon_sym_GT_GT] = ACTIONS(399), + [anon_sym_PLUS_EQ] = ACTIONS(397), + [anon_sym_DASH_EQ] = ACTIONS(397), + [anon_sym_STAR_EQ] = ACTIONS(397), + [anon_sym_SLASH_EQ] = ACTIONS(397), + [anon_sym_PERCENT_EQ] = ACTIONS(397), + [anon_sym_CARET_EQ] = ACTIONS(397), + [anon_sym_AMP_EQ] = ACTIONS(397), + [anon_sym_PIPE_EQ] = ACTIONS(397), + [anon_sym_LT_LT_EQ] = ACTIONS(397), + [anon_sym_GT_GT_EQ] = ACTIONS(397), + [anon_sym_EQ] = ACTIONS(399), + [anon_sym_EQ_EQ] = ACTIONS(397), + [anon_sym_BANG_EQ] = ACTIONS(397), + [anon_sym_GT] = ACTIONS(399), + [anon_sym_LT] = ACTIONS(399), + [anon_sym_GT_EQ] = ACTIONS(397), + [anon_sym_LT_EQ] = ACTIONS(397), + [anon_sym_DOT] = ACTIONS(399), + [anon_sym_DOT_DOT] = ACTIONS(399), + [anon_sym_DOT_DOT_DOT] = ACTIONS(397), + [anon_sym_DOT_DOT_EQ] = ACTIONS(397), + [anon_sym_COMMA] = ACTIONS(397), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_SQUOTE] = ACTIONS(399), - [anon_sym_as] = ACTIONS(397), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(399), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), @@ -19869,7 +19952,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(397), + [anon_sym_else] = ACTIONS(399), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), @@ -19887,67 +19970,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [40] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1516), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(40)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1508), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(40), [sym_block_comment] = STATE(40), [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_SEMI] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(397), + [anon_sym_RPAREN] = ACTIONS(397), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_RBRACK] = ACTIONS(397), [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_RBRACE] = ACTIONS(397), + [anon_sym_PLUS] = ACTIONS(399), + [anon_sym_STAR] = ACTIONS(399), + [anon_sym_QMARK] = ACTIONS(397), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), [anon_sym_u16] = ACTIONS(23), @@ -19965,42 +20048,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(393), - [anon_sym_SLASH] = ACTIONS(393), - [anon_sym_PERCENT] = ACTIONS(393), - [anon_sym_CARET] = ACTIONS(393), + [anon_sym_DASH] = ACTIONS(399), + [anon_sym_SLASH] = ACTIONS(399), + [anon_sym_PERCENT] = ACTIONS(399), + [anon_sym_CARET] = ACTIONS(399), [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_AMP] = ACTIONS(399), + [anon_sym_PIPE] = ACTIONS(399), + [anon_sym_AMP_AMP] = ACTIONS(397), + [anon_sym_PIPE_PIPE] = ACTIONS(397), + [anon_sym_LT_LT] = ACTIONS(399), + [anon_sym_GT_GT] = ACTIONS(399), + [anon_sym_PLUS_EQ] = ACTIONS(397), + [anon_sym_DASH_EQ] = ACTIONS(397), + [anon_sym_STAR_EQ] = ACTIONS(397), + [anon_sym_SLASH_EQ] = ACTIONS(397), + [anon_sym_PERCENT_EQ] = ACTIONS(397), + [anon_sym_CARET_EQ] = ACTIONS(397), + [anon_sym_AMP_EQ] = ACTIONS(397), + [anon_sym_PIPE_EQ] = ACTIONS(397), + [anon_sym_LT_LT_EQ] = ACTIONS(397), + [anon_sym_GT_GT_EQ] = ACTIONS(397), + [anon_sym_EQ] = ACTIONS(399), + [anon_sym_EQ_EQ] = ACTIONS(397), + [anon_sym_BANG_EQ] = ACTIONS(397), + [anon_sym_GT] = ACTIONS(399), + [anon_sym_LT] = ACTIONS(399), + [anon_sym_GT_EQ] = ACTIONS(397), + [anon_sym_LT_EQ] = ACTIONS(397), + [anon_sym_DOT] = ACTIONS(399), + [anon_sym_DOT_DOT] = ACTIONS(399), + [anon_sym_DOT_DOT_DOT] = ACTIONS(397), + [anon_sym_DOT_DOT_EQ] = ACTIONS(397), + [anon_sym_COMMA] = ACTIONS(397), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(393), + [anon_sym_as] = ACTIONS(399), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), @@ -20016,7 +20099,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(393), + [anon_sym_else] = ACTIONS(399), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), @@ -20034,66 +20117,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [41] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1514), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(41)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1525), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(41), [sym_block_comment] = STATE(41), [sym_identifier] = ACTIONS(339), [anon_sym_SEMI] = ACTIONS(401), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_RPAREN] = ACTIONS(401), - [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACK] = ACTIONS(401), [anon_sym_RBRACK] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_RBRACE] = ACTIONS(401), [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_STAR] = ACTIONS(349), + [anon_sym_STAR] = ACTIONS(403), [anon_sym_QMARK] = ACTIONS(401), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -20112,13 +20195,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(403), [anon_sym_SLASH] = ACTIONS(403), [anon_sym_PERCENT] = ACTIONS(403), [anon_sym_CARET] = ACTIONS(403), [anon_sym_BANG] = ACTIONS(349), - [anon_sym_AMP] = ACTIONS(379), - [anon_sym_PIPE] = ACTIONS(381), + [anon_sym_AMP] = ACTIONS(403), + [anon_sym_PIPE] = ACTIONS(403), [anon_sym_AMP_AMP] = ACTIONS(401), [anon_sym_PIPE_PIPE] = ACTIONS(401), [anon_sym_LT_LT] = ACTIONS(403), @@ -20137,11 +20220,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(401), [anon_sym_BANG_EQ] = ACTIONS(401), [anon_sym_GT] = ACTIONS(403), - [anon_sym_LT] = ACTIONS(383), + [anon_sym_LT] = ACTIONS(403), [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] = ACTIONS(403), [anon_sym_DOT_DOT_DOT] = ACTIONS(401), [anon_sym_DOT_DOT_EQ] = ACTIONS(401), [anon_sym_COMMA] = ACTIONS(401), @@ -20181,67 +20264,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [42] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1511), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(42)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1525), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(42), [sym_block_comment] = STATE(42), [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_SEMI] = ACTIONS(401), + [anon_sym_LPAREN] = ACTIONS(401), + [anon_sym_RPAREN] = ACTIONS(401), + [anon_sym_LBRACK] = ACTIONS(401), + [anon_sym_RBRACK] = ACTIONS(401), [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_RBRACE] = ACTIONS(401), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_STAR] = ACTIONS(403), + [anon_sym_QMARK] = ACTIONS(401), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), [anon_sym_u16] = ACTIONS(23), @@ -20259,42 +20342,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(389), - [anon_sym_SLASH] = ACTIONS(389), - [anon_sym_PERCENT] = ACTIONS(389), - [anon_sym_CARET] = ACTIONS(389), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_SLASH] = ACTIONS(403), + [anon_sym_PERCENT] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), [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_AMP] = ACTIONS(403), + [anon_sym_PIPE] = ACTIONS(403), + [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(403), + [anon_sym_GT_EQ] = ACTIONS(401), + [anon_sym_LT_EQ] = ACTIONS(401), + [anon_sym_DOT] = ACTIONS(403), + [anon_sym_DOT_DOT] = ACTIONS(403), + [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(389), + [anon_sym_as] = ACTIONS(403), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), @@ -20310,7 +20393,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(389), + [anon_sym_else] = ACTIONS(403), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), @@ -20328,54 +20411,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), }, - [43] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1754), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), + [STATE(43)] = { + [sym_bracketed_type] = STATE(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1687), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), [sym_line_comment] = STATE(43), [sym_block_comment] = STATE(43), [sym_identifier] = ACTIONS(405), @@ -20471,64 +20554,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), }, - [44] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1681), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(43), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), + [STATE(44)] = { + [sym_bracketed_type] = STATE(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1805), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), [sym_line_comment] = STATE(44), [sym_block_comment] = STATE(44), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(395), - [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_EQ_GT] = ACTIONS(395), - [anon_sym_PLUS] = ACTIONS(397), - [anon_sym_STAR] = ACTIONS(397), - [anon_sym_QMARK] = ACTIONS(395), + [anon_sym_EQ_GT] = ACTIONS(393), + [anon_sym_PLUS] = ACTIONS(395), + [anon_sym_STAR] = ACTIONS(413), + [anon_sym_QMARK] = ACTIONS(393), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -20546,41 +20629,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(397), - [anon_sym_SLASH] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(397), - [anon_sym_CARET] = ACTIONS(397), + [anon_sym_DASH] = ACTIONS(413), + [anon_sym_SLASH] = ACTIONS(395), + [anon_sym_PERCENT] = ACTIONS(395), + [anon_sym_CARET] = ACTIONS(395), [anon_sym_BANG] = ACTIONS(413), - [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_AMP] = ACTIONS(469), + [anon_sym_PIPE] = ACTIONS(381), + [anon_sym_AMP_AMP] = ACTIONS(393), + [anon_sym_PIPE_PIPE] = ACTIONS(393), + [anon_sym_LT_LT] = ACTIONS(395), + [anon_sym_GT_GT] = ACTIONS(395), + [anon_sym_PLUS_EQ] = ACTIONS(393), + [anon_sym_DASH_EQ] = ACTIONS(393), + [anon_sym_STAR_EQ] = ACTIONS(393), + [anon_sym_SLASH_EQ] = ACTIONS(393), + [anon_sym_PERCENT_EQ] = ACTIONS(393), + [anon_sym_CARET_EQ] = ACTIONS(393), + [anon_sym_AMP_EQ] = ACTIONS(393), + [anon_sym_PIPE_EQ] = ACTIONS(393), + [anon_sym_LT_LT_EQ] = ACTIONS(393), + [anon_sym_GT_GT_EQ] = ACTIONS(393), + [anon_sym_EQ] = ACTIONS(395), + [anon_sym_EQ_EQ] = ACTIONS(393), + [anon_sym_BANG_EQ] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(395), + [anon_sym_LT] = ACTIONS(383), + [anon_sym_GT_EQ] = ACTIONS(393), + [anon_sym_LT_EQ] = ACTIONS(393), + [anon_sym_DOT] = ACTIONS(395), + [anon_sym_DOT_DOT] = ACTIONS(471), + [anon_sym_DOT_DOT_DOT] = ACTIONS(393), + [anon_sym_DOT_DOT_EQ] = ACTIONS(393), [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_SQUOTE] = ACTIONS(465), - [anon_sym_as] = ACTIONS(397), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(395), [anon_sym_async] = ACTIONS(417), [anon_sym_break] = ACTIONS(419), [anon_sym_const] = ACTIONS(421), @@ -20613,201 +20696,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [45] = { + [STATE(45)] = { [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1703), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1688), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), [sym_line_comment] = STATE(45), [sym_block_comment] = STATE(45), - [sym_identifier] = ACTIONS(467), - [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(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(347), - [anon_sym_SLASH] = ACTIONS(347), - [anon_sym_PERCENT] = ACTIONS(347), - [anon_sym_CARET] = ACTIONS(347), - [anon_sym_BANG] = ACTIONS(471), - [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(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(347), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [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), - }, - [46] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1686), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(46), - [sym_block_comment] = STATE(46), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), [anon_sym_LBRACE] = ACTIONS(407), [anon_sym_EQ_GT] = ACTIONS(375), [anon_sym_PLUS] = ACTIONS(377), @@ -20835,7 +20776,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PERCENT] = ACTIONS(377), [anon_sym_CARET] = ACTIONS(377), [anon_sym_BANG] = ACTIONS(413), - [anon_sym_AMP] = ACTIONS(499), + [anon_sym_AMP] = ACTIONS(469), [anon_sym_PIPE] = ACTIONS(381), [anon_sym_AMP_AMP] = ACTIONS(375), [anon_sym_PIPE_PIPE] = ACTIONS(375), @@ -20859,7 +20800,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT_EQ] = ACTIONS(375), [anon_sym_LT_EQ] = ACTIONS(375), [anon_sym_DOT] = ACTIONS(377), - [anon_sym_DOT_DOT] = ACTIONS(501), + [anon_sym_DOT_DOT] = ACTIONS(471), [anon_sym_DOT_DOT_DOT] = ACTIONS(375), [anon_sym_DOT_DOT_EQ] = ACTIONS(375), [anon_sym_COLON_COLON] = ACTIONS(415), @@ -20897,63 +20838,205 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [47] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1685), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), + [STATE(46)] = { + [sym_bracketed_type] = STATE(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1830), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(46), + [sym_block_comment] = STATE(46), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_EQ_GT] = ACTIONS(397), + [anon_sym_PLUS] = ACTIONS(399), + [anon_sym_STAR] = ACTIONS(399), + [anon_sym_QMARK] = ACTIONS(397), + [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(399), + [anon_sym_SLASH] = ACTIONS(399), + [anon_sym_PERCENT] = ACTIONS(399), + [anon_sym_CARET] = ACTIONS(399), + [anon_sym_BANG] = ACTIONS(413), + [anon_sym_AMP] = ACTIONS(399), + [anon_sym_PIPE] = ACTIONS(399), + [anon_sym_AMP_AMP] = ACTIONS(397), + [anon_sym_PIPE_PIPE] = ACTIONS(397), + [anon_sym_LT_LT] = ACTIONS(399), + [anon_sym_GT_GT] = ACTIONS(399), + [anon_sym_PLUS_EQ] = ACTIONS(397), + [anon_sym_DASH_EQ] = ACTIONS(397), + [anon_sym_STAR_EQ] = ACTIONS(397), + [anon_sym_SLASH_EQ] = ACTIONS(397), + [anon_sym_PERCENT_EQ] = ACTIONS(397), + [anon_sym_CARET_EQ] = ACTIONS(397), + [anon_sym_AMP_EQ] = ACTIONS(397), + [anon_sym_PIPE_EQ] = ACTIONS(397), + [anon_sym_LT_LT_EQ] = ACTIONS(397), + [anon_sym_GT_GT_EQ] = ACTIONS(397), + [anon_sym_EQ] = ACTIONS(399), + [anon_sym_EQ_EQ] = ACTIONS(397), + [anon_sym_BANG_EQ] = ACTIONS(397), + [anon_sym_GT] = ACTIONS(399), + [anon_sym_LT] = ACTIONS(399), + [anon_sym_GT_EQ] = ACTIONS(397), + [anon_sym_LT_EQ] = ACTIONS(397), + [anon_sym_DOT] = ACTIONS(399), + [anon_sym_DOT_DOT] = ACTIONS(399), + [anon_sym_DOT_DOT_DOT] = ACTIONS(397), + [anon_sym_DOT_DOT_EQ] = ACTIONS(397), + [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(399), + [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(47)] = { + [sym_bracketed_type] = STATE(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1745), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), [sym_line_comment] = STATE(47), [sym_block_comment] = STATE(47), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(407), [anon_sym_EQ_GT] = ACTIONS(401), [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_STAR] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(403), [anon_sym_QMARK] = ACTIONS(401), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), @@ -20972,13 +21055,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(403), [anon_sym_SLASH] = ACTIONS(403), [anon_sym_PERCENT] = ACTIONS(403), [anon_sym_CARET] = ACTIONS(403), [anon_sym_BANG] = ACTIONS(413), - [anon_sym_AMP] = ACTIONS(499), - [anon_sym_PIPE] = ACTIONS(381), + [anon_sym_AMP] = ACTIONS(403), + [anon_sym_PIPE] = ACTIONS(403), [anon_sym_AMP_AMP] = ACTIONS(401), [anon_sym_PIPE_PIPE] = ACTIONS(401), [anon_sym_LT_LT] = ACTIONS(403), @@ -20997,11 +21080,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(401), [anon_sym_BANG_EQ] = ACTIONS(401), [anon_sym_GT] = ACTIONS(403), - [anon_sym_LT] = ACTIONS(383), + [anon_sym_LT] = ACTIONS(403), [anon_sym_GT_EQ] = ACTIONS(401), [anon_sym_LT_EQ] = ACTIONS(401), [anon_sym_DOT] = ACTIONS(403), - [anon_sym_DOT_DOT] = ACTIONS(501), + [anon_sym_DOT_DOT] = ACTIONS(403), [anon_sym_DOT_DOT_DOT] = ACTIONS(401), [anon_sym_DOT_DOT_EQ] = ACTIONS(401), [anon_sym_COLON_COLON] = ACTIONS(415), @@ -21039,64 +21122,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), }, - [48] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1680), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), + [STATE(48)] = { + [sym_bracketed_type] = STATE(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1834), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(43), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), [sym_line_comment] = STATE(48), [sym_block_comment] = STATE(48), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_LPAREN] = ACTIONS(387), + [anon_sym_LBRACK] = ACTIONS(387), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_EQ_GT] = ACTIONS(391), - [anon_sym_PLUS] = ACTIONS(393), - [anon_sym_STAR] = ACTIONS(393), - [anon_sym_QMARK] = ACTIONS(391), + [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), @@ -21114,41 +21197,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(393), - [anon_sym_SLASH] = ACTIONS(393), - [anon_sym_PERCENT] = ACTIONS(393), - [anon_sym_CARET] = ACTIONS(393), + [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(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_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(393), + [anon_sym_SQUOTE] = ACTIONS(473), + [anon_sym_as] = ACTIONS(389), [anon_sym_async] = ACTIONS(417), [anon_sym_break] = ACTIONS(419), [anon_sym_const] = ACTIONS(421), @@ -21181,64 +21264,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), }, - [49] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1863), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), + [STATE(49)] = { + [sym_bracketed_type] = STATE(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1830), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), [sym_line_comment] = STATE(49), [sym_block_comment] = STATE(49), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(387), + [anon_sym_LPAREN] = ACTIONS(397), + [anon_sym_LBRACK] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_EQ_GT] = ACTIONS(387), - [anon_sym_PLUS] = ACTIONS(389), - [anon_sym_STAR] = ACTIONS(389), - [anon_sym_QMARK] = ACTIONS(387), + [anon_sym_EQ_GT] = ACTIONS(397), + [anon_sym_PLUS] = ACTIONS(399), + [anon_sym_STAR] = ACTIONS(399), + [anon_sym_QMARK] = ACTIONS(397), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -21256,41 +21339,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(389), - [anon_sym_SLASH] = ACTIONS(389), - [anon_sym_PERCENT] = ACTIONS(389), - [anon_sym_CARET] = ACTIONS(389), + [anon_sym_DASH] = ACTIONS(399), + [anon_sym_SLASH] = ACTIONS(399), + [anon_sym_PERCENT] = ACTIONS(399), + [anon_sym_CARET] = ACTIONS(399), [anon_sym_BANG] = ACTIONS(413), - [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_AMP] = ACTIONS(399), + [anon_sym_PIPE] = ACTIONS(399), + [anon_sym_AMP_AMP] = ACTIONS(397), + [anon_sym_PIPE_PIPE] = ACTIONS(397), + [anon_sym_LT_LT] = ACTIONS(399), + [anon_sym_GT_GT] = ACTIONS(399), + [anon_sym_PLUS_EQ] = ACTIONS(397), + [anon_sym_DASH_EQ] = ACTIONS(397), + [anon_sym_STAR_EQ] = ACTIONS(397), + [anon_sym_SLASH_EQ] = ACTIONS(397), + [anon_sym_PERCENT_EQ] = ACTIONS(397), + [anon_sym_CARET_EQ] = ACTIONS(397), + [anon_sym_AMP_EQ] = ACTIONS(397), + [anon_sym_PIPE_EQ] = ACTIONS(397), + [anon_sym_LT_LT_EQ] = ACTIONS(397), + [anon_sym_GT_GT_EQ] = ACTIONS(397), + [anon_sym_EQ] = ACTIONS(399), + [anon_sym_EQ_EQ] = ACTIONS(397), + [anon_sym_BANG_EQ] = ACTIONS(397), + [anon_sym_GT] = ACTIONS(399), + [anon_sym_LT] = ACTIONS(399), + [anon_sym_GT_EQ] = ACTIONS(397), + [anon_sym_LT_EQ] = ACTIONS(397), + [anon_sym_DOT] = ACTIONS(399), + [anon_sym_DOT_DOT] = ACTIONS(399), + [anon_sym_DOT_DOT_DOT] = ACTIONS(397), + [anon_sym_DOT_DOT_EQ] = ACTIONS(397), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(389), + [anon_sym_as] = ACTIONS(399), [anon_sym_async] = ACTIONS(417), [anon_sym_break] = ACTIONS(419), [anon_sym_const] = ACTIONS(421), @@ -21323,64 +21406,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), }, - [50] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1680), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), + [STATE(50)] = { + [sym_bracketed_type] = STATE(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1745), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), [sym_line_comment] = STATE(50), [sym_block_comment] = STATE(50), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(391), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_LPAREN] = ACTIONS(401), + [anon_sym_LBRACK] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_EQ_GT] = ACTIONS(391), - [anon_sym_PLUS] = ACTIONS(393), - [anon_sym_STAR] = ACTIONS(393), - [anon_sym_QMARK] = ACTIONS(391), + [anon_sym_EQ_GT] = ACTIONS(401), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_STAR] = ACTIONS(403), + [anon_sym_QMARK] = ACTIONS(401), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -21398,41 +21481,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(393), - [anon_sym_SLASH] = ACTIONS(393), - [anon_sym_PERCENT] = ACTIONS(393), - [anon_sym_CARET] = ACTIONS(393), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_SLASH] = ACTIONS(403), + [anon_sym_PERCENT] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), [anon_sym_BANG] = ACTIONS(413), - [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_AMP] = ACTIONS(403), + [anon_sym_PIPE] = ACTIONS(403), + [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(403), + [anon_sym_GT_EQ] = ACTIONS(401), + [anon_sym_LT_EQ] = ACTIONS(401), + [anon_sym_DOT] = ACTIONS(403), + [anon_sym_DOT_DOT] = ACTIONS(403), + [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(393), + [anon_sym_as] = ACTIONS(403), [anon_sym_async] = ACTIONS(417), [anon_sym_break] = ACTIONS(419), [anon_sym_const] = ACTIONS(421), @@ -21465,199 +21548,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [51] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1863), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), + [STATE(51)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1635), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(51), [sym_block_comment] = STATE(51), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(387), - [anon_sym_LBRACK] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(407), - [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), - [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(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(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(389), - [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), - }, - [52] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1621), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(52), - [sym_block_comment] = STATE(52), - [sym_identifier] = ACTIONS(467), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(341), [anon_sym_LBRACK] = ACTIONS(341), [anon_sym_LBRACE] = ACTIONS(341), @@ -21665,28 +21606,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(347), [anon_sym_STAR] = ACTIONS(347), [anon_sym_QMARK] = ACTIONS(341), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), [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_BANG] = ACTIONS(479), [anon_sym_AMP] = ACTIONS(347), [anon_sym_PIPE] = ACTIONS(347), [anon_sym_AMP_AMP] = ACTIONS(341), @@ -21714,26 +21655,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(473), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(347), [anon_sym_as] = ACTIONS(347), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(489), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -21742,127 +21683,128 @@ 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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [53] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1609), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(53), - [sym_block_comment] = STATE(53), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_PLUS] = ACTIONS(377), - [anon_sym_STAR] = ACTIONS(503), - [anon_sym_QMARK] = ACTIONS(375), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(503), - [anon_sym_SLASH] = ACTIONS(377), - [anon_sym_PERCENT] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(377), - [anon_sym_BANG] = ACTIONS(503), - [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), - [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(521), - [anon_sym_DOT_DOT_DOT] = ACTIONS(375), - [anon_sym_DOT_DOT_EQ] = ACTIONS(375), - [anon_sym_COLON_COLON] = ACTIONS(473), + [STATE(52)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1764), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(52), + [sym_block_comment] = STATE(52), + [sym_identifier] = ACTIONS(475), + [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(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(347), + [anon_sym_SLASH] = ACTIONS(347), + [anon_sym_PERCENT] = ACTIONS(347), + [anon_sym_CARET] = ACTIONS(347), + [anon_sym_BANG] = ACTIONS(505), + [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(481), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(377), + [anon_sym_as] = ACTIONS(347), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(509), [anon_sym_if] = ACTIONS(361), @@ -21870,7 +21812,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(511), [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(515), @@ -21883,139 +21825,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [54] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1718), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(54), - [sym_block_comment] = STATE(54), - [sym_identifier] = ACTIONS(467), - [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(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(389), - [anon_sym_SLASH] = ACTIONS(389), - [anon_sym_PERCENT] = ACTIONS(389), - [anon_sym_CARET] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(471), - [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(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(389), + [STATE(53)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1608), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(53), + [sym_block_comment] = STATE(53), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(397), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACE] = ACTIONS(397), + [anon_sym_PLUS] = ACTIONS(399), + [anon_sym_STAR] = ACTIONS(399), + [anon_sym_QMARK] = ACTIONS(397), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(399), + [anon_sym_SLASH] = ACTIONS(399), + [anon_sym_PERCENT] = ACTIONS(399), + [anon_sym_CARET] = ACTIONS(399), + [anon_sym_BANG] = ACTIONS(479), + [anon_sym_AMP] = ACTIONS(399), + [anon_sym_PIPE] = ACTIONS(399), + [anon_sym_AMP_AMP] = ACTIONS(397), + [anon_sym_PIPE_PIPE] = ACTIONS(397), + [anon_sym_LT_LT] = ACTIONS(399), + [anon_sym_GT_GT] = ACTIONS(399), + [anon_sym_PLUS_EQ] = ACTIONS(397), + [anon_sym_DASH_EQ] = ACTIONS(397), + [anon_sym_STAR_EQ] = ACTIONS(397), + [anon_sym_SLASH_EQ] = ACTIONS(397), + [anon_sym_PERCENT_EQ] = ACTIONS(397), + [anon_sym_CARET_EQ] = ACTIONS(397), + [anon_sym_AMP_EQ] = ACTIONS(397), + [anon_sym_PIPE_EQ] = ACTIONS(397), + [anon_sym_LT_LT_EQ] = ACTIONS(397), + [anon_sym_GT_GT_EQ] = ACTIONS(397), + [anon_sym_EQ] = ACTIONS(399), + [anon_sym_EQ_EQ] = ACTIONS(397), + [anon_sym_BANG_EQ] = ACTIONS(397), + [anon_sym_GT] = ACTIONS(399), + [anon_sym_LT] = ACTIONS(399), + [anon_sym_GT_EQ] = ACTIONS(397), + [anon_sym_LT_EQ] = ACTIONS(397), + [anon_sym_DOT] = ACTIONS(399), + [anon_sym_DOT_DOT] = ACTIONS(399), + [anon_sym_DOT_DOT_DOT] = ACTIONS(397), + [anon_sym_DOT_DOT_EQ] = ACTIONS(397), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(399), + [anon_sym_as] = ACTIONS(399), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(489), [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_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(485), - [anon_sym_move] = ACTIONS(487), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -22024,92 +21966,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [55] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1595), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(55), - [sym_block_comment] = STATE(55), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), + [STATE(54)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1739), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(52), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(54), + [sym_block_comment] = STATE(54), + [sym_identifier] = ACTIONS(475), + [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(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), [anon_sym_DASH] = ACTIONS(389), [anon_sym_SLASH] = ACTIONS(389), [anon_sym_PERCENT] = ACTIONS(389), [anon_sym_CARET] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(503), + [anon_sym_BANG] = ACTIONS(505), [anon_sym_AMP] = ACTIONS(389), [anon_sym_PIPE] = ACTIONS(389), [anon_sym_AMP_AMP] = ACTIONS(387), @@ -22137,14 +22079,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(473), - [anon_sym_SQUOTE] = ACTIONS(389), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(391), [anon_sym_as] = ACTIONS(389), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(509), [anon_sym_if] = ACTIONS(361), @@ -22152,7 +22094,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(511), [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(515), @@ -22165,280 +22107,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [56] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1824), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(56), - [sym_block_comment] = STATE(56), - [sym_identifier] = ACTIONS(467), + [STATE(55)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1611), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(55), + [sym_block_comment] = STATE(55), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), - [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(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(393), - [anon_sym_SLASH] = ACTIONS(393), - [anon_sym_PERCENT] = ACTIONS(393), - [anon_sym_CARET] = ACTIONS(393), - [anon_sym_BANG] = ACTIONS(471), - [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(473), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_PLUS] = ACTIONS(395), + [anon_sym_STAR] = ACTIONS(479), + [anon_sym_QMARK] = ACTIONS(393), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(479), + [anon_sym_SLASH] = ACTIONS(395), + [anon_sym_PERCENT] = ACTIONS(395), + [anon_sym_CARET] = ACTIONS(395), + [anon_sym_BANG] = ACTIONS(479), + [anon_sym_AMP] = ACTIONS(519), + [anon_sym_PIPE] = ACTIONS(381), + [anon_sym_AMP_AMP] = ACTIONS(393), + [anon_sym_PIPE_PIPE] = ACTIONS(393), + [anon_sym_LT_LT] = ACTIONS(395), + [anon_sym_GT_GT] = ACTIONS(395), + [anon_sym_PLUS_EQ] = ACTIONS(393), + [anon_sym_DASH_EQ] = ACTIONS(393), + [anon_sym_STAR_EQ] = ACTIONS(393), + [anon_sym_SLASH_EQ] = ACTIONS(393), + [anon_sym_PERCENT_EQ] = ACTIONS(393), + [anon_sym_CARET_EQ] = ACTIONS(393), + [anon_sym_AMP_EQ] = ACTIONS(393), + [anon_sym_PIPE_EQ] = ACTIONS(393), + [anon_sym_LT_LT_EQ] = ACTIONS(393), + [anon_sym_GT_GT_EQ] = ACTIONS(393), + [anon_sym_EQ] = ACTIONS(395), + [anon_sym_EQ_EQ] = ACTIONS(393), + [anon_sym_BANG_EQ] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(395), + [anon_sym_LT] = ACTIONS(383), + [anon_sym_GT_EQ] = ACTIONS(393), + [anon_sym_LT_EQ] = ACTIONS(393), + [anon_sym_DOT] = ACTIONS(395), + [anon_sym_DOT_DOT] = ACTIONS(521), + [anon_sym_DOT_DOT_DOT] = ACTIONS(393), + [anon_sym_DOT_DOT_EQ] = ACTIONS(393), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(393), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [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), - }, - [57] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1825), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(45), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(57), - [sym_block_comment] = STATE(57), - [sym_identifier] = ACTIONS(467), - [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(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(397), - [anon_sym_SLASH] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(397), - [anon_sym_CARET] = ACTIONS(397), - [anon_sym_BANG] = ACTIONS(471), - [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(473), - [anon_sym_SQUOTE] = ACTIONS(399), - [anon_sym_as] = ACTIONS(397), + [anon_sym_as] = ACTIONS(395), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(489), [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_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(485), - [anon_sym_move] = ACTIONS(487), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -22447,139 +22248,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [58] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1824), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(58), - [sym_block_comment] = STATE(58), - [sym_identifier] = ACTIONS(467), - [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(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(393), - [anon_sym_SLASH] = ACTIONS(393), - [anon_sym_PERCENT] = ACTIONS(393), - [anon_sym_CARET] = ACTIONS(393), - [anon_sym_BANG] = ACTIONS(471), - [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(473), + [STATE(56)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1610), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(56), + [sym_block_comment] = STATE(56), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_PLUS] = ACTIONS(377), + [anon_sym_STAR] = ACTIONS(479), + [anon_sym_QMARK] = ACTIONS(375), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(479), + [anon_sym_SLASH] = ACTIONS(377), + [anon_sym_PERCENT] = ACTIONS(377), + [anon_sym_CARET] = ACTIONS(377), + [anon_sym_BANG] = ACTIONS(479), + [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), + [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(521), + [anon_sym_DOT_DOT_DOT] = ACTIONS(375), + [anon_sym_DOT_DOT_EQ] = ACTIONS(375), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(393), + [anon_sym_as] = ACTIONS(377), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(489), [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_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(485), - [anon_sym_move] = ACTIONS(487), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -22588,92 +22389,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [59] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1595), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(59), - [sym_block_comment] = STATE(59), - [sym_identifier] = ACTIONS(467), + [STATE(57)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1609), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(51), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(57), + [sym_block_comment] = STATE(57), + [sym_identifier] = ACTIONS(475), [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(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), [anon_sym_DASH] = ACTIONS(389), [anon_sym_SLASH] = ACTIONS(389), [anon_sym_PERCENT] = ACTIONS(389), [anon_sym_CARET] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(503), + [anon_sym_BANG] = ACTIONS(479), [anon_sym_AMP] = ACTIONS(389), [anon_sym_PIPE] = ACTIONS(389), [anon_sym_AMP_AMP] = ACTIONS(387), @@ -22701,26 +22502,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(473), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(389), [anon_sym_as] = ACTIONS(389), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(489), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -22729,139 +22530,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [60] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), + [STATE(58)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), [sym__expression] = STATE(1608), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(60), - [sym_block_comment] = STATE(60), - [sym_identifier] = ACTIONS(467), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(58), + [sym_block_comment] = STATE(58), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_STAR] = ACTIONS(503), - [anon_sym_QMARK] = ACTIONS(401), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(503), - [anon_sym_SLASH] = ACTIONS(403), - [anon_sym_PERCENT] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(503), - [anon_sym_AMP] = ACTIONS(519), - [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(401), - [anon_sym_DOT_DOT_EQ] = ACTIONS(401), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(403), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACE] = ACTIONS(397), + [anon_sym_PLUS] = ACTIONS(399), + [anon_sym_STAR] = ACTIONS(399), + [anon_sym_QMARK] = ACTIONS(397), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(399), + [anon_sym_SLASH] = ACTIONS(399), + [anon_sym_PERCENT] = ACTIONS(399), + [anon_sym_CARET] = ACTIONS(399), + [anon_sym_BANG] = ACTIONS(479), + [anon_sym_AMP] = ACTIONS(399), + [anon_sym_PIPE] = ACTIONS(399), + [anon_sym_AMP_AMP] = ACTIONS(397), + [anon_sym_PIPE_PIPE] = ACTIONS(397), + [anon_sym_LT_LT] = ACTIONS(399), + [anon_sym_GT_GT] = ACTIONS(399), + [anon_sym_PLUS_EQ] = ACTIONS(397), + [anon_sym_DASH_EQ] = ACTIONS(397), + [anon_sym_STAR_EQ] = ACTIONS(397), + [anon_sym_SLASH_EQ] = ACTIONS(397), + [anon_sym_PERCENT_EQ] = ACTIONS(397), + [anon_sym_CARET_EQ] = ACTIONS(397), + [anon_sym_AMP_EQ] = ACTIONS(397), + [anon_sym_PIPE_EQ] = ACTIONS(397), + [anon_sym_LT_LT_EQ] = ACTIONS(397), + [anon_sym_GT_GT_EQ] = ACTIONS(397), + [anon_sym_EQ] = ACTIONS(399), + [anon_sym_EQ_EQ] = ACTIONS(397), + [anon_sym_BANG_EQ] = ACTIONS(397), + [anon_sym_GT] = ACTIONS(399), + [anon_sym_LT] = ACTIONS(399), + [anon_sym_GT_EQ] = ACTIONS(397), + [anon_sym_LT_EQ] = ACTIONS(397), + [anon_sym_DOT] = ACTIONS(399), + [anon_sym_DOT_DOT] = ACTIONS(399), + [anon_sym_DOT_DOT_DOT] = ACTIONS(397), + [anon_sym_DOT_DOT_EQ] = ACTIONS(397), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(399), + [anon_sym_as] = ACTIONS(399), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(489), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -22870,280 +22671,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [61] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1606), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(61), - [sym_block_comment] = STATE(61), - [sym_identifier] = ACTIONS(467), + [STATE(59)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1741), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(59), + [sym_block_comment] = STATE(59), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), - [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(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [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(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(473), - [anon_sym_SQUOTE] = ACTIONS(393), - [anon_sym_as] = ACTIONS(393), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), - [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), - }, - [62] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1718), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(62), - [sym_block_comment] = STATE(62), - [sym_identifier] = ACTIONS(467), - [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(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(389), - [anon_sym_SLASH] = ACTIONS(389), - [anon_sym_PERCENT] = ACTIONS(389), - [anon_sym_CARET] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(471), - [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(473), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_PLUS] = ACTIONS(377), + [anon_sym_STAR] = ACTIONS(505), + [anon_sym_QMARK] = ACTIONS(375), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(505), + [anon_sym_SLASH] = ACTIONS(377), + [anon_sym_PERCENT] = ACTIONS(377), + [anon_sym_CARET] = ACTIONS(377), + [anon_sym_BANG] = ACTIONS(505), + [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(481), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(389), + [anon_sym_as] = ACTIONS(377), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(509), [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_return] = ACTIONS(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(485), - [anon_sym_move] = ACTIONS(487), + [anon_sym_yield] = ACTIONS(515), + [anon_sym_move] = ACTIONS(517), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -23152,127 +22812,127 @@ 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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [63] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1607), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(52), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(63), - [sym_block_comment] = STATE(63), - [sym_identifier] = ACTIONS(467), - [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(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [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(473), - [anon_sym_SQUOTE] = ACTIONS(397), - [anon_sym_as] = ACTIONS(397), + [STATE(60)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1742), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(60), + [sym_block_comment] = STATE(60), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_PLUS] = ACTIONS(395), + [anon_sym_STAR] = ACTIONS(505), + [anon_sym_QMARK] = ACTIONS(393), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(505), + [anon_sym_SLASH] = ACTIONS(395), + [anon_sym_PERCENT] = ACTIONS(395), + [anon_sym_CARET] = ACTIONS(395), + [anon_sym_BANG] = ACTIONS(505), + [anon_sym_AMP] = ACTIONS(523), + [anon_sym_PIPE] = ACTIONS(381), + [anon_sym_AMP_AMP] = ACTIONS(393), + [anon_sym_PIPE_PIPE] = ACTIONS(393), + [anon_sym_LT_LT] = ACTIONS(395), + [anon_sym_GT_GT] = ACTIONS(395), + [anon_sym_PLUS_EQ] = ACTIONS(393), + [anon_sym_DASH_EQ] = ACTIONS(393), + [anon_sym_STAR_EQ] = ACTIONS(393), + [anon_sym_SLASH_EQ] = ACTIONS(393), + [anon_sym_PERCENT_EQ] = ACTIONS(393), + [anon_sym_CARET_EQ] = ACTIONS(393), + [anon_sym_AMP_EQ] = ACTIONS(393), + [anon_sym_PIPE_EQ] = ACTIONS(393), + [anon_sym_LT_LT_EQ] = ACTIONS(393), + [anon_sym_GT_GT_EQ] = ACTIONS(393), + [anon_sym_EQ] = ACTIONS(395), + [anon_sym_EQ_EQ] = ACTIONS(393), + [anon_sym_BANG_EQ] = ACTIONS(393), + [anon_sym_GT] = ACTIONS(395), + [anon_sym_LT] = ACTIONS(383), + [anon_sym_GT_EQ] = ACTIONS(393), + [anon_sym_LT_EQ] = ACTIONS(393), + [anon_sym_DOT] = ACTIONS(395), + [anon_sym_DOT_DOT] = ACTIONS(525), + [anon_sym_DOT_DOT_DOT] = ACTIONS(393), + [anon_sym_DOT_DOT_EQ] = ACTIONS(393), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(395), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(509), [anon_sym_if] = ACTIONS(361), @@ -23280,7 +22940,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(511), [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(515), @@ -23293,127 +22953,268 @@ 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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [64] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1606), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(64), - [sym_block_comment] = STATE(64), - [sym_identifier] = ACTIONS(467), - [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(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [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(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(473), - [anon_sym_SQUOTE] = ACTIONS(393), - [anon_sym_as] = ACTIONS(393), + [STATE(61)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1599), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(61), + [sym_block_comment] = STATE(61), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(401), + [anon_sym_LBRACE] = ACTIONS(401), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_STAR] = ACTIONS(403), + [anon_sym_QMARK] = ACTIONS(401), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_SLASH] = ACTIONS(403), + [anon_sym_PERCENT] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(479), + [anon_sym_AMP] = ACTIONS(403), + [anon_sym_PIPE] = ACTIONS(403), + [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(403), + [anon_sym_GT_EQ] = ACTIONS(401), + [anon_sym_LT_EQ] = ACTIONS(401), + [anon_sym_DOT] = ACTIONS(403), + [anon_sym_DOT_DOT] = ACTIONS(403), + [anon_sym_DOT_DOT_DOT] = ACTIONS(401), + [anon_sym_DOT_DOT_EQ] = ACTIONS(401), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(403), + [anon_sym_as] = ACTIONS(403), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(483), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(489), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), + [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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(62)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1738), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(62), + [sym_block_comment] = STATE(62), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACE] = ACTIONS(397), + [anon_sym_PLUS] = ACTIONS(399), + [anon_sym_STAR] = ACTIONS(399), + [anon_sym_QMARK] = ACTIONS(397), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(399), + [anon_sym_SLASH] = ACTIONS(399), + [anon_sym_PERCENT] = ACTIONS(399), + [anon_sym_CARET] = ACTIONS(399), + [anon_sym_BANG] = ACTIONS(505), + [anon_sym_AMP] = ACTIONS(399), + [anon_sym_PIPE] = ACTIONS(399), + [anon_sym_AMP_AMP] = ACTIONS(397), + [anon_sym_PIPE_PIPE] = ACTIONS(397), + [anon_sym_LT_LT] = ACTIONS(399), + [anon_sym_GT_GT] = ACTIONS(399), + [anon_sym_PLUS_EQ] = ACTIONS(397), + [anon_sym_DASH_EQ] = ACTIONS(397), + [anon_sym_STAR_EQ] = ACTIONS(397), + [anon_sym_SLASH_EQ] = ACTIONS(397), + [anon_sym_PERCENT_EQ] = ACTIONS(397), + [anon_sym_CARET_EQ] = ACTIONS(397), + [anon_sym_AMP_EQ] = ACTIONS(397), + [anon_sym_PIPE_EQ] = ACTIONS(397), + [anon_sym_LT_LT_EQ] = ACTIONS(397), + [anon_sym_GT_GT_EQ] = ACTIONS(397), + [anon_sym_EQ] = ACTIONS(399), + [anon_sym_EQ_EQ] = ACTIONS(397), + [anon_sym_BANG_EQ] = ACTIONS(397), + [anon_sym_GT] = ACTIONS(399), + [anon_sym_LT] = ACTIONS(399), + [anon_sym_GT_EQ] = ACTIONS(397), + [anon_sym_LT_EQ] = ACTIONS(397), + [anon_sym_DOT] = ACTIONS(399), + [anon_sym_DOT_DOT] = ACTIONS(399), + [anon_sym_DOT_DOT_DOT] = ACTIONS(397), + [anon_sym_DOT_DOT_EQ] = ACTIONS(397), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(399), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(509), [anon_sym_if] = ACTIONS(361), @@ -23421,7 +23222,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(511), [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(515), @@ -23434,94 +23235,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [65] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1827), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(65), - [sym_block_comment] = STATE(65), - [sym_identifier] = ACTIONS(467), + [STATE(63)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1804), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(63), + [sym_block_comment] = STATE(63), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_LBRACK] = ACTIONS(401), + [anon_sym_LBRACE] = ACTIONS(401), [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_STAR] = ACTIONS(471), + [anon_sym_STAR] = ACTIONS(403), [anon_sym_QMARK] = ACTIONS(401), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(471), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(403), [anon_sym_SLASH] = ACTIONS(403), [anon_sym_PERCENT] = ACTIONS(403), [anon_sym_CARET] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(471), - [anon_sym_AMP] = ACTIONS(523), - [anon_sym_PIPE] = ACTIONS(381), + [anon_sym_BANG] = ACTIONS(505), + [anon_sym_AMP] = ACTIONS(403), + [anon_sym_PIPE] = ACTIONS(403), [anon_sym_AMP_AMP] = ACTIONS(401), [anon_sym_PIPE_PIPE] = ACTIONS(401), [anon_sym_LT_LT] = ACTIONS(403), @@ -23540,33 +23341,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(401), [anon_sym_BANG_EQ] = ACTIONS(401), [anon_sym_GT] = ACTIONS(403), - [anon_sym_LT] = ACTIONS(383), + [anon_sym_LT] = ACTIONS(403), [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] = ACTIONS(403), [anon_sym_DOT_DOT_DOT] = ACTIONS(401), [anon_sym_DOT_DOT_EQ] = ACTIONS(401), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_as] = ACTIONS(403), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(509), [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_return] = ACTIONS(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(485), - [anon_sym_move] = ACTIONS(487), + [anon_sym_yield] = ACTIONS(515), + [anon_sym_move] = ACTIONS(517), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -23575,139 +23376,421 @@ 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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [66] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1828), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(64)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1599), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(64), + [sym_block_comment] = STATE(64), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(401), + [anon_sym_LBRACK] = ACTIONS(401), + [anon_sym_LBRACE] = ACTIONS(401), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_STAR] = ACTIONS(403), + [anon_sym_QMARK] = ACTIONS(401), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_SLASH] = ACTIONS(403), + [anon_sym_PERCENT] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(479), + [anon_sym_AMP] = ACTIONS(403), + [anon_sym_PIPE] = ACTIONS(403), + [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(403), + [anon_sym_GT_EQ] = ACTIONS(401), + [anon_sym_LT_EQ] = ACTIONS(401), + [anon_sym_DOT] = ACTIONS(403), + [anon_sym_DOT_DOT] = ACTIONS(403), + [anon_sym_DOT_DOT_DOT] = ACTIONS(401), + [anon_sym_DOT_DOT_EQ] = ACTIONS(401), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(403), + [anon_sym_as] = ACTIONS(403), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(483), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(489), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), + [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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(65)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1738), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(65), + [sym_block_comment] = STATE(65), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(397), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACE] = ACTIONS(397), + [anon_sym_PLUS] = ACTIONS(399), + [anon_sym_STAR] = ACTIONS(399), + [anon_sym_QMARK] = ACTIONS(397), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(399), + [anon_sym_SLASH] = ACTIONS(399), + [anon_sym_PERCENT] = ACTIONS(399), + [anon_sym_CARET] = ACTIONS(399), + [anon_sym_BANG] = ACTIONS(505), + [anon_sym_AMP] = ACTIONS(399), + [anon_sym_PIPE] = ACTIONS(399), + [anon_sym_AMP_AMP] = ACTIONS(397), + [anon_sym_PIPE_PIPE] = ACTIONS(397), + [anon_sym_LT_LT] = ACTIONS(399), + [anon_sym_GT_GT] = ACTIONS(399), + [anon_sym_PLUS_EQ] = ACTIONS(397), + [anon_sym_DASH_EQ] = ACTIONS(397), + [anon_sym_STAR_EQ] = ACTIONS(397), + [anon_sym_SLASH_EQ] = ACTIONS(397), + [anon_sym_PERCENT_EQ] = ACTIONS(397), + [anon_sym_CARET_EQ] = ACTIONS(397), + [anon_sym_AMP_EQ] = ACTIONS(397), + [anon_sym_PIPE_EQ] = ACTIONS(397), + [anon_sym_LT_LT_EQ] = ACTIONS(397), + [anon_sym_GT_GT_EQ] = ACTIONS(397), + [anon_sym_EQ] = ACTIONS(399), + [anon_sym_EQ_EQ] = ACTIONS(397), + [anon_sym_BANG_EQ] = ACTIONS(397), + [anon_sym_GT] = ACTIONS(399), + [anon_sym_LT] = ACTIONS(399), + [anon_sym_GT_EQ] = ACTIONS(397), + [anon_sym_LT_EQ] = ACTIONS(397), + [anon_sym_DOT] = ACTIONS(399), + [anon_sym_DOT_DOT] = ACTIONS(399), + [anon_sym_DOT_DOT_DOT] = ACTIONS(397), + [anon_sym_DOT_DOT_EQ] = ACTIONS(397), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(399), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(507), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(509), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(515), + [anon_sym_move] = ACTIONS(517), + [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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(66)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1804), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(66), [sym_block_comment] = STATE(66), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_PLUS] = ACTIONS(377), - [anon_sym_STAR] = ACTIONS(471), - [anon_sym_QMARK] = ACTIONS(375), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(471), - [anon_sym_SLASH] = ACTIONS(377), - [anon_sym_PERCENT] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(377), - [anon_sym_BANG] = ACTIONS(471), - [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(473), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(401), + [anon_sym_LBRACK] = ACTIONS(401), + [anon_sym_LBRACE] = ACTIONS(401), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_STAR] = ACTIONS(403), + [anon_sym_QMARK] = ACTIONS(401), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_SLASH] = ACTIONS(403), + [anon_sym_PERCENT] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(505), + [anon_sym_AMP] = ACTIONS(403), + [anon_sym_PIPE] = ACTIONS(403), + [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(403), + [anon_sym_GT_EQ] = ACTIONS(401), + [anon_sym_LT_EQ] = ACTIONS(401), + [anon_sym_DOT] = ACTIONS(403), + [anon_sym_DOT_DOT] = ACTIONS(403), + [anon_sym_DOT_DOT_DOT] = ACTIONS(401), + [anon_sym_DOT_DOT_EQ] = ACTIONS(401), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(377), + [anon_sym_as] = ACTIONS(403), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(509), [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_return] = ACTIONS(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(485), - [anon_sym_move] = ACTIONS(487), + [anon_sym_yield] = ACTIONS(515), + [anon_sym_move] = ACTIONS(517), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -23716,26 +23799,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [67] = { - [sym__token_pattern] = STATE(176), - [sym_token_tree_pattern] = STATE(170), - [sym_token_binding_pattern] = STATE(170), - [sym_token_repetition_pattern] = STATE(170), - [sym__literal] = STATE(170), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), + [STATE(67)] = { + [sym__token_pattern] = STATE(154), + [sym_token_tree_pattern] = STATE(189), + [sym_token_binding_pattern] = STATE(189), + [sym_token_repetition_pattern] = STATE(189), + [sym__literal] = STATE(189), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), [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(136), + [aux_sym__non_special_token_repeat1] = STATE(142), [sym_identifier] = ACTIONS(527), [anon_sym_SEMI] = ACTIONS(530), [anon_sym_LPAREN] = ACTIONS(533), @@ -23849,31 +23932,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(562), [sym_float_literal] = ACTIONS(550), }, - [68] = { - [sym__token_pattern] = STATE(176), - [sym_token_tree_pattern] = STATE(170), - [sym_token_binding_pattern] = STATE(170), - [sym_token_repetition_pattern] = STATE(170), - [sym__literal] = STATE(170), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), + [STATE(68)] = { + [sym_delim_token_tree] = STATE(198), + [sym__delim_tokens] = STATE(207), + [sym__non_delim_token] = STATE(198), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), [sym_line_comment] = STATE(68), [sym_block_comment] = STATE(68), - [aux_sym_token_tree_pattern_repeat1] = STATE(72), - [aux_sym__non_special_token_repeat1] = STATE(136), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), [sym_identifier] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_RPAREN] = ACTIONS(571), - [anon_sym_LBRACK] = ACTIONS(573), - [anon_sym_LBRACE] = ACTIONS(575), - [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_SEMI] = ACTIONS(568), + [anon_sym_LPAREN] = ACTIONS(571), + [anon_sym_RPAREN] = ACTIONS(574), + [anon_sym_LBRACK] = ACTIONS(576), + [anon_sym_RBRACK] = ACTIONS(574), + [anon_sym_LBRACE] = ACTIONS(579), + [anon_sym_RBRACE] = ACTIONS(574), + [anon_sym_EQ_GT] = ACTIONS(568), + [anon_sym_COLON] = ACTIONS(582), + [anon_sym_DOLLAR] = ACTIONS(585), + [anon_sym_PLUS] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(582), + [anon_sym_QMARK] = ACTIONS(568), [anon_sym_u8] = ACTIONS(565), [anon_sym_i8] = ACTIONS(565), [anon_sym_u16] = ACTIONS(565), @@ -23891,44 +23975,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_DASH] = ACTIONS(582), + [anon_sym_SLASH] = ACTIONS(582), + [anon_sym_PERCENT] = ACTIONS(582), + [anon_sym_CARET] = ACTIONS(582), + [anon_sym_BANG] = ACTIONS(582), + [anon_sym_AMP] = ACTIONS(582), + [anon_sym_PIPE] = ACTIONS(582), + [anon_sym_AMP_AMP] = ACTIONS(568), + [anon_sym_PIPE_PIPE] = ACTIONS(568), + [anon_sym_LT_LT] = ACTIONS(582), + [anon_sym_GT_GT] = ACTIONS(582), + [anon_sym_PLUS_EQ] = ACTIONS(568), + [anon_sym_DASH_EQ] = ACTIONS(568), + [anon_sym_STAR_EQ] = ACTIONS(568), + [anon_sym_SLASH_EQ] = ACTIONS(568), + [anon_sym_PERCENT_EQ] = ACTIONS(568), + [anon_sym_CARET_EQ] = ACTIONS(568), + [anon_sym_AMP_EQ] = ACTIONS(568), + [anon_sym_PIPE_EQ] = ACTIONS(568), + [anon_sym_LT_LT_EQ] = ACTIONS(568), + [anon_sym_GT_GT_EQ] = ACTIONS(568), + [anon_sym_EQ] = ACTIONS(582), + [anon_sym_EQ_EQ] = ACTIONS(568), + [anon_sym_BANG_EQ] = ACTIONS(568), + [anon_sym_GT] = ACTIONS(582), + [anon_sym_LT] = ACTIONS(582), + [anon_sym_GT_EQ] = ACTIONS(568), + [anon_sym_LT_EQ] = ACTIONS(568), + [anon_sym_AT] = ACTIONS(568), + [anon_sym__] = ACTIONS(582), + [anon_sym_DOT] = ACTIONS(582), + [anon_sym_DOT_DOT] = ACTIONS(582), + [anon_sym_DOT_DOT_DOT] = ACTIONS(568), + [anon_sym_DOT_DOT_EQ] = ACTIONS(568), + [anon_sym_COMMA] = ACTIONS(568), + [anon_sym_COLON_COLON] = ACTIONS(568), + [anon_sym_DASH_GT] = ACTIONS(568), + [anon_sym_POUND] = ACTIONS(568), [anon_sym_SQUOTE] = ACTIONS(565), [anon_sym_as] = ACTIONS(565), [anon_sym_async] = ACTIONS(565), @@ -23959,1892 +24043,1891 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [sym_integer_literal] = ACTIONS(588), + [aux_sym_string_literal_token1] = ACTIONS(591), + [sym_char_literal] = ACTIONS(588), + [anon_sym_true] = ACTIONS(594), + [anon_sym_false] = ACTIONS(594), [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), - }, - [69] = { - [sym__token_pattern] = STATE(176), - [sym_token_tree_pattern] = STATE(170), - [sym_token_binding_pattern] = STATE(170), - [sym_token_repetition_pattern] = STATE(170), - [sym__literal] = STATE(170), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), + [sym__raw_string_literal_start] = ACTIONS(597), + [sym_float_literal] = ACTIONS(588), + }, + [STATE(69)] = { + [sym_token_tree] = STATE(169), + [sym_token_repetition] = STATE(169), + [sym__literal] = STATE(169), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), [sym_line_comment] = STATE(69), [sym_block_comment] = STATE(69), - [aux_sym_token_tree_pattern_repeat1] = STATE(73), - [aux_sym__non_special_token_repeat1] = STATE(136), - [sym_identifier] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_LBRACK] = ACTIONS(573), - [anon_sym_RBRACK] = ACTIONS(571), - [anon_sym_LBRACE] = ACTIONS(575), - [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), - }, - [70] = { - [sym__token_pattern] = STATE(176), - [sym_token_tree_pattern] = STATE(170), - [sym_token_binding_pattern] = STATE(170), - [sym_token_repetition_pattern] = STATE(170), - [sym__literal] = STATE(170), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), + [aux_sym_token_tree_repeat1] = STATE(69), + [aux_sym__non_special_token_repeat1] = STATE(139), + [sym_identifier] = ACTIONS(600), + [anon_sym_SEMI] = ACTIONS(603), + [anon_sym_LPAREN] = ACTIONS(606), + [anon_sym_RPAREN] = ACTIONS(609), + [anon_sym_LBRACK] = ACTIONS(611), + [anon_sym_RBRACK] = ACTIONS(609), + [anon_sym_LBRACE] = ACTIONS(614), + [anon_sym_RBRACE] = ACTIONS(609), + [anon_sym_EQ_GT] = ACTIONS(603), + [anon_sym_COLON] = ACTIONS(617), + [anon_sym_DOLLAR] = ACTIONS(620), + [anon_sym_PLUS] = ACTIONS(617), + [anon_sym_STAR] = ACTIONS(617), + [anon_sym_QMARK] = ACTIONS(603), + [anon_sym_u8] = ACTIONS(600), + [anon_sym_i8] = ACTIONS(600), + [anon_sym_u16] = ACTIONS(600), + [anon_sym_i16] = ACTIONS(600), + [anon_sym_u32] = ACTIONS(600), + [anon_sym_i32] = ACTIONS(600), + [anon_sym_u64] = ACTIONS(600), + [anon_sym_i64] = ACTIONS(600), + [anon_sym_u128] = ACTIONS(600), + [anon_sym_i128] = ACTIONS(600), + [anon_sym_isize] = ACTIONS(600), + [anon_sym_usize] = ACTIONS(600), + [anon_sym_f32] = ACTIONS(600), + [anon_sym_f64] = ACTIONS(600), + [anon_sym_bool] = ACTIONS(600), + [anon_sym_str] = ACTIONS(600), + [anon_sym_char] = ACTIONS(600), + [anon_sym_DASH] = ACTIONS(617), + [anon_sym_SLASH] = ACTIONS(617), + [anon_sym_PERCENT] = ACTIONS(617), + [anon_sym_CARET] = ACTIONS(617), + [anon_sym_BANG] = ACTIONS(617), + [anon_sym_AMP] = ACTIONS(617), + [anon_sym_PIPE] = ACTIONS(617), + [anon_sym_AMP_AMP] = ACTIONS(603), + [anon_sym_PIPE_PIPE] = ACTIONS(603), + [anon_sym_LT_LT] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(617), + [anon_sym_PLUS_EQ] = ACTIONS(603), + [anon_sym_DASH_EQ] = ACTIONS(603), + [anon_sym_STAR_EQ] = ACTIONS(603), + [anon_sym_SLASH_EQ] = ACTIONS(603), + [anon_sym_PERCENT_EQ] = ACTIONS(603), + [anon_sym_CARET_EQ] = ACTIONS(603), + [anon_sym_AMP_EQ] = ACTIONS(603), + [anon_sym_PIPE_EQ] = ACTIONS(603), + [anon_sym_LT_LT_EQ] = ACTIONS(603), + [anon_sym_GT_GT_EQ] = ACTIONS(603), + [anon_sym_EQ] = ACTIONS(617), + [anon_sym_EQ_EQ] = ACTIONS(603), + [anon_sym_BANG_EQ] = ACTIONS(603), + [anon_sym_GT] = ACTIONS(617), + [anon_sym_LT] = ACTIONS(617), + [anon_sym_GT_EQ] = ACTIONS(603), + [anon_sym_LT_EQ] = ACTIONS(603), + [anon_sym_AT] = ACTIONS(603), + [anon_sym__] = ACTIONS(617), + [anon_sym_DOT] = ACTIONS(617), + [anon_sym_DOT_DOT] = ACTIONS(617), + [anon_sym_DOT_DOT_DOT] = ACTIONS(603), + [anon_sym_DOT_DOT_EQ] = ACTIONS(603), + [anon_sym_COMMA] = ACTIONS(603), + [anon_sym_COLON_COLON] = ACTIONS(603), + [anon_sym_DASH_GT] = ACTIONS(603), + [anon_sym_POUND] = ACTIONS(603), + [anon_sym_SQUOTE] = ACTIONS(600), + [anon_sym_as] = ACTIONS(600), + [anon_sym_async] = ACTIONS(600), + [anon_sym_await] = ACTIONS(600), + [anon_sym_break] = ACTIONS(600), + [anon_sym_const] = ACTIONS(600), + [anon_sym_continue] = ACTIONS(600), + [anon_sym_default] = ACTIONS(600), + [anon_sym_enum] = ACTIONS(600), + [anon_sym_fn] = ACTIONS(600), + [anon_sym_for] = ACTIONS(600), + [anon_sym_gen] = ACTIONS(600), + [anon_sym_if] = ACTIONS(600), + [anon_sym_impl] = ACTIONS(600), + [anon_sym_let] = ACTIONS(600), + [anon_sym_loop] = ACTIONS(600), + [anon_sym_match] = ACTIONS(600), + [anon_sym_mod] = ACTIONS(600), + [anon_sym_pub] = ACTIONS(600), + [anon_sym_return] = ACTIONS(600), + [anon_sym_static] = ACTIONS(600), + [anon_sym_struct] = ACTIONS(600), + [anon_sym_trait] = ACTIONS(600), + [anon_sym_type] = ACTIONS(600), + [anon_sym_union] = ACTIONS(600), + [anon_sym_unsafe] = ACTIONS(600), + [anon_sym_use] = ACTIONS(600), + [anon_sym_where] = ACTIONS(600), + [anon_sym_while] = ACTIONS(600), + [sym_mutable_specifier] = ACTIONS(600), + [sym_integer_literal] = ACTIONS(623), + [aux_sym_string_literal_token1] = ACTIONS(626), + [sym_char_literal] = ACTIONS(623), + [anon_sym_true] = ACTIONS(629), + [anon_sym_false] = ACTIONS(629), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(600), + [sym_super] = ACTIONS(600), + [sym_crate] = ACTIONS(600), + [sym_metavariable] = ACTIONS(632), + [sym__raw_string_literal_start] = ACTIONS(635), + [sym_float_literal] = ACTIONS(623), + }, + [STATE(70)] = { + [sym__token_pattern] = STATE(154), + [sym_token_tree_pattern] = STATE(189), + [sym_token_binding_pattern] = STATE(189), + [sym_token_repetition_pattern] = STATE(189), + [sym__literal] = STATE(189), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), [sym_line_comment] = STATE(70), [sym_block_comment] = STATE(70), - [aux_sym_token_tree_pattern_repeat1] = STATE(74), - [aux_sym__non_special_token_repeat1] = STATE(136), - [sym_identifier] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_LBRACK] = ACTIONS(573), - [anon_sym_LBRACE] = ACTIONS(575), - [anon_sym_RBRACE] = ACTIONS(571), - [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), - }, - [71] = { - [sym__token_pattern] = STATE(176), - [sym_token_tree_pattern] = STATE(170), - [sym_token_binding_pattern] = STATE(170), - [sym_token_repetition_pattern] = STATE(170), - [sym__literal] = STATE(170), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), + [aux_sym_token_tree_pattern_repeat1] = STATE(67), + [aux_sym__non_special_token_repeat1] = STATE(142), + [sym_identifier] = ACTIONS(638), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(642), + [anon_sym_RPAREN] = ACTIONS(644), + [anon_sym_LBRACK] = ACTIONS(646), + [anon_sym_LBRACE] = ACTIONS(648), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(652), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_u8] = ACTIONS(638), + [anon_sym_i8] = ACTIONS(638), + [anon_sym_u16] = ACTIONS(638), + [anon_sym_i16] = ACTIONS(638), + [anon_sym_u32] = ACTIONS(638), + [anon_sym_i32] = ACTIONS(638), + [anon_sym_u64] = ACTIONS(638), + [anon_sym_i64] = ACTIONS(638), + [anon_sym_u128] = ACTIONS(638), + [anon_sym_i128] = ACTIONS(638), + [anon_sym_isize] = ACTIONS(638), + [anon_sym_usize] = ACTIONS(638), + [anon_sym_f32] = ACTIONS(638), + [anon_sym_f64] = ACTIONS(638), + [anon_sym_bool] = ACTIONS(638), + [anon_sym_str] = ACTIONS(638), + [anon_sym_char] = ACTIONS(638), + [anon_sym_DASH] = ACTIONS(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(638), + [anon_sym_as] = ACTIONS(638), + [anon_sym_async] = ACTIONS(638), + [anon_sym_await] = ACTIONS(638), + [anon_sym_break] = ACTIONS(638), + [anon_sym_const] = ACTIONS(638), + [anon_sym_continue] = ACTIONS(638), + [anon_sym_default] = ACTIONS(638), + [anon_sym_enum] = ACTIONS(638), + [anon_sym_fn] = ACTIONS(638), + [anon_sym_for] = ACTIONS(638), + [anon_sym_gen] = ACTIONS(638), + [anon_sym_if] = ACTIONS(638), + [anon_sym_impl] = ACTIONS(638), + [anon_sym_let] = ACTIONS(638), + [anon_sym_loop] = ACTIONS(638), + [anon_sym_match] = ACTIONS(638), + [anon_sym_mod] = ACTIONS(638), + [anon_sym_pub] = ACTIONS(638), + [anon_sym_return] = ACTIONS(638), + [anon_sym_static] = ACTIONS(638), + [anon_sym_struct] = ACTIONS(638), + [anon_sym_trait] = ACTIONS(638), + [anon_sym_type] = ACTIONS(638), + [anon_sym_union] = ACTIONS(638), + [anon_sym_unsafe] = ACTIONS(638), + [anon_sym_use] = ACTIONS(638), + [anon_sym_where] = ACTIONS(638), + [anon_sym_while] = ACTIONS(638), + [sym_mutable_specifier] = ACTIONS(638), + [sym_integer_literal] = ACTIONS(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(638), + [sym_super] = ACTIONS(638), + [sym_crate] = ACTIONS(638), + [sym_metavariable] = ACTIONS(660), + [sym__raw_string_literal_start] = ACTIONS(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(71)] = { + [sym__token_pattern] = STATE(154), + [sym_token_tree_pattern] = STATE(189), + [sym_token_binding_pattern] = STATE(189), + [sym_token_repetition_pattern] = STATE(189), + [sym__literal] = STATE(189), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), [sym_line_comment] = STATE(71), [sym_block_comment] = STATE(71), + [aux_sym_token_tree_pattern_repeat1] = STATE(67), + [aux_sym__non_special_token_repeat1] = STATE(142), + [sym_identifier] = ACTIONS(638), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(642), + [anon_sym_LBRACK] = ACTIONS(646), + [anon_sym_LBRACE] = ACTIONS(648), + [anon_sym_RBRACE] = ACTIONS(664), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(652), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_u8] = ACTIONS(638), + [anon_sym_i8] = ACTIONS(638), + [anon_sym_u16] = ACTIONS(638), + [anon_sym_i16] = ACTIONS(638), + [anon_sym_u32] = ACTIONS(638), + [anon_sym_i32] = ACTIONS(638), + [anon_sym_u64] = ACTIONS(638), + [anon_sym_i64] = ACTIONS(638), + [anon_sym_u128] = ACTIONS(638), + [anon_sym_i128] = ACTIONS(638), + [anon_sym_isize] = ACTIONS(638), + [anon_sym_usize] = ACTIONS(638), + [anon_sym_f32] = ACTIONS(638), + [anon_sym_f64] = ACTIONS(638), + [anon_sym_bool] = ACTIONS(638), + [anon_sym_str] = ACTIONS(638), + [anon_sym_char] = ACTIONS(638), + [anon_sym_DASH] = ACTIONS(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(638), + [anon_sym_as] = ACTIONS(638), + [anon_sym_async] = ACTIONS(638), + [anon_sym_await] = ACTIONS(638), + [anon_sym_break] = ACTIONS(638), + [anon_sym_const] = ACTIONS(638), + [anon_sym_continue] = ACTIONS(638), + [anon_sym_default] = ACTIONS(638), + [anon_sym_enum] = ACTIONS(638), + [anon_sym_fn] = ACTIONS(638), + [anon_sym_for] = ACTIONS(638), + [anon_sym_gen] = ACTIONS(638), + [anon_sym_if] = ACTIONS(638), + [anon_sym_impl] = ACTIONS(638), + [anon_sym_let] = ACTIONS(638), + [anon_sym_loop] = ACTIONS(638), + [anon_sym_match] = ACTIONS(638), + [anon_sym_mod] = ACTIONS(638), + [anon_sym_pub] = ACTIONS(638), + [anon_sym_return] = ACTIONS(638), + [anon_sym_static] = ACTIONS(638), + [anon_sym_struct] = ACTIONS(638), + [anon_sym_trait] = ACTIONS(638), + [anon_sym_type] = ACTIONS(638), + [anon_sym_union] = ACTIONS(638), + [anon_sym_unsafe] = ACTIONS(638), + [anon_sym_use] = ACTIONS(638), + [anon_sym_where] = ACTIONS(638), + [anon_sym_while] = ACTIONS(638), + [sym_mutable_specifier] = ACTIONS(638), + [sym_integer_literal] = ACTIONS(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(638), + [sym_super] = ACTIONS(638), + [sym_crate] = ACTIONS(638), + [sym_metavariable] = ACTIONS(660), + [sym__raw_string_literal_start] = ACTIONS(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(72)] = { + [sym__token_pattern] = STATE(154), + [sym_token_tree_pattern] = STATE(189), + [sym_token_binding_pattern] = STATE(189), + [sym_token_repetition_pattern] = STATE(189), + [sym__literal] = STATE(189), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), + [sym_line_comment] = STATE(72), + [sym_block_comment] = STATE(72), + [aux_sym_token_tree_pattern_repeat1] = STATE(67), + [aux_sym__non_special_token_repeat1] = STATE(142), + [sym_identifier] = ACTIONS(638), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(642), + [anon_sym_LBRACK] = ACTIONS(646), + [anon_sym_RBRACK] = ACTIONS(664), + [anon_sym_LBRACE] = ACTIONS(648), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(652), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_u8] = ACTIONS(638), + [anon_sym_i8] = ACTIONS(638), + [anon_sym_u16] = ACTIONS(638), + [anon_sym_i16] = ACTIONS(638), + [anon_sym_u32] = ACTIONS(638), + [anon_sym_i32] = ACTIONS(638), + [anon_sym_u64] = ACTIONS(638), + [anon_sym_i64] = ACTIONS(638), + [anon_sym_u128] = ACTIONS(638), + [anon_sym_i128] = ACTIONS(638), + [anon_sym_isize] = ACTIONS(638), + [anon_sym_usize] = ACTIONS(638), + [anon_sym_f32] = ACTIONS(638), + [anon_sym_f64] = ACTIONS(638), + [anon_sym_bool] = ACTIONS(638), + [anon_sym_str] = ACTIONS(638), + [anon_sym_char] = ACTIONS(638), + [anon_sym_DASH] = ACTIONS(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(638), + [anon_sym_as] = ACTIONS(638), + [anon_sym_async] = ACTIONS(638), + [anon_sym_await] = ACTIONS(638), + [anon_sym_break] = ACTIONS(638), + [anon_sym_const] = ACTIONS(638), + [anon_sym_continue] = ACTIONS(638), + [anon_sym_default] = ACTIONS(638), + [anon_sym_enum] = ACTIONS(638), + [anon_sym_fn] = ACTIONS(638), + [anon_sym_for] = ACTIONS(638), + [anon_sym_gen] = ACTIONS(638), + [anon_sym_if] = ACTIONS(638), + [anon_sym_impl] = ACTIONS(638), + [anon_sym_let] = ACTIONS(638), + [anon_sym_loop] = ACTIONS(638), + [anon_sym_match] = ACTIONS(638), + [anon_sym_mod] = ACTIONS(638), + [anon_sym_pub] = ACTIONS(638), + [anon_sym_return] = ACTIONS(638), + [anon_sym_static] = ACTIONS(638), + [anon_sym_struct] = ACTIONS(638), + [anon_sym_trait] = ACTIONS(638), + [anon_sym_type] = ACTIONS(638), + [anon_sym_union] = ACTIONS(638), + [anon_sym_unsafe] = ACTIONS(638), + [anon_sym_use] = ACTIONS(638), + [anon_sym_where] = ACTIONS(638), + [anon_sym_while] = ACTIONS(638), + [sym_mutable_specifier] = ACTIONS(638), + [sym_integer_literal] = ACTIONS(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(638), + [sym_super] = ACTIONS(638), + [sym_crate] = ACTIONS(638), + [sym_metavariable] = ACTIONS(660), + [sym__raw_string_literal_start] = ACTIONS(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(73)] = { + [sym__token_pattern] = STATE(154), + [sym_token_tree_pattern] = STATE(189), + [sym_token_binding_pattern] = STATE(189), + [sym_token_repetition_pattern] = STATE(189), + [sym__literal] = STATE(189), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), + [sym_line_comment] = STATE(73), + [sym_block_comment] = STATE(73), + [aux_sym_token_tree_pattern_repeat1] = STATE(70), + [aux_sym__non_special_token_repeat1] = STATE(142), + [sym_identifier] = ACTIONS(638), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(642), + [anon_sym_RPAREN] = ACTIONS(666), + [anon_sym_LBRACK] = ACTIONS(646), + [anon_sym_LBRACE] = ACTIONS(648), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(652), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_u8] = ACTIONS(638), + [anon_sym_i8] = ACTIONS(638), + [anon_sym_u16] = ACTIONS(638), + [anon_sym_i16] = ACTIONS(638), + [anon_sym_u32] = ACTIONS(638), + [anon_sym_i32] = ACTIONS(638), + [anon_sym_u64] = ACTIONS(638), + [anon_sym_i64] = ACTIONS(638), + [anon_sym_u128] = ACTIONS(638), + [anon_sym_i128] = ACTIONS(638), + [anon_sym_isize] = ACTIONS(638), + [anon_sym_usize] = ACTIONS(638), + [anon_sym_f32] = ACTIONS(638), + [anon_sym_f64] = ACTIONS(638), + [anon_sym_bool] = ACTIONS(638), + [anon_sym_str] = ACTIONS(638), + [anon_sym_char] = ACTIONS(638), + [anon_sym_DASH] = ACTIONS(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(638), + [anon_sym_as] = ACTIONS(638), + [anon_sym_async] = ACTIONS(638), + [anon_sym_await] = ACTIONS(638), + [anon_sym_break] = ACTIONS(638), + [anon_sym_const] = ACTIONS(638), + [anon_sym_continue] = ACTIONS(638), + [anon_sym_default] = ACTIONS(638), + [anon_sym_enum] = ACTIONS(638), + [anon_sym_fn] = ACTIONS(638), + [anon_sym_for] = ACTIONS(638), + [anon_sym_gen] = ACTIONS(638), + [anon_sym_if] = ACTIONS(638), + [anon_sym_impl] = ACTIONS(638), + [anon_sym_let] = ACTIONS(638), + [anon_sym_loop] = ACTIONS(638), + [anon_sym_match] = ACTIONS(638), + [anon_sym_mod] = ACTIONS(638), + [anon_sym_pub] = ACTIONS(638), + [anon_sym_return] = ACTIONS(638), + [anon_sym_static] = ACTIONS(638), + [anon_sym_struct] = ACTIONS(638), + [anon_sym_trait] = ACTIONS(638), + [anon_sym_type] = ACTIONS(638), + [anon_sym_union] = ACTIONS(638), + [anon_sym_unsafe] = ACTIONS(638), + [anon_sym_use] = ACTIONS(638), + [anon_sym_where] = ACTIONS(638), + [anon_sym_while] = ACTIONS(638), + [sym_mutable_specifier] = ACTIONS(638), + [sym_integer_literal] = ACTIONS(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(638), + [sym_super] = ACTIONS(638), + [sym_crate] = ACTIONS(638), + [sym_metavariable] = ACTIONS(660), + [sym__raw_string_literal_start] = ACTIONS(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(74)] = { + [sym__token_pattern] = STATE(154), + [sym_token_tree_pattern] = STATE(189), + [sym_token_binding_pattern] = STATE(189), + [sym_token_repetition_pattern] = STATE(189), + [sym__literal] = STATE(189), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), + [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(142), + [sym_identifier] = ACTIONS(638), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(642), + [anon_sym_RPAREN] = ACTIONS(664), + [anon_sym_LBRACK] = ACTIONS(646), + [anon_sym_LBRACE] = ACTIONS(648), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(652), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_u8] = ACTIONS(638), + [anon_sym_i8] = ACTIONS(638), + [anon_sym_u16] = ACTIONS(638), + [anon_sym_i16] = ACTIONS(638), + [anon_sym_u32] = ACTIONS(638), + [anon_sym_i32] = ACTIONS(638), + [anon_sym_u64] = ACTIONS(638), + [anon_sym_i64] = ACTIONS(638), + [anon_sym_u128] = ACTIONS(638), + [anon_sym_i128] = ACTIONS(638), + [anon_sym_isize] = ACTIONS(638), + [anon_sym_usize] = ACTIONS(638), + [anon_sym_f32] = ACTIONS(638), + [anon_sym_f64] = ACTIONS(638), + [anon_sym_bool] = ACTIONS(638), + [anon_sym_str] = ACTIONS(638), + [anon_sym_char] = ACTIONS(638), + [anon_sym_DASH] = ACTIONS(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(638), + [anon_sym_as] = ACTIONS(638), + [anon_sym_async] = ACTIONS(638), + [anon_sym_await] = ACTIONS(638), + [anon_sym_break] = ACTIONS(638), + [anon_sym_const] = ACTIONS(638), + [anon_sym_continue] = ACTIONS(638), + [anon_sym_default] = ACTIONS(638), + [anon_sym_enum] = ACTIONS(638), + [anon_sym_fn] = ACTIONS(638), + [anon_sym_for] = ACTIONS(638), + [anon_sym_gen] = ACTIONS(638), + [anon_sym_if] = ACTIONS(638), + [anon_sym_impl] = ACTIONS(638), + [anon_sym_let] = ACTIONS(638), + [anon_sym_loop] = ACTIONS(638), + [anon_sym_match] = ACTIONS(638), + [anon_sym_mod] = ACTIONS(638), + [anon_sym_pub] = ACTIONS(638), + [anon_sym_return] = ACTIONS(638), + [anon_sym_static] = ACTIONS(638), + [anon_sym_struct] = ACTIONS(638), + [anon_sym_trait] = ACTIONS(638), + [anon_sym_type] = ACTIONS(638), + [anon_sym_union] = ACTIONS(638), + [anon_sym_unsafe] = ACTIONS(638), + [anon_sym_use] = ACTIONS(638), + [anon_sym_where] = ACTIONS(638), + [anon_sym_while] = ACTIONS(638), + [sym_mutable_specifier] = ACTIONS(638), + [sym_integer_literal] = ACTIONS(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(638), + [sym_super] = ACTIONS(638), + [sym_crate] = ACTIONS(638), + [sym_metavariable] = ACTIONS(660), + [sym__raw_string_literal_start] = ACTIONS(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(75)] = { + [sym__token_pattern] = STATE(154), + [sym_token_tree_pattern] = STATE(189), + [sym_token_binding_pattern] = STATE(189), + [sym_token_repetition_pattern] = STATE(189), + [sym__literal] = STATE(189), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), + [sym_line_comment] = STATE(75), + [sym_block_comment] = STATE(75), [aux_sym_token_tree_pattern_repeat1] = STATE(78), - [aux_sym__non_special_token_repeat1] = STATE(136), - [sym_identifier] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_LBRACK] = ACTIONS(573), - [anon_sym_RBRACK] = ACTIONS(591), - [anon_sym_LBRACE] = ACTIONS(575), - [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), - }, - [72] = { - [sym__token_pattern] = STATE(176), - [sym_token_tree_pattern] = STATE(170), - [sym_token_binding_pattern] = STATE(170), - [sym_token_repetition_pattern] = STATE(170), - [sym__literal] = STATE(170), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), - [sym_line_comment] = STATE(72), - [sym_block_comment] = STATE(72), - [aux_sym_token_tree_pattern_repeat1] = STATE(67), - [aux_sym__non_special_token_repeat1] = STATE(136), - [sym_identifier] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_RPAREN] = ACTIONS(593), - [anon_sym_LBRACK] = ACTIONS(573), - [anon_sym_LBRACE] = ACTIONS(575), - [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), - }, - [73] = { - [sym__token_pattern] = STATE(176), - [sym_token_tree_pattern] = STATE(170), - [sym_token_binding_pattern] = STATE(170), - [sym_token_repetition_pattern] = STATE(170), - [sym__literal] = STATE(170), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), - [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(136), - [sym_identifier] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_LBRACK] = ACTIONS(573), - [anon_sym_RBRACK] = ACTIONS(593), - [anon_sym_LBRACE] = ACTIONS(575), - [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), - }, - [74] = { - [sym__token_pattern] = STATE(176), - [sym_token_tree_pattern] = STATE(170), - [sym_token_binding_pattern] = STATE(170), - [sym_token_repetition_pattern] = STATE(170), - [sym__literal] = STATE(170), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), - [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(136), - [sym_identifier] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_LBRACK] = ACTIONS(573), - [anon_sym_LBRACE] = ACTIONS(575), - [anon_sym_RBRACE] = ACTIONS(593), - [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), - }, - [75] = { - [sym__token_pattern] = STATE(176), - [sym_token_tree_pattern] = STATE(170), - [sym_token_binding_pattern] = STATE(170), - [sym_token_repetition_pattern] = STATE(170), - [sym__literal] = STATE(170), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), - [sym_line_comment] = STATE(75), - [sym_block_comment] = STATE(75), - [aux_sym_token_tree_pattern_repeat1] = STATE(79), - [aux_sym__non_special_token_repeat1] = STATE(136), - [sym_identifier] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_LBRACK] = ACTIONS(573), - [anon_sym_LBRACE] = ACTIONS(575), - [anon_sym_RBRACE] = ACTIONS(591), - [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), - }, - [76] = { - [sym__token_pattern] = STATE(176), - [sym_token_tree_pattern] = STATE(170), - [sym_token_binding_pattern] = STATE(170), - [sym_token_repetition_pattern] = STATE(170), - [sym__literal] = STATE(170), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), + [aux_sym__non_special_token_repeat1] = STATE(142), + [sym_identifier] = ACTIONS(638), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(642), + [anon_sym_RPAREN] = ACTIONS(668), + [anon_sym_LBRACK] = ACTIONS(646), + [anon_sym_LBRACE] = ACTIONS(648), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(652), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_u8] = ACTIONS(638), + [anon_sym_i8] = ACTIONS(638), + [anon_sym_u16] = ACTIONS(638), + [anon_sym_i16] = ACTIONS(638), + [anon_sym_u32] = ACTIONS(638), + [anon_sym_i32] = ACTIONS(638), + [anon_sym_u64] = ACTIONS(638), + [anon_sym_i64] = ACTIONS(638), + [anon_sym_u128] = ACTIONS(638), + [anon_sym_i128] = ACTIONS(638), + [anon_sym_isize] = ACTIONS(638), + [anon_sym_usize] = ACTIONS(638), + [anon_sym_f32] = ACTIONS(638), + [anon_sym_f64] = ACTIONS(638), + [anon_sym_bool] = ACTIONS(638), + [anon_sym_str] = ACTIONS(638), + [anon_sym_char] = ACTIONS(638), + [anon_sym_DASH] = ACTIONS(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(638), + [anon_sym_as] = ACTIONS(638), + [anon_sym_async] = ACTIONS(638), + [anon_sym_await] = ACTIONS(638), + [anon_sym_break] = ACTIONS(638), + [anon_sym_const] = ACTIONS(638), + [anon_sym_continue] = ACTIONS(638), + [anon_sym_default] = ACTIONS(638), + [anon_sym_enum] = ACTIONS(638), + [anon_sym_fn] = ACTIONS(638), + [anon_sym_for] = ACTIONS(638), + [anon_sym_gen] = ACTIONS(638), + [anon_sym_if] = ACTIONS(638), + [anon_sym_impl] = ACTIONS(638), + [anon_sym_let] = ACTIONS(638), + [anon_sym_loop] = ACTIONS(638), + [anon_sym_match] = ACTIONS(638), + [anon_sym_mod] = ACTIONS(638), + [anon_sym_pub] = ACTIONS(638), + [anon_sym_return] = ACTIONS(638), + [anon_sym_static] = ACTIONS(638), + [anon_sym_struct] = ACTIONS(638), + [anon_sym_trait] = ACTIONS(638), + [anon_sym_type] = ACTIONS(638), + [anon_sym_union] = ACTIONS(638), + [anon_sym_unsafe] = ACTIONS(638), + [anon_sym_use] = ACTIONS(638), + [anon_sym_where] = ACTIONS(638), + [anon_sym_while] = ACTIONS(638), + [sym_mutable_specifier] = ACTIONS(638), + [sym_integer_literal] = ACTIONS(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(638), + [sym_super] = ACTIONS(638), + [sym_crate] = ACTIONS(638), + [sym_metavariable] = ACTIONS(660), + [sym__raw_string_literal_start] = ACTIONS(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(76)] = { + [sym__token_pattern] = STATE(154), + [sym_token_tree_pattern] = STATE(189), + [sym_token_binding_pattern] = STATE(189), + [sym_token_repetition_pattern] = STATE(189), + [sym__literal] = STATE(189), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), [sym_line_comment] = STATE(76), [sym_block_comment] = STATE(76), - [aux_sym_token_tree_pattern_repeat1] = STATE(77), - [aux_sym__non_special_token_repeat1] = STATE(136), - [sym_identifier] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_RPAREN] = ACTIONS(591), - [anon_sym_LBRACK] = ACTIONS(573), - [anon_sym_LBRACE] = ACTIONS(575), - [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), - }, - [77] = { - [sym__token_pattern] = STATE(176), - [sym_token_tree_pattern] = STATE(170), - [sym_token_binding_pattern] = STATE(170), - [sym_token_repetition_pattern] = STATE(170), - [sym__literal] = STATE(170), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), + [aux_sym_token_tree_pattern_repeat1] = STATE(79), + [aux_sym__non_special_token_repeat1] = STATE(142), + [sym_identifier] = ACTIONS(638), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(642), + [anon_sym_LBRACK] = ACTIONS(646), + [anon_sym_RBRACK] = ACTIONS(668), + [anon_sym_LBRACE] = ACTIONS(648), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(652), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_u8] = ACTIONS(638), + [anon_sym_i8] = ACTIONS(638), + [anon_sym_u16] = ACTIONS(638), + [anon_sym_i16] = ACTIONS(638), + [anon_sym_u32] = ACTIONS(638), + [anon_sym_i32] = ACTIONS(638), + [anon_sym_u64] = ACTIONS(638), + [anon_sym_i64] = ACTIONS(638), + [anon_sym_u128] = ACTIONS(638), + [anon_sym_i128] = ACTIONS(638), + [anon_sym_isize] = ACTIONS(638), + [anon_sym_usize] = ACTIONS(638), + [anon_sym_f32] = ACTIONS(638), + [anon_sym_f64] = ACTIONS(638), + [anon_sym_bool] = ACTIONS(638), + [anon_sym_str] = ACTIONS(638), + [anon_sym_char] = ACTIONS(638), + [anon_sym_DASH] = ACTIONS(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(638), + [anon_sym_as] = ACTIONS(638), + [anon_sym_async] = ACTIONS(638), + [anon_sym_await] = ACTIONS(638), + [anon_sym_break] = ACTIONS(638), + [anon_sym_const] = ACTIONS(638), + [anon_sym_continue] = ACTIONS(638), + [anon_sym_default] = ACTIONS(638), + [anon_sym_enum] = ACTIONS(638), + [anon_sym_fn] = ACTIONS(638), + [anon_sym_for] = ACTIONS(638), + [anon_sym_gen] = ACTIONS(638), + [anon_sym_if] = ACTIONS(638), + [anon_sym_impl] = ACTIONS(638), + [anon_sym_let] = ACTIONS(638), + [anon_sym_loop] = ACTIONS(638), + [anon_sym_match] = ACTIONS(638), + [anon_sym_mod] = ACTIONS(638), + [anon_sym_pub] = ACTIONS(638), + [anon_sym_return] = ACTIONS(638), + [anon_sym_static] = ACTIONS(638), + [anon_sym_struct] = ACTIONS(638), + [anon_sym_trait] = ACTIONS(638), + [anon_sym_type] = ACTIONS(638), + [anon_sym_union] = ACTIONS(638), + [anon_sym_unsafe] = ACTIONS(638), + [anon_sym_use] = ACTIONS(638), + [anon_sym_where] = ACTIONS(638), + [anon_sym_while] = ACTIONS(638), + [sym_mutable_specifier] = ACTIONS(638), + [sym_integer_literal] = ACTIONS(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(638), + [sym_super] = ACTIONS(638), + [sym_crate] = ACTIONS(638), + [sym_metavariable] = ACTIONS(660), + [sym__raw_string_literal_start] = ACTIONS(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(77)] = { + [sym__token_pattern] = STATE(154), + [sym_token_tree_pattern] = STATE(189), + [sym_token_binding_pattern] = STATE(189), + [sym_token_repetition_pattern] = STATE(189), + [sym__literal] = STATE(189), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), [sym_line_comment] = STATE(77), [sym_block_comment] = STATE(77), - [aux_sym_token_tree_pattern_repeat1] = STATE(67), - [aux_sym__non_special_token_repeat1] = STATE(136), - [sym_identifier] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_RPAREN] = ACTIONS(595), - [anon_sym_LBRACK] = ACTIONS(573), - [anon_sym_LBRACE] = ACTIONS(575), - [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), - }, - [78] = { - [sym__token_pattern] = STATE(176), - [sym_token_tree_pattern] = STATE(170), - [sym_token_binding_pattern] = STATE(170), - [sym_token_repetition_pattern] = STATE(170), - [sym__literal] = STATE(170), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), + [aux_sym_token_tree_pattern_repeat1] = STATE(80), + [aux_sym__non_special_token_repeat1] = STATE(142), + [sym_identifier] = ACTIONS(638), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(642), + [anon_sym_LBRACK] = ACTIONS(646), + [anon_sym_LBRACE] = ACTIONS(648), + [anon_sym_RBRACE] = ACTIONS(668), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(652), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_u8] = ACTIONS(638), + [anon_sym_i8] = ACTIONS(638), + [anon_sym_u16] = ACTIONS(638), + [anon_sym_i16] = ACTIONS(638), + [anon_sym_u32] = ACTIONS(638), + [anon_sym_i32] = ACTIONS(638), + [anon_sym_u64] = ACTIONS(638), + [anon_sym_i64] = ACTIONS(638), + [anon_sym_u128] = ACTIONS(638), + [anon_sym_i128] = ACTIONS(638), + [anon_sym_isize] = ACTIONS(638), + [anon_sym_usize] = ACTIONS(638), + [anon_sym_f32] = ACTIONS(638), + [anon_sym_f64] = ACTIONS(638), + [anon_sym_bool] = ACTIONS(638), + [anon_sym_str] = ACTIONS(638), + [anon_sym_char] = ACTIONS(638), + [anon_sym_DASH] = ACTIONS(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(638), + [anon_sym_as] = ACTIONS(638), + [anon_sym_async] = ACTIONS(638), + [anon_sym_await] = ACTIONS(638), + [anon_sym_break] = ACTIONS(638), + [anon_sym_const] = ACTIONS(638), + [anon_sym_continue] = ACTIONS(638), + [anon_sym_default] = ACTIONS(638), + [anon_sym_enum] = ACTIONS(638), + [anon_sym_fn] = ACTIONS(638), + [anon_sym_for] = ACTIONS(638), + [anon_sym_gen] = ACTIONS(638), + [anon_sym_if] = ACTIONS(638), + [anon_sym_impl] = ACTIONS(638), + [anon_sym_let] = ACTIONS(638), + [anon_sym_loop] = ACTIONS(638), + [anon_sym_match] = ACTIONS(638), + [anon_sym_mod] = ACTIONS(638), + [anon_sym_pub] = ACTIONS(638), + [anon_sym_return] = ACTIONS(638), + [anon_sym_static] = ACTIONS(638), + [anon_sym_struct] = ACTIONS(638), + [anon_sym_trait] = ACTIONS(638), + [anon_sym_type] = ACTIONS(638), + [anon_sym_union] = ACTIONS(638), + [anon_sym_unsafe] = ACTIONS(638), + [anon_sym_use] = ACTIONS(638), + [anon_sym_where] = ACTIONS(638), + [anon_sym_while] = ACTIONS(638), + [sym_mutable_specifier] = ACTIONS(638), + [sym_integer_literal] = ACTIONS(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(638), + [sym_super] = ACTIONS(638), + [sym_crate] = ACTIONS(638), + [sym_metavariable] = ACTIONS(660), + [sym__raw_string_literal_start] = ACTIONS(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(78)] = { + [sym__token_pattern] = STATE(154), + [sym_token_tree_pattern] = STATE(189), + [sym_token_binding_pattern] = STATE(189), + [sym_token_repetition_pattern] = STATE(189), + [sym__literal] = STATE(189), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), [sym_line_comment] = STATE(78), [sym_block_comment] = STATE(78), [aux_sym_token_tree_pattern_repeat1] = STATE(67), - [aux_sym__non_special_token_repeat1] = STATE(136), - [sym_identifier] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_LBRACK] = ACTIONS(573), - [anon_sym_RBRACK] = ACTIONS(595), - [anon_sym_LBRACE] = ACTIONS(575), - [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), - }, - [79] = { - [sym__token_pattern] = STATE(176), - [sym_token_tree_pattern] = STATE(170), - [sym_token_binding_pattern] = STATE(170), - [sym_token_repetition_pattern] = STATE(170), - [sym__literal] = STATE(170), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), + [aux_sym__non_special_token_repeat1] = STATE(142), + [sym_identifier] = ACTIONS(638), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(642), + [anon_sym_RPAREN] = ACTIONS(670), + [anon_sym_LBRACK] = ACTIONS(646), + [anon_sym_LBRACE] = ACTIONS(648), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(652), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_u8] = ACTIONS(638), + [anon_sym_i8] = ACTIONS(638), + [anon_sym_u16] = ACTIONS(638), + [anon_sym_i16] = ACTIONS(638), + [anon_sym_u32] = ACTIONS(638), + [anon_sym_i32] = ACTIONS(638), + [anon_sym_u64] = ACTIONS(638), + [anon_sym_i64] = ACTIONS(638), + [anon_sym_u128] = ACTIONS(638), + [anon_sym_i128] = ACTIONS(638), + [anon_sym_isize] = ACTIONS(638), + [anon_sym_usize] = ACTIONS(638), + [anon_sym_f32] = ACTIONS(638), + [anon_sym_f64] = ACTIONS(638), + [anon_sym_bool] = ACTIONS(638), + [anon_sym_str] = ACTIONS(638), + [anon_sym_char] = ACTIONS(638), + [anon_sym_DASH] = ACTIONS(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(638), + [anon_sym_as] = ACTIONS(638), + [anon_sym_async] = ACTIONS(638), + [anon_sym_await] = ACTIONS(638), + [anon_sym_break] = ACTIONS(638), + [anon_sym_const] = ACTIONS(638), + [anon_sym_continue] = ACTIONS(638), + [anon_sym_default] = ACTIONS(638), + [anon_sym_enum] = ACTIONS(638), + [anon_sym_fn] = ACTIONS(638), + [anon_sym_for] = ACTIONS(638), + [anon_sym_gen] = ACTIONS(638), + [anon_sym_if] = ACTIONS(638), + [anon_sym_impl] = ACTIONS(638), + [anon_sym_let] = ACTIONS(638), + [anon_sym_loop] = ACTIONS(638), + [anon_sym_match] = ACTIONS(638), + [anon_sym_mod] = ACTIONS(638), + [anon_sym_pub] = ACTIONS(638), + [anon_sym_return] = ACTIONS(638), + [anon_sym_static] = ACTIONS(638), + [anon_sym_struct] = ACTIONS(638), + [anon_sym_trait] = ACTIONS(638), + [anon_sym_type] = ACTIONS(638), + [anon_sym_union] = ACTIONS(638), + [anon_sym_unsafe] = ACTIONS(638), + [anon_sym_use] = ACTIONS(638), + [anon_sym_where] = ACTIONS(638), + [anon_sym_while] = ACTIONS(638), + [sym_mutable_specifier] = ACTIONS(638), + [sym_integer_literal] = ACTIONS(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(638), + [sym_super] = ACTIONS(638), + [sym_crate] = ACTIONS(638), + [sym_metavariable] = ACTIONS(660), + [sym__raw_string_literal_start] = ACTIONS(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(79)] = { + [sym__token_pattern] = STATE(154), + [sym_token_tree_pattern] = STATE(189), + [sym_token_binding_pattern] = STATE(189), + [sym_token_repetition_pattern] = STATE(189), + [sym__literal] = STATE(189), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), [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(136), - [sym_identifier] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_LBRACK] = ACTIONS(573), - [anon_sym_LBRACE] = ACTIONS(575), - [anon_sym_RBRACE] = ACTIONS(595), - [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), - }, - [80] = { - [sym__token_pattern] = STATE(176), - [sym_token_tree_pattern] = STATE(170), - [sym_token_binding_pattern] = STATE(170), - [sym_token_repetition_pattern] = STATE(170), - [sym__literal] = STATE(170), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), + [aux_sym__non_special_token_repeat1] = STATE(142), + [sym_identifier] = ACTIONS(638), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(642), + [anon_sym_LBRACK] = ACTIONS(646), + [anon_sym_RBRACK] = ACTIONS(670), + [anon_sym_LBRACE] = ACTIONS(648), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(652), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_u8] = ACTIONS(638), + [anon_sym_i8] = ACTIONS(638), + [anon_sym_u16] = ACTIONS(638), + [anon_sym_i16] = ACTIONS(638), + [anon_sym_u32] = ACTIONS(638), + [anon_sym_i32] = ACTIONS(638), + [anon_sym_u64] = ACTIONS(638), + [anon_sym_i64] = ACTIONS(638), + [anon_sym_u128] = ACTIONS(638), + [anon_sym_i128] = ACTIONS(638), + [anon_sym_isize] = ACTIONS(638), + [anon_sym_usize] = ACTIONS(638), + [anon_sym_f32] = ACTIONS(638), + [anon_sym_f64] = ACTIONS(638), + [anon_sym_bool] = ACTIONS(638), + [anon_sym_str] = ACTIONS(638), + [anon_sym_char] = ACTIONS(638), + [anon_sym_DASH] = ACTIONS(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(638), + [anon_sym_as] = ACTIONS(638), + [anon_sym_async] = ACTIONS(638), + [anon_sym_await] = ACTIONS(638), + [anon_sym_break] = ACTIONS(638), + [anon_sym_const] = ACTIONS(638), + [anon_sym_continue] = ACTIONS(638), + [anon_sym_default] = ACTIONS(638), + [anon_sym_enum] = ACTIONS(638), + [anon_sym_fn] = ACTIONS(638), + [anon_sym_for] = ACTIONS(638), + [anon_sym_gen] = ACTIONS(638), + [anon_sym_if] = ACTIONS(638), + [anon_sym_impl] = ACTIONS(638), + [anon_sym_let] = ACTIONS(638), + [anon_sym_loop] = ACTIONS(638), + [anon_sym_match] = ACTIONS(638), + [anon_sym_mod] = ACTIONS(638), + [anon_sym_pub] = ACTIONS(638), + [anon_sym_return] = ACTIONS(638), + [anon_sym_static] = ACTIONS(638), + [anon_sym_struct] = ACTIONS(638), + [anon_sym_trait] = ACTIONS(638), + [anon_sym_type] = ACTIONS(638), + [anon_sym_union] = ACTIONS(638), + [anon_sym_unsafe] = ACTIONS(638), + [anon_sym_use] = ACTIONS(638), + [anon_sym_where] = ACTIONS(638), + [anon_sym_while] = ACTIONS(638), + [sym_mutable_specifier] = ACTIONS(638), + [sym_integer_literal] = ACTIONS(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(638), + [sym_super] = ACTIONS(638), + [sym_crate] = ACTIONS(638), + [sym_metavariable] = ACTIONS(660), + [sym__raw_string_literal_start] = ACTIONS(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(80)] = { + [sym__token_pattern] = STATE(154), + [sym_token_tree_pattern] = STATE(189), + [sym_token_binding_pattern] = STATE(189), + [sym_token_repetition_pattern] = STATE(189), + [sym__literal] = STATE(189), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), [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(136), - [sym_identifier] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_RPAREN] = ACTIONS(597), - [anon_sym_LBRACK] = ACTIONS(573), - [anon_sym_LBRACE] = ACTIONS(575), - [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), - }, - [81] = { - [sym__token_pattern] = STATE(176), - [sym_token_tree_pattern] = STATE(170), - [sym_token_binding_pattern] = STATE(170), - [sym_token_repetition_pattern] = STATE(170), - [sym__literal] = STATE(170), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), + [aux_sym__non_special_token_repeat1] = STATE(142), + [sym_identifier] = ACTIONS(638), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(642), + [anon_sym_LBRACK] = ACTIONS(646), + [anon_sym_LBRACE] = ACTIONS(648), + [anon_sym_RBRACE] = ACTIONS(670), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(652), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_u8] = ACTIONS(638), + [anon_sym_i8] = ACTIONS(638), + [anon_sym_u16] = ACTIONS(638), + [anon_sym_i16] = ACTIONS(638), + [anon_sym_u32] = ACTIONS(638), + [anon_sym_i32] = ACTIONS(638), + [anon_sym_u64] = ACTIONS(638), + [anon_sym_i64] = ACTIONS(638), + [anon_sym_u128] = ACTIONS(638), + [anon_sym_i128] = ACTIONS(638), + [anon_sym_isize] = ACTIONS(638), + [anon_sym_usize] = ACTIONS(638), + [anon_sym_f32] = ACTIONS(638), + [anon_sym_f64] = ACTIONS(638), + [anon_sym_bool] = ACTIONS(638), + [anon_sym_str] = ACTIONS(638), + [anon_sym_char] = ACTIONS(638), + [anon_sym_DASH] = ACTIONS(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(638), + [anon_sym_as] = ACTIONS(638), + [anon_sym_async] = ACTIONS(638), + [anon_sym_await] = ACTIONS(638), + [anon_sym_break] = ACTIONS(638), + [anon_sym_const] = ACTIONS(638), + [anon_sym_continue] = ACTIONS(638), + [anon_sym_default] = ACTIONS(638), + [anon_sym_enum] = ACTIONS(638), + [anon_sym_fn] = ACTIONS(638), + [anon_sym_for] = ACTIONS(638), + [anon_sym_gen] = ACTIONS(638), + [anon_sym_if] = ACTIONS(638), + [anon_sym_impl] = ACTIONS(638), + [anon_sym_let] = ACTIONS(638), + [anon_sym_loop] = ACTIONS(638), + [anon_sym_match] = ACTIONS(638), + [anon_sym_mod] = ACTIONS(638), + [anon_sym_pub] = ACTIONS(638), + [anon_sym_return] = ACTIONS(638), + [anon_sym_static] = ACTIONS(638), + [anon_sym_struct] = ACTIONS(638), + [anon_sym_trait] = ACTIONS(638), + [anon_sym_type] = ACTIONS(638), + [anon_sym_union] = ACTIONS(638), + [anon_sym_unsafe] = ACTIONS(638), + [anon_sym_use] = ACTIONS(638), + [anon_sym_where] = ACTIONS(638), + [anon_sym_while] = ACTIONS(638), + [sym_mutable_specifier] = ACTIONS(638), + [sym_integer_literal] = ACTIONS(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(638), + [sym_super] = ACTIONS(638), + [sym_crate] = ACTIONS(638), + [sym_metavariable] = ACTIONS(660), + [sym__raw_string_literal_start] = ACTIONS(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(81)] = { + [sym__token_pattern] = STATE(154), + [sym_token_tree_pattern] = STATE(189), + [sym_token_binding_pattern] = STATE(189), + [sym_token_repetition_pattern] = STATE(189), + [sym__literal] = STATE(189), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), [sym_line_comment] = STATE(81), [sym_block_comment] = STATE(81), - [aux_sym_token_tree_pattern_repeat1] = STATE(80), - [aux_sym__non_special_token_repeat1] = STATE(136), - [sym_identifier] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_RPAREN] = ACTIONS(599), - [anon_sym_LBRACK] = ACTIONS(573), - [anon_sym_LBRACE] = ACTIONS(575), - [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), - }, - [82] = { - [sym_token_tree] = STATE(152), - [sym_token_repetition] = STATE(152), - [sym__literal] = STATE(152), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), + [aux_sym_token_tree_pattern_repeat1] = STATE(74), + [aux_sym__non_special_token_repeat1] = STATE(142), + [sym_identifier] = ACTIONS(638), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(642), + [anon_sym_RPAREN] = ACTIONS(672), + [anon_sym_LBRACK] = ACTIONS(646), + [anon_sym_LBRACE] = ACTIONS(648), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(652), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_u8] = ACTIONS(638), + [anon_sym_i8] = ACTIONS(638), + [anon_sym_u16] = ACTIONS(638), + [anon_sym_i16] = ACTIONS(638), + [anon_sym_u32] = ACTIONS(638), + [anon_sym_i32] = ACTIONS(638), + [anon_sym_u64] = ACTIONS(638), + [anon_sym_i64] = ACTIONS(638), + [anon_sym_u128] = ACTIONS(638), + [anon_sym_i128] = ACTIONS(638), + [anon_sym_isize] = ACTIONS(638), + [anon_sym_usize] = ACTIONS(638), + [anon_sym_f32] = ACTIONS(638), + [anon_sym_f64] = ACTIONS(638), + [anon_sym_bool] = ACTIONS(638), + [anon_sym_str] = ACTIONS(638), + [anon_sym_char] = ACTIONS(638), + [anon_sym_DASH] = ACTIONS(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(638), + [anon_sym_as] = ACTIONS(638), + [anon_sym_async] = ACTIONS(638), + [anon_sym_await] = ACTIONS(638), + [anon_sym_break] = ACTIONS(638), + [anon_sym_const] = ACTIONS(638), + [anon_sym_continue] = ACTIONS(638), + [anon_sym_default] = ACTIONS(638), + [anon_sym_enum] = ACTIONS(638), + [anon_sym_fn] = ACTIONS(638), + [anon_sym_for] = ACTIONS(638), + [anon_sym_gen] = ACTIONS(638), + [anon_sym_if] = ACTIONS(638), + [anon_sym_impl] = ACTIONS(638), + [anon_sym_let] = ACTIONS(638), + [anon_sym_loop] = ACTIONS(638), + [anon_sym_match] = ACTIONS(638), + [anon_sym_mod] = ACTIONS(638), + [anon_sym_pub] = ACTIONS(638), + [anon_sym_return] = ACTIONS(638), + [anon_sym_static] = ACTIONS(638), + [anon_sym_struct] = ACTIONS(638), + [anon_sym_trait] = ACTIONS(638), + [anon_sym_type] = ACTIONS(638), + [anon_sym_union] = ACTIONS(638), + [anon_sym_unsafe] = ACTIONS(638), + [anon_sym_use] = ACTIONS(638), + [anon_sym_where] = ACTIONS(638), + [anon_sym_while] = ACTIONS(638), + [sym_mutable_specifier] = ACTIONS(638), + [sym_integer_literal] = ACTIONS(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(638), + [sym_super] = ACTIONS(638), + [sym_crate] = ACTIONS(638), + [sym_metavariable] = ACTIONS(660), + [sym__raw_string_literal_start] = ACTIONS(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(82)] = { + [sym__token_pattern] = STATE(154), + [sym_token_tree_pattern] = STATE(189), + [sym_token_binding_pattern] = STATE(189), + [sym_token_repetition_pattern] = STATE(189), + [sym__literal] = STATE(189), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), [sym_line_comment] = STATE(82), [sym_block_comment] = STATE(82), - [aux_sym_token_tree_repeat1] = STATE(82), - [aux_sym__non_special_token_repeat1] = STATE(143), - [sym_identifier] = ACTIONS(601), - [anon_sym_SEMI] = ACTIONS(604), - [anon_sym_LPAREN] = ACTIONS(607), - [anon_sym_RPAREN] = ACTIONS(610), - [anon_sym_LBRACK] = ACTIONS(612), - [anon_sym_RBRACK] = ACTIONS(610), - [anon_sym_LBRACE] = ACTIONS(615), - [anon_sym_RBRACE] = ACTIONS(610), - [anon_sym_EQ_GT] = ACTIONS(604), - [anon_sym_COLON] = ACTIONS(618), - [anon_sym_DOLLAR] = ACTIONS(621), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_STAR] = ACTIONS(618), - [anon_sym_QMARK] = ACTIONS(604), - [anon_sym_u8] = ACTIONS(601), - [anon_sym_i8] = ACTIONS(601), - [anon_sym_u16] = ACTIONS(601), - [anon_sym_i16] = ACTIONS(601), - [anon_sym_u32] = ACTIONS(601), - [anon_sym_i32] = ACTIONS(601), - [anon_sym_u64] = ACTIONS(601), - [anon_sym_i64] = ACTIONS(601), - [anon_sym_u128] = ACTIONS(601), - [anon_sym_i128] = ACTIONS(601), - [anon_sym_isize] = ACTIONS(601), - [anon_sym_usize] = ACTIONS(601), - [anon_sym_f32] = ACTIONS(601), - [anon_sym_f64] = ACTIONS(601), - [anon_sym_bool] = ACTIONS(601), - [anon_sym_str] = ACTIONS(601), - [anon_sym_char] = ACTIONS(601), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_SLASH] = ACTIONS(618), - [anon_sym_PERCENT] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_AMP] = ACTIONS(618), - [anon_sym_PIPE] = ACTIONS(618), - [anon_sym_AMP_AMP] = ACTIONS(604), - [anon_sym_PIPE_PIPE] = ACTIONS(604), - [anon_sym_LT_LT] = ACTIONS(618), - [anon_sym_GT_GT] = ACTIONS(618), - [anon_sym_PLUS_EQ] = ACTIONS(604), - [anon_sym_DASH_EQ] = ACTIONS(604), - [anon_sym_STAR_EQ] = ACTIONS(604), - [anon_sym_SLASH_EQ] = ACTIONS(604), - [anon_sym_PERCENT_EQ] = ACTIONS(604), - [anon_sym_CARET_EQ] = ACTIONS(604), - [anon_sym_AMP_EQ] = ACTIONS(604), - [anon_sym_PIPE_EQ] = ACTIONS(604), - [anon_sym_LT_LT_EQ] = ACTIONS(604), - [anon_sym_GT_GT_EQ] = ACTIONS(604), - [anon_sym_EQ] = ACTIONS(618), - [anon_sym_EQ_EQ] = ACTIONS(604), - [anon_sym_BANG_EQ] = ACTIONS(604), - [anon_sym_GT] = ACTIONS(618), - [anon_sym_LT] = ACTIONS(618), - [anon_sym_GT_EQ] = ACTIONS(604), - [anon_sym_LT_EQ] = ACTIONS(604), - [anon_sym_AT] = ACTIONS(604), - [anon_sym__] = ACTIONS(618), - [anon_sym_DOT] = ACTIONS(618), - [anon_sym_DOT_DOT] = ACTIONS(618), - [anon_sym_DOT_DOT_DOT] = ACTIONS(604), - [anon_sym_DOT_DOT_EQ] = ACTIONS(604), - [anon_sym_COMMA] = ACTIONS(604), - [anon_sym_COLON_COLON] = ACTIONS(604), - [anon_sym_DASH_GT] = ACTIONS(604), - [anon_sym_POUND] = ACTIONS(604), - [anon_sym_SQUOTE] = ACTIONS(601), - [anon_sym_as] = ACTIONS(601), - [anon_sym_async] = ACTIONS(601), - [anon_sym_await] = ACTIONS(601), - [anon_sym_break] = ACTIONS(601), - [anon_sym_const] = ACTIONS(601), - [anon_sym_continue] = ACTIONS(601), - [anon_sym_default] = ACTIONS(601), - [anon_sym_enum] = ACTIONS(601), - [anon_sym_fn] = ACTIONS(601), - [anon_sym_for] = ACTIONS(601), - [anon_sym_gen] = ACTIONS(601), - [anon_sym_if] = ACTIONS(601), - [anon_sym_impl] = ACTIONS(601), - [anon_sym_let] = ACTIONS(601), - [anon_sym_loop] = ACTIONS(601), - [anon_sym_match] = ACTIONS(601), - [anon_sym_mod] = ACTIONS(601), - [anon_sym_pub] = ACTIONS(601), - [anon_sym_return] = ACTIONS(601), - [anon_sym_static] = ACTIONS(601), - [anon_sym_struct] = ACTIONS(601), - [anon_sym_trait] = ACTIONS(601), - [anon_sym_type] = ACTIONS(601), - [anon_sym_union] = ACTIONS(601), - [anon_sym_unsafe] = ACTIONS(601), - [anon_sym_use] = ACTIONS(601), - [anon_sym_where] = ACTIONS(601), - [anon_sym_while] = ACTIONS(601), - [sym_mutable_specifier] = ACTIONS(601), - [sym_integer_literal] = ACTIONS(624), - [aux_sym_string_literal_token1] = ACTIONS(627), - [sym_char_literal] = ACTIONS(624), - [anon_sym_true] = ACTIONS(630), - [anon_sym_false] = ACTIONS(630), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(601), - [sym_super] = ACTIONS(601), - [sym_crate] = ACTIONS(601), - [sym_metavariable] = ACTIONS(633), - [sym__raw_string_literal_start] = ACTIONS(636), - [sym_float_literal] = ACTIONS(624), - }, - [83] = { - [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), - [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), + [aux_sym_token_tree_pattern_repeat1] = STATE(72), + [aux_sym__non_special_token_repeat1] = STATE(142), + [sym_identifier] = ACTIONS(638), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(642), + [anon_sym_LBRACK] = ACTIONS(646), + [anon_sym_RBRACK] = ACTIONS(672), + [anon_sym_LBRACE] = ACTIONS(648), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(652), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_u8] = ACTIONS(638), + [anon_sym_i8] = ACTIONS(638), + [anon_sym_u16] = ACTIONS(638), + [anon_sym_i16] = ACTIONS(638), + [anon_sym_u32] = ACTIONS(638), + [anon_sym_i32] = ACTIONS(638), + [anon_sym_u64] = ACTIONS(638), + [anon_sym_i64] = ACTIONS(638), + [anon_sym_u128] = ACTIONS(638), + [anon_sym_i128] = ACTIONS(638), + [anon_sym_isize] = ACTIONS(638), + [anon_sym_usize] = ACTIONS(638), + [anon_sym_f32] = ACTIONS(638), + [anon_sym_f64] = ACTIONS(638), + [anon_sym_bool] = ACTIONS(638), + [anon_sym_str] = ACTIONS(638), + [anon_sym_char] = ACTIONS(638), + [anon_sym_DASH] = ACTIONS(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(638), + [anon_sym_as] = ACTIONS(638), + [anon_sym_async] = ACTIONS(638), + [anon_sym_await] = ACTIONS(638), + [anon_sym_break] = ACTIONS(638), + [anon_sym_const] = ACTIONS(638), + [anon_sym_continue] = ACTIONS(638), + [anon_sym_default] = ACTIONS(638), + [anon_sym_enum] = ACTIONS(638), + [anon_sym_fn] = ACTIONS(638), + [anon_sym_for] = ACTIONS(638), + [anon_sym_gen] = ACTIONS(638), + [anon_sym_if] = ACTIONS(638), + [anon_sym_impl] = ACTIONS(638), + [anon_sym_let] = ACTIONS(638), + [anon_sym_loop] = ACTIONS(638), + [anon_sym_match] = ACTIONS(638), + [anon_sym_mod] = ACTIONS(638), + [anon_sym_pub] = ACTIONS(638), + [anon_sym_return] = ACTIONS(638), + [anon_sym_static] = ACTIONS(638), + [anon_sym_struct] = ACTIONS(638), + [anon_sym_trait] = ACTIONS(638), + [anon_sym_type] = ACTIONS(638), + [anon_sym_union] = ACTIONS(638), + [anon_sym_unsafe] = ACTIONS(638), + [anon_sym_use] = ACTIONS(638), + [anon_sym_where] = ACTIONS(638), + [anon_sym_while] = ACTIONS(638), + [sym_mutable_specifier] = ACTIONS(638), + [sym_integer_literal] = ACTIONS(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(638), + [sym_super] = ACTIONS(638), + [sym_crate] = ACTIONS(638), + [sym_metavariable] = ACTIONS(660), + [sym__raw_string_literal_start] = ACTIONS(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(83)] = { + [sym__token_pattern] = STATE(154), + [sym_token_tree_pattern] = STATE(189), + [sym_token_binding_pattern] = STATE(189), + [sym_token_repetition_pattern] = STATE(189), + [sym__literal] = STATE(189), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), [sym_line_comment] = STATE(83), [sym_block_comment] = STATE(83), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(639), - [anon_sym_SEMI] = ACTIONS(642), - [anon_sym_LPAREN] = ACTIONS(645), - [anon_sym_RPAREN] = ACTIONS(648), - [anon_sym_LBRACK] = ACTIONS(650), - [anon_sym_RBRACK] = ACTIONS(648), - [anon_sym_LBRACE] = ACTIONS(653), - [anon_sym_RBRACE] = ACTIONS(648), - [anon_sym_EQ_GT] = ACTIONS(642), - [anon_sym_COLON] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(659), - [anon_sym_PLUS] = ACTIONS(656), - [anon_sym_STAR] = ACTIONS(656), - [anon_sym_QMARK] = ACTIONS(642), - [anon_sym_u8] = ACTIONS(639), - [anon_sym_i8] = ACTIONS(639), - [anon_sym_u16] = ACTIONS(639), - [anon_sym_i16] = ACTIONS(639), - [anon_sym_u32] = ACTIONS(639), - [anon_sym_i32] = ACTIONS(639), - [anon_sym_u64] = ACTIONS(639), - [anon_sym_i64] = ACTIONS(639), - [anon_sym_u128] = ACTIONS(639), - [anon_sym_i128] = ACTIONS(639), - [anon_sym_isize] = ACTIONS(639), - [anon_sym_usize] = ACTIONS(639), - [anon_sym_f32] = ACTIONS(639), - [anon_sym_f64] = ACTIONS(639), - [anon_sym_bool] = ACTIONS(639), - [anon_sym_str] = ACTIONS(639), - [anon_sym_char] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_SLASH] = ACTIONS(656), - [anon_sym_PERCENT] = ACTIONS(656), - [anon_sym_CARET] = ACTIONS(656), - [anon_sym_BANG] = ACTIONS(656), - [anon_sym_AMP] = ACTIONS(656), - [anon_sym_PIPE] = ACTIONS(656), - [anon_sym_AMP_AMP] = ACTIONS(642), - [anon_sym_PIPE_PIPE] = ACTIONS(642), - [anon_sym_LT_LT] = ACTIONS(656), - [anon_sym_GT_GT] = ACTIONS(656), - [anon_sym_PLUS_EQ] = ACTIONS(642), - [anon_sym_DASH_EQ] = ACTIONS(642), - [anon_sym_STAR_EQ] = ACTIONS(642), - [anon_sym_SLASH_EQ] = ACTIONS(642), - [anon_sym_PERCENT_EQ] = ACTIONS(642), - [anon_sym_CARET_EQ] = ACTIONS(642), - [anon_sym_AMP_EQ] = ACTIONS(642), - [anon_sym_PIPE_EQ] = ACTIONS(642), - [anon_sym_LT_LT_EQ] = ACTIONS(642), - [anon_sym_GT_GT_EQ] = ACTIONS(642), - [anon_sym_EQ] = ACTIONS(656), - [anon_sym_EQ_EQ] = ACTIONS(642), - [anon_sym_BANG_EQ] = ACTIONS(642), - [anon_sym_GT] = ACTIONS(656), - [anon_sym_LT] = ACTIONS(656), - [anon_sym_GT_EQ] = ACTIONS(642), - [anon_sym_LT_EQ] = ACTIONS(642), - [anon_sym_AT] = ACTIONS(642), - [anon_sym__] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_DOT] = ACTIONS(642), - [anon_sym_DOT_DOT_EQ] = ACTIONS(642), - [anon_sym_COMMA] = ACTIONS(642), - [anon_sym_COLON_COLON] = ACTIONS(642), - [anon_sym_DASH_GT] = ACTIONS(642), - [anon_sym_POUND] = ACTIONS(642), - [anon_sym_SQUOTE] = ACTIONS(639), - [anon_sym_as] = ACTIONS(639), - [anon_sym_async] = ACTIONS(639), - [anon_sym_await] = ACTIONS(639), - [anon_sym_break] = ACTIONS(639), - [anon_sym_const] = ACTIONS(639), - [anon_sym_continue] = ACTIONS(639), - [anon_sym_default] = ACTIONS(639), - [anon_sym_enum] = ACTIONS(639), - [anon_sym_fn] = ACTIONS(639), - [anon_sym_for] = ACTIONS(639), - [anon_sym_gen] = ACTIONS(639), - [anon_sym_if] = ACTIONS(639), - [anon_sym_impl] = ACTIONS(639), - [anon_sym_let] = ACTIONS(639), - [anon_sym_loop] = ACTIONS(639), - [anon_sym_match] = ACTIONS(639), - [anon_sym_mod] = ACTIONS(639), - [anon_sym_pub] = ACTIONS(639), - [anon_sym_return] = ACTIONS(639), - [anon_sym_static] = ACTIONS(639), - [anon_sym_struct] = ACTIONS(639), - [anon_sym_trait] = ACTIONS(639), - [anon_sym_type] = ACTIONS(639), - [anon_sym_union] = ACTIONS(639), - [anon_sym_unsafe] = ACTIONS(639), - [anon_sym_use] = ACTIONS(639), - [anon_sym_where] = ACTIONS(639), - [anon_sym_while] = ACTIONS(639), - [sym_mutable_specifier] = ACTIONS(639), - [sym_integer_literal] = ACTIONS(662), - [aux_sym_string_literal_token1] = ACTIONS(665), - [sym_char_literal] = ACTIONS(662), - [anon_sym_true] = ACTIONS(668), - [anon_sym_false] = ACTIONS(668), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(639), - [sym_super] = ACTIONS(639), - [sym_crate] = ACTIONS(639), - [sym__raw_string_literal_start] = ACTIONS(671), - [sym_float_literal] = ACTIONS(662), - }, - [84] = { + [aux_sym_token_tree_pattern_repeat1] = STATE(71), + [aux_sym__non_special_token_repeat1] = STATE(142), + [sym_identifier] = ACTIONS(638), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(642), + [anon_sym_LBRACK] = ACTIONS(646), + [anon_sym_LBRACE] = ACTIONS(648), + [anon_sym_RBRACE] = ACTIONS(672), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(652), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_u8] = ACTIONS(638), + [anon_sym_i8] = ACTIONS(638), + [anon_sym_u16] = ACTIONS(638), + [anon_sym_i16] = ACTIONS(638), + [anon_sym_u32] = ACTIONS(638), + [anon_sym_i32] = ACTIONS(638), + [anon_sym_u64] = ACTIONS(638), + [anon_sym_i64] = ACTIONS(638), + [anon_sym_u128] = ACTIONS(638), + [anon_sym_i128] = ACTIONS(638), + [anon_sym_isize] = ACTIONS(638), + [anon_sym_usize] = ACTIONS(638), + [anon_sym_f32] = ACTIONS(638), + [anon_sym_f64] = ACTIONS(638), + [anon_sym_bool] = ACTIONS(638), + [anon_sym_str] = ACTIONS(638), + [anon_sym_char] = ACTIONS(638), + [anon_sym_DASH] = ACTIONS(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(638), + [anon_sym_as] = ACTIONS(638), + [anon_sym_async] = ACTIONS(638), + [anon_sym_await] = ACTIONS(638), + [anon_sym_break] = ACTIONS(638), + [anon_sym_const] = ACTIONS(638), + [anon_sym_continue] = ACTIONS(638), + [anon_sym_default] = ACTIONS(638), + [anon_sym_enum] = ACTIONS(638), + [anon_sym_fn] = ACTIONS(638), + [anon_sym_for] = ACTIONS(638), + [anon_sym_gen] = ACTIONS(638), + [anon_sym_if] = ACTIONS(638), + [anon_sym_impl] = ACTIONS(638), + [anon_sym_let] = ACTIONS(638), + [anon_sym_loop] = ACTIONS(638), + [anon_sym_match] = ACTIONS(638), + [anon_sym_mod] = ACTIONS(638), + [anon_sym_pub] = ACTIONS(638), + [anon_sym_return] = ACTIONS(638), + [anon_sym_static] = ACTIONS(638), + [anon_sym_struct] = ACTIONS(638), + [anon_sym_trait] = ACTIONS(638), + [anon_sym_type] = ACTIONS(638), + [anon_sym_union] = ACTIONS(638), + [anon_sym_unsafe] = ACTIONS(638), + [anon_sym_use] = ACTIONS(638), + [anon_sym_where] = ACTIONS(638), + [anon_sym_while] = ACTIONS(638), + [sym_mutable_specifier] = ACTIONS(638), + [sym_integer_literal] = ACTIONS(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(638), + [sym_super] = ACTIONS(638), + [sym_crate] = ACTIONS(638), + [sym_metavariable] = ACTIONS(660), + [sym__raw_string_literal_start] = ACTIONS(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(84)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), [sym_line_comment] = STATE(84), [sym_block_comment] = STATE(84), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(127), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(676), [anon_sym_LPAREN] = ACTIONS(678), @@ -25955,22 +26038,266 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [85] = { - [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), - [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), + [STATE(85)] = { + [sym_token_tree] = STATE(169), + [sym_token_repetition] = STATE(169), + [sym__literal] = STATE(169), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), [sym_line_comment] = STATE(85), [sym_block_comment] = STATE(85), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [aux_sym_token_tree_repeat1] = STATE(97), + [aux_sym__non_special_token_repeat1] = STATE(139), + [sym_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(700), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_RBRACK] = ACTIONS(704), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [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(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(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(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [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(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(86)] = { + [sym_token_tree] = STATE(169), + [sym_token_repetition] = STATE(169), + [sym__literal] = STATE(169), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), + [sym_line_comment] = STATE(86), + [sym_block_comment] = STATE(86), + [aux_sym_token_tree_repeat1] = STATE(98), + [aux_sym__non_special_token_repeat1] = STATE(139), + [sym_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(700), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_RBRACE] = ACTIONS(704), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [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(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(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(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [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(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(87)] = { + [sym_delim_token_tree] = STATE(198), + [sym__delim_tokens] = STATE(207), + [sym__non_delim_token] = STATE(198), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(87), + [sym_block_comment] = STATE(87), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(130), [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(676), [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(698), + [anon_sym_RPAREN] = ACTIONS(712), [anon_sym_LBRACK] = ACTIONS(680), [anon_sym_LBRACE] = ACTIONS(682), [anon_sym_EQ_GT] = ACTIONS(676), @@ -26077,23 +26404,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [86] = { + [STATE(88)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(86), - [sym_block_comment] = STATE(86), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(88), + [sym_block_comment] = STATE(88), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(131), [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(676), [anon_sym_LPAREN] = ACTIONS(678), [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_RBRACK] = ACTIONS(698), + [anon_sym_RBRACK] = ACTIONS(712), [anon_sym_LBRACE] = ACTIONS(682), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), @@ -26199,24 +26526,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [87] = { + [STATE(89)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(87), - [sym_block_comment] = STATE(87), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(89), + [sym_block_comment] = STATE(89), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(132), [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(698), + [anon_sym_RBRACE] = ACTIONS(712), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), [anon_sym_DOLLAR] = ACTIONS(688), @@ -26321,1122 +26648,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [88] = { - [sym_token_tree] = STATE(152), - [sym_token_repetition] = STATE(152), - [sym__literal] = STATE(152), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), - [sym_line_comment] = STATE(88), - [sym_block_comment] = STATE(88), - [aux_sym_token_tree_repeat1] = STATE(82), - [aux_sym__non_special_token_repeat1] = STATE(143), - [sym_identifier] = ACTIONS(700), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(702), - [anon_sym_LBRACK] = ACTIONS(704), - [anon_sym_RBRACK] = ACTIONS(706), - [anon_sym_LBRACE] = ACTIONS(708), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(710), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(700), - [anon_sym_i8] = ACTIONS(700), - [anon_sym_u16] = ACTIONS(700), - [anon_sym_i16] = ACTIONS(700), - [anon_sym_u32] = ACTIONS(700), - [anon_sym_i32] = ACTIONS(700), - [anon_sym_u64] = ACTIONS(700), - [anon_sym_i64] = ACTIONS(700), - [anon_sym_u128] = ACTIONS(700), - [anon_sym_i128] = ACTIONS(700), - [anon_sym_isize] = ACTIONS(700), - [anon_sym_usize] = ACTIONS(700), - [anon_sym_f32] = ACTIONS(700), - [anon_sym_f64] = ACTIONS(700), - [anon_sym_bool] = ACTIONS(700), - [anon_sym_str] = ACTIONS(700), - [anon_sym_char] = ACTIONS(700), - [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(700), - [anon_sym_as] = ACTIONS(700), - [anon_sym_async] = ACTIONS(700), - [anon_sym_await] = ACTIONS(700), - [anon_sym_break] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_continue] = ACTIONS(700), - [anon_sym_default] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_fn] = ACTIONS(700), - [anon_sym_for] = ACTIONS(700), - [anon_sym_gen] = ACTIONS(700), - [anon_sym_if] = ACTIONS(700), - [anon_sym_impl] = ACTIONS(700), - [anon_sym_let] = ACTIONS(700), - [anon_sym_loop] = ACTIONS(700), - [anon_sym_match] = ACTIONS(700), - [anon_sym_mod] = ACTIONS(700), - [anon_sym_pub] = ACTIONS(700), - [anon_sym_return] = ACTIONS(700), - [anon_sym_static] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_trait] = ACTIONS(700), - [anon_sym_type] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [anon_sym_unsafe] = ACTIONS(700), - [anon_sym_use] = ACTIONS(700), - [anon_sym_where] = ACTIONS(700), - [anon_sym_while] = ACTIONS(700), - [sym_mutable_specifier] = ACTIONS(700), - [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(700), - [sym_super] = ACTIONS(700), - [sym_crate] = ACTIONS(700), - [sym_metavariable] = ACTIONS(712), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [89] = { - [sym_token_tree] = STATE(152), - [sym_token_repetition] = STATE(152), - [sym__literal] = STATE(152), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), - [sym_line_comment] = STATE(89), - [sym_block_comment] = STATE(89), - [aux_sym_token_tree_repeat1] = STATE(82), - [aux_sym__non_special_token_repeat1] = STATE(143), - [sym_identifier] = ACTIONS(700), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(702), - [anon_sym_LBRACK] = ACTIONS(704), - [anon_sym_LBRACE] = ACTIONS(708), - [anon_sym_RBRACE] = ACTIONS(706), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(710), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(700), - [anon_sym_i8] = ACTIONS(700), - [anon_sym_u16] = ACTIONS(700), - [anon_sym_i16] = ACTIONS(700), - [anon_sym_u32] = ACTIONS(700), - [anon_sym_i32] = ACTIONS(700), - [anon_sym_u64] = ACTIONS(700), - [anon_sym_i64] = ACTIONS(700), - [anon_sym_u128] = ACTIONS(700), - [anon_sym_i128] = ACTIONS(700), - [anon_sym_isize] = ACTIONS(700), - [anon_sym_usize] = ACTIONS(700), - [anon_sym_f32] = ACTIONS(700), - [anon_sym_f64] = ACTIONS(700), - [anon_sym_bool] = ACTIONS(700), - [anon_sym_str] = ACTIONS(700), - [anon_sym_char] = ACTIONS(700), - [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(700), - [anon_sym_as] = ACTIONS(700), - [anon_sym_async] = ACTIONS(700), - [anon_sym_await] = ACTIONS(700), - [anon_sym_break] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_continue] = ACTIONS(700), - [anon_sym_default] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_fn] = ACTIONS(700), - [anon_sym_for] = ACTIONS(700), - [anon_sym_gen] = ACTIONS(700), - [anon_sym_if] = ACTIONS(700), - [anon_sym_impl] = ACTIONS(700), - [anon_sym_let] = ACTIONS(700), - [anon_sym_loop] = ACTIONS(700), - [anon_sym_match] = ACTIONS(700), - [anon_sym_mod] = ACTIONS(700), - [anon_sym_pub] = ACTIONS(700), - [anon_sym_return] = ACTIONS(700), - [anon_sym_static] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_trait] = ACTIONS(700), - [anon_sym_type] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [anon_sym_unsafe] = ACTIONS(700), - [anon_sym_use] = ACTIONS(700), - [anon_sym_where] = ACTIONS(700), - [anon_sym_while] = ACTIONS(700), - [sym_mutable_specifier] = ACTIONS(700), - [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(700), - [sym_super] = ACTIONS(700), - [sym_crate] = ACTIONS(700), - [sym_metavariable] = ACTIONS(712), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [90] = { - [sym_token_tree] = STATE(152), - [sym_token_repetition] = STATE(152), - [sym__literal] = STATE(152), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), + [STATE(90)] = { + [sym_delim_token_tree] = STATE(198), + [sym__delim_tokens] = STATE(207), + [sym__non_delim_token] = STATE(198), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), [sym_line_comment] = STATE(90), [sym_block_comment] = STATE(90), - [aux_sym_token_tree_repeat1] = STATE(98), - [aux_sym__non_special_token_repeat1] = STATE(143), - [sym_identifier] = ACTIONS(700), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(702), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(94), + [sym_identifier] = ACTIONS(674), + [anon_sym_SEMI] = ACTIONS(676), + [anon_sym_LPAREN] = ACTIONS(678), [anon_sym_RPAREN] = ACTIONS(714), - [anon_sym_LBRACK] = ACTIONS(704), - [anon_sym_LBRACE] = ACTIONS(708), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(710), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(700), - [anon_sym_i8] = ACTIONS(700), - [anon_sym_u16] = ACTIONS(700), - [anon_sym_i16] = ACTIONS(700), - [anon_sym_u32] = ACTIONS(700), - [anon_sym_i32] = ACTIONS(700), - [anon_sym_u64] = ACTIONS(700), - [anon_sym_i64] = ACTIONS(700), - [anon_sym_u128] = ACTIONS(700), - [anon_sym_i128] = ACTIONS(700), - [anon_sym_isize] = ACTIONS(700), - [anon_sym_usize] = ACTIONS(700), - [anon_sym_f32] = ACTIONS(700), - [anon_sym_f64] = ACTIONS(700), - [anon_sym_bool] = ACTIONS(700), - [anon_sym_str] = ACTIONS(700), - [anon_sym_char] = ACTIONS(700), - [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(700), - [anon_sym_as] = ACTIONS(700), - [anon_sym_async] = ACTIONS(700), - [anon_sym_await] = ACTIONS(700), - [anon_sym_break] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_continue] = ACTIONS(700), - [anon_sym_default] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_fn] = ACTIONS(700), - [anon_sym_for] = ACTIONS(700), - [anon_sym_gen] = ACTIONS(700), - [anon_sym_if] = ACTIONS(700), - [anon_sym_impl] = ACTIONS(700), - [anon_sym_let] = ACTIONS(700), - [anon_sym_loop] = ACTIONS(700), - [anon_sym_match] = ACTIONS(700), - [anon_sym_mod] = ACTIONS(700), - [anon_sym_pub] = ACTIONS(700), - [anon_sym_return] = ACTIONS(700), - [anon_sym_static] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_trait] = ACTIONS(700), - [anon_sym_type] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [anon_sym_unsafe] = ACTIONS(700), - [anon_sym_use] = ACTIONS(700), - [anon_sym_where] = ACTIONS(700), - [anon_sym_while] = ACTIONS(700), - [sym_mutable_specifier] = ACTIONS(700), - [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(700), - [sym_super] = ACTIONS(700), - [sym_crate] = ACTIONS(700), - [sym_metavariable] = ACTIONS(712), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [91] = { - [sym_token_tree] = STATE(152), - [sym_token_repetition] = STATE(152), - [sym__literal] = STATE(152), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), - [sym_line_comment] = STATE(91), - [sym_block_comment] = STATE(91), - [aux_sym_token_tree_repeat1] = STATE(94), - [aux_sym__non_special_token_repeat1] = STATE(143), - [sym_identifier] = ACTIONS(700), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(702), - [anon_sym_RPAREN] = ACTIONS(716), - [anon_sym_LBRACK] = ACTIONS(704), - [anon_sym_LBRACE] = ACTIONS(708), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(710), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(700), - [anon_sym_i8] = ACTIONS(700), - [anon_sym_u16] = ACTIONS(700), - [anon_sym_i16] = ACTIONS(700), - [anon_sym_u32] = ACTIONS(700), - [anon_sym_i32] = ACTIONS(700), - [anon_sym_u64] = ACTIONS(700), - [anon_sym_i64] = ACTIONS(700), - [anon_sym_u128] = ACTIONS(700), - [anon_sym_i128] = ACTIONS(700), - [anon_sym_isize] = ACTIONS(700), - [anon_sym_usize] = ACTIONS(700), - [anon_sym_f32] = ACTIONS(700), - [anon_sym_f64] = ACTIONS(700), - [anon_sym_bool] = ACTIONS(700), - [anon_sym_str] = ACTIONS(700), - [anon_sym_char] = ACTIONS(700), - [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(700), - [anon_sym_as] = ACTIONS(700), - [anon_sym_async] = ACTIONS(700), - [anon_sym_await] = ACTIONS(700), - [anon_sym_break] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_continue] = ACTIONS(700), - [anon_sym_default] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_fn] = ACTIONS(700), - [anon_sym_for] = ACTIONS(700), - [anon_sym_gen] = ACTIONS(700), - [anon_sym_if] = ACTIONS(700), - [anon_sym_impl] = ACTIONS(700), - [anon_sym_let] = ACTIONS(700), - [anon_sym_loop] = ACTIONS(700), - [anon_sym_match] = ACTIONS(700), - [anon_sym_mod] = ACTIONS(700), - [anon_sym_pub] = ACTIONS(700), - [anon_sym_return] = ACTIONS(700), - [anon_sym_static] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_trait] = ACTIONS(700), - [anon_sym_type] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [anon_sym_unsafe] = ACTIONS(700), - [anon_sym_use] = ACTIONS(700), - [anon_sym_where] = ACTIONS(700), - [anon_sym_while] = ACTIONS(700), - [sym_mutable_specifier] = ACTIONS(700), - [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(700), - [sym_super] = ACTIONS(700), - [sym_crate] = ACTIONS(700), - [sym_metavariable] = ACTIONS(712), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [92] = { - [sym_token_tree] = STATE(152), - [sym_token_repetition] = STATE(152), - [sym__literal] = STATE(152), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), - [sym_line_comment] = STATE(92), - [sym_block_comment] = STATE(92), - [aux_sym_token_tree_repeat1] = STATE(95), - [aux_sym__non_special_token_repeat1] = STATE(143), - [sym_identifier] = ACTIONS(700), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(702), - [anon_sym_LBRACK] = ACTIONS(704), - [anon_sym_RBRACK] = ACTIONS(716), - [anon_sym_LBRACE] = ACTIONS(708), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(710), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(700), - [anon_sym_i8] = ACTIONS(700), - [anon_sym_u16] = ACTIONS(700), - [anon_sym_i16] = ACTIONS(700), - [anon_sym_u32] = ACTIONS(700), - [anon_sym_i32] = ACTIONS(700), - [anon_sym_u64] = ACTIONS(700), - [anon_sym_i64] = ACTIONS(700), - [anon_sym_u128] = ACTIONS(700), - [anon_sym_i128] = ACTIONS(700), - [anon_sym_isize] = ACTIONS(700), - [anon_sym_usize] = ACTIONS(700), - [anon_sym_f32] = ACTIONS(700), - [anon_sym_f64] = ACTIONS(700), - [anon_sym_bool] = ACTIONS(700), - [anon_sym_str] = ACTIONS(700), - [anon_sym_char] = ACTIONS(700), - [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(700), - [anon_sym_as] = ACTIONS(700), - [anon_sym_async] = ACTIONS(700), - [anon_sym_await] = ACTIONS(700), - [anon_sym_break] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_continue] = ACTIONS(700), - [anon_sym_default] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_fn] = ACTIONS(700), - [anon_sym_for] = ACTIONS(700), - [anon_sym_gen] = ACTIONS(700), - [anon_sym_if] = ACTIONS(700), - [anon_sym_impl] = ACTIONS(700), - [anon_sym_let] = ACTIONS(700), - [anon_sym_loop] = ACTIONS(700), - [anon_sym_match] = ACTIONS(700), - [anon_sym_mod] = ACTIONS(700), - [anon_sym_pub] = ACTIONS(700), - [anon_sym_return] = ACTIONS(700), - [anon_sym_static] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_trait] = ACTIONS(700), - [anon_sym_type] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [anon_sym_unsafe] = ACTIONS(700), - [anon_sym_use] = ACTIONS(700), - [anon_sym_where] = ACTIONS(700), - [anon_sym_while] = ACTIONS(700), - [sym_mutable_specifier] = ACTIONS(700), - [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(700), - [sym_super] = ACTIONS(700), - [sym_crate] = ACTIONS(700), - [sym_metavariable] = ACTIONS(712), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [93] = { - [sym_token_tree] = STATE(152), - [sym_token_repetition] = STATE(152), - [sym__literal] = STATE(152), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), - [sym_line_comment] = STATE(93), - [sym_block_comment] = STATE(93), - [aux_sym_token_tree_repeat1] = STATE(96), - [aux_sym__non_special_token_repeat1] = STATE(143), - [sym_identifier] = ACTIONS(700), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(702), - [anon_sym_LBRACK] = ACTIONS(704), - [anon_sym_LBRACE] = ACTIONS(708), - [anon_sym_RBRACE] = ACTIONS(716), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(710), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(700), - [anon_sym_i8] = ACTIONS(700), - [anon_sym_u16] = ACTIONS(700), - [anon_sym_i16] = ACTIONS(700), - [anon_sym_u32] = ACTIONS(700), - [anon_sym_i32] = ACTIONS(700), - [anon_sym_u64] = ACTIONS(700), - [anon_sym_i64] = ACTIONS(700), - [anon_sym_u128] = ACTIONS(700), - [anon_sym_i128] = ACTIONS(700), - [anon_sym_isize] = ACTIONS(700), - [anon_sym_usize] = ACTIONS(700), - [anon_sym_f32] = ACTIONS(700), - [anon_sym_f64] = ACTIONS(700), - [anon_sym_bool] = ACTIONS(700), - [anon_sym_str] = ACTIONS(700), - [anon_sym_char] = ACTIONS(700), - [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(700), - [anon_sym_as] = ACTIONS(700), - [anon_sym_async] = ACTIONS(700), - [anon_sym_await] = ACTIONS(700), - [anon_sym_break] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_continue] = ACTIONS(700), - [anon_sym_default] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_fn] = ACTIONS(700), - [anon_sym_for] = ACTIONS(700), - [anon_sym_gen] = ACTIONS(700), - [anon_sym_if] = ACTIONS(700), - [anon_sym_impl] = ACTIONS(700), - [anon_sym_let] = ACTIONS(700), - [anon_sym_loop] = ACTIONS(700), - [anon_sym_match] = ACTIONS(700), - [anon_sym_mod] = ACTIONS(700), - [anon_sym_pub] = ACTIONS(700), - [anon_sym_return] = ACTIONS(700), - [anon_sym_static] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_trait] = ACTIONS(700), - [anon_sym_type] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [anon_sym_unsafe] = ACTIONS(700), - [anon_sym_use] = ACTIONS(700), - [anon_sym_where] = ACTIONS(700), - [anon_sym_while] = ACTIONS(700), - [sym_mutable_specifier] = ACTIONS(700), - [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(700), - [sym_super] = ACTIONS(700), - [sym_crate] = ACTIONS(700), - [sym_metavariable] = ACTIONS(712), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [94] = { - [sym_token_tree] = STATE(152), - [sym_token_repetition] = STATE(152), - [sym__literal] = STATE(152), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), - [sym_line_comment] = STATE(94), - [sym_block_comment] = STATE(94), - [aux_sym_token_tree_repeat1] = STATE(82), - [aux_sym__non_special_token_repeat1] = STATE(143), - [sym_identifier] = ACTIONS(700), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(702), - [anon_sym_RPAREN] = ACTIONS(718), - [anon_sym_LBRACK] = ACTIONS(704), - [anon_sym_LBRACE] = ACTIONS(708), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(710), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(700), - [anon_sym_i8] = ACTIONS(700), - [anon_sym_u16] = ACTIONS(700), - [anon_sym_i16] = ACTIONS(700), - [anon_sym_u32] = ACTIONS(700), - [anon_sym_i32] = ACTIONS(700), - [anon_sym_u64] = ACTIONS(700), - [anon_sym_i64] = ACTIONS(700), - [anon_sym_u128] = ACTIONS(700), - [anon_sym_i128] = ACTIONS(700), - [anon_sym_isize] = ACTIONS(700), - [anon_sym_usize] = ACTIONS(700), - [anon_sym_f32] = ACTIONS(700), - [anon_sym_f64] = ACTIONS(700), - [anon_sym_bool] = ACTIONS(700), - [anon_sym_str] = ACTIONS(700), - [anon_sym_char] = ACTIONS(700), - [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(700), - [anon_sym_as] = ACTIONS(700), - [anon_sym_async] = ACTIONS(700), - [anon_sym_await] = ACTIONS(700), - [anon_sym_break] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_continue] = ACTIONS(700), - [anon_sym_default] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_fn] = ACTIONS(700), - [anon_sym_for] = ACTIONS(700), - [anon_sym_gen] = ACTIONS(700), - [anon_sym_if] = ACTIONS(700), - [anon_sym_impl] = ACTIONS(700), - [anon_sym_let] = ACTIONS(700), - [anon_sym_loop] = ACTIONS(700), - [anon_sym_match] = ACTIONS(700), - [anon_sym_mod] = ACTIONS(700), - [anon_sym_pub] = ACTIONS(700), - [anon_sym_return] = ACTIONS(700), - [anon_sym_static] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_trait] = ACTIONS(700), - [anon_sym_type] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [anon_sym_unsafe] = ACTIONS(700), - [anon_sym_use] = ACTIONS(700), - [anon_sym_where] = ACTIONS(700), - [anon_sym_while] = ACTIONS(700), - [sym_mutable_specifier] = ACTIONS(700), - [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(700), - [sym_super] = ACTIONS(700), - [sym_crate] = ACTIONS(700), - [sym_metavariable] = ACTIONS(712), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [95] = { - [sym_token_tree] = STATE(152), - [sym_token_repetition] = STATE(152), - [sym__literal] = STATE(152), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), - [sym_line_comment] = STATE(95), - [sym_block_comment] = STATE(95), - [aux_sym_token_tree_repeat1] = STATE(82), - [aux_sym__non_special_token_repeat1] = STATE(143), - [sym_identifier] = ACTIONS(700), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(702), - [anon_sym_LBRACK] = ACTIONS(704), - [anon_sym_RBRACK] = ACTIONS(718), - [anon_sym_LBRACE] = ACTIONS(708), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(710), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(700), - [anon_sym_i8] = ACTIONS(700), - [anon_sym_u16] = ACTIONS(700), - [anon_sym_i16] = ACTIONS(700), - [anon_sym_u32] = ACTIONS(700), - [anon_sym_i32] = ACTIONS(700), - [anon_sym_u64] = ACTIONS(700), - [anon_sym_i64] = ACTIONS(700), - [anon_sym_u128] = ACTIONS(700), - [anon_sym_i128] = ACTIONS(700), - [anon_sym_isize] = ACTIONS(700), - [anon_sym_usize] = ACTIONS(700), - [anon_sym_f32] = ACTIONS(700), - [anon_sym_f64] = ACTIONS(700), - [anon_sym_bool] = ACTIONS(700), - [anon_sym_str] = ACTIONS(700), - [anon_sym_char] = ACTIONS(700), - [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(700), - [anon_sym_as] = ACTIONS(700), - [anon_sym_async] = ACTIONS(700), - [anon_sym_await] = ACTIONS(700), - [anon_sym_break] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_continue] = ACTIONS(700), - [anon_sym_default] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_fn] = ACTIONS(700), - [anon_sym_for] = ACTIONS(700), - [anon_sym_gen] = ACTIONS(700), - [anon_sym_if] = ACTIONS(700), - [anon_sym_impl] = ACTIONS(700), - [anon_sym_let] = ACTIONS(700), - [anon_sym_loop] = ACTIONS(700), - [anon_sym_match] = ACTIONS(700), - [anon_sym_mod] = ACTIONS(700), - [anon_sym_pub] = ACTIONS(700), - [anon_sym_return] = ACTIONS(700), - [anon_sym_static] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_trait] = ACTIONS(700), - [anon_sym_type] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [anon_sym_unsafe] = ACTIONS(700), - [anon_sym_use] = ACTIONS(700), - [anon_sym_where] = ACTIONS(700), - [anon_sym_while] = ACTIONS(700), - [sym_mutable_specifier] = ACTIONS(700), - [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(700), - [sym_super] = ACTIONS(700), - [sym_crate] = ACTIONS(700), - [sym_metavariable] = ACTIONS(712), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), + [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), }, - [96] = { - [sym_token_tree] = STATE(152), - [sym_token_repetition] = STATE(152), - [sym__literal] = STATE(152), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), - [sym_line_comment] = STATE(96), - [sym_block_comment] = STATE(96), - [aux_sym_token_tree_repeat1] = STATE(82), - [aux_sym__non_special_token_repeat1] = STATE(143), - [sym_identifier] = ACTIONS(700), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(702), - [anon_sym_LBRACK] = ACTIONS(704), - [anon_sym_LBRACE] = ACTIONS(708), - [anon_sym_RBRACE] = ACTIONS(718), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(710), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(700), - [anon_sym_i8] = ACTIONS(700), - [anon_sym_u16] = ACTIONS(700), - [anon_sym_i16] = ACTIONS(700), - [anon_sym_u32] = ACTIONS(700), - [anon_sym_i32] = ACTIONS(700), - [anon_sym_u64] = ACTIONS(700), - [anon_sym_i64] = ACTIONS(700), - [anon_sym_u128] = ACTIONS(700), - [anon_sym_i128] = ACTIONS(700), - [anon_sym_isize] = ACTIONS(700), - [anon_sym_usize] = ACTIONS(700), - [anon_sym_f32] = ACTIONS(700), - [anon_sym_f64] = ACTIONS(700), - [anon_sym_bool] = ACTIONS(700), - [anon_sym_str] = ACTIONS(700), - [anon_sym_char] = ACTIONS(700), - [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(700), - [anon_sym_as] = ACTIONS(700), - [anon_sym_async] = ACTIONS(700), - [anon_sym_await] = ACTIONS(700), - [anon_sym_break] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_continue] = ACTIONS(700), - [anon_sym_default] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_fn] = ACTIONS(700), - [anon_sym_for] = ACTIONS(700), - [anon_sym_gen] = ACTIONS(700), - [anon_sym_if] = ACTIONS(700), - [anon_sym_impl] = ACTIONS(700), - [anon_sym_let] = ACTIONS(700), - [anon_sym_loop] = ACTIONS(700), - [anon_sym_match] = ACTIONS(700), - [anon_sym_mod] = ACTIONS(700), - [anon_sym_pub] = ACTIONS(700), - [anon_sym_return] = ACTIONS(700), - [anon_sym_static] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_trait] = ACTIONS(700), - [anon_sym_type] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [anon_sym_unsafe] = ACTIONS(700), - [anon_sym_use] = ACTIONS(700), - [anon_sym_where] = ACTIONS(700), - [anon_sym_while] = ACTIONS(700), - [sym_mutable_specifier] = ACTIONS(700), - [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(700), - [sym_super] = ACTIONS(700), - [sym_crate] = ACTIONS(700), - [sym_metavariable] = ACTIONS(712), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [97] = { + [STATE(91)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(97), - [sym_block_comment] = STATE(97), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(91), + [sym_block_comment] = STATE(91), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(95), [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_LBRACE] = ACTIONS(682), - [anon_sym_RBRACE] = ACTIONS(720), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), [anon_sym_DOLLAR] = ACTIONS(688), @@ -27541,146 +26892,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [98] = { - [sym_token_tree] = STATE(152), - [sym_token_repetition] = STATE(152), - [sym__literal] = STATE(152), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), - [sym_line_comment] = STATE(98), - [sym_block_comment] = STATE(98), - [aux_sym_token_tree_repeat1] = STATE(82), - [aux_sym__non_special_token_repeat1] = STATE(143), - [sym_identifier] = ACTIONS(700), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(702), - [anon_sym_RPAREN] = ACTIONS(722), - [anon_sym_LBRACK] = ACTIONS(704), - [anon_sym_LBRACE] = ACTIONS(708), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(710), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(700), - [anon_sym_i8] = ACTIONS(700), - [anon_sym_u16] = ACTIONS(700), - [anon_sym_i16] = ACTIONS(700), - [anon_sym_u32] = ACTIONS(700), - [anon_sym_i32] = ACTIONS(700), - [anon_sym_u64] = ACTIONS(700), - [anon_sym_i64] = ACTIONS(700), - [anon_sym_u128] = ACTIONS(700), - [anon_sym_i128] = ACTIONS(700), - [anon_sym_isize] = ACTIONS(700), - [anon_sym_usize] = ACTIONS(700), - [anon_sym_f32] = ACTIONS(700), - [anon_sym_f64] = ACTIONS(700), - [anon_sym_bool] = ACTIONS(700), - [anon_sym_str] = ACTIONS(700), - [anon_sym_char] = ACTIONS(700), - [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(700), - [anon_sym_as] = ACTIONS(700), - [anon_sym_async] = ACTIONS(700), - [anon_sym_await] = ACTIONS(700), - [anon_sym_break] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_continue] = ACTIONS(700), - [anon_sym_default] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_fn] = ACTIONS(700), - [anon_sym_for] = ACTIONS(700), - [anon_sym_gen] = ACTIONS(700), - [anon_sym_if] = ACTIONS(700), - [anon_sym_impl] = ACTIONS(700), - [anon_sym_let] = ACTIONS(700), - [anon_sym_loop] = ACTIONS(700), - [anon_sym_match] = ACTIONS(700), - [anon_sym_mod] = ACTIONS(700), - [anon_sym_pub] = ACTIONS(700), - [anon_sym_return] = ACTIONS(700), - [anon_sym_static] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_trait] = ACTIONS(700), - [anon_sym_type] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [anon_sym_unsafe] = ACTIONS(700), - [anon_sym_use] = ACTIONS(700), - [anon_sym_where] = ACTIONS(700), - [anon_sym_while] = ACTIONS(700), - [sym_mutable_specifier] = ACTIONS(700), - [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(700), - [sym_super] = ACTIONS(700), - [sym_crate] = ACTIONS(700), - [sym_metavariable] = ACTIONS(712), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [99] = { + [STATE(92)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(99), - [sym_block_comment] = STATE(99), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(103), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(92), + [sym_block_comment] = STATE(92), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(96), [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(676), [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(724), [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), @@ -27785,23 +27014,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [100] = { + [STATE(93)] = { + [sym_token_tree] = STATE(169), + [sym_token_repetition] = STATE(169), + [sym__literal] = STATE(169), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), + [sym_line_comment] = STATE(93), + [sym_block_comment] = STATE(93), + [aux_sym_token_tree_repeat1] = STATE(69), + [aux_sym__non_special_token_repeat1] = STATE(139), + [sym_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(700), + [anon_sym_RPAREN] = ACTIONS(716), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [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(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(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(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [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(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(94)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(100), - [sym_block_comment] = STATE(100), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(104), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(94), + [sym_block_comment] = STATE(94), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(676), [anon_sym_LPAREN] = ACTIONS(678), + [anon_sym_RPAREN] = ACTIONS(718), [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_RBRACK] = ACTIONS(724), [anon_sym_LBRACE] = ACTIONS(682), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), @@ -27907,24 +27258,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [101] = { + [STATE(95)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(101), - [sym_block_comment] = STATE(101), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(105), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(95), + [sym_block_comment] = STATE(95), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(676), [anon_sym_LPAREN] = ACTIONS(678), [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_RBRACK] = ACTIONS(718), [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_RBRACE] = ACTIONS(724), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), [anon_sym_DOLLAR] = ACTIONS(688), @@ -28029,23 +27380,1121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [102] = { + [STATE(96)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(96), + [sym_block_comment] = STATE(96), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), + [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(718), + [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(97)] = { + [sym_token_tree] = STATE(169), + [sym_token_repetition] = STATE(169), + [sym__literal] = STATE(169), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), + [sym_line_comment] = STATE(97), + [sym_block_comment] = STATE(97), + [aux_sym_token_tree_repeat1] = STATE(69), + [aux_sym__non_special_token_repeat1] = STATE(139), + [sym_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(700), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_RBRACK] = ACTIONS(716), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [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(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(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(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [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(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(98)] = { + [sym_token_tree] = STATE(169), + [sym_token_repetition] = STATE(169), + [sym__literal] = STATE(169), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), + [sym_line_comment] = STATE(98), + [sym_block_comment] = STATE(98), + [aux_sym_token_tree_repeat1] = STATE(69), + [aux_sym__non_special_token_repeat1] = STATE(139), + [sym_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(700), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_RBRACE] = ACTIONS(716), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [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(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(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(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [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(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(99)] = { + [sym_token_tree] = STATE(169), + [sym_token_repetition] = STATE(169), + [sym__literal] = STATE(169), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), + [sym_line_comment] = STATE(99), + [sym_block_comment] = STATE(99), + [aux_sym_token_tree_repeat1] = STATE(102), + [aux_sym__non_special_token_repeat1] = STATE(139), + [sym_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(700), + [anon_sym_RPAREN] = ACTIONS(720), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [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(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(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(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [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(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(100)] = { + [sym_token_tree] = STATE(169), + [sym_token_repetition] = STATE(169), + [sym__literal] = STATE(169), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), + [sym_line_comment] = STATE(100), + [sym_block_comment] = STATE(100), + [aux_sym_token_tree_repeat1] = STATE(103), + [aux_sym__non_special_token_repeat1] = STATE(139), + [sym_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(700), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_RBRACK] = ACTIONS(720), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [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(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(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(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [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(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(101)] = { + [sym_token_tree] = STATE(169), + [sym_token_repetition] = STATE(169), + [sym__literal] = STATE(169), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), + [sym_line_comment] = STATE(101), + [sym_block_comment] = STATE(101), + [aux_sym_token_tree_repeat1] = STATE(133), + [aux_sym__non_special_token_repeat1] = STATE(139), + [sym_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(700), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_RBRACE] = ACTIONS(720), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [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(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(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(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [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(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(102)] = { + [sym_token_tree] = STATE(169), + [sym_token_repetition] = STATE(169), + [sym__literal] = STATE(169), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), [sym_line_comment] = STATE(102), [sym_block_comment] = STATE(102), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(132), + [aux_sym_token_tree_repeat1] = STATE(69), + [aux_sym__non_special_token_repeat1] = STATE(139), + [sym_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(700), + [anon_sym_RPAREN] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [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(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(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(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [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(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(103)] = { + [sym_token_tree] = STATE(169), + [sym_token_repetition] = STATE(169), + [sym__literal] = STATE(169), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), + [sym_line_comment] = STATE(103), + [sym_block_comment] = STATE(103), + [aux_sym_token_tree_repeat1] = STATE(69), + [aux_sym__non_special_token_repeat1] = STATE(139), + [sym_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(700), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_RBRACK] = ACTIONS(722), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [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(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(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(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [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(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(104)] = { + [sym_token_tree] = STATE(169), + [sym_token_repetition] = STATE(169), + [sym__literal] = STATE(169), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), + [sym_line_comment] = STATE(104), + [sym_block_comment] = STATE(104), + [aux_sym_token_tree_repeat1] = STATE(69), + [aux_sym__non_special_token_repeat1] = STATE(139), + [sym_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(700), + [anon_sym_RPAREN] = ACTIONS(724), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [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(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(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(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [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(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(105)] = { + [sym_delim_token_tree] = STATE(198), + [sym__delim_tokens] = STATE(207), + [sym__non_delim_token] = STATE(198), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(105), + [sym_block_comment] = STATE(105), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(108), [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_RBRACK] = ACTIONS(726), [anon_sym_LBRACE] = ACTIONS(682), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), @@ -28151,23 +28600,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [103] = { + [STATE(106)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(103), - [sym_block_comment] = STATE(103), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(106), + [sym_block_comment] = STATE(106), + [aux_sym__non_special_token_repeat1] = STATE(182), + [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_RBRACK] = ACTIONS(726), [anon_sym_LBRACE] = ACTIONS(682), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), @@ -28273,24 +28722,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [104] = { + [STATE(107)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(104), - [sym_block_comment] = STATE(104), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(107), + [sym_block_comment] = STATE(107), + [aux_sym__non_special_token_repeat1] = STATE(182), + [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_RBRACE] = ACTIONS(726), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), [anon_sym_DOLLAR] = ACTIONS(688), @@ -28395,24 +28844,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [105] = { + [STATE(108)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(105), - [sym_block_comment] = STATE(105), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(108), + [sym_block_comment] = STATE(108), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), [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_RBRACE] = ACTIONS(728), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), [anon_sym_DOLLAR] = ACTIONS(688), @@ -28517,24 +28966,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [106] = { + [STATE(109)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(106), - [sym_block_comment] = STATE(106), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(97), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(109), + [sym_block_comment] = STATE(109), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), [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_RBRACE] = ACTIONS(726), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), [anon_sym_DOLLAR] = ACTIONS(688), @@ -28639,24 +29088,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [107] = { + [STATE(110)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(107), - [sym_block_comment] = STATE(107), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(110), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(110), + [sym_block_comment] = STATE(110), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), [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_RBRACE] = ACTIONS(728), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), [anon_sym_DOLLAR] = ACTIONS(688), @@ -28761,23 +29210,267 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [108] = { + [STATE(111)] = { + [sym_token_tree] = STATE(169), + [sym_token_repetition] = STATE(169), + [sym__literal] = STATE(169), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), + [sym_line_comment] = STATE(111), + [sym_block_comment] = STATE(111), + [aux_sym_token_tree_repeat1] = STATE(104), + [aux_sym__non_special_token_repeat1] = STATE(139), + [sym_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(700), + [anon_sym_RPAREN] = ACTIONS(730), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [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(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(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(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [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(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(112)] = { + [sym_token_tree] = STATE(169), + [sym_token_repetition] = STATE(169), + [sym__literal] = STATE(169), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), + [sym_line_comment] = STATE(112), + [sym_block_comment] = STATE(112), + [aux_sym_token_tree_repeat1] = STATE(93), + [aux_sym__non_special_token_repeat1] = STATE(139), + [sym_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(700), + [anon_sym_RPAREN] = ACTIONS(704), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [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(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(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(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [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(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(113)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(108), - [sym_block_comment] = STATE(108), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(111), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(113), + [sym_block_comment] = STATE(113), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(116), [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(676), [anon_sym_LPAREN] = ACTIONS(678), + [anon_sym_RPAREN] = ACTIONS(732), [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), @@ -28883,24 +29576,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [109] = { + [STATE(114)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(109), - [sym_block_comment] = STATE(109), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(112), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(114), + [sym_block_comment] = STATE(114), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(117), [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_RBRACE] = ACTIONS(730), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), [anon_sym_DOLLAR] = ACTIONS(688), @@ -29005,24 +29698,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [110] = { + [STATE(115)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(110), - [sym_block_comment] = STATE(110), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(115), + [sym_block_comment] = STATE(115), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(118), [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(676), [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(732), [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), @@ -29127,23 +29820,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [111] = { + [STATE(116)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(111), - [sym_block_comment] = STATE(111), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(116), + [sym_block_comment] = STATE(116), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), [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_RBRACK] = ACTIONS(732), [anon_sym_LBRACE] = ACTIONS(682), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), @@ -29249,24 +29942,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [112] = { + [STATE(117)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(112), - [sym_block_comment] = STATE(112), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(117), + [sym_block_comment] = STATE(117), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), [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_RBRACE] = ACTIONS(732), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), [anon_sym_DOLLAR] = ACTIONS(688), @@ -29371,24 +30064,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [113] = { + [STATE(118)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(113), - [sym_block_comment] = STATE(113), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(120), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(118), + [sym_block_comment] = STATE(118), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), [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_RBRACE] = ACTIONS(734), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), [anon_sym_DOLLAR] = ACTIONS(688), @@ -29493,22 +30186,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [114] = { + [STATE(119)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(114), - [sym_block_comment] = STATE(114), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(117), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(119), + [sym_block_comment] = STATE(119), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(122), [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(676), [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(734), + [anon_sym_RPAREN] = ACTIONS(736), [anon_sym_LBRACK] = ACTIONS(680), [anon_sym_LBRACE] = ACTIONS(682), [anon_sym_EQ_GT] = ACTIONS(676), @@ -29615,23 +30308,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [115] = { + [STATE(120)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(115), - [sym_block_comment] = STATE(115), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(118), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(120), + [sym_block_comment] = STATE(120), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(123), [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_RBRACK] = ACTIONS(736), [anon_sym_LBRACE] = ACTIONS(682), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), @@ -29737,24 +30430,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [116] = { + [STATE(121)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(116), - [sym_block_comment] = STATE(116), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(119), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(121), + [sym_block_comment] = STATE(121), + [aux_sym__non_special_token_repeat1] = STATE(182), + [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(734), + [anon_sym_RBRACE] = ACTIONS(736), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), [anon_sym_DOLLAR] = ACTIONS(688), @@ -29859,22 +30552,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [117] = { + [STATE(122)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(117), - [sym_block_comment] = STATE(117), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(122), + [sym_block_comment] = STATE(122), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(676), [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(736), + [anon_sym_RPAREN] = ACTIONS(684), [anon_sym_LBRACK] = ACTIONS(680), [anon_sym_LBRACE] = ACTIONS(682), [anon_sym_EQ_GT] = ACTIONS(676), @@ -29981,23 +30674,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [118] = { + [STATE(123)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(118), - [sym_block_comment] = STATE(118), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(123), + [sym_block_comment] = STATE(123), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), [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_RBRACK] = ACTIONS(684), [anon_sym_LBRACE] = ACTIONS(682), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), @@ -30103,24 +30796,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [119] = { + [STATE(124)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(119), - [sym_block_comment] = STATE(119), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(124), + [sym_block_comment] = STATE(124), + [aux_sym__non_special_token_repeat1] = STATE(182), + [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_RBRACE] = ACTIONS(736), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), [anon_sym_DOLLAR] = ACTIONS(688), @@ -30225,267 +30918,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [120] = { - [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), - [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(120), - [sym_block_comment] = STATE(120), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(720), - [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), - }, - [121] = { - [sym_token_tree] = STATE(152), - [sym_token_repetition] = STATE(152), - [sym__literal] = STATE(152), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), - [sym_line_comment] = STATE(121), - [sym_block_comment] = STATE(121), - [aux_sym_token_tree_repeat1] = STATE(133), - [aux_sym__non_special_token_repeat1] = STATE(143), - [sym_identifier] = ACTIONS(700), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(702), - [anon_sym_RPAREN] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(704), - [anon_sym_LBRACE] = ACTIONS(708), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(710), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(700), - [anon_sym_i8] = ACTIONS(700), - [anon_sym_u16] = ACTIONS(700), - [anon_sym_i16] = ACTIONS(700), - [anon_sym_u32] = ACTIONS(700), - [anon_sym_i32] = ACTIONS(700), - [anon_sym_u64] = ACTIONS(700), - [anon_sym_i64] = ACTIONS(700), - [anon_sym_u128] = ACTIONS(700), - [anon_sym_i128] = ACTIONS(700), - [anon_sym_isize] = ACTIONS(700), - [anon_sym_usize] = ACTIONS(700), - [anon_sym_f32] = ACTIONS(700), - [anon_sym_f64] = ACTIONS(700), - [anon_sym_bool] = ACTIONS(700), - [anon_sym_str] = ACTIONS(700), - [anon_sym_char] = ACTIONS(700), - [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(700), - [anon_sym_as] = ACTIONS(700), - [anon_sym_async] = ACTIONS(700), - [anon_sym_await] = ACTIONS(700), - [anon_sym_break] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_continue] = ACTIONS(700), - [anon_sym_default] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_fn] = ACTIONS(700), - [anon_sym_for] = ACTIONS(700), - [anon_sym_gen] = ACTIONS(700), - [anon_sym_if] = ACTIONS(700), - [anon_sym_impl] = ACTIONS(700), - [anon_sym_let] = ACTIONS(700), - [anon_sym_loop] = ACTIONS(700), - [anon_sym_match] = ACTIONS(700), - [anon_sym_mod] = ACTIONS(700), - [anon_sym_pub] = ACTIONS(700), - [anon_sym_return] = ACTIONS(700), - [anon_sym_static] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_trait] = ACTIONS(700), - [anon_sym_type] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [anon_sym_unsafe] = ACTIONS(700), - [anon_sym_use] = ACTIONS(700), - [anon_sym_where] = ACTIONS(700), - [anon_sym_while] = ACTIONS(700), - [sym_mutable_specifier] = ACTIONS(700), - [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(700), - [sym_super] = ACTIONS(700), - [sym_crate] = ACTIONS(700), - [sym_metavariable] = ACTIONS(712), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [122] = { + [STATE(125)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(122), - [sym_block_comment] = STATE(122), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(125), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(125), + [sym_block_comment] = STATE(125), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(128), [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_RBRACK] = ACTIONS(738), [anon_sym_LBRACE] = ACTIONS(682), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), @@ -30591,24 +31040,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [123] = { + [STATE(126)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(123), - [sym_block_comment] = STATE(123), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(126), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(126), + [sym_block_comment] = STATE(126), + [aux_sym__non_special_token_repeat1] = STATE(182), + [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_RBRACK] = ACTIONS(684), [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), @@ -30713,18 +31162,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [124] = { + [STATE(127)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(124), - [sym_block_comment] = STATE(124), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(85), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(127), + [sym_block_comment] = STATE(127), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(676), [anon_sym_LPAREN] = ACTIONS(678), @@ -30835,145 +31284,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [125] = { + [STATE(128)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(125), - [sym_block_comment] = STATE(125), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(742), - [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), - }, - [126] = { - [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), - [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(126), - [sym_block_comment] = STATE(126), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(128), + [sym_block_comment] = STATE(128), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(676), [anon_sym_LPAREN] = ACTIONS(678), [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_RBRACK] = ACTIONS(742), + [anon_sym_RBRACK] = ACTIONS(740), [anon_sym_LBRACE] = ACTIONS(682), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), @@ -31079,24 +31406,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [127] = { + [STATE(129)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(127), - [sym_block_comment] = STATE(127), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(129), + [sym_block_comment] = STATE(129), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), [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(742), + [anon_sym_RBRACE] = ACTIONS(740), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), [anon_sym_DOLLAR] = ACTIONS(688), @@ -31201,23 +31528,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [128] = { + [STATE(130)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(128), - [sym_block_comment] = STATE(128), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(86), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(130), + [sym_block_comment] = STATE(130), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(676), [anon_sym_LPAREN] = ACTIONS(678), + [anon_sym_RPAREN] = ACTIONS(742), [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), @@ -31323,24 +31650,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [129] = { + [STATE(131)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), - [sym_line_comment] = STATE(129), - [sym_block_comment] = STATE(129), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(87), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), + [sym_line_comment] = STATE(131), + [sym_block_comment] = STATE(131), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(676), [anon_sym_LPAREN] = ACTIONS(678), [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_RBRACK] = ACTIONS(742), [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), @@ -31445,268 +31772,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [130] = { - [sym_token_tree] = STATE(152), - [sym_token_repetition] = STATE(152), - [sym__literal] = STATE(152), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), - [sym_line_comment] = STATE(130), - [sym_block_comment] = STATE(130), - [aux_sym_token_tree_repeat1] = STATE(88), - [aux_sym__non_special_token_repeat1] = STATE(143), - [sym_identifier] = ACTIONS(700), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(702), - [anon_sym_LBRACK] = ACTIONS(704), - [anon_sym_RBRACK] = ACTIONS(738), - [anon_sym_LBRACE] = ACTIONS(708), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(710), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(700), - [anon_sym_i8] = ACTIONS(700), - [anon_sym_u16] = ACTIONS(700), - [anon_sym_i16] = ACTIONS(700), - [anon_sym_u32] = ACTIONS(700), - [anon_sym_i32] = ACTIONS(700), - [anon_sym_u64] = ACTIONS(700), - [anon_sym_i64] = ACTIONS(700), - [anon_sym_u128] = ACTIONS(700), - [anon_sym_i128] = ACTIONS(700), - [anon_sym_isize] = ACTIONS(700), - [anon_sym_usize] = ACTIONS(700), - [anon_sym_f32] = ACTIONS(700), - [anon_sym_f64] = ACTIONS(700), - [anon_sym_bool] = ACTIONS(700), - [anon_sym_str] = ACTIONS(700), - [anon_sym_char] = ACTIONS(700), - [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(700), - [anon_sym_as] = ACTIONS(700), - [anon_sym_async] = ACTIONS(700), - [anon_sym_await] = ACTIONS(700), - [anon_sym_break] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_continue] = ACTIONS(700), - [anon_sym_default] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_fn] = ACTIONS(700), - [anon_sym_for] = ACTIONS(700), - [anon_sym_gen] = ACTIONS(700), - [anon_sym_if] = ACTIONS(700), - [anon_sym_impl] = ACTIONS(700), - [anon_sym_let] = ACTIONS(700), - [anon_sym_loop] = ACTIONS(700), - [anon_sym_match] = ACTIONS(700), - [anon_sym_mod] = ACTIONS(700), - [anon_sym_pub] = ACTIONS(700), - [anon_sym_return] = ACTIONS(700), - [anon_sym_static] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_trait] = ACTIONS(700), - [anon_sym_type] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [anon_sym_unsafe] = ACTIONS(700), - [anon_sym_use] = ACTIONS(700), - [anon_sym_where] = ACTIONS(700), - [anon_sym_while] = ACTIONS(700), - [sym_mutable_specifier] = ACTIONS(700), - [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(700), - [sym_super] = ACTIONS(700), - [sym_crate] = ACTIONS(700), - [sym_metavariable] = ACTIONS(712), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [131] = { - [sym_token_tree] = STATE(152), - [sym_token_repetition] = STATE(152), - [sym__literal] = STATE(152), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), - [sym_line_comment] = STATE(131), - [sym_block_comment] = STATE(131), - [aux_sym_token_tree_repeat1] = STATE(89), - [aux_sym__non_special_token_repeat1] = STATE(143), - [sym_identifier] = ACTIONS(700), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(702), - [anon_sym_LBRACK] = ACTIONS(704), - [anon_sym_LBRACE] = ACTIONS(708), - [anon_sym_RBRACE] = ACTIONS(738), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(710), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(700), - [anon_sym_i8] = ACTIONS(700), - [anon_sym_u16] = ACTIONS(700), - [anon_sym_i16] = ACTIONS(700), - [anon_sym_u32] = ACTIONS(700), - [anon_sym_i32] = ACTIONS(700), - [anon_sym_u64] = ACTIONS(700), - [anon_sym_i64] = ACTIONS(700), - [anon_sym_u128] = ACTIONS(700), - [anon_sym_i128] = ACTIONS(700), - [anon_sym_isize] = ACTIONS(700), - [anon_sym_usize] = ACTIONS(700), - [anon_sym_f32] = ACTIONS(700), - [anon_sym_f64] = ACTIONS(700), - [anon_sym_bool] = ACTIONS(700), - [anon_sym_str] = ACTIONS(700), - [anon_sym_char] = ACTIONS(700), - [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(700), - [anon_sym_as] = ACTIONS(700), - [anon_sym_async] = ACTIONS(700), - [anon_sym_await] = ACTIONS(700), - [anon_sym_break] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_continue] = ACTIONS(700), - [anon_sym_default] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_fn] = ACTIONS(700), - [anon_sym_for] = ACTIONS(700), - [anon_sym_gen] = ACTIONS(700), - [anon_sym_if] = ACTIONS(700), - [anon_sym_impl] = ACTIONS(700), - [anon_sym_let] = ACTIONS(700), - [anon_sym_loop] = ACTIONS(700), - [anon_sym_match] = ACTIONS(700), - [anon_sym_mod] = ACTIONS(700), - [anon_sym_pub] = ACTIONS(700), - [anon_sym_return] = ACTIONS(700), - [anon_sym_static] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_trait] = ACTIONS(700), - [anon_sym_type] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [anon_sym_unsafe] = ACTIONS(700), - [anon_sym_use] = ACTIONS(700), - [anon_sym_where] = ACTIONS(700), - [anon_sym_while] = ACTIONS(700), - [sym_mutable_specifier] = ACTIONS(700), - [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(700), - [sym_super] = ACTIONS(700), - [sym_crate] = ACTIONS(700), - [sym_metavariable] = ACTIONS(712), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [132] = { + [STATE(132)] = { [sym_delim_token_tree] = STATE(198), - [sym__delim_tokens] = STATE(206), + [sym__delim_tokens] = STATE(207), [sym__non_delim_token] = STATE(198), - [sym__literal] = STATE(214), - [sym_string_literal] = STATE(199), - [sym_raw_string_literal] = STATE(199), - [sym_boolean_literal] = STATE(199), + [sym__literal] = STATE(206), + [sym_string_literal] = STATE(211), + [sym_raw_string_literal] = STATE(211), + [sym_boolean_literal] = STATE(211), [sym_line_comment] = STATE(132), [sym_block_comment] = STATE(132), - [aux_sym__non_special_token_repeat1] = STATE(157), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [aux_sym__non_special_token_repeat1] = STATE(182), + [aux_sym_delim_token_tree_repeat1] = STATE(68), [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(676), [anon_sym_LPAREN] = ACTIONS(678), [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_RBRACK] = ACTIONS(720), [anon_sym_LBRACE] = ACTIONS(682), + [anon_sym_RBRACE] = ACTIONS(742), [anon_sym_EQ_GT] = ACTIONS(676), [anon_sym_COLON] = ACTIONS(686), [anon_sym_DOLLAR] = ACTIONS(688), @@ -31811,180 +31894,180 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(696), [sym_float_literal] = ACTIONS(690), }, - [133] = { - [sym_token_tree] = STATE(152), - [sym_token_repetition] = STATE(152), - [sym__literal] = STATE(152), - [sym_string_literal] = STATE(177), - [sym_raw_string_literal] = STATE(177), - [sym_boolean_literal] = STATE(177), + [STATE(133)] = { + [sym_token_tree] = STATE(169), + [sym_token_repetition] = STATE(169), + [sym__literal] = STATE(169), + [sym_string_literal] = STATE(173), + [sym_raw_string_literal] = STATE(173), + [sym_boolean_literal] = STATE(173), [sym_line_comment] = STATE(133), [sym_block_comment] = STATE(133), - [aux_sym_token_tree_repeat1] = STATE(82), - [aux_sym__non_special_token_repeat1] = STATE(143), - [sym_identifier] = ACTIONS(700), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(702), - [anon_sym_RPAREN] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(704), - [anon_sym_LBRACE] = ACTIONS(708), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(710), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(700), - [anon_sym_i8] = ACTIONS(700), - [anon_sym_u16] = ACTIONS(700), - [anon_sym_i16] = ACTIONS(700), - [anon_sym_u32] = ACTIONS(700), - [anon_sym_i32] = ACTIONS(700), - [anon_sym_u64] = ACTIONS(700), - [anon_sym_i64] = ACTIONS(700), - [anon_sym_u128] = ACTIONS(700), - [anon_sym_i128] = ACTIONS(700), - [anon_sym_isize] = ACTIONS(700), - [anon_sym_usize] = ACTIONS(700), - [anon_sym_f32] = ACTIONS(700), - [anon_sym_f64] = ACTIONS(700), - [anon_sym_bool] = ACTIONS(700), - [anon_sym_str] = ACTIONS(700), - [anon_sym_char] = ACTIONS(700), - [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(700), - [anon_sym_as] = ACTIONS(700), - [anon_sym_async] = ACTIONS(700), - [anon_sym_await] = ACTIONS(700), - [anon_sym_break] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_continue] = ACTIONS(700), - [anon_sym_default] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_fn] = ACTIONS(700), - [anon_sym_for] = ACTIONS(700), - [anon_sym_gen] = ACTIONS(700), - [anon_sym_if] = ACTIONS(700), - [anon_sym_impl] = ACTIONS(700), - [anon_sym_let] = ACTIONS(700), - [anon_sym_loop] = ACTIONS(700), - [anon_sym_match] = ACTIONS(700), - [anon_sym_mod] = ACTIONS(700), - [anon_sym_pub] = ACTIONS(700), - [anon_sym_return] = ACTIONS(700), - [anon_sym_static] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_trait] = ACTIONS(700), - [anon_sym_type] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [anon_sym_unsafe] = ACTIONS(700), - [anon_sym_use] = ACTIONS(700), - [anon_sym_where] = ACTIONS(700), - [anon_sym_while] = ACTIONS(700), - [sym_mutable_specifier] = ACTIONS(700), - [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(700), - [sym_super] = ACTIONS(700), - [sym_crate] = ACTIONS(700), - [sym_metavariable] = ACTIONS(712), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [134] = { + [aux_sym_token_tree_repeat1] = STATE(69), + [aux_sym__non_special_token_repeat1] = STATE(139), + [sym_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(700), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_RBRACE] = ACTIONS(722), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [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(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(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(654), + [aux_sym_string_literal_token1] = ACTIONS(656), + [sym_char_literal] = ACTIONS(654), + [anon_sym_true] = ACTIONS(658), + [anon_sym_false] = ACTIONS(658), + [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(662), + [sym_float_literal] = ACTIONS(654), + }, + [STATE(134)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1561), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1591), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(134), [sym_block_comment] = STATE(134), - [aux_sym_enum_variant_list_repeat1] = STATE(139), + [aux_sym_enum_variant_list_repeat1] = STATE(141), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -32050,62 +32133,296 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [135] = { + [STATE(135)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1560), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1618), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(135), [sym_block_comment] = STATE(135), - [aux_sym_enum_variant_list_repeat1] = STATE(144), + [aux_sym_enum_variant_list_repeat1] = STATE(1010), + [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(136), + [sym_identifier] = ACTIONS(863), + [anon_sym_SEMI] = ACTIONS(865), + [anon_sym_LPAREN] = ACTIONS(868), + [anon_sym_RPAREN] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(868), + [anon_sym_RBRACK] = ACTIONS(868), + [anon_sym_LBRACE] = ACTIONS(868), + [anon_sym_RBRACE] = ACTIONS(868), + [anon_sym_EQ_GT] = ACTIONS(865), + [anon_sym_COLON] = ACTIONS(870), + [anon_sym_DOLLAR] = ACTIONS(863), + [anon_sym_PLUS] = ACTIONS(870), + [anon_sym_STAR] = ACTIONS(870), + [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(870), + [anon_sym_SLASH] = ACTIONS(870), + [anon_sym_PERCENT] = ACTIONS(870), + [anon_sym_CARET] = ACTIONS(870), + [anon_sym_BANG] = ACTIONS(870), + [anon_sym_AMP] = ACTIONS(870), + [anon_sym_PIPE] = ACTIONS(870), + [anon_sym_AMP_AMP] = ACTIONS(865), + [anon_sym_PIPE_PIPE] = ACTIONS(865), + [anon_sym_LT_LT] = ACTIONS(870), + [anon_sym_GT_GT] = ACTIONS(870), + [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(870), + [anon_sym_EQ_EQ] = ACTIONS(865), + [anon_sym_BANG_EQ] = ACTIONS(865), + [anon_sym_GT] = ACTIONS(870), + [anon_sym_LT] = ACTIONS(870), + [anon_sym_GT_EQ] = ACTIONS(865), + [anon_sym_LT_EQ] = ACTIONS(865), + [anon_sym_AT] = ACTIONS(865), + [anon_sym__] = ACTIONS(870), + [anon_sym_DOT] = ACTIONS(870), + [anon_sym_DOT_DOT] = ACTIONS(870), + [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(868), + [aux_sym_string_literal_token1] = ACTIONS(868), + [sym_char_literal] = ACTIONS(868), + [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(868), + [sym__raw_string_literal_start] = ACTIONS(868), + [sym_float_literal] = ACTIONS(868), + }, + [STATE(137)] = { + [sym_attribute_item] = STATE(1011), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1647), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(137), + [sym_block_comment] = STATE(137), + [aux_sym_enum_variant_list_repeat1] = STATE(212), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(873), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(750), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -32131,7 +32448,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_DOT_DOT] = ACTIONS(31), - [anon_sym_COMMA] = ACTIONS(752), + [anon_sym_COMMA] = ACTIONS(875), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), @@ -32167,296 +32484,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), }, - [136] = { - [sym_line_comment] = STATE(136), - [sym_block_comment] = STATE(136), - [aux_sym__non_special_token_repeat1] = STATE(137), - [sym_identifier] = ACTIONS(754), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(756), - [anon_sym_RPAREN] = ACTIONS(756), - [anon_sym_LBRACK] = ACTIONS(756), - [anon_sym_RBRACK] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(756), - [anon_sym_RBRACE] = ACTIONS(756), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(754), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(754), - [anon_sym_i8] = ACTIONS(754), - [anon_sym_u16] = ACTIONS(754), - [anon_sym_i16] = ACTIONS(754), - [anon_sym_u32] = ACTIONS(754), - [anon_sym_i32] = ACTIONS(754), - [anon_sym_u64] = ACTIONS(754), - [anon_sym_i64] = ACTIONS(754), - [anon_sym_u128] = ACTIONS(754), - [anon_sym_i128] = ACTIONS(754), - [anon_sym_isize] = ACTIONS(754), - [anon_sym_usize] = ACTIONS(754), - [anon_sym_f32] = ACTIONS(754), - [anon_sym_f64] = ACTIONS(754), - [anon_sym_bool] = ACTIONS(754), - [anon_sym_str] = ACTIONS(754), - [anon_sym_char] = ACTIONS(754), - [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(754), - [anon_sym_as] = ACTIONS(754), - [anon_sym_async] = ACTIONS(754), - [anon_sym_await] = ACTIONS(754), - [anon_sym_break] = ACTIONS(754), - [anon_sym_const] = ACTIONS(754), - [anon_sym_continue] = ACTIONS(754), - [anon_sym_default] = ACTIONS(754), - [anon_sym_enum] = ACTIONS(754), - [anon_sym_fn] = ACTIONS(754), - [anon_sym_for] = ACTIONS(754), - [anon_sym_gen] = ACTIONS(754), - [anon_sym_if] = ACTIONS(754), - [anon_sym_impl] = ACTIONS(754), - [anon_sym_let] = ACTIONS(754), - [anon_sym_loop] = ACTIONS(754), - [anon_sym_match] = ACTIONS(754), - [anon_sym_mod] = ACTIONS(754), - [anon_sym_pub] = ACTIONS(754), - [anon_sym_return] = ACTIONS(754), - [anon_sym_static] = ACTIONS(754), - [anon_sym_struct] = ACTIONS(754), - [anon_sym_trait] = ACTIONS(754), - [anon_sym_type] = ACTIONS(754), - [anon_sym_union] = ACTIONS(754), - [anon_sym_unsafe] = ACTIONS(754), - [anon_sym_use] = ACTIONS(754), - [anon_sym_where] = ACTIONS(754), - [anon_sym_while] = ACTIONS(754), - [sym_mutable_specifier] = ACTIONS(754), - [sym_integer_literal] = ACTIONS(756), - [aux_sym_string_literal_token1] = ACTIONS(756), - [sym_char_literal] = ACTIONS(756), - [anon_sym_true] = ACTIONS(754), - [anon_sym_false] = ACTIONS(754), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(754), - [sym_super] = ACTIONS(754), - [sym_crate] = ACTIONS(754), - [sym_metavariable] = ACTIONS(756), - [sym__raw_string_literal_start] = ACTIONS(756), - [sym_float_literal] = ACTIONS(756), - }, - [137] = { - [sym_line_comment] = STATE(137), - [sym_block_comment] = STATE(137), - [aux_sym__non_special_token_repeat1] = STATE(137), - [sym_identifier] = ACTIONS(758), - [anon_sym_SEMI] = ACTIONS(760), - [anon_sym_LPAREN] = ACTIONS(763), - [anon_sym_RPAREN] = ACTIONS(763), - [anon_sym_LBRACK] = ACTIONS(763), - [anon_sym_RBRACK] = ACTIONS(763), - [anon_sym_LBRACE] = ACTIONS(763), - [anon_sym_RBRACE] = ACTIONS(763), - [anon_sym_EQ_GT] = ACTIONS(760), - [anon_sym_COLON] = ACTIONS(765), - [anon_sym_DOLLAR] = ACTIONS(758), - [anon_sym_PLUS] = ACTIONS(765), - [anon_sym_STAR] = ACTIONS(765), - [anon_sym_QMARK] = ACTIONS(760), - [anon_sym_u8] = ACTIONS(758), - [anon_sym_i8] = ACTIONS(758), - [anon_sym_u16] = ACTIONS(758), - [anon_sym_i16] = ACTIONS(758), - [anon_sym_u32] = ACTIONS(758), - [anon_sym_i32] = ACTIONS(758), - [anon_sym_u64] = ACTIONS(758), - [anon_sym_i64] = ACTIONS(758), - [anon_sym_u128] = ACTIONS(758), - [anon_sym_i128] = ACTIONS(758), - [anon_sym_isize] = ACTIONS(758), - [anon_sym_usize] = ACTIONS(758), - [anon_sym_f32] = ACTIONS(758), - [anon_sym_f64] = ACTIONS(758), - [anon_sym_bool] = ACTIONS(758), - [anon_sym_str] = ACTIONS(758), - [anon_sym_char] = ACTIONS(758), - [anon_sym_DASH] = ACTIONS(765), - [anon_sym_SLASH] = ACTIONS(765), - [anon_sym_PERCENT] = ACTIONS(765), - [anon_sym_CARET] = ACTIONS(765), - [anon_sym_BANG] = ACTIONS(765), - [anon_sym_AMP] = ACTIONS(765), - [anon_sym_PIPE] = ACTIONS(765), - [anon_sym_AMP_AMP] = ACTIONS(760), - [anon_sym_PIPE_PIPE] = ACTIONS(760), - [anon_sym_LT_LT] = ACTIONS(765), - [anon_sym_GT_GT] = ACTIONS(765), - [anon_sym_PLUS_EQ] = ACTIONS(760), - [anon_sym_DASH_EQ] = ACTIONS(760), - [anon_sym_STAR_EQ] = ACTIONS(760), - [anon_sym_SLASH_EQ] = ACTIONS(760), - [anon_sym_PERCENT_EQ] = ACTIONS(760), - [anon_sym_CARET_EQ] = ACTIONS(760), - [anon_sym_AMP_EQ] = ACTIONS(760), - [anon_sym_PIPE_EQ] = ACTIONS(760), - [anon_sym_LT_LT_EQ] = ACTIONS(760), - [anon_sym_GT_GT_EQ] = ACTIONS(760), - [anon_sym_EQ] = ACTIONS(765), - [anon_sym_EQ_EQ] = ACTIONS(760), - [anon_sym_BANG_EQ] = ACTIONS(760), - [anon_sym_GT] = ACTIONS(765), - [anon_sym_LT] = ACTIONS(765), - [anon_sym_GT_EQ] = ACTIONS(760), - [anon_sym_LT_EQ] = ACTIONS(760), - [anon_sym_AT] = ACTIONS(760), - [anon_sym__] = ACTIONS(765), - [anon_sym_DOT] = ACTIONS(765), - [anon_sym_DOT_DOT] = ACTIONS(765), - [anon_sym_DOT_DOT_DOT] = ACTIONS(760), - [anon_sym_DOT_DOT_EQ] = ACTIONS(760), - [anon_sym_COMMA] = ACTIONS(760), - [anon_sym_COLON_COLON] = ACTIONS(760), - [anon_sym_DASH_GT] = ACTIONS(760), - [anon_sym_POUND] = ACTIONS(760), - [anon_sym_SQUOTE] = ACTIONS(758), - [anon_sym_as] = ACTIONS(758), - [anon_sym_async] = ACTIONS(758), - [anon_sym_await] = ACTIONS(758), - [anon_sym_break] = ACTIONS(758), - [anon_sym_const] = ACTIONS(758), - [anon_sym_continue] = ACTIONS(758), - [anon_sym_default] = ACTIONS(758), - [anon_sym_enum] = ACTIONS(758), - [anon_sym_fn] = ACTIONS(758), - [anon_sym_for] = ACTIONS(758), - [anon_sym_gen] = ACTIONS(758), - [anon_sym_if] = ACTIONS(758), - [anon_sym_impl] = ACTIONS(758), - [anon_sym_let] = ACTIONS(758), - [anon_sym_loop] = ACTIONS(758), - [anon_sym_match] = ACTIONS(758), - [anon_sym_mod] = ACTIONS(758), - [anon_sym_pub] = ACTIONS(758), - [anon_sym_return] = ACTIONS(758), - [anon_sym_static] = ACTIONS(758), - [anon_sym_struct] = ACTIONS(758), - [anon_sym_trait] = ACTIONS(758), - [anon_sym_type] = ACTIONS(758), - [anon_sym_union] = ACTIONS(758), - [anon_sym_unsafe] = ACTIONS(758), - [anon_sym_use] = ACTIONS(758), - [anon_sym_where] = ACTIONS(758), - [anon_sym_while] = ACTIONS(758), - [sym_mutable_specifier] = ACTIONS(758), - [sym_integer_literal] = ACTIONS(763), - [aux_sym_string_literal_token1] = ACTIONS(763), - [sym_char_literal] = ACTIONS(763), - [anon_sym_true] = ACTIONS(758), - [anon_sym_false] = ACTIONS(758), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(758), - [sym_super] = ACTIONS(758), - [sym_crate] = ACTIONS(758), - [sym_metavariable] = ACTIONS(763), - [sym__raw_string_literal_start] = ACTIONS(763), - [sym_float_literal] = ACTIONS(763), - }, - [138] = { + [STATE(138)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1589), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1566), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(138), [sym_block_comment] = STATE(138), [aux_sym_enum_variant_list_repeat1] = STATE(135), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(768), + [anon_sym_RBRACK] = ACTIONS(877), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -32482,7 +32565,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_DOT_DOT] = ACTIONS(31), - [anon_sym_COMMA] = ACTIONS(770), + [anon_sym_COMMA] = ACTIONS(879), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), @@ -32518,62 +32601,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), }, - [139] = { - [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1562), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(139)] = { [sym_line_comment] = STATE(139), [sym_block_comment] = STATE(139), - [aux_sym_enum_variant_list_repeat1] = STATE(141), + [aux_sym__non_special_token_repeat1] = STATE(136), + [sym_identifier] = ACTIONS(881), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(883), + [anon_sym_RPAREN] = ACTIONS(883), + [anon_sym_LBRACK] = ACTIONS(883), + [anon_sym_RBRACK] = ACTIONS(883), + [anon_sym_LBRACE] = ACTIONS(883), + [anon_sym_RBRACE] = ACTIONS(883), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(881), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_u8] = ACTIONS(881), + [anon_sym_i8] = ACTIONS(881), + [anon_sym_u16] = ACTIONS(881), + [anon_sym_i16] = ACTIONS(881), + [anon_sym_u32] = ACTIONS(881), + [anon_sym_i32] = ACTIONS(881), + [anon_sym_u64] = ACTIONS(881), + [anon_sym_i64] = ACTIONS(881), + [anon_sym_u128] = ACTIONS(881), + [anon_sym_i128] = ACTIONS(881), + [anon_sym_isize] = ACTIONS(881), + [anon_sym_usize] = ACTIONS(881), + [anon_sym_f32] = ACTIONS(881), + [anon_sym_f64] = ACTIONS(881), + [anon_sym_bool] = ACTIONS(881), + [anon_sym_str] = ACTIONS(881), + [anon_sym_char] = ACTIONS(881), + [anon_sym_DASH] = ACTIONS(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(881), + [anon_sym_as] = ACTIONS(881), + [anon_sym_async] = ACTIONS(881), + [anon_sym_await] = ACTIONS(881), + [anon_sym_break] = ACTIONS(881), + [anon_sym_const] = ACTIONS(881), + [anon_sym_continue] = ACTIONS(881), + [anon_sym_default] = ACTIONS(881), + [anon_sym_enum] = ACTIONS(881), + [anon_sym_fn] = ACTIONS(881), + [anon_sym_for] = ACTIONS(881), + [anon_sym_gen] = ACTIONS(881), + [anon_sym_if] = ACTIONS(881), + [anon_sym_impl] = ACTIONS(881), + [anon_sym_let] = ACTIONS(881), + [anon_sym_loop] = ACTIONS(881), + [anon_sym_match] = ACTIONS(881), + [anon_sym_mod] = ACTIONS(881), + [anon_sym_pub] = ACTIONS(881), + [anon_sym_return] = ACTIONS(881), + [anon_sym_static] = ACTIONS(881), + [anon_sym_struct] = ACTIONS(881), + [anon_sym_trait] = ACTIONS(881), + [anon_sym_type] = ACTIONS(881), + [anon_sym_union] = ACTIONS(881), + [anon_sym_unsafe] = ACTIONS(881), + [anon_sym_use] = ACTIONS(881), + [anon_sym_where] = ACTIONS(881), + [anon_sym_while] = ACTIONS(881), + [sym_mutable_specifier] = ACTIONS(881), + [sym_integer_literal] = ACTIONS(883), + [aux_sym_string_literal_token1] = ACTIONS(883), + [sym_char_literal] = ACTIONS(883), + [anon_sym_true] = ACTIONS(881), + [anon_sym_false] = ACTIONS(881), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(881), + [sym_super] = ACTIONS(881), + [sym_crate] = ACTIONS(881), + [sym_metavariable] = ACTIONS(883), + [sym__raw_string_literal_start] = ACTIONS(883), + [sym_float_literal] = ACTIONS(883), + }, + [STATE(140)] = { + [sym_attribute_item] = STATE(1011), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1616), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(140), + [sym_block_comment] = STATE(140), + [aux_sym_enum_variant_list_repeat1] = STATE(213), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(885), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(772), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -32599,7 +32799,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_DOT_DOT] = ACTIONS(31), - [anon_sym_COMMA] = ACTIONS(774), + [anon_sym_COMMA] = ACTIONS(887), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), @@ -32635,62 +32835,296 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [140] = { + [STATE(141)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1613), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(140), - [sym_block_comment] = STATE(140), - [aux_sym_enum_variant_list_repeat1] = STATE(212), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1614), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(141), + [sym_block_comment] = STATE(141), + [aux_sym_enum_variant_list_repeat1] = STATE(1010), + [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(142)] = { + [sym_line_comment] = STATE(142), + [sym_block_comment] = STATE(142), + [aux_sym__non_special_token_repeat1] = STATE(136), + [sym_identifier] = ACTIONS(889), + [anon_sym_SEMI] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(891), + [anon_sym_RPAREN] = ACTIONS(891), + [anon_sym_LBRACK] = ACTIONS(891), + [anon_sym_RBRACK] = ACTIONS(891), + [anon_sym_LBRACE] = ACTIONS(891), + [anon_sym_RBRACE] = ACTIONS(891), + [anon_sym_EQ_GT] = ACTIONS(640), + [anon_sym_COLON] = ACTIONS(650), + [anon_sym_DOLLAR] = ACTIONS(889), + [anon_sym_PLUS] = ACTIONS(650), + [anon_sym_STAR] = ACTIONS(650), + [anon_sym_QMARK] = ACTIONS(640), + [anon_sym_u8] = ACTIONS(889), + [anon_sym_i8] = ACTIONS(889), + [anon_sym_u16] = ACTIONS(889), + [anon_sym_i16] = ACTIONS(889), + [anon_sym_u32] = ACTIONS(889), + [anon_sym_i32] = ACTIONS(889), + [anon_sym_u64] = ACTIONS(889), + [anon_sym_i64] = ACTIONS(889), + [anon_sym_u128] = ACTIONS(889), + [anon_sym_i128] = ACTIONS(889), + [anon_sym_isize] = ACTIONS(889), + [anon_sym_usize] = ACTIONS(889), + [anon_sym_f32] = ACTIONS(889), + [anon_sym_f64] = ACTIONS(889), + [anon_sym_bool] = ACTIONS(889), + [anon_sym_str] = ACTIONS(889), + [anon_sym_char] = ACTIONS(889), + [anon_sym_DASH] = ACTIONS(650), + [anon_sym_SLASH] = ACTIONS(650), + [anon_sym_PERCENT] = ACTIONS(650), + [anon_sym_CARET] = ACTIONS(650), + [anon_sym_BANG] = ACTIONS(650), + [anon_sym_AMP] = ACTIONS(650), + [anon_sym_PIPE] = ACTIONS(650), + [anon_sym_AMP_AMP] = ACTIONS(640), + [anon_sym_PIPE_PIPE] = ACTIONS(640), + [anon_sym_LT_LT] = ACTIONS(650), + [anon_sym_GT_GT] = ACTIONS(650), + [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(650), + [anon_sym_EQ_EQ] = ACTIONS(640), + [anon_sym_BANG_EQ] = ACTIONS(640), + [anon_sym_GT] = ACTIONS(650), + [anon_sym_LT] = ACTIONS(650), + [anon_sym_GT_EQ] = ACTIONS(640), + [anon_sym_LT_EQ] = ACTIONS(640), + [anon_sym_AT] = ACTIONS(640), + [anon_sym__] = ACTIONS(650), + [anon_sym_DOT] = ACTIONS(650), + [anon_sym_DOT_DOT] = ACTIONS(650), + [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(889), + [anon_sym_as] = ACTIONS(889), + [anon_sym_async] = ACTIONS(889), + [anon_sym_await] = ACTIONS(889), + [anon_sym_break] = ACTIONS(889), + [anon_sym_const] = ACTIONS(889), + [anon_sym_continue] = ACTIONS(889), + [anon_sym_default] = ACTIONS(889), + [anon_sym_enum] = ACTIONS(889), + [anon_sym_fn] = ACTIONS(889), + [anon_sym_for] = ACTIONS(889), + [anon_sym_gen] = ACTIONS(889), + [anon_sym_if] = ACTIONS(889), + [anon_sym_impl] = ACTIONS(889), + [anon_sym_let] = ACTIONS(889), + [anon_sym_loop] = ACTIONS(889), + [anon_sym_match] = ACTIONS(889), + [anon_sym_mod] = ACTIONS(889), + [anon_sym_pub] = ACTIONS(889), + [anon_sym_return] = ACTIONS(889), + [anon_sym_static] = ACTIONS(889), + [anon_sym_struct] = ACTIONS(889), + [anon_sym_trait] = ACTIONS(889), + [anon_sym_type] = ACTIONS(889), + [anon_sym_union] = ACTIONS(889), + [anon_sym_unsafe] = ACTIONS(889), + [anon_sym_use] = ACTIONS(889), + [anon_sym_where] = ACTIONS(889), + [anon_sym_while] = ACTIONS(889), + [sym_mutable_specifier] = ACTIONS(889), + [sym_integer_literal] = ACTIONS(891), + [aux_sym_string_literal_token1] = ACTIONS(891), + [sym_char_literal] = ACTIONS(891), + [anon_sym_true] = ACTIONS(889), + [anon_sym_false] = ACTIONS(889), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(889), + [sym_super] = ACTIONS(889), + [sym_crate] = ACTIONS(889), + [sym_metavariable] = ACTIONS(891), + [sym__raw_string_literal_start] = ACTIONS(891), + [sym_float_literal] = ACTIONS(891), + }, + [STATE(143)] = { + [sym_attribute_item] = STATE(1011), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1588), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(143), + [sym_block_comment] = STATE(143), + [aux_sym_enum_variant_list_repeat1] = STATE(138), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(776), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(893), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -32716,7 +33150,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_DOT_DOT] = ACTIONS(31), - [anon_sym_COMMA] = ACTIONS(778), + [anon_sym_COMMA] = ACTIONS(895), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), @@ -32752,179 +33186,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), }, - [141] = { - [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1630), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(141), - [sym_block_comment] = STATE(141), - [aux_sym_enum_variant_list_repeat1] = STATE(1010), - [sym_identifier] = ACTIONS(780), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(786), - [anon_sym_RBRACK] = ACTIONS(789), - [anon_sym_LBRACE] = ACTIONS(791), - [anon_sym_STAR] = ACTIONS(794), - [anon_sym_u8] = ACTIONS(797), - [anon_sym_i8] = ACTIONS(797), - [anon_sym_u16] = ACTIONS(797), - [anon_sym_i16] = ACTIONS(797), - [anon_sym_u32] = ACTIONS(797), - [anon_sym_i32] = ACTIONS(797), - [anon_sym_u64] = ACTIONS(797), - [anon_sym_i64] = ACTIONS(797), - [anon_sym_u128] = ACTIONS(797), - [anon_sym_i128] = ACTIONS(797), - [anon_sym_isize] = ACTIONS(797), - [anon_sym_usize] = ACTIONS(797), - [anon_sym_f32] = ACTIONS(797), - [anon_sym_f64] = ACTIONS(797), - [anon_sym_bool] = ACTIONS(797), - [anon_sym_str] = ACTIONS(797), - [anon_sym_char] = ACTIONS(797), - [anon_sym_DASH] = ACTIONS(794), - [anon_sym_BANG] = ACTIONS(794), - [anon_sym_AMP] = ACTIONS(800), - [anon_sym_PIPE] = ACTIONS(803), - [anon_sym_LT] = ACTIONS(806), - [anon_sym_DOT_DOT] = ACTIONS(809), - [anon_sym_COMMA] = ACTIONS(789), - [anon_sym_COLON_COLON] = ACTIONS(812), - [anon_sym_POUND] = ACTIONS(815), - [anon_sym_SQUOTE] = ACTIONS(818), - [anon_sym_async] = ACTIONS(821), - [anon_sym_break] = ACTIONS(824), - [anon_sym_const] = ACTIONS(827), - [anon_sym_continue] = ACTIONS(830), - [anon_sym_default] = ACTIONS(833), - [anon_sym_for] = ACTIONS(836), - [anon_sym_gen] = ACTIONS(839), - [anon_sym_if] = ACTIONS(842), - [anon_sym_loop] = ACTIONS(845), - [anon_sym_match] = ACTIONS(848), - [anon_sym_return] = ACTIONS(851), - [anon_sym_static] = ACTIONS(854), - [anon_sym_union] = ACTIONS(833), - [anon_sym_unsafe] = ACTIONS(857), - [anon_sym_while] = ACTIONS(860), - [anon_sym_yield] = ACTIONS(863), - [anon_sym_move] = ACTIONS(866), - [anon_sym_try] = ACTIONS(869), - [sym_integer_literal] = ACTIONS(872), - [aux_sym_string_literal_token1] = ACTIONS(875), - [sym_char_literal] = ACTIONS(872), - [anon_sym_true] = ACTIONS(878), - [anon_sym_false] = ACTIONS(878), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(881), - [sym_super] = ACTIONS(884), - [sym_crate] = ACTIONS(884), - [sym_metavariable] = ACTIONS(887), - [sym__raw_string_literal_start] = ACTIONS(890), - [sym_float_literal] = ACTIONS(872), - }, - [142] = { + [STATE(144)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1599), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(142), - [sym_block_comment] = STATE(142), - [aux_sym_enum_variant_list_repeat1] = STATE(201), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1562), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(144), + [sym_block_comment] = STATE(144), + [aux_sym_enum_variant_list_repeat1] = STATE(134), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(893), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(897), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -32950,7 +33267,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_DOT_DOT] = ACTIONS(31), - [anon_sym_COMMA] = ACTIONS(895), + [anon_sym_COMMA] = ACTIONS(899), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), @@ -32986,292 +33303,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), }, - [143] = { - [sym_line_comment] = STATE(143), - [sym_block_comment] = STATE(143), - [aux_sym__non_special_token_repeat1] = STATE(137), - [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), - }, - [144] = { + [STATE(145)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1614), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(144), - [sym_block_comment] = STATE(144), - [aux_sym_enum_variant_list_repeat1] = STATE(1010), - [sym_identifier] = ACTIONS(780), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(786), - [anon_sym_RBRACK] = ACTIONS(789), - [anon_sym_LBRACE] = ACTIONS(791), - [anon_sym_STAR] = ACTIONS(794), - [anon_sym_u8] = ACTIONS(797), - [anon_sym_i8] = ACTIONS(797), - [anon_sym_u16] = ACTIONS(797), - [anon_sym_i16] = ACTIONS(797), - [anon_sym_u32] = ACTIONS(797), - [anon_sym_i32] = ACTIONS(797), - [anon_sym_u64] = ACTIONS(797), - [anon_sym_i64] = ACTIONS(797), - [anon_sym_u128] = ACTIONS(797), - [anon_sym_i128] = ACTIONS(797), - [anon_sym_isize] = ACTIONS(797), - [anon_sym_usize] = ACTIONS(797), - [anon_sym_f32] = ACTIONS(797), - [anon_sym_f64] = ACTIONS(797), - [anon_sym_bool] = ACTIONS(797), - [anon_sym_str] = ACTIONS(797), - [anon_sym_char] = ACTIONS(797), - [anon_sym_DASH] = ACTIONS(794), - [anon_sym_BANG] = ACTIONS(794), - [anon_sym_AMP] = ACTIONS(800), - [anon_sym_PIPE] = ACTIONS(803), - [anon_sym_LT] = ACTIONS(806), - [anon_sym_DOT_DOT] = ACTIONS(809), - [anon_sym_COMMA] = ACTIONS(789), - [anon_sym_COLON_COLON] = ACTIONS(812), - [anon_sym_POUND] = ACTIONS(815), - [anon_sym_SQUOTE] = ACTIONS(818), - [anon_sym_async] = ACTIONS(821), - [anon_sym_break] = ACTIONS(824), - [anon_sym_const] = ACTIONS(827), - [anon_sym_continue] = ACTIONS(830), - [anon_sym_default] = ACTIONS(833), - [anon_sym_for] = ACTIONS(836), - [anon_sym_gen] = ACTIONS(839), - [anon_sym_if] = ACTIONS(842), - [anon_sym_loop] = ACTIONS(845), - [anon_sym_match] = ACTIONS(848), - [anon_sym_return] = ACTIONS(851), - [anon_sym_static] = ACTIONS(854), - [anon_sym_union] = ACTIONS(833), - [anon_sym_unsafe] = ACTIONS(857), - [anon_sym_while] = ACTIONS(860), - [anon_sym_yield] = ACTIONS(863), - [anon_sym_move] = ACTIONS(866), - [anon_sym_try] = ACTIONS(869), - [sym_integer_literal] = ACTIONS(872), - [aux_sym_string_literal_token1] = ACTIONS(875), - [sym_char_literal] = ACTIONS(872), - [anon_sym_true] = ACTIONS(878), - [anon_sym_false] = ACTIONS(878), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(881), - [sym_super] = ACTIONS(884), - [sym_crate] = ACTIONS(884), - [sym_metavariable] = ACTIONS(887), - [sym__raw_string_literal_start] = ACTIONS(890), - [sym_float_literal] = ACTIONS(872), - }, - [145] = { - [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1665), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1612), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(145), [sym_block_comment] = STATE(145), - [aux_sym_enum_variant_list_repeat1] = STATE(211), + [aux_sym_enum_variant_list_repeat1] = STATE(204), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_RPAREN] = ACTIONS(901), @@ -33336,62 +33419,526 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [146] = { - [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1623), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(146)] = { [sym_line_comment] = STATE(146), [sym_block_comment] = STATE(146), - [aux_sym_enum_variant_list_repeat1] = STATE(207), + [sym_identifier] = ACTIONS(903), + [anon_sym_SEMI] = ACTIONS(905), + [anon_sym_LPAREN] = ACTIONS(905), + [anon_sym_RPAREN] = ACTIONS(905), + [anon_sym_LBRACK] = ACTIONS(905), + [anon_sym_RBRACK] = ACTIONS(905), + [anon_sym_LBRACE] = ACTIONS(905), + [anon_sym_RBRACE] = ACTIONS(905), + [anon_sym_EQ_GT] = ACTIONS(905), + [anon_sym_COLON] = ACTIONS(903), + [anon_sym_DOLLAR] = ACTIONS(903), + [anon_sym_PLUS] = ACTIONS(903), + [anon_sym_STAR] = ACTIONS(903), + [anon_sym_QMARK] = ACTIONS(905), + [anon_sym_u8] = ACTIONS(903), + [anon_sym_i8] = ACTIONS(903), + [anon_sym_u16] = ACTIONS(903), + [anon_sym_i16] = ACTIONS(903), + [anon_sym_u32] = ACTIONS(903), + [anon_sym_i32] = ACTIONS(903), + [anon_sym_u64] = ACTIONS(903), + [anon_sym_i64] = ACTIONS(903), + [anon_sym_u128] = ACTIONS(903), + [anon_sym_i128] = ACTIONS(903), + [anon_sym_isize] = ACTIONS(903), + [anon_sym_usize] = ACTIONS(903), + [anon_sym_f32] = ACTIONS(903), + [anon_sym_f64] = ACTIONS(903), + [anon_sym_bool] = ACTIONS(903), + [anon_sym_str] = ACTIONS(903), + [anon_sym_char] = ACTIONS(903), + [anon_sym_DASH] = ACTIONS(903), + [anon_sym_SLASH] = ACTIONS(903), + [anon_sym_PERCENT] = ACTIONS(903), + [anon_sym_CARET] = ACTIONS(903), + [anon_sym_BANG] = ACTIONS(903), + [anon_sym_AMP] = ACTIONS(903), + [anon_sym_PIPE] = ACTIONS(903), + [anon_sym_AMP_AMP] = ACTIONS(905), + [anon_sym_PIPE_PIPE] = ACTIONS(905), + [anon_sym_LT_LT] = ACTIONS(903), + [anon_sym_GT_GT] = ACTIONS(903), + [anon_sym_PLUS_EQ] = ACTIONS(905), + [anon_sym_DASH_EQ] = ACTIONS(905), + [anon_sym_STAR_EQ] = ACTIONS(905), + [anon_sym_SLASH_EQ] = ACTIONS(905), + [anon_sym_PERCENT_EQ] = ACTIONS(905), + [anon_sym_CARET_EQ] = ACTIONS(905), + [anon_sym_AMP_EQ] = ACTIONS(905), + [anon_sym_PIPE_EQ] = ACTIONS(905), + [anon_sym_LT_LT_EQ] = ACTIONS(905), + [anon_sym_GT_GT_EQ] = ACTIONS(905), + [anon_sym_EQ] = ACTIONS(903), + [anon_sym_EQ_EQ] = ACTIONS(905), + [anon_sym_BANG_EQ] = ACTIONS(905), + [anon_sym_GT] = ACTIONS(903), + [anon_sym_LT] = ACTIONS(903), + [anon_sym_GT_EQ] = ACTIONS(905), + [anon_sym_LT_EQ] = ACTIONS(905), + [anon_sym_AT] = ACTIONS(905), + [anon_sym__] = ACTIONS(903), + [anon_sym_DOT] = ACTIONS(903), + [anon_sym_DOT_DOT] = ACTIONS(903), + [anon_sym_DOT_DOT_DOT] = ACTIONS(905), + [anon_sym_DOT_DOT_EQ] = ACTIONS(905), + [anon_sym_COMMA] = ACTIONS(905), + [anon_sym_COLON_COLON] = ACTIONS(905), + [anon_sym_DASH_GT] = ACTIONS(905), + [anon_sym_POUND] = ACTIONS(905), + [anon_sym_SQUOTE] = ACTIONS(903), + [anon_sym_as] = ACTIONS(903), + [anon_sym_async] = ACTIONS(903), + [anon_sym_await] = ACTIONS(903), + [anon_sym_break] = ACTIONS(903), + [anon_sym_const] = ACTIONS(903), + [anon_sym_continue] = ACTIONS(903), + [anon_sym_default] = ACTIONS(903), + [anon_sym_enum] = ACTIONS(903), + [anon_sym_fn] = ACTIONS(903), + [anon_sym_for] = ACTIONS(903), + [anon_sym_gen] = ACTIONS(903), + [anon_sym_if] = ACTIONS(903), + [anon_sym_impl] = ACTIONS(903), + [anon_sym_let] = ACTIONS(903), + [anon_sym_loop] = ACTIONS(903), + [anon_sym_match] = ACTIONS(903), + [anon_sym_mod] = ACTIONS(903), + [anon_sym_pub] = ACTIONS(903), + [anon_sym_return] = ACTIONS(903), + [anon_sym_static] = ACTIONS(903), + [anon_sym_struct] = ACTIONS(903), + [anon_sym_trait] = ACTIONS(903), + [anon_sym_type] = ACTIONS(903), + [anon_sym_union] = ACTIONS(903), + [anon_sym_unsafe] = ACTIONS(903), + [anon_sym_use] = ACTIONS(903), + [anon_sym_where] = ACTIONS(903), + [anon_sym_while] = ACTIONS(903), + [sym_mutable_specifier] = ACTIONS(903), + [sym_integer_literal] = ACTIONS(905), + [aux_sym_string_literal_token1] = ACTIONS(905), + [sym_char_literal] = ACTIONS(905), + [anon_sym_true] = ACTIONS(903), + [anon_sym_false] = ACTIONS(903), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(903), + [sym_super] = ACTIONS(903), + [sym_crate] = ACTIONS(903), + [sym_metavariable] = ACTIONS(905), + [sym__raw_string_literal_start] = ACTIONS(905), + [sym_float_literal] = ACTIONS(905), + }, + [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_line_comment] = STATE(149), + [sym_block_comment] = STATE(149), + [sym_identifier] = ACTIONS(915), + [anon_sym_SEMI] = ACTIONS(917), + [anon_sym_LPAREN] = ACTIONS(917), + [anon_sym_RPAREN] = ACTIONS(917), + [anon_sym_LBRACK] = ACTIONS(917), + [anon_sym_RBRACK] = ACTIONS(917), + [anon_sym_LBRACE] = ACTIONS(917), + [anon_sym_RBRACE] = ACTIONS(917), + [anon_sym_EQ_GT] = ACTIONS(917), + [anon_sym_COLON] = ACTIONS(915), + [anon_sym_DOLLAR] = ACTIONS(915), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_STAR] = ACTIONS(915), + [anon_sym_QMARK] = ACTIONS(917), + [anon_sym_u8] = ACTIONS(915), + [anon_sym_i8] = ACTIONS(915), + [anon_sym_u16] = ACTIONS(915), + [anon_sym_i16] = ACTIONS(915), + [anon_sym_u32] = ACTIONS(915), + [anon_sym_i32] = ACTIONS(915), + [anon_sym_u64] = ACTIONS(915), + [anon_sym_i64] = ACTIONS(915), + [anon_sym_u128] = ACTIONS(915), + [anon_sym_i128] = ACTIONS(915), + [anon_sym_isize] = ACTIONS(915), + [anon_sym_usize] = ACTIONS(915), + [anon_sym_f32] = ACTIONS(915), + [anon_sym_f64] = ACTIONS(915), + [anon_sym_bool] = ACTIONS(915), + [anon_sym_str] = ACTIONS(915), + [anon_sym_char] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_SLASH] = ACTIONS(915), + [anon_sym_PERCENT] = ACTIONS(915), + [anon_sym_CARET] = ACTIONS(915), + [anon_sym_BANG] = ACTIONS(915), + [anon_sym_AMP] = ACTIONS(915), + [anon_sym_PIPE] = ACTIONS(915), + [anon_sym_AMP_AMP] = ACTIONS(917), + [anon_sym_PIPE_PIPE] = ACTIONS(917), + [anon_sym_LT_LT] = ACTIONS(915), + [anon_sym_GT_GT] = ACTIONS(915), + [anon_sym_PLUS_EQ] = ACTIONS(917), + [anon_sym_DASH_EQ] = ACTIONS(917), + [anon_sym_STAR_EQ] = ACTIONS(917), + [anon_sym_SLASH_EQ] = ACTIONS(917), + [anon_sym_PERCENT_EQ] = ACTIONS(917), + [anon_sym_CARET_EQ] = ACTIONS(917), + [anon_sym_AMP_EQ] = ACTIONS(917), + [anon_sym_PIPE_EQ] = ACTIONS(917), + [anon_sym_LT_LT_EQ] = ACTIONS(917), + [anon_sym_GT_GT_EQ] = ACTIONS(917), + [anon_sym_EQ] = ACTIONS(915), + [anon_sym_EQ_EQ] = ACTIONS(917), + [anon_sym_BANG_EQ] = ACTIONS(917), + [anon_sym_GT] = ACTIONS(915), + [anon_sym_LT] = ACTIONS(915), + [anon_sym_GT_EQ] = ACTIONS(917), + [anon_sym_LT_EQ] = ACTIONS(917), + [anon_sym_AT] = ACTIONS(917), + [anon_sym__] = ACTIONS(915), + [anon_sym_DOT] = ACTIONS(915), + [anon_sym_DOT_DOT] = ACTIONS(915), + [anon_sym_DOT_DOT_DOT] = ACTIONS(917), + [anon_sym_DOT_DOT_EQ] = ACTIONS(917), + [anon_sym_COMMA] = ACTIONS(917), + [anon_sym_COLON_COLON] = ACTIONS(917), + [anon_sym_DASH_GT] = ACTIONS(917), + [anon_sym_POUND] = ACTIONS(917), + [anon_sym_SQUOTE] = ACTIONS(915), + [anon_sym_as] = ACTIONS(915), + [anon_sym_async] = ACTIONS(915), + [anon_sym_await] = ACTIONS(915), + [anon_sym_break] = ACTIONS(915), + [anon_sym_const] = ACTIONS(915), + [anon_sym_continue] = ACTIONS(915), + [anon_sym_default] = ACTIONS(915), + [anon_sym_enum] = ACTIONS(915), + [anon_sym_fn] = ACTIONS(915), + [anon_sym_for] = ACTIONS(915), + [anon_sym_gen] = ACTIONS(915), + [anon_sym_if] = ACTIONS(915), + [anon_sym_impl] = ACTIONS(915), + [anon_sym_let] = ACTIONS(915), + [anon_sym_loop] = ACTIONS(915), + [anon_sym_match] = ACTIONS(915), + [anon_sym_mod] = ACTIONS(915), + [anon_sym_pub] = ACTIONS(915), + [anon_sym_return] = ACTIONS(915), + [anon_sym_static] = ACTIONS(915), + [anon_sym_struct] = ACTIONS(915), + [anon_sym_trait] = ACTIONS(915), + [anon_sym_type] = ACTIONS(915), + [anon_sym_union] = ACTIONS(915), + [anon_sym_unsafe] = ACTIONS(915), + [anon_sym_use] = ACTIONS(915), + [anon_sym_where] = ACTIONS(915), + [anon_sym_while] = ACTIONS(915), + [sym_mutable_specifier] = ACTIONS(915), + [sym_integer_literal] = ACTIONS(917), + [aux_sym_string_literal_token1] = ACTIONS(917), + [sym_char_literal] = ACTIONS(917), + [anon_sym_true] = ACTIONS(915), + [anon_sym_false] = ACTIONS(915), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(915), + [sym_super] = ACTIONS(915), + [sym_crate] = ACTIONS(915), + [sym_metavariable] = ACTIONS(917), + [sym__raw_string_literal_start] = ACTIONS(917), + [sym_float_literal] = ACTIONS(917), + }, + [STATE(150)] = { + [sym_attribute_item] = STATE(1011), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1681), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(150), + [sym_block_comment] = STATE(150), + [aux_sym_enum_variant_list_repeat1] = STATE(209), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(919), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(903), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -33452,62 +33999,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), }, - [147] = { + [STATE(151)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1623), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(147), - [sym_block_comment] = STATE(147), - [aux_sym_enum_variant_list_repeat1] = STATE(207), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1612), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(151), + [sym_block_comment] = STATE(151), + [aux_sym_enum_variant_list_repeat1] = STATE(204), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(905), + [anon_sym_RBRACK] = ACTIONS(921), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -33568,61 +34115,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), }, - [148] = { + [STATE(152)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1623), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(148), - [sym_block_comment] = STATE(148), - [aux_sym_enum_variant_list_repeat1] = STATE(207), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1612), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(152), + [sym_block_comment] = STATE(152), + [aux_sym_enum_variant_list_repeat1] = STATE(204), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(907), + [anon_sym_RPAREN] = ACTIONS(923), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -33684,526 +34231,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), }, - [149] = { - [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1799), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(149), - [sym_block_comment] = STATE(149), - [aux_sym_enum_variant_list_repeat1] = STATE(208), - [sym_identifier] = ACTIONS(339), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(909), - [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), - }, - [150] = { - [sym_line_comment] = STATE(150), - [sym_block_comment] = STATE(150), - [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), - }, - [151] = { - [sym_line_comment] = STATE(151), - [sym_block_comment] = STATE(151), - [sym_identifier] = ACTIONS(915), - [anon_sym_SEMI] = ACTIONS(917), - [anon_sym_LPAREN] = ACTIONS(917), - [anon_sym_RPAREN] = ACTIONS(917), - [anon_sym_LBRACK] = ACTIONS(917), - [anon_sym_RBRACK] = ACTIONS(917), - [anon_sym_LBRACE] = ACTIONS(917), - [anon_sym_RBRACE] = ACTIONS(917), - [anon_sym_EQ_GT] = ACTIONS(917), - [anon_sym_COLON] = ACTIONS(915), - [anon_sym_DOLLAR] = ACTIONS(915), - [anon_sym_PLUS] = ACTIONS(915), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_QMARK] = ACTIONS(917), - [anon_sym_u8] = ACTIONS(915), - [anon_sym_i8] = ACTIONS(915), - [anon_sym_u16] = ACTIONS(915), - [anon_sym_i16] = ACTIONS(915), - [anon_sym_u32] = ACTIONS(915), - [anon_sym_i32] = ACTIONS(915), - [anon_sym_u64] = ACTIONS(915), - [anon_sym_i64] = ACTIONS(915), - [anon_sym_u128] = ACTIONS(915), - [anon_sym_i128] = ACTIONS(915), - [anon_sym_isize] = ACTIONS(915), - [anon_sym_usize] = ACTIONS(915), - [anon_sym_f32] = ACTIONS(915), - [anon_sym_f64] = ACTIONS(915), - [anon_sym_bool] = ACTIONS(915), - [anon_sym_str] = ACTIONS(915), - [anon_sym_char] = ACTIONS(915), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_SLASH] = ACTIONS(915), - [anon_sym_PERCENT] = ACTIONS(915), - [anon_sym_CARET] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(915), - [anon_sym_PIPE] = ACTIONS(915), - [anon_sym_AMP_AMP] = ACTIONS(917), - [anon_sym_PIPE_PIPE] = ACTIONS(917), - [anon_sym_LT_LT] = ACTIONS(915), - [anon_sym_GT_GT] = ACTIONS(915), - [anon_sym_PLUS_EQ] = ACTIONS(917), - [anon_sym_DASH_EQ] = ACTIONS(917), - [anon_sym_STAR_EQ] = ACTIONS(917), - [anon_sym_SLASH_EQ] = ACTIONS(917), - [anon_sym_PERCENT_EQ] = ACTIONS(917), - [anon_sym_CARET_EQ] = ACTIONS(917), - [anon_sym_AMP_EQ] = ACTIONS(917), - [anon_sym_PIPE_EQ] = ACTIONS(917), - [anon_sym_LT_LT_EQ] = ACTIONS(917), - [anon_sym_GT_GT_EQ] = ACTIONS(917), - [anon_sym_EQ] = ACTIONS(915), - [anon_sym_EQ_EQ] = ACTIONS(917), - [anon_sym_BANG_EQ] = ACTIONS(917), - [anon_sym_GT] = ACTIONS(915), - [anon_sym_LT] = ACTIONS(915), - [anon_sym_GT_EQ] = ACTIONS(917), - [anon_sym_LT_EQ] = ACTIONS(917), - [anon_sym_AT] = ACTIONS(917), - [anon_sym__] = ACTIONS(915), - [anon_sym_DOT] = ACTIONS(915), - [anon_sym_DOT_DOT] = ACTIONS(915), - [anon_sym_DOT_DOT_DOT] = ACTIONS(917), - [anon_sym_DOT_DOT_EQ] = ACTIONS(917), - [anon_sym_COMMA] = ACTIONS(917), - [anon_sym_COLON_COLON] = ACTIONS(917), - [anon_sym_DASH_GT] = ACTIONS(917), - [anon_sym_POUND] = ACTIONS(917), - [anon_sym_SQUOTE] = ACTIONS(915), - [anon_sym_as] = ACTIONS(915), - [anon_sym_async] = ACTIONS(915), - [anon_sym_await] = ACTIONS(915), - [anon_sym_break] = ACTIONS(915), - [anon_sym_const] = ACTIONS(915), - [anon_sym_continue] = ACTIONS(915), - [anon_sym_default] = ACTIONS(915), - [anon_sym_enum] = ACTIONS(915), - [anon_sym_fn] = ACTIONS(915), - [anon_sym_for] = ACTIONS(915), - [anon_sym_gen] = ACTIONS(915), - [anon_sym_if] = ACTIONS(915), - [anon_sym_impl] = ACTIONS(915), - [anon_sym_let] = ACTIONS(915), - [anon_sym_loop] = ACTIONS(915), - [anon_sym_match] = ACTIONS(915), - [anon_sym_mod] = ACTIONS(915), - [anon_sym_pub] = ACTIONS(915), - [anon_sym_return] = ACTIONS(915), - [anon_sym_static] = ACTIONS(915), - [anon_sym_struct] = ACTIONS(915), - [anon_sym_trait] = ACTIONS(915), - [anon_sym_type] = ACTIONS(915), - [anon_sym_union] = ACTIONS(915), - [anon_sym_unsafe] = ACTIONS(915), - [anon_sym_use] = ACTIONS(915), - [anon_sym_where] = ACTIONS(915), - [anon_sym_while] = ACTIONS(915), - [sym_mutable_specifier] = ACTIONS(915), - [sym_integer_literal] = ACTIONS(917), - [aux_sym_string_literal_token1] = ACTIONS(917), - [sym_char_literal] = ACTIONS(917), - [anon_sym_true] = ACTIONS(915), - [anon_sym_false] = ACTIONS(915), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(915), - [sym_super] = ACTIONS(915), - [sym_crate] = ACTIONS(915), - [sym_metavariable] = ACTIONS(917), - [sym__raw_string_literal_start] = ACTIONS(917), - [sym_float_literal] = ACTIONS(917), - }, - [152] = { - [sym_line_comment] = STATE(152), - [sym_block_comment] = STATE(152), - [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), - }, - [153] = { + [STATE(153)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1623), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1612), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(153), [sym_block_comment] = STATE(153), - [aux_sym_enum_variant_list_repeat1] = STATE(207), + [aux_sym_enum_variant_list_repeat1] = STATE(204), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(919), + [anon_sym_RBRACK] = ACTIONS(925), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -34264,241 +34347,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), }, - [154] = { - [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1623), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(154)] = { [sym_line_comment] = STATE(154), [sym_block_comment] = STATE(154), - [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(921), - [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), - }, - [155] = { - [sym_line_comment] = STATE(155), - [sym_block_comment] = STATE(155), - [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), - }, - [156] = { - [sym_line_comment] = STATE(156), - [sym_block_comment] = STATE(156), [sym_identifier] = ACTIONS(927), [anon_sym_SEMI] = ACTIONS(929), [anon_sym_LPAREN] = ACTIONS(929), @@ -34612,178 +34463,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(929), [sym_float_literal] = ACTIONS(929), }, - [157] = { - [sym_line_comment] = STATE(157), - [sym_block_comment] = STATE(157), - [aux_sym__non_special_token_repeat1] = STATE(179), - [sym_identifier] = ACTIONS(931), - [anon_sym_SEMI] = ACTIONS(676), - [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(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(933), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [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(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(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__raw_string_literal_start] = ACTIONS(933), - [sym_float_literal] = ACTIONS(933), - }, - [158] = { + [STATE(155)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1724), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_let_condition] = STATE(3008), + [sym__let_chain] = STATE(3025), + [sym__condition] = STATE(2521), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(155), + [sym_block_comment] = STATE(155), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(483), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(489), + [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(937), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), + [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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(156)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1623), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(158), - [sym_block_comment] = STATE(158), - [aux_sym_enum_variant_list_repeat1] = STATE(207), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1612), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(156), + [sym_block_comment] = STATE(156), + [aux_sym_enum_variant_list_repeat1] = STATE(204), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(935), + [anon_sym_RBRACK] = ACTIONS(939), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -34844,125 +34695,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), }, - [159] = { - [sym_line_comment] = STATE(159), - [sym_block_comment] = STATE(159), - [sym_identifier] = ACTIONS(937), - [anon_sym_SEMI] = ACTIONS(939), - [anon_sym_LPAREN] = ACTIONS(939), - [anon_sym_RPAREN] = ACTIONS(939), - [anon_sym_LBRACK] = ACTIONS(939), - [anon_sym_RBRACK] = ACTIONS(939), - [anon_sym_LBRACE] = ACTIONS(939), - [anon_sym_RBRACE] = ACTIONS(939), - [anon_sym_EQ_GT] = ACTIONS(939), - [anon_sym_COLON] = ACTIONS(937), - [anon_sym_DOLLAR] = ACTIONS(937), - [anon_sym_PLUS] = ACTIONS(937), - [anon_sym_STAR] = ACTIONS(937), - [anon_sym_QMARK] = ACTIONS(939), - [anon_sym_u8] = ACTIONS(937), - [anon_sym_i8] = ACTIONS(937), - [anon_sym_u16] = ACTIONS(937), - [anon_sym_i16] = ACTIONS(937), - [anon_sym_u32] = ACTIONS(937), - [anon_sym_i32] = ACTIONS(937), - [anon_sym_u64] = ACTIONS(937), - [anon_sym_i64] = ACTIONS(937), - [anon_sym_u128] = ACTIONS(937), - [anon_sym_i128] = ACTIONS(937), - [anon_sym_isize] = ACTIONS(937), - [anon_sym_usize] = ACTIONS(937), - [anon_sym_f32] = ACTIONS(937), - [anon_sym_f64] = ACTIONS(937), - [anon_sym_bool] = ACTIONS(937), - [anon_sym_str] = ACTIONS(937), - [anon_sym_char] = ACTIONS(937), - [anon_sym_DASH] = ACTIONS(937), - [anon_sym_SLASH] = ACTIONS(937), - [anon_sym_PERCENT] = ACTIONS(937), - [anon_sym_CARET] = ACTIONS(937), - [anon_sym_BANG] = ACTIONS(937), - [anon_sym_AMP] = ACTIONS(937), - [anon_sym_PIPE] = ACTIONS(937), - [anon_sym_AMP_AMP] = ACTIONS(939), - [anon_sym_PIPE_PIPE] = ACTIONS(939), - [anon_sym_LT_LT] = ACTIONS(937), - [anon_sym_GT_GT] = ACTIONS(937), - [anon_sym_PLUS_EQ] = ACTIONS(939), - [anon_sym_DASH_EQ] = ACTIONS(939), - [anon_sym_STAR_EQ] = ACTIONS(939), - [anon_sym_SLASH_EQ] = ACTIONS(939), - [anon_sym_PERCENT_EQ] = ACTIONS(939), - [anon_sym_CARET_EQ] = ACTIONS(939), - [anon_sym_AMP_EQ] = ACTIONS(939), - [anon_sym_PIPE_EQ] = ACTIONS(939), - [anon_sym_LT_LT_EQ] = ACTIONS(939), - [anon_sym_GT_GT_EQ] = ACTIONS(939), - [anon_sym_EQ] = ACTIONS(937), - [anon_sym_EQ_EQ] = ACTIONS(939), - [anon_sym_BANG_EQ] = ACTIONS(939), - [anon_sym_GT] = ACTIONS(937), - [anon_sym_LT] = ACTIONS(937), - [anon_sym_GT_EQ] = ACTIONS(939), - [anon_sym_LT_EQ] = ACTIONS(939), - [anon_sym_AT] = ACTIONS(939), - [anon_sym__] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(937), - [anon_sym_DOT_DOT] = ACTIONS(937), - [anon_sym_DOT_DOT_DOT] = ACTIONS(939), - [anon_sym_DOT_DOT_EQ] = ACTIONS(939), - [anon_sym_COMMA] = ACTIONS(939), - [anon_sym_COLON_COLON] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [anon_sym_POUND] = ACTIONS(939), - [anon_sym_SQUOTE] = ACTIONS(937), - [anon_sym_as] = ACTIONS(937), - [anon_sym_async] = ACTIONS(937), - [anon_sym_await] = ACTIONS(937), - [anon_sym_break] = ACTIONS(937), - [anon_sym_const] = ACTIONS(937), - [anon_sym_continue] = ACTIONS(937), - [anon_sym_default] = ACTIONS(937), - [anon_sym_enum] = ACTIONS(937), - [anon_sym_fn] = ACTIONS(937), - [anon_sym_for] = ACTIONS(937), - [anon_sym_gen] = ACTIONS(937), - [anon_sym_if] = ACTIONS(937), - [anon_sym_impl] = ACTIONS(937), - [anon_sym_let] = ACTIONS(937), - [anon_sym_loop] = ACTIONS(937), - [anon_sym_match] = ACTIONS(937), - [anon_sym_mod] = ACTIONS(937), - [anon_sym_pub] = ACTIONS(937), - [anon_sym_return] = ACTIONS(937), - [anon_sym_static] = ACTIONS(937), - [anon_sym_struct] = ACTIONS(937), - [anon_sym_trait] = ACTIONS(937), - [anon_sym_type] = ACTIONS(937), - [anon_sym_union] = ACTIONS(937), - [anon_sym_unsafe] = ACTIONS(937), - [anon_sym_use] = ACTIONS(937), - [anon_sym_where] = ACTIONS(937), - [anon_sym_while] = ACTIONS(937), - [sym_mutable_specifier] = ACTIONS(937), - [sym_integer_literal] = ACTIONS(939), - [aux_sym_string_literal_token1] = ACTIONS(939), - [sym_char_literal] = ACTIONS(939), - [anon_sym_true] = ACTIONS(937), - [anon_sym_false] = ACTIONS(937), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(937), - [sym_super] = ACTIONS(937), - [sym_crate] = ACTIONS(937), - [sym_metavariable] = ACTIONS(939), - [sym__raw_string_literal_start] = ACTIONS(939), - [sym_float_literal] = ACTIONS(939), - }, - [160] = { - [sym_line_comment] = STATE(160), - [sym_block_comment] = STATE(160), + [STATE(157)] = { + [sym_line_comment] = STATE(157), + [sym_block_comment] = STATE(157), [sym_identifier] = ACTIONS(941), [anon_sym_SEMI] = ACTIONS(943), [anon_sym_LPAREN] = ACTIONS(943), @@ -35076,177 +34811,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(943), [sym_float_literal] = ACTIONS(943), }, - [161] = { - [sym_line_comment] = STATE(161), - [sym_block_comment] = STATE(161), - [sym_identifier] = ACTIONS(945), - [anon_sym_SEMI] = ACTIONS(947), - [anon_sym_LPAREN] = ACTIONS(947), - [anon_sym_RPAREN] = ACTIONS(947), - [anon_sym_LBRACK] = ACTIONS(947), - [anon_sym_RBRACK] = ACTIONS(947), - [anon_sym_LBRACE] = ACTIONS(947), - [anon_sym_RBRACE] = ACTIONS(947), - [anon_sym_EQ_GT] = ACTIONS(947), - [anon_sym_COLON] = ACTIONS(945), - [anon_sym_DOLLAR] = ACTIONS(945), - [anon_sym_PLUS] = ACTIONS(945), - [anon_sym_STAR] = ACTIONS(945), - [anon_sym_QMARK] = ACTIONS(947), - [anon_sym_u8] = ACTIONS(945), - [anon_sym_i8] = ACTIONS(945), - [anon_sym_u16] = ACTIONS(945), - [anon_sym_i16] = ACTIONS(945), - [anon_sym_u32] = ACTIONS(945), - [anon_sym_i32] = ACTIONS(945), - [anon_sym_u64] = ACTIONS(945), - [anon_sym_i64] = ACTIONS(945), - [anon_sym_u128] = ACTIONS(945), - [anon_sym_i128] = ACTIONS(945), - [anon_sym_isize] = ACTIONS(945), - [anon_sym_usize] = ACTIONS(945), - [anon_sym_f32] = ACTIONS(945), - [anon_sym_f64] = ACTIONS(945), - [anon_sym_bool] = ACTIONS(945), - [anon_sym_str] = ACTIONS(945), - [anon_sym_char] = ACTIONS(945), - [anon_sym_DASH] = ACTIONS(945), - [anon_sym_SLASH] = ACTIONS(945), - [anon_sym_PERCENT] = ACTIONS(945), - [anon_sym_CARET] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), - [anon_sym_AMP] = ACTIONS(945), - [anon_sym_PIPE] = ACTIONS(945), - [anon_sym_AMP_AMP] = ACTIONS(947), - [anon_sym_PIPE_PIPE] = ACTIONS(947), - [anon_sym_LT_LT] = ACTIONS(945), - [anon_sym_GT_GT] = ACTIONS(945), - [anon_sym_PLUS_EQ] = ACTIONS(947), - [anon_sym_DASH_EQ] = ACTIONS(947), - [anon_sym_STAR_EQ] = ACTIONS(947), - [anon_sym_SLASH_EQ] = ACTIONS(947), - [anon_sym_PERCENT_EQ] = ACTIONS(947), - [anon_sym_CARET_EQ] = ACTIONS(947), - [anon_sym_AMP_EQ] = ACTIONS(947), - [anon_sym_PIPE_EQ] = ACTIONS(947), - [anon_sym_LT_LT_EQ] = ACTIONS(947), - [anon_sym_GT_GT_EQ] = ACTIONS(947), - [anon_sym_EQ] = ACTIONS(945), - [anon_sym_EQ_EQ] = ACTIONS(947), - [anon_sym_BANG_EQ] = ACTIONS(947), - [anon_sym_GT] = ACTIONS(945), - [anon_sym_LT] = ACTIONS(945), - [anon_sym_GT_EQ] = ACTIONS(947), - [anon_sym_LT_EQ] = ACTIONS(947), - [anon_sym_AT] = ACTIONS(947), - [anon_sym__] = ACTIONS(945), - [anon_sym_DOT] = ACTIONS(945), - [anon_sym_DOT_DOT] = ACTIONS(945), - [anon_sym_DOT_DOT_DOT] = ACTIONS(947), - [anon_sym_DOT_DOT_EQ] = ACTIONS(947), - [anon_sym_COMMA] = ACTIONS(947), - [anon_sym_COLON_COLON] = ACTIONS(947), - [anon_sym_DASH_GT] = ACTIONS(947), - [anon_sym_POUND] = ACTIONS(947), - [anon_sym_SQUOTE] = ACTIONS(945), - [anon_sym_as] = ACTIONS(945), - [anon_sym_async] = ACTIONS(945), - [anon_sym_await] = ACTIONS(945), - [anon_sym_break] = ACTIONS(945), - [anon_sym_const] = ACTIONS(945), - [anon_sym_continue] = ACTIONS(945), - [anon_sym_default] = ACTIONS(945), - [anon_sym_enum] = ACTIONS(945), - [anon_sym_fn] = ACTIONS(945), - [anon_sym_for] = ACTIONS(945), - [anon_sym_gen] = ACTIONS(945), - [anon_sym_if] = ACTIONS(945), - [anon_sym_impl] = ACTIONS(945), - [anon_sym_let] = ACTIONS(945), - [anon_sym_loop] = ACTIONS(945), - [anon_sym_match] = ACTIONS(945), - [anon_sym_mod] = ACTIONS(945), - [anon_sym_pub] = ACTIONS(945), - [anon_sym_return] = ACTIONS(945), - [anon_sym_static] = ACTIONS(945), - [anon_sym_struct] = ACTIONS(945), - [anon_sym_trait] = ACTIONS(945), - [anon_sym_type] = ACTIONS(945), - [anon_sym_union] = ACTIONS(945), - [anon_sym_unsafe] = ACTIONS(945), - [anon_sym_use] = ACTIONS(945), - [anon_sym_where] = ACTIONS(945), - [anon_sym_while] = ACTIONS(945), - [sym_mutable_specifier] = ACTIONS(945), - [sym_integer_literal] = ACTIONS(947), - [aux_sym_string_literal_token1] = ACTIONS(947), - [sym_char_literal] = ACTIONS(947), - [anon_sym_true] = ACTIONS(945), - [anon_sym_false] = ACTIONS(945), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(945), - [sym_super] = ACTIONS(945), - [sym_crate] = ACTIONS(945), - [sym_metavariable] = ACTIONS(947), - [sym__raw_string_literal_start] = ACTIONS(947), - [sym_float_literal] = ACTIONS(947), - }, - [162] = { + [STATE(158)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1623), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(162), - [sym_block_comment] = STATE(162), - [aux_sym_enum_variant_list_repeat1] = STATE(207), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1612), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(158), + [sym_block_comment] = STATE(158), + [aux_sym_enum_variant_list_repeat1] = STATE(204), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(949), + [anon_sym_RPAREN] = ACTIONS(945), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -35308,9 +34927,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [163] = { - [sym_line_comment] = STATE(163), - [sym_block_comment] = STATE(163), + [STATE(159)] = { + [sym_line_comment] = STATE(159), + [sym_block_comment] = STATE(159), + [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(160)] = { + [sym_line_comment] = STATE(160), + [sym_block_comment] = STATE(160), [sym_identifier] = ACTIONS(951), [anon_sym_SEMI] = ACTIONS(953), [anon_sym_LPAREN] = ACTIONS(953), @@ -35424,62 +35159,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(953), [sym_float_literal] = ACTIONS(953), }, - [164] = { + [STATE(161)] = { + [sym_line_comment] = STATE(161), + [sym_block_comment] = STATE(161), + [sym_identifier] = ACTIONS(955), + [anon_sym_SEMI] = ACTIONS(957), + [anon_sym_LPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_RBRACK] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [anon_sym_EQ_GT] = ACTIONS(957), + [anon_sym_COLON] = ACTIONS(955), + [anon_sym_DOLLAR] = ACTIONS(955), + [anon_sym_PLUS] = ACTIONS(955), + [anon_sym_STAR] = ACTIONS(955), + [anon_sym_QMARK] = ACTIONS(957), + [anon_sym_u8] = ACTIONS(955), + [anon_sym_i8] = ACTIONS(955), + [anon_sym_u16] = ACTIONS(955), + [anon_sym_i16] = ACTIONS(955), + [anon_sym_u32] = ACTIONS(955), + [anon_sym_i32] = ACTIONS(955), + [anon_sym_u64] = ACTIONS(955), + [anon_sym_i64] = ACTIONS(955), + [anon_sym_u128] = ACTIONS(955), + [anon_sym_i128] = ACTIONS(955), + [anon_sym_isize] = ACTIONS(955), + [anon_sym_usize] = ACTIONS(955), + [anon_sym_f32] = ACTIONS(955), + [anon_sym_f64] = ACTIONS(955), + [anon_sym_bool] = ACTIONS(955), + [anon_sym_str] = ACTIONS(955), + [anon_sym_char] = ACTIONS(955), + [anon_sym_DASH] = ACTIONS(955), + [anon_sym_SLASH] = ACTIONS(955), + [anon_sym_PERCENT] = ACTIONS(955), + [anon_sym_CARET] = ACTIONS(955), + [anon_sym_BANG] = ACTIONS(955), + [anon_sym_AMP] = ACTIONS(955), + [anon_sym_PIPE] = ACTIONS(955), + [anon_sym_AMP_AMP] = ACTIONS(957), + [anon_sym_PIPE_PIPE] = ACTIONS(957), + [anon_sym_LT_LT] = ACTIONS(955), + [anon_sym_GT_GT] = ACTIONS(955), + [anon_sym_PLUS_EQ] = ACTIONS(957), + [anon_sym_DASH_EQ] = ACTIONS(957), + [anon_sym_STAR_EQ] = ACTIONS(957), + [anon_sym_SLASH_EQ] = ACTIONS(957), + [anon_sym_PERCENT_EQ] = ACTIONS(957), + [anon_sym_CARET_EQ] = ACTIONS(957), + [anon_sym_AMP_EQ] = ACTIONS(957), + [anon_sym_PIPE_EQ] = ACTIONS(957), + [anon_sym_LT_LT_EQ] = ACTIONS(957), + [anon_sym_GT_GT_EQ] = ACTIONS(957), + [anon_sym_EQ] = ACTIONS(955), + [anon_sym_EQ_EQ] = ACTIONS(957), + [anon_sym_BANG_EQ] = ACTIONS(957), + [anon_sym_GT] = ACTIONS(955), + [anon_sym_LT] = ACTIONS(955), + [anon_sym_GT_EQ] = ACTIONS(957), + [anon_sym_LT_EQ] = ACTIONS(957), + [anon_sym_AT] = ACTIONS(957), + [anon_sym__] = ACTIONS(955), + [anon_sym_DOT] = ACTIONS(955), + [anon_sym_DOT_DOT] = ACTIONS(955), + [anon_sym_DOT_DOT_DOT] = ACTIONS(957), + [anon_sym_DOT_DOT_EQ] = ACTIONS(957), + [anon_sym_COMMA] = ACTIONS(957), + [anon_sym_COLON_COLON] = ACTIONS(957), + [anon_sym_DASH_GT] = ACTIONS(957), + [anon_sym_POUND] = ACTIONS(957), + [anon_sym_SQUOTE] = ACTIONS(955), + [anon_sym_as] = ACTIONS(955), + [anon_sym_async] = ACTIONS(955), + [anon_sym_await] = ACTIONS(955), + [anon_sym_break] = ACTIONS(955), + [anon_sym_const] = ACTIONS(955), + [anon_sym_continue] = ACTIONS(955), + [anon_sym_default] = ACTIONS(955), + [anon_sym_enum] = ACTIONS(955), + [anon_sym_fn] = ACTIONS(955), + [anon_sym_for] = ACTIONS(955), + [anon_sym_gen] = ACTIONS(955), + [anon_sym_if] = ACTIONS(955), + [anon_sym_impl] = ACTIONS(955), + [anon_sym_let] = ACTIONS(955), + [anon_sym_loop] = ACTIONS(955), + [anon_sym_match] = ACTIONS(955), + [anon_sym_mod] = ACTIONS(955), + [anon_sym_pub] = ACTIONS(955), + [anon_sym_return] = ACTIONS(955), + [anon_sym_static] = ACTIONS(955), + [anon_sym_struct] = ACTIONS(955), + [anon_sym_trait] = ACTIONS(955), + [anon_sym_type] = ACTIONS(955), + [anon_sym_union] = ACTIONS(955), + [anon_sym_unsafe] = ACTIONS(955), + [anon_sym_use] = ACTIONS(955), + [anon_sym_where] = ACTIONS(955), + [anon_sym_while] = ACTIONS(955), + [sym_mutable_specifier] = ACTIONS(955), + [sym_integer_literal] = ACTIONS(957), + [aux_sym_string_literal_token1] = ACTIONS(957), + [sym_char_literal] = ACTIONS(957), + [anon_sym_true] = ACTIONS(955), + [anon_sym_false] = ACTIONS(955), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(955), + [sym_super] = ACTIONS(955), + [sym_crate] = ACTIONS(955), + [sym_metavariable] = ACTIONS(957), + [sym__raw_string_literal_start] = ACTIONS(957), + [sym_float_literal] = ACTIONS(957), + }, + [STATE(162)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1623), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(164), - [sym_block_comment] = STATE(164), - [aux_sym_enum_variant_list_repeat1] = STATE(207), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1612), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(162), + [sym_block_comment] = STATE(162), + [aux_sym_enum_variant_list_repeat1] = STATE(204), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(955), + [anon_sym_RBRACK] = ACTIONS(959), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -35540,61 +35391,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), }, - [165] = { + [STATE(163)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1623), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(165), - [sym_block_comment] = STATE(165), - [aux_sym_enum_variant_list_repeat1] = STATE(207), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1612), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(163), + [sym_block_comment] = STATE(163), + [aux_sym_enum_variant_list_repeat1] = STATE(204), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(957), + [anon_sym_RPAREN] = ACTIONS(961), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -35656,107 +35507,339 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [166] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1687), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_let_condition] = STATE(2883), - [sym__let_chain] = STATE(2887), - [sym__condition] = STATE(2615), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(164)] = { + [sym_line_comment] = STATE(164), + [sym_block_comment] = STATE(164), + [sym_identifier] = ACTIONS(963), + [anon_sym_SEMI] = ACTIONS(965), + [anon_sym_LPAREN] = ACTIONS(965), + [anon_sym_RPAREN] = ACTIONS(965), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_RBRACK] = ACTIONS(965), + [anon_sym_LBRACE] = ACTIONS(965), + [anon_sym_RBRACE] = ACTIONS(965), + [anon_sym_EQ_GT] = ACTIONS(965), + [anon_sym_COLON] = ACTIONS(963), + [anon_sym_DOLLAR] = ACTIONS(963), + [anon_sym_PLUS] = ACTIONS(963), + [anon_sym_STAR] = ACTIONS(963), + [anon_sym_QMARK] = ACTIONS(965), + [anon_sym_u8] = ACTIONS(963), + [anon_sym_i8] = ACTIONS(963), + [anon_sym_u16] = ACTIONS(963), + [anon_sym_i16] = ACTIONS(963), + [anon_sym_u32] = ACTIONS(963), + [anon_sym_i32] = ACTIONS(963), + [anon_sym_u64] = ACTIONS(963), + [anon_sym_i64] = ACTIONS(963), + [anon_sym_u128] = ACTIONS(963), + [anon_sym_i128] = ACTIONS(963), + [anon_sym_isize] = ACTIONS(963), + [anon_sym_usize] = ACTIONS(963), + [anon_sym_f32] = ACTIONS(963), + [anon_sym_f64] = ACTIONS(963), + [anon_sym_bool] = ACTIONS(963), + [anon_sym_str] = ACTIONS(963), + [anon_sym_char] = ACTIONS(963), + [anon_sym_DASH] = ACTIONS(963), + [anon_sym_SLASH] = ACTIONS(963), + [anon_sym_PERCENT] = ACTIONS(963), + [anon_sym_CARET] = ACTIONS(963), + [anon_sym_BANG] = ACTIONS(963), + [anon_sym_AMP] = ACTIONS(963), + [anon_sym_PIPE] = ACTIONS(963), + [anon_sym_AMP_AMP] = ACTIONS(965), + [anon_sym_PIPE_PIPE] = ACTIONS(965), + [anon_sym_LT_LT] = ACTIONS(963), + [anon_sym_GT_GT] = ACTIONS(963), + [anon_sym_PLUS_EQ] = ACTIONS(965), + [anon_sym_DASH_EQ] = ACTIONS(965), + [anon_sym_STAR_EQ] = ACTIONS(965), + [anon_sym_SLASH_EQ] = ACTIONS(965), + [anon_sym_PERCENT_EQ] = ACTIONS(965), + [anon_sym_CARET_EQ] = ACTIONS(965), + [anon_sym_AMP_EQ] = ACTIONS(965), + [anon_sym_PIPE_EQ] = ACTIONS(965), + [anon_sym_LT_LT_EQ] = ACTIONS(965), + [anon_sym_GT_GT_EQ] = ACTIONS(965), + [anon_sym_EQ] = ACTIONS(963), + [anon_sym_EQ_EQ] = ACTIONS(965), + [anon_sym_BANG_EQ] = ACTIONS(965), + [anon_sym_GT] = ACTIONS(963), + [anon_sym_LT] = ACTIONS(963), + [anon_sym_GT_EQ] = ACTIONS(965), + [anon_sym_LT_EQ] = ACTIONS(965), + [anon_sym_AT] = ACTIONS(965), + [anon_sym__] = ACTIONS(963), + [anon_sym_DOT] = ACTIONS(963), + [anon_sym_DOT_DOT] = ACTIONS(963), + [anon_sym_DOT_DOT_DOT] = ACTIONS(965), + [anon_sym_DOT_DOT_EQ] = ACTIONS(965), + [anon_sym_COMMA] = ACTIONS(965), + [anon_sym_COLON_COLON] = ACTIONS(965), + [anon_sym_DASH_GT] = ACTIONS(965), + [anon_sym_POUND] = ACTIONS(965), + [anon_sym_SQUOTE] = ACTIONS(963), + [anon_sym_as] = ACTIONS(963), + [anon_sym_async] = ACTIONS(963), + [anon_sym_await] = ACTIONS(963), + [anon_sym_break] = ACTIONS(963), + [anon_sym_const] = ACTIONS(963), + [anon_sym_continue] = ACTIONS(963), + [anon_sym_default] = ACTIONS(963), + [anon_sym_enum] = ACTIONS(963), + [anon_sym_fn] = ACTIONS(963), + [anon_sym_for] = ACTIONS(963), + [anon_sym_gen] = ACTIONS(963), + [anon_sym_if] = ACTIONS(963), + [anon_sym_impl] = ACTIONS(963), + [anon_sym_let] = ACTIONS(963), + [anon_sym_loop] = ACTIONS(963), + [anon_sym_match] = ACTIONS(963), + [anon_sym_mod] = ACTIONS(963), + [anon_sym_pub] = ACTIONS(963), + [anon_sym_return] = ACTIONS(963), + [anon_sym_static] = ACTIONS(963), + [anon_sym_struct] = ACTIONS(963), + [anon_sym_trait] = ACTIONS(963), + [anon_sym_type] = ACTIONS(963), + [anon_sym_union] = ACTIONS(963), + [anon_sym_unsafe] = ACTIONS(963), + [anon_sym_use] = ACTIONS(963), + [anon_sym_where] = ACTIONS(963), + [anon_sym_while] = ACTIONS(963), + [sym_mutable_specifier] = ACTIONS(963), + [sym_integer_literal] = ACTIONS(965), + [aux_sym_string_literal_token1] = ACTIONS(965), + [sym_char_literal] = ACTIONS(965), + [anon_sym_true] = ACTIONS(963), + [anon_sym_false] = ACTIONS(963), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(963), + [sym_super] = ACTIONS(963), + [sym_crate] = ACTIONS(963), + [sym_metavariable] = ACTIONS(965), + [sym__raw_string_literal_start] = ACTIONS(965), + [sym_float_literal] = ACTIONS(965), + }, + [STATE(165)] = { + [sym_line_comment] = STATE(165), + [sym_block_comment] = STATE(165), + [sym_identifier] = ACTIONS(967), + [anon_sym_SEMI] = ACTIONS(969), + [anon_sym_LPAREN] = ACTIONS(969), + [anon_sym_RPAREN] = ACTIONS(969), + [anon_sym_LBRACK] = ACTIONS(969), + [anon_sym_RBRACK] = ACTIONS(969), + [anon_sym_LBRACE] = ACTIONS(969), + [anon_sym_RBRACE] = ACTIONS(969), + [anon_sym_EQ_GT] = ACTIONS(969), + [anon_sym_COLON] = ACTIONS(967), + [anon_sym_DOLLAR] = ACTIONS(967), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_STAR] = ACTIONS(967), + [anon_sym_QMARK] = ACTIONS(969), + [anon_sym_u8] = ACTIONS(967), + [anon_sym_i8] = ACTIONS(967), + [anon_sym_u16] = ACTIONS(967), + [anon_sym_i16] = ACTIONS(967), + [anon_sym_u32] = ACTIONS(967), + [anon_sym_i32] = ACTIONS(967), + [anon_sym_u64] = ACTIONS(967), + [anon_sym_i64] = ACTIONS(967), + [anon_sym_u128] = ACTIONS(967), + [anon_sym_i128] = ACTIONS(967), + [anon_sym_isize] = ACTIONS(967), + [anon_sym_usize] = ACTIONS(967), + [anon_sym_f32] = ACTIONS(967), + [anon_sym_f64] = ACTIONS(967), + [anon_sym_bool] = ACTIONS(967), + [anon_sym_str] = ACTIONS(967), + [anon_sym_char] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_SLASH] = ACTIONS(967), + [anon_sym_PERCENT] = ACTIONS(967), + [anon_sym_CARET] = ACTIONS(967), + [anon_sym_BANG] = ACTIONS(967), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(967), + [anon_sym_AMP_AMP] = ACTIONS(969), + [anon_sym_PIPE_PIPE] = ACTIONS(969), + [anon_sym_LT_LT] = ACTIONS(967), + [anon_sym_GT_GT] = ACTIONS(967), + [anon_sym_PLUS_EQ] = ACTIONS(969), + [anon_sym_DASH_EQ] = ACTIONS(969), + [anon_sym_STAR_EQ] = ACTIONS(969), + [anon_sym_SLASH_EQ] = ACTIONS(969), + [anon_sym_PERCENT_EQ] = ACTIONS(969), + [anon_sym_CARET_EQ] = ACTIONS(969), + [anon_sym_AMP_EQ] = ACTIONS(969), + [anon_sym_PIPE_EQ] = ACTIONS(969), + [anon_sym_LT_LT_EQ] = ACTIONS(969), + [anon_sym_GT_GT_EQ] = ACTIONS(969), + [anon_sym_EQ] = ACTIONS(967), + [anon_sym_EQ_EQ] = ACTIONS(969), + [anon_sym_BANG_EQ] = ACTIONS(969), + [anon_sym_GT] = ACTIONS(967), + [anon_sym_LT] = ACTIONS(967), + [anon_sym_GT_EQ] = ACTIONS(969), + [anon_sym_LT_EQ] = ACTIONS(969), + [anon_sym_AT] = ACTIONS(969), + [anon_sym__] = ACTIONS(967), + [anon_sym_DOT] = ACTIONS(967), + [anon_sym_DOT_DOT] = ACTIONS(967), + [anon_sym_DOT_DOT_DOT] = ACTIONS(969), + [anon_sym_DOT_DOT_EQ] = ACTIONS(969), + [anon_sym_COMMA] = ACTIONS(969), + [anon_sym_COLON_COLON] = ACTIONS(969), + [anon_sym_DASH_GT] = ACTIONS(969), + [anon_sym_POUND] = ACTIONS(969), + [anon_sym_SQUOTE] = ACTIONS(967), + [anon_sym_as] = ACTIONS(967), + [anon_sym_async] = ACTIONS(967), + [anon_sym_await] = ACTIONS(967), + [anon_sym_break] = ACTIONS(967), + [anon_sym_const] = ACTIONS(967), + [anon_sym_continue] = ACTIONS(967), + [anon_sym_default] = ACTIONS(967), + [anon_sym_enum] = ACTIONS(967), + [anon_sym_fn] = ACTIONS(967), + [anon_sym_for] = ACTIONS(967), + [anon_sym_gen] = ACTIONS(967), + [anon_sym_if] = ACTIONS(967), + [anon_sym_impl] = ACTIONS(967), + [anon_sym_let] = ACTIONS(967), + [anon_sym_loop] = ACTIONS(967), + [anon_sym_match] = ACTIONS(967), + [anon_sym_mod] = ACTIONS(967), + [anon_sym_pub] = ACTIONS(967), + [anon_sym_return] = ACTIONS(967), + [anon_sym_static] = ACTIONS(967), + [anon_sym_struct] = ACTIONS(967), + [anon_sym_trait] = ACTIONS(967), + [anon_sym_type] = ACTIONS(967), + [anon_sym_union] = ACTIONS(967), + [anon_sym_unsafe] = ACTIONS(967), + [anon_sym_use] = ACTIONS(967), + [anon_sym_where] = ACTIONS(967), + [anon_sym_while] = ACTIONS(967), + [sym_mutable_specifier] = ACTIONS(967), + [sym_integer_literal] = ACTIONS(969), + [aux_sym_string_literal_token1] = ACTIONS(969), + [sym_char_literal] = ACTIONS(969), + [anon_sym_true] = ACTIONS(967), + [anon_sym_false] = ACTIONS(967), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(967), + [sym_super] = ACTIONS(967), + [sym_crate] = ACTIONS(967), + [sym_metavariable] = ACTIONS(969), + [sym__raw_string_literal_start] = ACTIONS(969), + [sym_float_literal] = ACTIONS(969), + }, + [STATE(166)] = { + [sym_attribute_item] = STATE(1011), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1612), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(166), [sym_block_comment] = STATE(166), - [sym_identifier] = ACTIONS(467), + [aux_sym_enum_variant_list_repeat1] = STATE(204), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(971), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [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(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [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(505), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(965), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [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(515), - [anon_sym_move] = ACTIONS(517), + [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), @@ -35765,68 +35848,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [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), }, - [167] = { + [STATE(167)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1623), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1612), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(167), [sym_block_comment] = STATE(167), - [aux_sym_enum_variant_list_repeat1] = STATE(207), + [aux_sym_enum_variant_list_repeat1] = STATE(204), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(967), + [anon_sym_RPAREN] = ACTIONS(973), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -35888,62 +35971,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), }, - [168] = { - [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1623), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(168)] = { [sym_line_comment] = STATE(168), [sym_block_comment] = STATE(168), - [aux_sym_enum_variant_list_repeat1] = STATE(207), + [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(169)] = { + [sym_line_comment] = STATE(169), + [sym_block_comment] = STATE(169), + [sym_identifier] = ACTIONS(881), + [anon_sym_SEMI] = ACTIONS(883), + [anon_sym_LPAREN] = ACTIONS(883), + [anon_sym_RPAREN] = ACTIONS(883), + [anon_sym_LBRACK] = ACTIONS(883), + [anon_sym_RBRACK] = ACTIONS(883), + [anon_sym_LBRACE] = ACTIONS(883), + [anon_sym_RBRACE] = ACTIONS(883), + [anon_sym_EQ_GT] = ACTIONS(883), + [anon_sym_COLON] = ACTIONS(881), + [anon_sym_DOLLAR] = ACTIONS(881), + [anon_sym_PLUS] = ACTIONS(881), + [anon_sym_STAR] = ACTIONS(881), + [anon_sym_QMARK] = ACTIONS(883), + [anon_sym_u8] = ACTIONS(881), + [anon_sym_i8] = ACTIONS(881), + [anon_sym_u16] = ACTIONS(881), + [anon_sym_i16] = ACTIONS(881), + [anon_sym_u32] = ACTIONS(881), + [anon_sym_i32] = ACTIONS(881), + [anon_sym_u64] = ACTIONS(881), + [anon_sym_i64] = ACTIONS(881), + [anon_sym_u128] = ACTIONS(881), + [anon_sym_i128] = ACTIONS(881), + [anon_sym_isize] = ACTIONS(881), + [anon_sym_usize] = ACTIONS(881), + [anon_sym_f32] = ACTIONS(881), + [anon_sym_f64] = ACTIONS(881), + [anon_sym_bool] = ACTIONS(881), + [anon_sym_str] = ACTIONS(881), + [anon_sym_char] = ACTIONS(881), + [anon_sym_DASH] = ACTIONS(881), + [anon_sym_SLASH] = ACTIONS(881), + [anon_sym_PERCENT] = ACTIONS(881), + [anon_sym_CARET] = ACTIONS(881), + [anon_sym_BANG] = ACTIONS(881), + [anon_sym_AMP] = ACTIONS(881), + [anon_sym_PIPE] = ACTIONS(881), + [anon_sym_AMP_AMP] = ACTIONS(883), + [anon_sym_PIPE_PIPE] = ACTIONS(883), + [anon_sym_LT_LT] = ACTIONS(881), + [anon_sym_GT_GT] = ACTIONS(881), + [anon_sym_PLUS_EQ] = ACTIONS(883), + [anon_sym_DASH_EQ] = ACTIONS(883), + [anon_sym_STAR_EQ] = ACTIONS(883), + [anon_sym_SLASH_EQ] = ACTIONS(883), + [anon_sym_PERCENT_EQ] = ACTIONS(883), + [anon_sym_CARET_EQ] = ACTIONS(883), + [anon_sym_AMP_EQ] = ACTIONS(883), + [anon_sym_PIPE_EQ] = ACTIONS(883), + [anon_sym_LT_LT_EQ] = ACTIONS(883), + [anon_sym_GT_GT_EQ] = ACTIONS(883), + [anon_sym_EQ] = ACTIONS(881), + [anon_sym_EQ_EQ] = ACTIONS(883), + [anon_sym_BANG_EQ] = ACTIONS(883), + [anon_sym_GT] = ACTIONS(881), + [anon_sym_LT] = ACTIONS(881), + [anon_sym_GT_EQ] = ACTIONS(883), + [anon_sym_LT_EQ] = ACTIONS(883), + [anon_sym_AT] = ACTIONS(883), + [anon_sym__] = ACTIONS(881), + [anon_sym_DOT] = ACTIONS(881), + [anon_sym_DOT_DOT] = ACTIONS(881), + [anon_sym_DOT_DOT_DOT] = ACTIONS(883), + [anon_sym_DOT_DOT_EQ] = ACTIONS(883), + [anon_sym_COMMA] = ACTIONS(883), + [anon_sym_COLON_COLON] = ACTIONS(883), + [anon_sym_DASH_GT] = ACTIONS(883), + [anon_sym_POUND] = ACTIONS(883), + [anon_sym_SQUOTE] = ACTIONS(881), + [anon_sym_as] = ACTIONS(881), + [anon_sym_async] = ACTIONS(881), + [anon_sym_await] = ACTIONS(881), + [anon_sym_break] = ACTIONS(881), + [anon_sym_const] = ACTIONS(881), + [anon_sym_continue] = ACTIONS(881), + [anon_sym_default] = ACTIONS(881), + [anon_sym_enum] = ACTIONS(881), + [anon_sym_fn] = ACTIONS(881), + [anon_sym_for] = ACTIONS(881), + [anon_sym_gen] = ACTIONS(881), + [anon_sym_if] = ACTIONS(881), + [anon_sym_impl] = ACTIONS(881), + [anon_sym_let] = ACTIONS(881), + [anon_sym_loop] = ACTIONS(881), + [anon_sym_match] = ACTIONS(881), + [anon_sym_mod] = ACTIONS(881), + [anon_sym_pub] = ACTIONS(881), + [anon_sym_return] = ACTIONS(881), + [anon_sym_static] = ACTIONS(881), + [anon_sym_struct] = ACTIONS(881), + [anon_sym_trait] = ACTIONS(881), + [anon_sym_type] = ACTIONS(881), + [anon_sym_union] = ACTIONS(881), + [anon_sym_unsafe] = ACTIONS(881), + [anon_sym_use] = ACTIONS(881), + [anon_sym_where] = ACTIONS(881), + [anon_sym_while] = ACTIONS(881), + [sym_mutable_specifier] = ACTIONS(881), + [sym_integer_literal] = ACTIONS(883), + [aux_sym_string_literal_token1] = ACTIONS(883), + [sym_char_literal] = ACTIONS(883), + [anon_sym_true] = ACTIONS(881), + [anon_sym_false] = ACTIONS(881), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(881), + [sym_super] = ACTIONS(881), + [sym_crate] = ACTIONS(881), + [sym_metavariable] = ACTIONS(883), + [sym__raw_string_literal_start] = ACTIONS(883), + [sym_float_literal] = ACTIONS(883), + }, + [STATE(170)] = { + [sym_bracketed_type] = STATE(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1893), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_let_condition] = STATE(3215), + [sym__let_chain] = STATE(3216), + [sym__condition] = STATE(3507), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(170), + [sym_block_comment] = STATE(170), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(979), + [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(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(983), + [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(985), + [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(171)] = { + [sym_attribute_item] = STATE(1011), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1612), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(171), + [sym_block_comment] = STATE(171), + [aux_sym_enum_variant_list_repeat1] = STATE(204), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(987), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(969), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -36004,62 +36435,526 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [169] = { + [STATE(172)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1724), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_let_condition] = STATE(3008), + [sym__let_chain] = STATE(3025), + [sym__condition] = STATE(2704), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(172), + [sym_block_comment] = STATE(172), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(483), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(489), + [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(937), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), + [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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(173)] = { + [sym_line_comment] = STATE(173), + [sym_block_comment] = STATE(173), + [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(174)] = { + [sym_line_comment] = STATE(174), + [sym_block_comment] = STATE(174), + [sym_identifier] = ACTIONS(993), + [anon_sym_SEMI] = ACTIONS(995), + [anon_sym_LPAREN] = ACTIONS(995), + [anon_sym_RPAREN] = ACTIONS(995), + [anon_sym_LBRACK] = ACTIONS(995), + [anon_sym_RBRACK] = ACTIONS(995), + [anon_sym_LBRACE] = ACTIONS(995), + [anon_sym_RBRACE] = ACTIONS(995), + [anon_sym_EQ_GT] = ACTIONS(995), + [anon_sym_COLON] = ACTIONS(993), + [anon_sym_DOLLAR] = ACTIONS(993), + [anon_sym_PLUS] = ACTIONS(993), + [anon_sym_STAR] = ACTIONS(993), + [anon_sym_QMARK] = ACTIONS(995), + [anon_sym_u8] = ACTIONS(993), + [anon_sym_i8] = ACTIONS(993), + [anon_sym_u16] = ACTIONS(993), + [anon_sym_i16] = ACTIONS(993), + [anon_sym_u32] = ACTIONS(993), + [anon_sym_i32] = ACTIONS(993), + [anon_sym_u64] = ACTIONS(993), + [anon_sym_i64] = ACTIONS(993), + [anon_sym_u128] = ACTIONS(993), + [anon_sym_i128] = ACTIONS(993), + [anon_sym_isize] = ACTIONS(993), + [anon_sym_usize] = ACTIONS(993), + [anon_sym_f32] = ACTIONS(993), + [anon_sym_f64] = ACTIONS(993), + [anon_sym_bool] = ACTIONS(993), + [anon_sym_str] = ACTIONS(993), + [anon_sym_char] = ACTIONS(993), + [anon_sym_DASH] = ACTIONS(993), + [anon_sym_SLASH] = ACTIONS(993), + [anon_sym_PERCENT] = ACTIONS(993), + [anon_sym_CARET] = ACTIONS(993), + [anon_sym_BANG] = ACTIONS(993), + [anon_sym_AMP] = ACTIONS(993), + [anon_sym_PIPE] = ACTIONS(993), + [anon_sym_AMP_AMP] = ACTIONS(995), + [anon_sym_PIPE_PIPE] = ACTIONS(995), + [anon_sym_LT_LT] = ACTIONS(993), + [anon_sym_GT_GT] = ACTIONS(993), + [anon_sym_PLUS_EQ] = ACTIONS(995), + [anon_sym_DASH_EQ] = ACTIONS(995), + [anon_sym_STAR_EQ] = ACTIONS(995), + [anon_sym_SLASH_EQ] = ACTIONS(995), + [anon_sym_PERCENT_EQ] = ACTIONS(995), + [anon_sym_CARET_EQ] = ACTIONS(995), + [anon_sym_AMP_EQ] = ACTIONS(995), + [anon_sym_PIPE_EQ] = ACTIONS(995), + [anon_sym_LT_LT_EQ] = ACTIONS(995), + [anon_sym_GT_GT_EQ] = ACTIONS(995), + [anon_sym_EQ] = ACTIONS(993), + [anon_sym_EQ_EQ] = ACTIONS(995), + [anon_sym_BANG_EQ] = ACTIONS(995), + [anon_sym_GT] = ACTIONS(993), + [anon_sym_LT] = ACTIONS(993), + [anon_sym_GT_EQ] = ACTIONS(995), + [anon_sym_LT_EQ] = ACTIONS(995), + [anon_sym_AT] = ACTIONS(995), + [anon_sym__] = ACTIONS(993), + [anon_sym_DOT] = ACTIONS(993), + [anon_sym_DOT_DOT] = ACTIONS(993), + [anon_sym_DOT_DOT_DOT] = ACTIONS(995), + [anon_sym_DOT_DOT_EQ] = ACTIONS(995), + [anon_sym_COMMA] = ACTIONS(995), + [anon_sym_COLON_COLON] = ACTIONS(995), + [anon_sym_DASH_GT] = ACTIONS(995), + [anon_sym_POUND] = ACTIONS(995), + [anon_sym_SQUOTE] = ACTIONS(993), + [anon_sym_as] = ACTIONS(993), + [anon_sym_async] = ACTIONS(993), + [anon_sym_await] = ACTIONS(993), + [anon_sym_break] = ACTIONS(993), + [anon_sym_const] = ACTIONS(993), + [anon_sym_continue] = ACTIONS(993), + [anon_sym_default] = ACTIONS(993), + [anon_sym_enum] = ACTIONS(993), + [anon_sym_fn] = ACTIONS(993), + [anon_sym_for] = ACTIONS(993), + [anon_sym_gen] = ACTIONS(993), + [anon_sym_if] = ACTIONS(993), + [anon_sym_impl] = ACTIONS(993), + [anon_sym_let] = ACTIONS(993), + [anon_sym_loop] = ACTIONS(993), + [anon_sym_match] = ACTIONS(993), + [anon_sym_mod] = ACTIONS(993), + [anon_sym_pub] = ACTIONS(993), + [anon_sym_return] = ACTIONS(993), + [anon_sym_static] = ACTIONS(993), + [anon_sym_struct] = ACTIONS(993), + [anon_sym_trait] = ACTIONS(993), + [anon_sym_type] = ACTIONS(993), + [anon_sym_union] = ACTIONS(993), + [anon_sym_unsafe] = ACTIONS(993), + [anon_sym_use] = ACTIONS(993), + [anon_sym_where] = ACTIONS(993), + [anon_sym_while] = ACTIONS(993), + [sym_mutable_specifier] = ACTIONS(993), + [sym_integer_literal] = ACTIONS(995), + [aux_sym_string_literal_token1] = ACTIONS(995), + [sym_char_literal] = ACTIONS(995), + [anon_sym_true] = ACTIONS(993), + [anon_sym_false] = ACTIONS(993), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(993), + [sym_super] = ACTIONS(993), + [sym_crate] = ACTIONS(993), + [sym_metavariable] = ACTIONS(995), + [sym__raw_string_literal_start] = ACTIONS(995), + [sym_float_literal] = ACTIONS(995), + }, + [STATE(175)] = { + [sym_line_comment] = STATE(175), + [sym_block_comment] = STATE(175), + [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(997), + [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_metavariable] = ACTIONS(999), + [sym__raw_string_literal_start] = ACTIONS(999), + [sym_float_literal] = ACTIONS(999), + }, + [STATE(176)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1623), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(169), - [sym_block_comment] = STATE(169), - [aux_sym_enum_variant_list_repeat1] = STATE(207), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1612), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(176), + [sym_block_comment] = STATE(176), + [aux_sym_enum_variant_list_repeat1] = STATE(204), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(971), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(1001), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -36120,990 +37015,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), }, - [170] = { - [sym_line_comment] = STATE(170), - [sym_block_comment] = STATE(170), - [sym_identifier] = ACTIONS(754), - [anon_sym_SEMI] = ACTIONS(756), - [anon_sym_LPAREN] = ACTIONS(756), - [anon_sym_RPAREN] = ACTIONS(756), - [anon_sym_LBRACK] = ACTIONS(756), - [anon_sym_RBRACK] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(756), - [anon_sym_RBRACE] = ACTIONS(756), - [anon_sym_EQ_GT] = ACTIONS(756), - [anon_sym_COLON] = ACTIONS(754), - [anon_sym_DOLLAR] = ACTIONS(754), - [anon_sym_PLUS] = ACTIONS(754), - [anon_sym_STAR] = ACTIONS(754), - [anon_sym_QMARK] = ACTIONS(756), - [anon_sym_u8] = ACTIONS(754), - [anon_sym_i8] = ACTIONS(754), - [anon_sym_u16] = ACTIONS(754), - [anon_sym_i16] = ACTIONS(754), - [anon_sym_u32] = ACTIONS(754), - [anon_sym_i32] = ACTIONS(754), - [anon_sym_u64] = ACTIONS(754), - [anon_sym_i64] = ACTIONS(754), - [anon_sym_u128] = ACTIONS(754), - [anon_sym_i128] = ACTIONS(754), - [anon_sym_isize] = ACTIONS(754), - [anon_sym_usize] = ACTIONS(754), - [anon_sym_f32] = ACTIONS(754), - [anon_sym_f64] = ACTIONS(754), - [anon_sym_bool] = ACTIONS(754), - [anon_sym_str] = ACTIONS(754), - [anon_sym_char] = ACTIONS(754), - [anon_sym_DASH] = ACTIONS(754), - [anon_sym_SLASH] = ACTIONS(754), - [anon_sym_PERCENT] = ACTIONS(754), - [anon_sym_CARET] = ACTIONS(754), - [anon_sym_BANG] = ACTIONS(754), - [anon_sym_AMP] = ACTIONS(754), - [anon_sym_PIPE] = ACTIONS(754), - [anon_sym_AMP_AMP] = ACTIONS(756), - [anon_sym_PIPE_PIPE] = ACTIONS(756), - [anon_sym_LT_LT] = ACTIONS(754), - [anon_sym_GT_GT] = ACTIONS(754), - [anon_sym_PLUS_EQ] = ACTIONS(756), - [anon_sym_DASH_EQ] = ACTIONS(756), - [anon_sym_STAR_EQ] = ACTIONS(756), - [anon_sym_SLASH_EQ] = ACTIONS(756), - [anon_sym_PERCENT_EQ] = ACTIONS(756), - [anon_sym_CARET_EQ] = ACTIONS(756), - [anon_sym_AMP_EQ] = ACTIONS(756), - [anon_sym_PIPE_EQ] = ACTIONS(756), - [anon_sym_LT_LT_EQ] = ACTIONS(756), - [anon_sym_GT_GT_EQ] = ACTIONS(756), - [anon_sym_EQ] = ACTIONS(754), - [anon_sym_EQ_EQ] = ACTIONS(756), - [anon_sym_BANG_EQ] = ACTIONS(756), - [anon_sym_GT] = ACTIONS(754), - [anon_sym_LT] = ACTIONS(754), - [anon_sym_GT_EQ] = ACTIONS(756), - [anon_sym_LT_EQ] = ACTIONS(756), - [anon_sym_AT] = ACTIONS(756), - [anon_sym__] = ACTIONS(754), - [anon_sym_DOT] = ACTIONS(754), - [anon_sym_DOT_DOT] = ACTIONS(754), - [anon_sym_DOT_DOT_DOT] = ACTIONS(756), - [anon_sym_DOT_DOT_EQ] = ACTIONS(756), - [anon_sym_COMMA] = ACTIONS(756), - [anon_sym_COLON_COLON] = ACTIONS(756), - [anon_sym_DASH_GT] = ACTIONS(756), - [anon_sym_POUND] = ACTIONS(756), - [anon_sym_SQUOTE] = ACTIONS(754), - [anon_sym_as] = ACTIONS(754), - [anon_sym_async] = ACTIONS(754), - [anon_sym_await] = ACTIONS(754), - [anon_sym_break] = ACTIONS(754), - [anon_sym_const] = ACTIONS(754), - [anon_sym_continue] = ACTIONS(754), - [anon_sym_default] = ACTIONS(754), - [anon_sym_enum] = ACTIONS(754), - [anon_sym_fn] = ACTIONS(754), - [anon_sym_for] = ACTIONS(754), - [anon_sym_gen] = ACTIONS(754), - [anon_sym_if] = ACTIONS(754), - [anon_sym_impl] = ACTIONS(754), - [anon_sym_let] = ACTIONS(754), - [anon_sym_loop] = ACTIONS(754), - [anon_sym_match] = ACTIONS(754), - [anon_sym_mod] = ACTIONS(754), - [anon_sym_pub] = ACTIONS(754), - [anon_sym_return] = ACTIONS(754), - [anon_sym_static] = ACTIONS(754), - [anon_sym_struct] = ACTIONS(754), - [anon_sym_trait] = ACTIONS(754), - [anon_sym_type] = ACTIONS(754), - [anon_sym_union] = ACTIONS(754), - [anon_sym_unsafe] = ACTIONS(754), - [anon_sym_use] = ACTIONS(754), - [anon_sym_where] = ACTIONS(754), - [anon_sym_while] = ACTIONS(754), - [sym_mutable_specifier] = ACTIONS(754), - [sym_integer_literal] = ACTIONS(756), - [aux_sym_string_literal_token1] = ACTIONS(756), - [sym_char_literal] = ACTIONS(756), - [anon_sym_true] = ACTIONS(754), - [anon_sym_false] = ACTIONS(754), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(754), - [sym_super] = ACTIONS(754), - [sym_crate] = ACTIONS(754), - [sym_metavariable] = ACTIONS(756), - [sym__raw_string_literal_start] = ACTIONS(756), - [sym_float_literal] = ACTIONS(756), - }, - [171] = { - [sym_line_comment] = STATE(171), - [sym_block_comment] = STATE(171), - [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), - }, - [172] = { - [sym_line_comment] = STATE(172), - [sym_block_comment] = STATE(172), - [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), - }, - [173] = { - [sym_line_comment] = STATE(173), - [sym_block_comment] = STATE(173), - [sym_identifier] = ACTIONS(754), - [anon_sym_SEMI] = ACTIONS(756), - [anon_sym_LPAREN] = ACTIONS(756), - [anon_sym_RPAREN] = ACTIONS(756), - [anon_sym_LBRACK] = ACTIONS(756), - [anon_sym_RBRACK] = ACTIONS(756), - [anon_sym_LBRACE] = ACTIONS(756), - [anon_sym_RBRACE] = ACTIONS(756), - [anon_sym_EQ_GT] = ACTIONS(756), - [anon_sym_COLON] = ACTIONS(981), - [anon_sym_DOLLAR] = ACTIONS(754), - [anon_sym_PLUS] = ACTIONS(754), - [anon_sym_STAR] = ACTIONS(754), - [anon_sym_QMARK] = ACTIONS(756), - [anon_sym_u8] = ACTIONS(754), - [anon_sym_i8] = ACTIONS(754), - [anon_sym_u16] = ACTIONS(754), - [anon_sym_i16] = ACTIONS(754), - [anon_sym_u32] = ACTIONS(754), - [anon_sym_i32] = ACTIONS(754), - [anon_sym_u64] = ACTIONS(754), - [anon_sym_i64] = ACTIONS(754), - [anon_sym_u128] = ACTIONS(754), - [anon_sym_i128] = ACTIONS(754), - [anon_sym_isize] = ACTIONS(754), - [anon_sym_usize] = ACTIONS(754), - [anon_sym_f32] = ACTIONS(754), - [anon_sym_f64] = ACTIONS(754), - [anon_sym_bool] = ACTIONS(754), - [anon_sym_str] = ACTIONS(754), - [anon_sym_char] = ACTIONS(754), - [anon_sym_DASH] = ACTIONS(754), - [anon_sym_SLASH] = ACTIONS(754), - [anon_sym_PERCENT] = ACTIONS(754), - [anon_sym_CARET] = ACTIONS(754), - [anon_sym_BANG] = ACTIONS(754), - [anon_sym_AMP] = ACTIONS(754), - [anon_sym_PIPE] = ACTIONS(754), - [anon_sym_AMP_AMP] = ACTIONS(756), - [anon_sym_PIPE_PIPE] = ACTIONS(756), - [anon_sym_LT_LT] = ACTIONS(754), - [anon_sym_GT_GT] = ACTIONS(754), - [anon_sym_PLUS_EQ] = ACTIONS(756), - [anon_sym_DASH_EQ] = ACTIONS(756), - [anon_sym_STAR_EQ] = ACTIONS(756), - [anon_sym_SLASH_EQ] = ACTIONS(756), - [anon_sym_PERCENT_EQ] = ACTIONS(756), - [anon_sym_CARET_EQ] = ACTIONS(756), - [anon_sym_AMP_EQ] = ACTIONS(756), - [anon_sym_PIPE_EQ] = ACTIONS(756), - [anon_sym_LT_LT_EQ] = ACTIONS(756), - [anon_sym_GT_GT_EQ] = ACTIONS(756), - [anon_sym_EQ] = ACTIONS(754), - [anon_sym_EQ_EQ] = ACTIONS(756), - [anon_sym_BANG_EQ] = ACTIONS(756), - [anon_sym_GT] = ACTIONS(754), - [anon_sym_LT] = ACTIONS(754), - [anon_sym_GT_EQ] = ACTIONS(756), - [anon_sym_LT_EQ] = ACTIONS(756), - [anon_sym_AT] = ACTIONS(756), - [anon_sym__] = ACTIONS(754), - [anon_sym_DOT] = ACTIONS(754), - [anon_sym_DOT_DOT] = ACTIONS(754), - [anon_sym_DOT_DOT_DOT] = ACTIONS(756), - [anon_sym_DOT_DOT_EQ] = ACTIONS(756), - [anon_sym_COMMA] = ACTIONS(756), - [anon_sym_COLON_COLON] = ACTIONS(756), - [anon_sym_DASH_GT] = ACTIONS(756), - [anon_sym_POUND] = ACTIONS(756), - [anon_sym_SQUOTE] = ACTIONS(754), - [anon_sym_as] = ACTIONS(754), - [anon_sym_async] = ACTIONS(754), - [anon_sym_await] = ACTIONS(754), - [anon_sym_break] = ACTIONS(754), - [anon_sym_const] = ACTIONS(754), - [anon_sym_continue] = ACTIONS(754), - [anon_sym_default] = ACTIONS(754), - [anon_sym_enum] = ACTIONS(754), - [anon_sym_fn] = ACTIONS(754), - [anon_sym_for] = ACTIONS(754), - [anon_sym_gen] = ACTIONS(754), - [anon_sym_if] = ACTIONS(754), - [anon_sym_impl] = ACTIONS(754), - [anon_sym_let] = ACTIONS(754), - [anon_sym_loop] = ACTIONS(754), - [anon_sym_match] = ACTIONS(754), - [anon_sym_mod] = ACTIONS(754), - [anon_sym_pub] = ACTIONS(754), - [anon_sym_return] = ACTIONS(754), - [anon_sym_static] = ACTIONS(754), - [anon_sym_struct] = ACTIONS(754), - [anon_sym_trait] = ACTIONS(754), - [anon_sym_type] = ACTIONS(754), - [anon_sym_union] = ACTIONS(754), - [anon_sym_unsafe] = ACTIONS(754), - [anon_sym_use] = ACTIONS(754), - [anon_sym_where] = ACTIONS(754), - [anon_sym_while] = ACTIONS(754), - [sym_mutable_specifier] = ACTIONS(754), - [sym_integer_literal] = ACTIONS(756), - [aux_sym_string_literal_token1] = ACTIONS(756), - [sym_char_literal] = ACTIONS(756), - [anon_sym_true] = ACTIONS(754), - [anon_sym_false] = ACTIONS(754), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(754), - [sym_super] = ACTIONS(754), - [sym_crate] = ACTIONS(754), - [sym_metavariable] = ACTIONS(756), - [sym__raw_string_literal_start] = ACTIONS(756), - [sym_float_literal] = ACTIONS(756), - }, - [174] = { - [sym_line_comment] = STATE(174), - [sym_block_comment] = STATE(174), - [sym_identifier] = ACTIONS(983), - [anon_sym_SEMI] = ACTIONS(985), - [anon_sym_LPAREN] = ACTIONS(985), - [anon_sym_RPAREN] = ACTIONS(985), - [anon_sym_LBRACK] = ACTIONS(985), - [anon_sym_RBRACK] = ACTIONS(985), - [anon_sym_LBRACE] = ACTIONS(985), - [anon_sym_RBRACE] = ACTIONS(985), - [anon_sym_EQ_GT] = ACTIONS(985), - [anon_sym_COLON] = ACTIONS(983), - [anon_sym_DOLLAR] = ACTIONS(983), - [anon_sym_PLUS] = ACTIONS(983), - [anon_sym_STAR] = ACTIONS(983), - [anon_sym_QMARK] = ACTIONS(985), - [anon_sym_u8] = ACTIONS(983), - [anon_sym_i8] = ACTIONS(983), - [anon_sym_u16] = ACTIONS(983), - [anon_sym_i16] = ACTIONS(983), - [anon_sym_u32] = ACTIONS(983), - [anon_sym_i32] = ACTIONS(983), - [anon_sym_u64] = ACTIONS(983), - [anon_sym_i64] = ACTIONS(983), - [anon_sym_u128] = ACTIONS(983), - [anon_sym_i128] = ACTIONS(983), - [anon_sym_isize] = ACTIONS(983), - [anon_sym_usize] = ACTIONS(983), - [anon_sym_f32] = ACTIONS(983), - [anon_sym_f64] = ACTIONS(983), - [anon_sym_bool] = ACTIONS(983), - [anon_sym_str] = ACTIONS(983), - [anon_sym_char] = ACTIONS(983), - [anon_sym_DASH] = ACTIONS(983), - [anon_sym_SLASH] = ACTIONS(983), - [anon_sym_PERCENT] = ACTIONS(983), - [anon_sym_CARET] = ACTIONS(983), - [anon_sym_BANG] = ACTIONS(983), - [anon_sym_AMP] = ACTIONS(983), - [anon_sym_PIPE] = ACTIONS(983), - [anon_sym_AMP_AMP] = ACTIONS(985), - [anon_sym_PIPE_PIPE] = ACTIONS(985), - [anon_sym_LT_LT] = ACTIONS(983), - [anon_sym_GT_GT] = ACTIONS(983), - [anon_sym_PLUS_EQ] = ACTIONS(985), - [anon_sym_DASH_EQ] = ACTIONS(985), - [anon_sym_STAR_EQ] = ACTIONS(985), - [anon_sym_SLASH_EQ] = ACTIONS(985), - [anon_sym_PERCENT_EQ] = ACTIONS(985), - [anon_sym_CARET_EQ] = ACTIONS(985), - [anon_sym_AMP_EQ] = ACTIONS(985), - [anon_sym_PIPE_EQ] = ACTIONS(985), - [anon_sym_LT_LT_EQ] = ACTIONS(985), - [anon_sym_GT_GT_EQ] = ACTIONS(985), - [anon_sym_EQ] = ACTIONS(983), - [anon_sym_EQ_EQ] = ACTIONS(985), - [anon_sym_BANG_EQ] = ACTIONS(985), - [anon_sym_GT] = ACTIONS(983), - [anon_sym_LT] = ACTIONS(983), - [anon_sym_GT_EQ] = ACTIONS(985), - [anon_sym_LT_EQ] = ACTIONS(985), - [anon_sym_AT] = ACTIONS(985), - [anon_sym__] = ACTIONS(983), - [anon_sym_DOT] = ACTIONS(983), - [anon_sym_DOT_DOT] = ACTIONS(983), - [anon_sym_DOT_DOT_DOT] = ACTIONS(985), - [anon_sym_DOT_DOT_EQ] = ACTIONS(985), - [anon_sym_COMMA] = ACTIONS(985), - [anon_sym_COLON_COLON] = ACTIONS(985), - [anon_sym_DASH_GT] = ACTIONS(985), - [anon_sym_POUND] = ACTIONS(985), - [anon_sym_SQUOTE] = ACTIONS(983), - [anon_sym_as] = ACTIONS(983), - [anon_sym_async] = ACTIONS(983), - [anon_sym_await] = ACTIONS(983), - [anon_sym_break] = ACTIONS(983), - [anon_sym_const] = ACTIONS(983), - [anon_sym_continue] = ACTIONS(983), - [anon_sym_default] = ACTIONS(983), - [anon_sym_enum] = ACTIONS(983), - [anon_sym_fn] = ACTIONS(983), - [anon_sym_for] = ACTIONS(983), - [anon_sym_gen] = ACTIONS(983), - [anon_sym_if] = ACTIONS(983), - [anon_sym_impl] = ACTIONS(983), - [anon_sym_let] = ACTIONS(983), - [anon_sym_loop] = ACTIONS(983), - [anon_sym_match] = ACTIONS(983), - [anon_sym_mod] = ACTIONS(983), - [anon_sym_pub] = ACTIONS(983), - [anon_sym_return] = ACTIONS(983), - [anon_sym_static] = ACTIONS(983), - [anon_sym_struct] = ACTIONS(983), - [anon_sym_trait] = ACTIONS(983), - [anon_sym_type] = ACTIONS(983), - [anon_sym_union] = ACTIONS(983), - [anon_sym_unsafe] = ACTIONS(983), - [anon_sym_use] = ACTIONS(983), - [anon_sym_where] = ACTIONS(983), - [anon_sym_while] = ACTIONS(983), - [sym_mutable_specifier] = ACTIONS(983), - [sym_integer_literal] = ACTIONS(985), - [aux_sym_string_literal_token1] = ACTIONS(985), - [sym_char_literal] = ACTIONS(985), - [anon_sym_true] = ACTIONS(983), - [anon_sym_false] = ACTIONS(983), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(983), - [sym_super] = ACTIONS(983), - [sym_crate] = ACTIONS(983), - [sym_metavariable] = ACTIONS(985), - [sym__raw_string_literal_start] = ACTIONS(985), - [sym_float_literal] = ACTIONS(985), - }, - [175] = { - [sym_line_comment] = STATE(175), - [sym_block_comment] = STATE(175), - [sym_identifier] = ACTIONS(987), - [anon_sym_SEMI] = ACTIONS(989), - [anon_sym_LPAREN] = ACTIONS(989), - [anon_sym_RPAREN] = ACTIONS(989), - [anon_sym_LBRACK] = ACTIONS(989), - [anon_sym_RBRACK] = ACTIONS(989), - [anon_sym_LBRACE] = ACTIONS(989), - [anon_sym_RBRACE] = ACTIONS(989), - [anon_sym_EQ_GT] = ACTIONS(989), - [anon_sym_COLON] = ACTIONS(987), - [anon_sym_DOLLAR] = ACTIONS(987), - [anon_sym_PLUS] = ACTIONS(987), - [anon_sym_STAR] = ACTIONS(987), - [anon_sym_QMARK] = ACTIONS(989), - [anon_sym_u8] = ACTIONS(987), - [anon_sym_i8] = ACTIONS(987), - [anon_sym_u16] = ACTIONS(987), - [anon_sym_i16] = ACTIONS(987), - [anon_sym_u32] = ACTIONS(987), - [anon_sym_i32] = ACTIONS(987), - [anon_sym_u64] = ACTIONS(987), - [anon_sym_i64] = ACTIONS(987), - [anon_sym_u128] = ACTIONS(987), - [anon_sym_i128] = ACTIONS(987), - [anon_sym_isize] = ACTIONS(987), - [anon_sym_usize] = ACTIONS(987), - [anon_sym_f32] = ACTIONS(987), - [anon_sym_f64] = ACTIONS(987), - [anon_sym_bool] = ACTIONS(987), - [anon_sym_str] = ACTIONS(987), - [anon_sym_char] = ACTIONS(987), - [anon_sym_DASH] = ACTIONS(987), - [anon_sym_SLASH] = ACTIONS(987), - [anon_sym_PERCENT] = ACTIONS(987), - [anon_sym_CARET] = ACTIONS(987), - [anon_sym_BANG] = ACTIONS(987), - [anon_sym_AMP] = ACTIONS(987), - [anon_sym_PIPE] = ACTIONS(987), - [anon_sym_AMP_AMP] = ACTIONS(989), - [anon_sym_PIPE_PIPE] = ACTIONS(989), - [anon_sym_LT_LT] = ACTIONS(987), - [anon_sym_GT_GT] = ACTIONS(987), - [anon_sym_PLUS_EQ] = ACTIONS(989), - [anon_sym_DASH_EQ] = ACTIONS(989), - [anon_sym_STAR_EQ] = ACTIONS(989), - [anon_sym_SLASH_EQ] = ACTIONS(989), - [anon_sym_PERCENT_EQ] = ACTIONS(989), - [anon_sym_CARET_EQ] = ACTIONS(989), - [anon_sym_AMP_EQ] = ACTIONS(989), - [anon_sym_PIPE_EQ] = ACTIONS(989), - [anon_sym_LT_LT_EQ] = ACTIONS(989), - [anon_sym_GT_GT_EQ] = ACTIONS(989), - [anon_sym_EQ] = ACTIONS(987), - [anon_sym_EQ_EQ] = ACTIONS(989), - [anon_sym_BANG_EQ] = ACTIONS(989), - [anon_sym_GT] = ACTIONS(987), - [anon_sym_LT] = ACTIONS(987), - [anon_sym_GT_EQ] = ACTIONS(989), - [anon_sym_LT_EQ] = ACTIONS(989), - [anon_sym_AT] = ACTIONS(989), - [anon_sym__] = ACTIONS(987), - [anon_sym_DOT] = ACTIONS(987), - [anon_sym_DOT_DOT] = ACTIONS(987), - [anon_sym_DOT_DOT_DOT] = ACTIONS(989), - [anon_sym_DOT_DOT_EQ] = ACTIONS(989), - [anon_sym_COMMA] = ACTIONS(989), - [anon_sym_COLON_COLON] = ACTIONS(989), - [anon_sym_DASH_GT] = ACTIONS(989), - [anon_sym_POUND] = ACTIONS(989), - [anon_sym_SQUOTE] = ACTIONS(987), - [anon_sym_as] = ACTIONS(987), - [anon_sym_async] = ACTIONS(987), - [anon_sym_await] = ACTIONS(987), - [anon_sym_break] = ACTIONS(987), - [anon_sym_const] = ACTIONS(987), - [anon_sym_continue] = ACTIONS(987), - [anon_sym_default] = ACTIONS(987), - [anon_sym_enum] = ACTIONS(987), - [anon_sym_fn] = ACTIONS(987), - [anon_sym_for] = ACTIONS(987), - [anon_sym_gen] = ACTIONS(987), - [anon_sym_if] = ACTIONS(987), - [anon_sym_impl] = ACTIONS(987), - [anon_sym_let] = ACTIONS(987), - [anon_sym_loop] = ACTIONS(987), - [anon_sym_match] = ACTIONS(987), - [anon_sym_mod] = ACTIONS(987), - [anon_sym_pub] = ACTIONS(987), - [anon_sym_return] = ACTIONS(987), - [anon_sym_static] = ACTIONS(987), - [anon_sym_struct] = ACTIONS(987), - [anon_sym_trait] = ACTIONS(987), - [anon_sym_type] = ACTIONS(987), - [anon_sym_union] = ACTIONS(987), - [anon_sym_unsafe] = ACTIONS(987), - [anon_sym_use] = ACTIONS(987), - [anon_sym_where] = ACTIONS(987), - [anon_sym_while] = ACTIONS(987), - [sym_mutable_specifier] = ACTIONS(987), - [sym_integer_literal] = ACTIONS(989), - [aux_sym_string_literal_token1] = ACTIONS(989), - [sym_char_literal] = ACTIONS(989), - [anon_sym_true] = ACTIONS(987), - [anon_sym_false] = ACTIONS(987), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(987), - [sym_super] = ACTIONS(987), - [sym_crate] = ACTIONS(987), - [sym_metavariable] = ACTIONS(989), - [sym__raw_string_literal_start] = ACTIONS(989), - [sym_float_literal] = ACTIONS(989), - }, - [176] = { - [sym_line_comment] = STATE(176), - [sym_block_comment] = STATE(176), - [sym_identifier] = ACTIONS(991), - [anon_sym_SEMI] = ACTIONS(993), - [anon_sym_LPAREN] = ACTIONS(993), - [anon_sym_RPAREN] = ACTIONS(993), - [anon_sym_LBRACK] = ACTIONS(993), - [anon_sym_RBRACK] = ACTIONS(993), - [anon_sym_LBRACE] = ACTIONS(993), - [anon_sym_RBRACE] = ACTIONS(993), - [anon_sym_EQ_GT] = ACTIONS(993), - [anon_sym_COLON] = ACTIONS(991), - [anon_sym_DOLLAR] = ACTIONS(991), - [anon_sym_PLUS] = ACTIONS(991), - [anon_sym_STAR] = ACTIONS(991), - [anon_sym_QMARK] = ACTIONS(993), - [anon_sym_u8] = ACTIONS(991), - [anon_sym_i8] = ACTIONS(991), - [anon_sym_u16] = ACTIONS(991), - [anon_sym_i16] = ACTIONS(991), - [anon_sym_u32] = ACTIONS(991), - [anon_sym_i32] = ACTIONS(991), - [anon_sym_u64] = ACTIONS(991), - [anon_sym_i64] = ACTIONS(991), - [anon_sym_u128] = ACTIONS(991), - [anon_sym_i128] = ACTIONS(991), - [anon_sym_isize] = ACTIONS(991), - [anon_sym_usize] = ACTIONS(991), - [anon_sym_f32] = ACTIONS(991), - [anon_sym_f64] = ACTIONS(991), - [anon_sym_bool] = ACTIONS(991), - [anon_sym_str] = ACTIONS(991), - [anon_sym_char] = ACTIONS(991), - [anon_sym_DASH] = ACTIONS(991), - [anon_sym_SLASH] = ACTIONS(991), - [anon_sym_PERCENT] = ACTIONS(991), - [anon_sym_CARET] = ACTIONS(991), - [anon_sym_BANG] = ACTIONS(991), - [anon_sym_AMP] = ACTIONS(991), - [anon_sym_PIPE] = ACTIONS(991), - [anon_sym_AMP_AMP] = ACTIONS(993), - [anon_sym_PIPE_PIPE] = ACTIONS(993), - [anon_sym_LT_LT] = ACTIONS(991), - [anon_sym_GT_GT] = ACTIONS(991), - [anon_sym_PLUS_EQ] = ACTIONS(993), - [anon_sym_DASH_EQ] = ACTIONS(993), - [anon_sym_STAR_EQ] = ACTIONS(993), - [anon_sym_SLASH_EQ] = ACTIONS(993), - [anon_sym_PERCENT_EQ] = ACTIONS(993), - [anon_sym_CARET_EQ] = ACTIONS(993), - [anon_sym_AMP_EQ] = ACTIONS(993), - [anon_sym_PIPE_EQ] = ACTIONS(993), - [anon_sym_LT_LT_EQ] = ACTIONS(993), - [anon_sym_GT_GT_EQ] = ACTIONS(993), - [anon_sym_EQ] = ACTIONS(991), - [anon_sym_EQ_EQ] = ACTIONS(993), - [anon_sym_BANG_EQ] = ACTIONS(993), - [anon_sym_GT] = ACTIONS(991), - [anon_sym_LT] = ACTIONS(991), - [anon_sym_GT_EQ] = ACTIONS(993), - [anon_sym_LT_EQ] = ACTIONS(993), - [anon_sym_AT] = ACTIONS(993), - [anon_sym__] = ACTIONS(991), - [anon_sym_DOT] = ACTIONS(991), - [anon_sym_DOT_DOT] = ACTIONS(991), - [anon_sym_DOT_DOT_DOT] = ACTIONS(993), - [anon_sym_DOT_DOT_EQ] = ACTIONS(993), - [anon_sym_COMMA] = ACTIONS(993), - [anon_sym_COLON_COLON] = ACTIONS(993), - [anon_sym_DASH_GT] = ACTIONS(993), - [anon_sym_POUND] = ACTIONS(993), - [anon_sym_SQUOTE] = ACTIONS(991), - [anon_sym_as] = ACTIONS(991), - [anon_sym_async] = ACTIONS(991), - [anon_sym_await] = ACTIONS(991), - [anon_sym_break] = ACTIONS(991), - [anon_sym_const] = ACTIONS(991), - [anon_sym_continue] = ACTIONS(991), - [anon_sym_default] = ACTIONS(991), - [anon_sym_enum] = ACTIONS(991), - [anon_sym_fn] = ACTIONS(991), - [anon_sym_for] = ACTIONS(991), - [anon_sym_gen] = ACTIONS(991), - [anon_sym_if] = ACTIONS(991), - [anon_sym_impl] = ACTIONS(991), - [anon_sym_let] = ACTIONS(991), - [anon_sym_loop] = ACTIONS(991), - [anon_sym_match] = ACTIONS(991), - [anon_sym_mod] = ACTIONS(991), - [anon_sym_pub] = ACTIONS(991), - [anon_sym_return] = ACTIONS(991), - [anon_sym_static] = ACTIONS(991), - [anon_sym_struct] = ACTIONS(991), - [anon_sym_trait] = ACTIONS(991), - [anon_sym_type] = ACTIONS(991), - [anon_sym_union] = ACTIONS(991), - [anon_sym_unsafe] = ACTIONS(991), - [anon_sym_use] = ACTIONS(991), - [anon_sym_where] = ACTIONS(991), - [anon_sym_while] = ACTIONS(991), - [sym_mutable_specifier] = ACTIONS(991), - [sym_integer_literal] = ACTIONS(993), - [aux_sym_string_literal_token1] = ACTIONS(993), - [sym_char_literal] = ACTIONS(993), - [anon_sym_true] = ACTIONS(991), - [anon_sym_false] = ACTIONS(991), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(991), - [sym_super] = ACTIONS(991), - [sym_crate] = ACTIONS(991), - [sym_metavariable] = ACTIONS(993), - [sym__raw_string_literal_start] = ACTIONS(993), - [sym_float_literal] = ACTIONS(993), - }, - [177] = { + [STATE(177)] = { + [sym_attribute_item] = STATE(1011), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1612), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(177), [sym_block_comment] = STATE(177), - [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), - }, - [178] = { - [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1623), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(178), - [sym_block_comment] = STATE(178), - [aux_sym_enum_variant_list_repeat1] = STATE(207), + [aux_sym_enum_variant_list_repeat1] = STATE(204), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(999), + [anon_sym_RBRACK] = ACTIONS(1003), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -37164,339 +37131,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), }, - [179] = { + [STATE(178)] = { + [sym_line_comment] = STATE(178), + [sym_block_comment] = STATE(178), + [sym_identifier] = ACTIONS(1005), + [anon_sym_SEMI] = ACTIONS(1007), + [anon_sym_LPAREN] = ACTIONS(1007), + [anon_sym_RPAREN] = ACTIONS(1007), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_RBRACK] = ACTIONS(1007), + [anon_sym_LBRACE] = ACTIONS(1007), + [anon_sym_RBRACE] = ACTIONS(1007), + [anon_sym_EQ_GT] = ACTIONS(1007), + [anon_sym_COLON] = ACTIONS(1005), + [anon_sym_DOLLAR] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(1005), + [anon_sym_STAR] = ACTIONS(1005), + [anon_sym_QMARK] = ACTIONS(1007), + [anon_sym_u8] = ACTIONS(1005), + [anon_sym_i8] = ACTIONS(1005), + [anon_sym_u16] = ACTIONS(1005), + [anon_sym_i16] = ACTIONS(1005), + [anon_sym_u32] = ACTIONS(1005), + [anon_sym_i32] = ACTIONS(1005), + [anon_sym_u64] = ACTIONS(1005), + [anon_sym_i64] = ACTIONS(1005), + [anon_sym_u128] = ACTIONS(1005), + [anon_sym_i128] = ACTIONS(1005), + [anon_sym_isize] = ACTIONS(1005), + [anon_sym_usize] = ACTIONS(1005), + [anon_sym_f32] = ACTIONS(1005), + [anon_sym_f64] = ACTIONS(1005), + [anon_sym_bool] = ACTIONS(1005), + [anon_sym_str] = ACTIONS(1005), + [anon_sym_char] = ACTIONS(1005), + [anon_sym_DASH] = ACTIONS(1005), + [anon_sym_SLASH] = ACTIONS(1005), + [anon_sym_PERCENT] = ACTIONS(1005), + [anon_sym_CARET] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_AMP] = ACTIONS(1005), + [anon_sym_PIPE] = ACTIONS(1005), + [anon_sym_AMP_AMP] = ACTIONS(1007), + [anon_sym_PIPE_PIPE] = ACTIONS(1007), + [anon_sym_LT_LT] = ACTIONS(1005), + [anon_sym_GT_GT] = ACTIONS(1005), + [anon_sym_PLUS_EQ] = ACTIONS(1007), + [anon_sym_DASH_EQ] = ACTIONS(1007), + [anon_sym_STAR_EQ] = ACTIONS(1007), + [anon_sym_SLASH_EQ] = ACTIONS(1007), + [anon_sym_PERCENT_EQ] = ACTIONS(1007), + [anon_sym_CARET_EQ] = ACTIONS(1007), + [anon_sym_AMP_EQ] = ACTIONS(1007), + [anon_sym_PIPE_EQ] = ACTIONS(1007), + [anon_sym_LT_LT_EQ] = ACTIONS(1007), + [anon_sym_GT_GT_EQ] = ACTIONS(1007), + [anon_sym_EQ] = ACTIONS(1005), + [anon_sym_EQ_EQ] = ACTIONS(1007), + [anon_sym_BANG_EQ] = ACTIONS(1007), + [anon_sym_GT] = ACTIONS(1005), + [anon_sym_LT] = ACTIONS(1005), + [anon_sym_GT_EQ] = ACTIONS(1007), + [anon_sym_LT_EQ] = ACTIONS(1007), + [anon_sym_AT] = ACTIONS(1007), + [anon_sym__] = ACTIONS(1005), + [anon_sym_DOT] = ACTIONS(1005), + [anon_sym_DOT_DOT] = ACTIONS(1005), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1007), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1007), + [anon_sym_COMMA] = ACTIONS(1007), + [anon_sym_COLON_COLON] = ACTIONS(1007), + [anon_sym_DASH_GT] = ACTIONS(1007), + [anon_sym_POUND] = ACTIONS(1007), + [anon_sym_SQUOTE] = ACTIONS(1005), + [anon_sym_as] = ACTIONS(1005), + [anon_sym_async] = ACTIONS(1005), + [anon_sym_await] = ACTIONS(1005), + [anon_sym_break] = ACTIONS(1005), + [anon_sym_const] = ACTIONS(1005), + [anon_sym_continue] = ACTIONS(1005), + [anon_sym_default] = ACTIONS(1005), + [anon_sym_enum] = ACTIONS(1005), + [anon_sym_fn] = ACTIONS(1005), + [anon_sym_for] = ACTIONS(1005), + [anon_sym_gen] = ACTIONS(1005), + [anon_sym_if] = ACTIONS(1005), + [anon_sym_impl] = ACTIONS(1005), + [anon_sym_let] = ACTIONS(1005), + [anon_sym_loop] = ACTIONS(1005), + [anon_sym_match] = ACTIONS(1005), + [anon_sym_mod] = ACTIONS(1005), + [anon_sym_pub] = ACTIONS(1005), + [anon_sym_return] = ACTIONS(1005), + [anon_sym_static] = ACTIONS(1005), + [anon_sym_struct] = ACTIONS(1005), + [anon_sym_trait] = ACTIONS(1005), + [anon_sym_type] = ACTIONS(1005), + [anon_sym_union] = ACTIONS(1005), + [anon_sym_unsafe] = ACTIONS(1005), + [anon_sym_use] = ACTIONS(1005), + [anon_sym_where] = ACTIONS(1005), + [anon_sym_while] = ACTIONS(1005), + [sym_mutable_specifier] = ACTIONS(1005), + [sym_integer_literal] = ACTIONS(1007), + [aux_sym_string_literal_token1] = ACTIONS(1007), + [sym_char_literal] = ACTIONS(1007), + [anon_sym_true] = ACTIONS(1005), + [anon_sym_false] = ACTIONS(1005), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1005), + [sym_super] = ACTIONS(1005), + [sym_crate] = ACTIONS(1005), + [sym_metavariable] = ACTIONS(1007), + [sym__raw_string_literal_start] = ACTIONS(1007), + [sym_float_literal] = ACTIONS(1007), + }, + [STATE(179)] = { + [sym_attribute_item] = STATE(1011), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1612), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(179), [sym_block_comment] = STATE(179), - [aux_sym__non_special_token_repeat1] = STATE(179), - [sym_identifier] = ACTIONS(758), - [anon_sym_SEMI] = ACTIONS(1001), - [anon_sym_LPAREN] = ACTIONS(763), - [anon_sym_RPAREN] = ACTIONS(763), - [anon_sym_LBRACK] = ACTIONS(763), - [anon_sym_RBRACK] = ACTIONS(763), - [anon_sym_LBRACE] = ACTIONS(763), - [anon_sym_RBRACE] = ACTIONS(763), - [anon_sym_EQ_GT] = ACTIONS(1001), - [anon_sym_COLON] = ACTIONS(1004), - [anon_sym_DOLLAR] = ACTIONS(763), - [anon_sym_PLUS] = ACTIONS(1004), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_QMARK] = ACTIONS(1001), - [anon_sym_u8] = ACTIONS(758), - [anon_sym_i8] = ACTIONS(758), - [anon_sym_u16] = ACTIONS(758), - [anon_sym_i16] = ACTIONS(758), - [anon_sym_u32] = ACTIONS(758), - [anon_sym_i32] = ACTIONS(758), - [anon_sym_u64] = ACTIONS(758), - [anon_sym_i64] = ACTIONS(758), - [anon_sym_u128] = ACTIONS(758), - [anon_sym_i128] = ACTIONS(758), - [anon_sym_isize] = ACTIONS(758), - [anon_sym_usize] = ACTIONS(758), - [anon_sym_f32] = ACTIONS(758), - [anon_sym_f64] = ACTIONS(758), - [anon_sym_bool] = ACTIONS(758), - [anon_sym_str] = ACTIONS(758), - [anon_sym_char] = ACTIONS(758), - [anon_sym_DASH] = ACTIONS(1004), - [anon_sym_SLASH] = ACTIONS(1004), - [anon_sym_PERCENT] = ACTIONS(1004), - [anon_sym_CARET] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_PIPE] = ACTIONS(1004), - [anon_sym_AMP_AMP] = ACTIONS(1001), - [anon_sym_PIPE_PIPE] = ACTIONS(1001), - [anon_sym_LT_LT] = ACTIONS(1004), - [anon_sym_GT_GT] = ACTIONS(1004), - [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(1004), - [anon_sym_EQ_EQ] = ACTIONS(1001), - [anon_sym_BANG_EQ] = ACTIONS(1001), - [anon_sym_GT] = ACTIONS(1004), - [anon_sym_LT] = ACTIONS(1004), - [anon_sym_GT_EQ] = ACTIONS(1001), - [anon_sym_LT_EQ] = ACTIONS(1001), - [anon_sym_AT] = ACTIONS(1001), - [anon_sym__] = ACTIONS(1004), - [anon_sym_DOT] = ACTIONS(1004), - [anon_sym_DOT_DOT] = ACTIONS(1004), - [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(758), - [anon_sym_as] = ACTIONS(758), - [anon_sym_async] = ACTIONS(758), - [anon_sym_await] = ACTIONS(758), - [anon_sym_break] = ACTIONS(758), - [anon_sym_const] = ACTIONS(758), - [anon_sym_continue] = ACTIONS(758), - [anon_sym_default] = ACTIONS(758), - [anon_sym_enum] = ACTIONS(758), - [anon_sym_fn] = ACTIONS(758), - [anon_sym_for] = ACTIONS(758), - [anon_sym_gen] = ACTIONS(758), - [anon_sym_if] = ACTIONS(758), - [anon_sym_impl] = ACTIONS(758), - [anon_sym_let] = ACTIONS(758), - [anon_sym_loop] = ACTIONS(758), - [anon_sym_match] = ACTIONS(758), - [anon_sym_mod] = ACTIONS(758), - [anon_sym_pub] = ACTIONS(758), - [anon_sym_return] = ACTIONS(758), - [anon_sym_static] = ACTIONS(758), - [anon_sym_struct] = ACTIONS(758), - [anon_sym_trait] = ACTIONS(758), - [anon_sym_type] = ACTIONS(758), - [anon_sym_union] = ACTIONS(758), - [anon_sym_unsafe] = ACTIONS(758), - [anon_sym_use] = ACTIONS(758), - [anon_sym_where] = ACTIONS(758), - [anon_sym_while] = ACTIONS(758), - [sym_mutable_specifier] = ACTIONS(758), - [sym_integer_literal] = ACTIONS(763), - [aux_sym_string_literal_token1] = ACTIONS(763), - [sym_char_literal] = ACTIONS(763), - [anon_sym_true] = ACTIONS(758), - [anon_sym_false] = ACTIONS(758), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(758), - [sym_super] = ACTIONS(758), - [sym_crate] = ACTIONS(758), - [sym__raw_string_literal_start] = ACTIONS(763), - [sym_float_literal] = ACTIONS(763), - }, - [180] = { - [sym_line_comment] = STATE(180), - [sym_block_comment] = STATE(180), - [sym_identifier] = ACTIONS(1007), - [anon_sym_SEMI] = ACTIONS(1009), - [anon_sym_LPAREN] = ACTIONS(1009), - [anon_sym_RPAREN] = ACTIONS(1009), - [anon_sym_LBRACK] = ACTIONS(1009), - [anon_sym_RBRACK] = ACTIONS(1009), - [anon_sym_LBRACE] = ACTIONS(1009), - [anon_sym_RBRACE] = ACTIONS(1009), - [anon_sym_EQ_GT] = ACTIONS(1009), - [anon_sym_COLON] = ACTIONS(1007), - [anon_sym_DOLLAR] = ACTIONS(1007), - [anon_sym_PLUS] = ACTIONS(1007), - [anon_sym_STAR] = ACTIONS(1007), - [anon_sym_QMARK] = ACTIONS(1009), - [anon_sym_u8] = ACTIONS(1007), - [anon_sym_i8] = ACTIONS(1007), - [anon_sym_u16] = ACTIONS(1007), - [anon_sym_i16] = ACTIONS(1007), - [anon_sym_u32] = ACTIONS(1007), - [anon_sym_i32] = ACTIONS(1007), - [anon_sym_u64] = ACTIONS(1007), - [anon_sym_i64] = ACTIONS(1007), - [anon_sym_u128] = ACTIONS(1007), - [anon_sym_i128] = ACTIONS(1007), - [anon_sym_isize] = ACTIONS(1007), - [anon_sym_usize] = ACTIONS(1007), - [anon_sym_f32] = ACTIONS(1007), - [anon_sym_f64] = ACTIONS(1007), - [anon_sym_bool] = ACTIONS(1007), - [anon_sym_str] = ACTIONS(1007), - [anon_sym_char] = ACTIONS(1007), - [anon_sym_DASH] = ACTIONS(1007), - [anon_sym_SLASH] = ACTIONS(1007), - [anon_sym_PERCENT] = ACTIONS(1007), - [anon_sym_CARET] = ACTIONS(1007), - [anon_sym_BANG] = ACTIONS(1007), - [anon_sym_AMP] = ACTIONS(1007), - [anon_sym_PIPE] = ACTIONS(1007), - [anon_sym_AMP_AMP] = ACTIONS(1009), - [anon_sym_PIPE_PIPE] = ACTIONS(1009), - [anon_sym_LT_LT] = ACTIONS(1007), - [anon_sym_GT_GT] = ACTIONS(1007), - [anon_sym_PLUS_EQ] = ACTIONS(1009), - [anon_sym_DASH_EQ] = ACTIONS(1009), - [anon_sym_STAR_EQ] = ACTIONS(1009), - [anon_sym_SLASH_EQ] = ACTIONS(1009), - [anon_sym_PERCENT_EQ] = ACTIONS(1009), - [anon_sym_CARET_EQ] = ACTIONS(1009), - [anon_sym_AMP_EQ] = ACTIONS(1009), - [anon_sym_PIPE_EQ] = ACTIONS(1009), - [anon_sym_LT_LT_EQ] = ACTIONS(1009), - [anon_sym_GT_GT_EQ] = ACTIONS(1009), - [anon_sym_EQ] = ACTIONS(1007), - [anon_sym_EQ_EQ] = ACTIONS(1009), - [anon_sym_BANG_EQ] = ACTIONS(1009), - [anon_sym_GT] = ACTIONS(1007), - [anon_sym_LT] = ACTIONS(1007), - [anon_sym_GT_EQ] = ACTIONS(1009), - [anon_sym_LT_EQ] = ACTIONS(1009), - [anon_sym_AT] = ACTIONS(1009), - [anon_sym__] = ACTIONS(1007), - [anon_sym_DOT] = ACTIONS(1007), - [anon_sym_DOT_DOT] = ACTIONS(1007), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1009), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1009), - [anon_sym_COMMA] = ACTIONS(1009), - [anon_sym_COLON_COLON] = ACTIONS(1009), - [anon_sym_DASH_GT] = ACTIONS(1009), - [anon_sym_POUND] = ACTIONS(1009), - [anon_sym_SQUOTE] = ACTIONS(1007), - [anon_sym_as] = ACTIONS(1007), - [anon_sym_async] = ACTIONS(1007), - [anon_sym_await] = ACTIONS(1007), - [anon_sym_break] = ACTIONS(1007), - [anon_sym_const] = ACTIONS(1007), - [anon_sym_continue] = ACTIONS(1007), - [anon_sym_default] = ACTIONS(1007), - [anon_sym_enum] = ACTIONS(1007), - [anon_sym_fn] = ACTIONS(1007), - [anon_sym_for] = ACTIONS(1007), - [anon_sym_gen] = ACTIONS(1007), - [anon_sym_if] = ACTIONS(1007), - [anon_sym_impl] = ACTIONS(1007), - [anon_sym_let] = ACTIONS(1007), - [anon_sym_loop] = ACTIONS(1007), - [anon_sym_match] = ACTIONS(1007), - [anon_sym_mod] = ACTIONS(1007), - [anon_sym_pub] = ACTIONS(1007), - [anon_sym_return] = ACTIONS(1007), - [anon_sym_static] = ACTIONS(1007), - [anon_sym_struct] = ACTIONS(1007), - [anon_sym_trait] = ACTIONS(1007), - [anon_sym_type] = ACTIONS(1007), - [anon_sym_union] = ACTIONS(1007), - [anon_sym_unsafe] = ACTIONS(1007), - [anon_sym_use] = ACTIONS(1007), - [anon_sym_where] = ACTIONS(1007), - [anon_sym_while] = ACTIONS(1007), - [sym_mutable_specifier] = ACTIONS(1007), - [sym_integer_literal] = ACTIONS(1009), - [aux_sym_string_literal_token1] = ACTIONS(1009), - [sym_char_literal] = ACTIONS(1009), - [anon_sym_true] = ACTIONS(1007), - [anon_sym_false] = ACTIONS(1007), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1007), - [sym_super] = ACTIONS(1007), - [sym_crate] = ACTIONS(1007), - [sym_metavariable] = ACTIONS(1009), - [sym__raw_string_literal_start] = ACTIONS(1009), - [sym_float_literal] = ACTIONS(1009), - }, - [181] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1687), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_let_condition] = STATE(2883), - [sym__let_chain] = STATE(2887), - [sym__condition] = STATE(2732), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(181), - [sym_block_comment] = STATE(181), - [sym_identifier] = ACTIONS(467), + [aux_sym_enum_variant_list_repeat1] = STATE(204), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(1009), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [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(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [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(505), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(965), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [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(515), - [anon_sym_move] = ACTIONS(517), + [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), @@ -37505,16 +37356,16 @@ 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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [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), }, - [182] = { - [sym_line_comment] = STATE(182), - [sym_block_comment] = STATE(182), + [STATE(180)] = { + [sym_line_comment] = STATE(180), + [sym_block_comment] = STATE(180), [sym_identifier] = ACTIONS(1011), [anon_sym_SEMI] = ACTIONS(1013), [anon_sym_LPAREN] = ACTIONS(1013), @@ -37628,123 +37479,355 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1013), [sym_float_literal] = ACTIONS(1013), }, - [183] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1868), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_let_condition] = STATE(3226), - [sym__let_chain] = STATE(3228), - [sym__condition] = STATE(3536), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(183), - [sym_block_comment] = STATE(183), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LBRACE] = ACTIONS(407), + [STATE(181)] = { + [sym_line_comment] = STATE(181), + [sym_block_comment] = STATE(181), + [sym_identifier] = ACTIONS(1015), + [anon_sym_SEMI] = ACTIONS(1017), + [anon_sym_LPAREN] = ACTIONS(1017), + [anon_sym_RPAREN] = ACTIONS(1017), + [anon_sym_LBRACK] = ACTIONS(1017), + [anon_sym_RBRACK] = ACTIONS(1017), + [anon_sym_LBRACE] = ACTIONS(1017), + [anon_sym_RBRACE] = ACTIONS(1017), + [anon_sym_EQ_GT] = ACTIONS(1017), + [anon_sym_COLON] = ACTIONS(1015), + [anon_sym_DOLLAR] = ACTIONS(1015), + [anon_sym_PLUS] = ACTIONS(1015), [anon_sym_STAR] = ACTIONS(1015), - [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_QMARK] = ACTIONS(1017), + [anon_sym_u8] = ACTIONS(1015), + [anon_sym_i8] = ACTIONS(1015), + [anon_sym_u16] = ACTIONS(1015), + [anon_sym_i16] = ACTIONS(1015), + [anon_sym_u32] = ACTIONS(1015), + [anon_sym_i32] = ACTIONS(1015), + [anon_sym_u64] = ACTIONS(1015), + [anon_sym_i64] = ACTIONS(1015), + [anon_sym_u128] = ACTIONS(1015), + [anon_sym_i128] = ACTIONS(1015), + [anon_sym_isize] = ACTIONS(1015), + [anon_sym_usize] = ACTIONS(1015), + [anon_sym_f32] = ACTIONS(1015), + [anon_sym_f64] = ACTIONS(1015), + [anon_sym_bool] = ACTIONS(1015), + [anon_sym_str] = ACTIONS(1015), + [anon_sym_char] = ACTIONS(1015), [anon_sym_DASH] = ACTIONS(1015), + [anon_sym_SLASH] = ACTIONS(1015), + [anon_sym_PERCENT] = ACTIONS(1015), + [anon_sym_CARET] = ACTIONS(1015), [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), + [anon_sym_AMP] = ACTIONS(1015), + [anon_sym_PIPE] = ACTIONS(1015), + [anon_sym_AMP_AMP] = ACTIONS(1017), + [anon_sym_PIPE_PIPE] = ACTIONS(1017), + [anon_sym_LT_LT] = ACTIONS(1015), + [anon_sym_GT_GT] = ACTIONS(1015), + [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(1015), + [anon_sym_EQ_EQ] = ACTIONS(1017), + [anon_sym_BANG_EQ] = ACTIONS(1017), + [anon_sym_GT] = ACTIONS(1015), + [anon_sym_LT] = ACTIONS(1015), + [anon_sym_GT_EQ] = ACTIONS(1017), + [anon_sym_LT_EQ] = ACTIONS(1017), + [anon_sym_AT] = ACTIONS(1017), + [anon_sym__] = ACTIONS(1015), + [anon_sym_DOT] = ACTIONS(1015), + [anon_sym_DOT_DOT] = ACTIONS(1015), + [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(1015), + [anon_sym_as] = ACTIONS(1015), + [anon_sym_async] = ACTIONS(1015), + [anon_sym_await] = ACTIONS(1015), + [anon_sym_break] = ACTIONS(1015), + [anon_sym_const] = ACTIONS(1015), + [anon_sym_continue] = ACTIONS(1015), + [anon_sym_default] = ACTIONS(1015), + [anon_sym_enum] = ACTIONS(1015), + [anon_sym_fn] = ACTIONS(1015), + [anon_sym_for] = ACTIONS(1015), + [anon_sym_gen] = ACTIONS(1015), + [anon_sym_if] = ACTIONS(1015), + [anon_sym_impl] = ACTIONS(1015), + [anon_sym_let] = ACTIONS(1015), + [anon_sym_loop] = ACTIONS(1015), + [anon_sym_match] = ACTIONS(1015), + [anon_sym_mod] = ACTIONS(1015), + [anon_sym_pub] = ACTIONS(1015), + [anon_sym_return] = ACTIONS(1015), + [anon_sym_static] = ACTIONS(1015), + [anon_sym_struct] = ACTIONS(1015), + [anon_sym_trait] = ACTIONS(1015), + [anon_sym_type] = ACTIONS(1015), + [anon_sym_union] = ACTIONS(1015), + [anon_sym_unsafe] = ACTIONS(1015), + [anon_sym_use] = ACTIONS(1015), + [anon_sym_where] = ACTIONS(1015), + [anon_sym_while] = ACTIONS(1015), + [sym_mutable_specifier] = ACTIONS(1015), + [sym_integer_literal] = ACTIONS(1017), + [aux_sym_string_literal_token1] = ACTIONS(1017), + [sym_char_literal] = ACTIONS(1017), + [anon_sym_true] = ACTIONS(1015), + [anon_sym_false] = ACTIONS(1015), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1015), + [sym_super] = ACTIONS(1015), + [sym_crate] = ACTIONS(1015), + [sym_metavariable] = ACTIONS(1017), + [sym__raw_string_literal_start] = ACTIONS(1017), + [sym_float_literal] = ACTIONS(1017), + }, + [STATE(182)] = { + [sym_line_comment] = STATE(182), + [sym_block_comment] = STATE(182), + [aux_sym__non_special_token_repeat1] = STATE(190), + [sym_identifier] = ACTIONS(1019), + [anon_sym_SEMI] = ACTIONS(676), + [anon_sym_LPAREN] = ACTIONS(1021), + [anon_sym_RPAREN] = ACTIONS(1021), + [anon_sym_LBRACK] = ACTIONS(1021), + [anon_sym_RBRACK] = ACTIONS(1021), + [anon_sym_LBRACE] = ACTIONS(1021), + [anon_sym_RBRACE] = ACTIONS(1021), + [anon_sym_EQ_GT] = ACTIONS(676), + [anon_sym_COLON] = ACTIONS(686), + [anon_sym_DOLLAR] = ACTIONS(1021), + [anon_sym_PLUS] = ACTIONS(686), + [anon_sym_STAR] = ACTIONS(686), + [anon_sym_QMARK] = ACTIONS(676), + [anon_sym_u8] = ACTIONS(1019), + [anon_sym_i8] = ACTIONS(1019), + [anon_sym_u16] = ACTIONS(1019), + [anon_sym_i16] = ACTIONS(1019), + [anon_sym_u32] = ACTIONS(1019), + [anon_sym_i32] = ACTIONS(1019), + [anon_sym_u64] = ACTIONS(1019), + [anon_sym_i64] = ACTIONS(1019), + [anon_sym_u128] = ACTIONS(1019), + [anon_sym_i128] = ACTIONS(1019), + [anon_sym_isize] = ACTIONS(1019), + [anon_sym_usize] = ACTIONS(1019), + [anon_sym_f32] = ACTIONS(1019), + [anon_sym_f64] = ACTIONS(1019), + [anon_sym_bool] = ACTIONS(1019), + [anon_sym_str] = ACTIONS(1019), + [anon_sym_char] = ACTIONS(1019), + [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(1019), + [anon_sym_as] = ACTIONS(1019), + [anon_sym_async] = ACTIONS(1019), + [anon_sym_await] = ACTIONS(1019), + [anon_sym_break] = ACTIONS(1019), + [anon_sym_const] = ACTIONS(1019), + [anon_sym_continue] = ACTIONS(1019), + [anon_sym_default] = ACTIONS(1019), + [anon_sym_enum] = ACTIONS(1019), + [anon_sym_fn] = ACTIONS(1019), + [anon_sym_for] = ACTIONS(1019), + [anon_sym_gen] = ACTIONS(1019), + [anon_sym_if] = ACTIONS(1019), + [anon_sym_impl] = ACTIONS(1019), + [anon_sym_let] = ACTIONS(1019), + [anon_sym_loop] = ACTIONS(1019), + [anon_sym_match] = ACTIONS(1019), + [anon_sym_mod] = ACTIONS(1019), + [anon_sym_pub] = ACTIONS(1019), + [anon_sym_return] = ACTIONS(1019), + [anon_sym_static] = ACTIONS(1019), + [anon_sym_struct] = ACTIONS(1019), + [anon_sym_trait] = ACTIONS(1019), + [anon_sym_type] = ACTIONS(1019), + [anon_sym_union] = ACTIONS(1019), + [anon_sym_unsafe] = ACTIONS(1019), + [anon_sym_use] = ACTIONS(1019), + [anon_sym_where] = ACTIONS(1019), + [anon_sym_while] = ACTIONS(1019), + [sym_mutable_specifier] = ACTIONS(1019), + [sym_integer_literal] = ACTIONS(1021), + [aux_sym_string_literal_token1] = ACTIONS(1021), + [sym_char_literal] = ACTIONS(1021), + [anon_sym_true] = ACTIONS(1019), + [anon_sym_false] = ACTIONS(1019), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1019), + [sym_super] = ACTIONS(1019), + [sym_crate] = ACTIONS(1019), + [sym__raw_string_literal_start] = ACTIONS(1021), + [sym_float_literal] = ACTIONS(1021), + }, + [STATE(183)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1724), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_let_condition] = STATE(3008), + [sym__let_chain] = STATE(3025), + [sym__condition] = STATE(2646), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(183), + [sym_block_comment] = STATE(183), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1019), - [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), [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(1021), - [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(483), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(489), + [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(937), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), + [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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), }, - [184] = { + [STATE(184)] = { [sym_line_comment] = STATE(184), [sym_block_comment] = STATE(184), [sym_identifier] = ACTIONS(1023), @@ -37860,177 +37943,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1025), [sym_float_literal] = ACTIONS(1025), }, - [185] = { + [STATE(185)] = { + [sym_attribute_item] = STATE(1011), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1720), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(185), [sym_block_comment] = STATE(185), - [sym_identifier] = ACTIONS(1027), - [anon_sym_SEMI] = ACTIONS(1029), - [anon_sym_LPAREN] = ACTIONS(1029), - [anon_sym_RPAREN] = ACTIONS(1029), - [anon_sym_LBRACK] = ACTIONS(1029), - [anon_sym_RBRACK] = ACTIONS(1029), - [anon_sym_LBRACE] = ACTIONS(1029), - [anon_sym_RBRACE] = ACTIONS(1029), - [anon_sym_EQ_GT] = ACTIONS(1029), - [anon_sym_COLON] = ACTIONS(1027), - [anon_sym_DOLLAR] = ACTIONS(1027), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_STAR] = ACTIONS(1027), - [anon_sym_QMARK] = ACTIONS(1029), - [anon_sym_u8] = ACTIONS(1027), - [anon_sym_i8] = ACTIONS(1027), - [anon_sym_u16] = ACTIONS(1027), - [anon_sym_i16] = ACTIONS(1027), - [anon_sym_u32] = ACTIONS(1027), - [anon_sym_i32] = ACTIONS(1027), - [anon_sym_u64] = ACTIONS(1027), - [anon_sym_i64] = ACTIONS(1027), - [anon_sym_u128] = ACTIONS(1027), - [anon_sym_i128] = ACTIONS(1027), - [anon_sym_isize] = ACTIONS(1027), - [anon_sym_usize] = ACTIONS(1027), - [anon_sym_f32] = ACTIONS(1027), - [anon_sym_f64] = ACTIONS(1027), - [anon_sym_bool] = ACTIONS(1027), - [anon_sym_str] = ACTIONS(1027), - [anon_sym_char] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_SLASH] = ACTIONS(1027), - [anon_sym_PERCENT] = ACTIONS(1027), - [anon_sym_CARET] = ACTIONS(1027), - [anon_sym_BANG] = ACTIONS(1027), - [anon_sym_AMP] = ACTIONS(1027), - [anon_sym_PIPE] = ACTIONS(1027), - [anon_sym_AMP_AMP] = ACTIONS(1029), - [anon_sym_PIPE_PIPE] = ACTIONS(1029), - [anon_sym_LT_LT] = ACTIONS(1027), - [anon_sym_GT_GT] = ACTIONS(1027), - [anon_sym_PLUS_EQ] = ACTIONS(1029), - [anon_sym_DASH_EQ] = ACTIONS(1029), - [anon_sym_STAR_EQ] = ACTIONS(1029), - [anon_sym_SLASH_EQ] = ACTIONS(1029), - [anon_sym_PERCENT_EQ] = ACTIONS(1029), - [anon_sym_CARET_EQ] = ACTIONS(1029), - [anon_sym_AMP_EQ] = ACTIONS(1029), - [anon_sym_PIPE_EQ] = ACTIONS(1029), - [anon_sym_LT_LT_EQ] = ACTIONS(1029), - [anon_sym_GT_GT_EQ] = ACTIONS(1029), - [anon_sym_EQ] = ACTIONS(1027), - [anon_sym_EQ_EQ] = ACTIONS(1029), - [anon_sym_BANG_EQ] = ACTIONS(1029), - [anon_sym_GT] = ACTIONS(1027), - [anon_sym_LT] = ACTIONS(1027), - [anon_sym_GT_EQ] = ACTIONS(1029), - [anon_sym_LT_EQ] = ACTIONS(1029), - [anon_sym_AT] = ACTIONS(1029), - [anon_sym__] = ACTIONS(1027), - [anon_sym_DOT] = ACTIONS(1027), - [anon_sym_DOT_DOT] = ACTIONS(1027), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1029), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1029), - [anon_sym_COMMA] = ACTIONS(1029), - [anon_sym_COLON_COLON] = ACTIONS(1029), - [anon_sym_DASH_GT] = ACTIONS(1029), - [anon_sym_POUND] = ACTIONS(1029), - [anon_sym_SQUOTE] = ACTIONS(1027), - [anon_sym_as] = ACTIONS(1027), - [anon_sym_async] = ACTIONS(1027), - [anon_sym_await] = ACTIONS(1027), - [anon_sym_break] = ACTIONS(1027), - [anon_sym_const] = ACTIONS(1027), - [anon_sym_continue] = ACTIONS(1027), - [anon_sym_default] = ACTIONS(1027), - [anon_sym_enum] = ACTIONS(1027), - [anon_sym_fn] = ACTIONS(1027), - [anon_sym_for] = ACTIONS(1027), - [anon_sym_gen] = ACTIONS(1027), - [anon_sym_if] = ACTIONS(1027), - [anon_sym_impl] = ACTIONS(1027), - [anon_sym_let] = ACTIONS(1027), - [anon_sym_loop] = ACTIONS(1027), - [anon_sym_match] = ACTIONS(1027), - [anon_sym_mod] = ACTIONS(1027), - [anon_sym_pub] = ACTIONS(1027), - [anon_sym_return] = ACTIONS(1027), - [anon_sym_static] = ACTIONS(1027), - [anon_sym_struct] = ACTIONS(1027), - [anon_sym_trait] = ACTIONS(1027), - [anon_sym_type] = ACTIONS(1027), - [anon_sym_union] = ACTIONS(1027), - [anon_sym_unsafe] = ACTIONS(1027), - [anon_sym_use] = ACTIONS(1027), - [anon_sym_where] = ACTIONS(1027), - [anon_sym_while] = ACTIONS(1027), - [sym_mutable_specifier] = ACTIONS(1027), - [sym_integer_literal] = ACTIONS(1029), - [aux_sym_string_literal_token1] = ACTIONS(1029), - [sym_char_literal] = ACTIONS(1029), - [anon_sym_true] = ACTIONS(1027), - [anon_sym_false] = ACTIONS(1027), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1027), - [sym_super] = ACTIONS(1027), - [sym_crate] = ACTIONS(1027), - [sym_metavariable] = ACTIONS(1029), - [sym__raw_string_literal_start] = ACTIONS(1029), - [sym_float_literal] = ACTIONS(1029), - }, - [186] = { - [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1623), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(186), - [sym_block_comment] = STATE(186), - [aux_sym_enum_variant_list_repeat1] = STATE(207), + [aux_sym_enum_variant_list_repeat1] = STATE(202), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1031), + [anon_sym_RPAREN] = ACTIONS(1027), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -38092,107 +38059,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), }, - [187] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1687), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_let_condition] = STATE(2883), - [sym__let_chain] = STATE(2887), - [sym__condition] = STATE(2587), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(187), - [sym_block_comment] = STATE(187), - [sym_identifier] = ACTIONS(467), + [STATE(186)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1724), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_let_condition] = STATE(3008), + [sym__let_chain] = STATE(3025), + [sym__condition] = STATE(2512), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(186), + [sym_block_comment] = STATE(186), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(489), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(965), + [anon_sym_let] = ACTIONS(937), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -38201,114 +38168,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [188] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1687), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_let_condition] = STATE(2883), - [sym__let_chain] = STATE(2887), - [sym__condition] = STATE(2681), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(188), - [sym_block_comment] = STATE(188), - [sym_identifier] = ACTIONS(467), + [STATE(187)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1724), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_let_condition] = STATE(3008), + [sym__let_chain] = STATE(3025), + [sym__condition] = STATE(2719), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(187), + [sym_block_comment] = STATE(187), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(489), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(965), + [anon_sym_let] = ACTIONS(937), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -38317,114 +38284,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [189] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1687), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_let_condition] = STATE(2883), - [sym__let_chain] = STATE(2887), - [sym__condition] = STATE(2695), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(189), - [sym_block_comment] = STATE(189), - [sym_identifier] = ACTIONS(467), + [STATE(188)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1724), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_let_condition] = STATE(3008), + [sym__let_chain] = STATE(3025), + [sym__condition] = STATE(2733), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(188), + [sym_block_comment] = STATE(188), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(489), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(965), + [anon_sym_let] = ACTIONS(937), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -38433,230 +38400,346 @@ 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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [190] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1687), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_let_condition] = STATE(2883), - [sym__let_chain] = STATE(2887), - [sym__condition] = STATE(2582), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(189)] = { + [sym_line_comment] = STATE(189), + [sym_block_comment] = STATE(189), + [sym_identifier] = ACTIONS(889), + [anon_sym_SEMI] = ACTIONS(891), + [anon_sym_LPAREN] = ACTIONS(891), + [anon_sym_RPAREN] = ACTIONS(891), + [anon_sym_LBRACK] = ACTIONS(891), + [anon_sym_RBRACK] = ACTIONS(891), + [anon_sym_LBRACE] = ACTIONS(891), + [anon_sym_RBRACE] = ACTIONS(891), + [anon_sym_EQ_GT] = ACTIONS(891), + [anon_sym_COLON] = ACTIONS(889), + [anon_sym_DOLLAR] = ACTIONS(889), + [anon_sym_PLUS] = ACTIONS(889), + [anon_sym_STAR] = ACTIONS(889), + [anon_sym_QMARK] = ACTIONS(891), + [anon_sym_u8] = ACTIONS(889), + [anon_sym_i8] = ACTIONS(889), + [anon_sym_u16] = ACTIONS(889), + [anon_sym_i16] = ACTIONS(889), + [anon_sym_u32] = ACTIONS(889), + [anon_sym_i32] = ACTIONS(889), + [anon_sym_u64] = ACTIONS(889), + [anon_sym_i64] = ACTIONS(889), + [anon_sym_u128] = ACTIONS(889), + [anon_sym_i128] = ACTIONS(889), + [anon_sym_isize] = ACTIONS(889), + [anon_sym_usize] = ACTIONS(889), + [anon_sym_f32] = ACTIONS(889), + [anon_sym_f64] = ACTIONS(889), + [anon_sym_bool] = ACTIONS(889), + [anon_sym_str] = ACTIONS(889), + [anon_sym_char] = ACTIONS(889), + [anon_sym_DASH] = ACTIONS(889), + [anon_sym_SLASH] = ACTIONS(889), + [anon_sym_PERCENT] = ACTIONS(889), + [anon_sym_CARET] = ACTIONS(889), + [anon_sym_BANG] = ACTIONS(889), + [anon_sym_AMP] = ACTIONS(889), + [anon_sym_PIPE] = ACTIONS(889), + [anon_sym_AMP_AMP] = ACTIONS(891), + [anon_sym_PIPE_PIPE] = ACTIONS(891), + [anon_sym_LT_LT] = ACTIONS(889), + [anon_sym_GT_GT] = ACTIONS(889), + [anon_sym_PLUS_EQ] = ACTIONS(891), + [anon_sym_DASH_EQ] = ACTIONS(891), + [anon_sym_STAR_EQ] = ACTIONS(891), + [anon_sym_SLASH_EQ] = ACTIONS(891), + [anon_sym_PERCENT_EQ] = ACTIONS(891), + [anon_sym_CARET_EQ] = ACTIONS(891), + [anon_sym_AMP_EQ] = ACTIONS(891), + [anon_sym_PIPE_EQ] = ACTIONS(891), + [anon_sym_LT_LT_EQ] = ACTIONS(891), + [anon_sym_GT_GT_EQ] = ACTIONS(891), + [anon_sym_EQ] = ACTIONS(889), + [anon_sym_EQ_EQ] = ACTIONS(891), + [anon_sym_BANG_EQ] = ACTIONS(891), + [anon_sym_GT] = ACTIONS(889), + [anon_sym_LT] = ACTIONS(889), + [anon_sym_GT_EQ] = ACTIONS(891), + [anon_sym_LT_EQ] = ACTIONS(891), + [anon_sym_AT] = ACTIONS(891), + [anon_sym__] = ACTIONS(889), + [anon_sym_DOT] = ACTIONS(889), + [anon_sym_DOT_DOT] = ACTIONS(889), + [anon_sym_DOT_DOT_DOT] = ACTIONS(891), + [anon_sym_DOT_DOT_EQ] = ACTIONS(891), + [anon_sym_COMMA] = ACTIONS(891), + [anon_sym_COLON_COLON] = ACTIONS(891), + [anon_sym_DASH_GT] = ACTIONS(891), + [anon_sym_POUND] = ACTIONS(891), + [anon_sym_SQUOTE] = ACTIONS(889), + [anon_sym_as] = ACTIONS(889), + [anon_sym_async] = ACTIONS(889), + [anon_sym_await] = ACTIONS(889), + [anon_sym_break] = ACTIONS(889), + [anon_sym_const] = ACTIONS(889), + [anon_sym_continue] = ACTIONS(889), + [anon_sym_default] = ACTIONS(889), + [anon_sym_enum] = ACTIONS(889), + [anon_sym_fn] = ACTIONS(889), + [anon_sym_for] = ACTIONS(889), + [anon_sym_gen] = ACTIONS(889), + [anon_sym_if] = ACTIONS(889), + [anon_sym_impl] = ACTIONS(889), + [anon_sym_let] = ACTIONS(889), + [anon_sym_loop] = ACTIONS(889), + [anon_sym_match] = ACTIONS(889), + [anon_sym_mod] = ACTIONS(889), + [anon_sym_pub] = ACTIONS(889), + [anon_sym_return] = ACTIONS(889), + [anon_sym_static] = ACTIONS(889), + [anon_sym_struct] = ACTIONS(889), + [anon_sym_trait] = ACTIONS(889), + [anon_sym_type] = ACTIONS(889), + [anon_sym_union] = ACTIONS(889), + [anon_sym_unsafe] = ACTIONS(889), + [anon_sym_use] = ACTIONS(889), + [anon_sym_where] = ACTIONS(889), + [anon_sym_while] = ACTIONS(889), + [sym_mutable_specifier] = ACTIONS(889), + [sym_integer_literal] = ACTIONS(891), + [aux_sym_string_literal_token1] = ACTIONS(891), + [sym_char_literal] = ACTIONS(891), + [anon_sym_true] = ACTIONS(889), + [anon_sym_false] = ACTIONS(889), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(889), + [sym_super] = ACTIONS(889), + [sym_crate] = ACTIONS(889), + [sym_metavariable] = ACTIONS(891), + [sym__raw_string_literal_start] = ACTIONS(891), + [sym_float_literal] = ACTIONS(891), + }, + [STATE(190)] = { [sym_line_comment] = STATE(190), [sym_block_comment] = STATE(190), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), - [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(965), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), - [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), - }, - [191] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1687), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_let_condition] = STATE(2883), - [sym__let_chain] = STATE(2887), - [sym__condition] = STATE(2560), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [aux_sym__non_special_token_repeat1] = STATE(190), + [sym_identifier] = ACTIONS(863), + [anon_sym_SEMI] = ACTIONS(1029), + [anon_sym_LPAREN] = ACTIONS(868), + [anon_sym_RPAREN] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(868), + [anon_sym_RBRACK] = ACTIONS(868), + [anon_sym_LBRACE] = ACTIONS(868), + [anon_sym_RBRACE] = ACTIONS(868), + [anon_sym_EQ_GT] = ACTIONS(1029), + [anon_sym_COLON] = ACTIONS(1032), + [anon_sym_DOLLAR] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(1032), + [anon_sym_STAR] = ACTIONS(1032), + [anon_sym_QMARK] = ACTIONS(1029), + [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(1032), + [anon_sym_SLASH] = ACTIONS(1032), + [anon_sym_PERCENT] = ACTIONS(1032), + [anon_sym_CARET] = ACTIONS(1032), + [anon_sym_BANG] = ACTIONS(1032), + [anon_sym_AMP] = ACTIONS(1032), + [anon_sym_PIPE] = ACTIONS(1032), + [anon_sym_AMP_AMP] = ACTIONS(1029), + [anon_sym_PIPE_PIPE] = ACTIONS(1029), + [anon_sym_LT_LT] = ACTIONS(1032), + [anon_sym_GT_GT] = ACTIONS(1032), + [anon_sym_PLUS_EQ] = ACTIONS(1029), + [anon_sym_DASH_EQ] = ACTIONS(1029), + [anon_sym_STAR_EQ] = ACTIONS(1029), + [anon_sym_SLASH_EQ] = ACTIONS(1029), + [anon_sym_PERCENT_EQ] = ACTIONS(1029), + [anon_sym_CARET_EQ] = ACTIONS(1029), + [anon_sym_AMP_EQ] = ACTIONS(1029), + [anon_sym_PIPE_EQ] = ACTIONS(1029), + [anon_sym_LT_LT_EQ] = ACTIONS(1029), + [anon_sym_GT_GT_EQ] = ACTIONS(1029), + [anon_sym_EQ] = ACTIONS(1032), + [anon_sym_EQ_EQ] = ACTIONS(1029), + [anon_sym_BANG_EQ] = ACTIONS(1029), + [anon_sym_GT] = ACTIONS(1032), + [anon_sym_LT] = ACTIONS(1032), + [anon_sym_GT_EQ] = ACTIONS(1029), + [anon_sym_LT_EQ] = ACTIONS(1029), + [anon_sym_AT] = ACTIONS(1029), + [anon_sym__] = ACTIONS(1032), + [anon_sym_DOT] = ACTIONS(1032), + [anon_sym_DOT_DOT] = ACTIONS(1032), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1029), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1029), + [anon_sym_COMMA] = ACTIONS(1029), + [anon_sym_COLON_COLON] = ACTIONS(1029), + [anon_sym_DASH_GT] = ACTIONS(1029), + [anon_sym_POUND] = ACTIONS(1029), + [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(868), + [aux_sym_string_literal_token1] = ACTIONS(868), + [sym_char_literal] = ACTIONS(868), + [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__raw_string_literal_start] = ACTIONS(868), + [sym_float_literal] = ACTIONS(868), + }, + [STATE(191)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1724), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_let_condition] = STATE(3008), + [sym__let_chain] = STATE(3025), + [sym__condition] = STATE(2551), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(191), [sym_block_comment] = STATE(191), - [sym_identifier] = ACTIONS(467), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(489), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(965), + [anon_sym_let] = ACTIONS(937), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -38665,114 +38748,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [192] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1687), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_let_condition] = STATE(2883), - [sym__let_chain] = STATE(2887), - [sym__condition] = STATE(2562), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(192)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1724), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_let_condition] = STATE(3008), + [sym__let_chain] = STATE(3025), + [sym__condition] = STATE(2601), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(192), [sym_block_comment] = STATE(192), - [sym_identifier] = ACTIONS(467), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(489), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(965), + [anon_sym_let] = ACTIONS(937), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -38781,114 +38864,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [193] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1687), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_let_condition] = STATE(2883), - [sym__let_chain] = STATE(2887), - [sym__condition] = STATE(2588), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(193)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1724), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_let_condition] = STATE(3008), + [sym__let_chain] = STATE(3025), + [sym__condition] = STATE(2602), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(193), [sym_block_comment] = STATE(193), - [sym_identifier] = ACTIONS(467), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(489), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(965), + [anon_sym_let] = ACTIONS(937), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -38897,114 +38980,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [194] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1687), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_let_condition] = STATE(2883), - [sym__let_chain] = STATE(2887), - [sym__condition] = STATE(2604), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(194)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1724), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_let_condition] = STATE(3008), + [sym__let_chain] = STATE(3025), + [sym__condition] = STATE(2619), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(194), [sym_block_comment] = STATE(194), - [sym_identifier] = ACTIONS(467), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(489), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(965), + [anon_sym_let] = ACTIONS(937), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -39013,114 +39096,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [195] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1687), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_let_condition] = STATE(2883), - [sym__let_chain] = STATE(2887), - [sym__condition] = STATE(2605), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(195)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1724), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_let_condition] = STATE(3008), + [sym__let_chain] = STATE(3025), + [sym__condition] = STATE(2631), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(195), [sym_block_comment] = STATE(195), - [sym_identifier] = ACTIONS(467), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(489), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(965), + [anon_sym_let] = ACTIONS(937), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -39129,114 +39212,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [196] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1687), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_let_condition] = STATE(2883), - [sym__let_chain] = STATE(2887), - [sym__condition] = STATE(2617), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(196)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1724), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_let_condition] = STATE(3008), + [sym__let_chain] = STATE(3025), + [sym__condition] = STATE(2633), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(196), [sym_block_comment] = STATE(196), - [sym_identifier] = ACTIONS(467), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(489), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(965), + [anon_sym_let] = ACTIONS(937), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -39245,130 +39328,130 @@ 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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [197] = { + [STATE(197)] = { [sym_line_comment] = STATE(197), [sym_block_comment] = STATE(197), - [sym_identifier] = ACTIONS(1033), - [anon_sym_SEMI] = ACTIONS(1035), - [anon_sym_LPAREN] = ACTIONS(1035), - [anon_sym_RPAREN] = ACTIONS(1035), - [anon_sym_LBRACK] = ACTIONS(1035), - [anon_sym_RBRACK] = ACTIONS(1035), - [anon_sym_LBRACE] = ACTIONS(1035), - [anon_sym_RBRACE] = ACTIONS(1035), - [anon_sym_EQ_GT] = ACTIONS(1035), - [anon_sym_COLON] = ACTIONS(1033), - [anon_sym_DOLLAR] = ACTIONS(1033), - [anon_sym_PLUS] = ACTIONS(1033), - [anon_sym_STAR] = ACTIONS(1033), - [anon_sym_QMARK] = ACTIONS(1035), - [anon_sym_u8] = ACTIONS(1033), - [anon_sym_i8] = ACTIONS(1033), - [anon_sym_u16] = ACTIONS(1033), - [anon_sym_i16] = ACTIONS(1033), - [anon_sym_u32] = ACTIONS(1033), - [anon_sym_i32] = ACTIONS(1033), - [anon_sym_u64] = ACTIONS(1033), - [anon_sym_i64] = ACTIONS(1033), - [anon_sym_u128] = ACTIONS(1033), - [anon_sym_i128] = ACTIONS(1033), - [anon_sym_isize] = ACTIONS(1033), - [anon_sym_usize] = ACTIONS(1033), - [anon_sym_f32] = ACTIONS(1033), - [anon_sym_f64] = ACTIONS(1033), - [anon_sym_bool] = ACTIONS(1033), - [anon_sym_str] = ACTIONS(1033), - [anon_sym_char] = ACTIONS(1033), - [anon_sym_DASH] = ACTIONS(1033), - [anon_sym_SLASH] = ACTIONS(1033), - [anon_sym_PERCENT] = ACTIONS(1033), - [anon_sym_CARET] = ACTIONS(1033), - [anon_sym_BANG] = ACTIONS(1033), - [anon_sym_AMP] = ACTIONS(1033), - [anon_sym_PIPE] = ACTIONS(1033), - [anon_sym_AMP_AMP] = ACTIONS(1035), - [anon_sym_PIPE_PIPE] = ACTIONS(1035), - [anon_sym_LT_LT] = ACTIONS(1033), - [anon_sym_GT_GT] = ACTIONS(1033), - [anon_sym_PLUS_EQ] = ACTIONS(1035), - [anon_sym_DASH_EQ] = ACTIONS(1035), - [anon_sym_STAR_EQ] = ACTIONS(1035), - [anon_sym_SLASH_EQ] = ACTIONS(1035), - [anon_sym_PERCENT_EQ] = ACTIONS(1035), - [anon_sym_CARET_EQ] = ACTIONS(1035), - [anon_sym_AMP_EQ] = ACTIONS(1035), - [anon_sym_PIPE_EQ] = ACTIONS(1035), - [anon_sym_LT_LT_EQ] = ACTIONS(1035), - [anon_sym_GT_GT_EQ] = ACTIONS(1035), - [anon_sym_EQ] = ACTIONS(1033), - [anon_sym_EQ_EQ] = ACTIONS(1035), - [anon_sym_BANG_EQ] = ACTIONS(1035), - [anon_sym_GT] = ACTIONS(1033), - [anon_sym_LT] = ACTIONS(1033), - [anon_sym_GT_EQ] = ACTIONS(1035), - [anon_sym_LT_EQ] = ACTIONS(1035), - [anon_sym_AT] = ACTIONS(1035), - [anon_sym__] = ACTIONS(1033), - [anon_sym_DOT] = ACTIONS(1033), - [anon_sym_DOT_DOT] = ACTIONS(1033), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1035), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1035), - [anon_sym_COMMA] = ACTIONS(1035), - [anon_sym_COLON_COLON] = ACTIONS(1035), - [anon_sym_DASH_GT] = ACTIONS(1035), - [anon_sym_POUND] = ACTIONS(1035), - [anon_sym_SQUOTE] = ACTIONS(1033), - [anon_sym_as] = ACTIONS(1033), - [anon_sym_async] = ACTIONS(1033), - [anon_sym_await] = ACTIONS(1033), - [anon_sym_break] = ACTIONS(1033), - [anon_sym_const] = ACTIONS(1033), - [anon_sym_continue] = ACTIONS(1033), - [anon_sym_default] = ACTIONS(1033), - [anon_sym_enum] = ACTIONS(1033), - [anon_sym_fn] = ACTIONS(1033), - [anon_sym_for] = ACTIONS(1033), - [anon_sym_gen] = ACTIONS(1033), - [anon_sym_if] = ACTIONS(1033), - [anon_sym_impl] = ACTIONS(1033), - [anon_sym_let] = ACTIONS(1033), - [anon_sym_loop] = ACTIONS(1033), - [anon_sym_match] = ACTIONS(1033), - [anon_sym_mod] = ACTIONS(1033), - [anon_sym_pub] = ACTIONS(1033), - [anon_sym_return] = ACTIONS(1033), - [anon_sym_static] = ACTIONS(1033), - [anon_sym_struct] = ACTIONS(1033), - [anon_sym_trait] = ACTIONS(1033), - [anon_sym_type] = ACTIONS(1033), - [anon_sym_union] = ACTIONS(1033), - [anon_sym_unsafe] = ACTIONS(1033), - [anon_sym_use] = ACTIONS(1033), - [anon_sym_where] = ACTIONS(1033), - [anon_sym_while] = ACTIONS(1033), - [sym_mutable_specifier] = ACTIONS(1033), - [sym_integer_literal] = ACTIONS(1035), - [aux_sym_string_literal_token1] = ACTIONS(1035), - [sym_char_literal] = ACTIONS(1035), - [anon_sym_true] = ACTIONS(1033), - [anon_sym_false] = ACTIONS(1033), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1033), - [sym_super] = ACTIONS(1033), - [sym_crate] = ACTIONS(1033), - [sym_metavariable] = ACTIONS(1035), - [sym__raw_string_literal_start] = ACTIONS(1035), - [sym_float_literal] = ACTIONS(1035), - }, - [198] = { + [sym_identifier] = ACTIONS(889), + [anon_sym_SEMI] = ACTIONS(891), + [anon_sym_LPAREN] = ACTIONS(891), + [anon_sym_RPAREN] = ACTIONS(891), + [anon_sym_LBRACK] = ACTIONS(891), + [anon_sym_RBRACK] = ACTIONS(891), + [anon_sym_LBRACE] = ACTIONS(891), + [anon_sym_RBRACE] = ACTIONS(891), + [anon_sym_EQ_GT] = ACTIONS(891), + [anon_sym_COLON] = ACTIONS(1035), + [anon_sym_DOLLAR] = ACTIONS(889), + [anon_sym_PLUS] = ACTIONS(889), + [anon_sym_STAR] = ACTIONS(889), + [anon_sym_QMARK] = ACTIONS(891), + [anon_sym_u8] = ACTIONS(889), + [anon_sym_i8] = ACTIONS(889), + [anon_sym_u16] = ACTIONS(889), + [anon_sym_i16] = ACTIONS(889), + [anon_sym_u32] = ACTIONS(889), + [anon_sym_i32] = ACTIONS(889), + [anon_sym_u64] = ACTIONS(889), + [anon_sym_i64] = ACTIONS(889), + [anon_sym_u128] = ACTIONS(889), + [anon_sym_i128] = ACTIONS(889), + [anon_sym_isize] = ACTIONS(889), + [anon_sym_usize] = ACTIONS(889), + [anon_sym_f32] = ACTIONS(889), + [anon_sym_f64] = ACTIONS(889), + [anon_sym_bool] = ACTIONS(889), + [anon_sym_str] = ACTIONS(889), + [anon_sym_char] = ACTIONS(889), + [anon_sym_DASH] = ACTIONS(889), + [anon_sym_SLASH] = ACTIONS(889), + [anon_sym_PERCENT] = ACTIONS(889), + [anon_sym_CARET] = ACTIONS(889), + [anon_sym_BANG] = ACTIONS(889), + [anon_sym_AMP] = ACTIONS(889), + [anon_sym_PIPE] = ACTIONS(889), + [anon_sym_AMP_AMP] = ACTIONS(891), + [anon_sym_PIPE_PIPE] = ACTIONS(891), + [anon_sym_LT_LT] = ACTIONS(889), + [anon_sym_GT_GT] = ACTIONS(889), + [anon_sym_PLUS_EQ] = ACTIONS(891), + [anon_sym_DASH_EQ] = ACTIONS(891), + [anon_sym_STAR_EQ] = ACTIONS(891), + [anon_sym_SLASH_EQ] = ACTIONS(891), + [anon_sym_PERCENT_EQ] = ACTIONS(891), + [anon_sym_CARET_EQ] = ACTIONS(891), + [anon_sym_AMP_EQ] = ACTIONS(891), + [anon_sym_PIPE_EQ] = ACTIONS(891), + [anon_sym_LT_LT_EQ] = ACTIONS(891), + [anon_sym_GT_GT_EQ] = ACTIONS(891), + [anon_sym_EQ] = ACTIONS(889), + [anon_sym_EQ_EQ] = ACTIONS(891), + [anon_sym_BANG_EQ] = ACTIONS(891), + [anon_sym_GT] = ACTIONS(889), + [anon_sym_LT] = ACTIONS(889), + [anon_sym_GT_EQ] = ACTIONS(891), + [anon_sym_LT_EQ] = ACTIONS(891), + [anon_sym_AT] = ACTIONS(891), + [anon_sym__] = ACTIONS(889), + [anon_sym_DOT] = ACTIONS(889), + [anon_sym_DOT_DOT] = ACTIONS(889), + [anon_sym_DOT_DOT_DOT] = ACTIONS(891), + [anon_sym_DOT_DOT_EQ] = ACTIONS(891), + [anon_sym_COMMA] = ACTIONS(891), + [anon_sym_COLON_COLON] = ACTIONS(891), + [anon_sym_DASH_GT] = ACTIONS(891), + [anon_sym_POUND] = ACTIONS(891), + [anon_sym_SQUOTE] = ACTIONS(889), + [anon_sym_as] = ACTIONS(889), + [anon_sym_async] = ACTIONS(889), + [anon_sym_await] = ACTIONS(889), + [anon_sym_break] = ACTIONS(889), + [anon_sym_const] = ACTIONS(889), + [anon_sym_continue] = ACTIONS(889), + [anon_sym_default] = ACTIONS(889), + [anon_sym_enum] = ACTIONS(889), + [anon_sym_fn] = ACTIONS(889), + [anon_sym_for] = ACTIONS(889), + [anon_sym_gen] = ACTIONS(889), + [anon_sym_if] = ACTIONS(889), + [anon_sym_impl] = ACTIONS(889), + [anon_sym_let] = ACTIONS(889), + [anon_sym_loop] = ACTIONS(889), + [anon_sym_match] = ACTIONS(889), + [anon_sym_mod] = ACTIONS(889), + [anon_sym_pub] = ACTIONS(889), + [anon_sym_return] = ACTIONS(889), + [anon_sym_static] = ACTIONS(889), + [anon_sym_struct] = ACTIONS(889), + [anon_sym_trait] = ACTIONS(889), + [anon_sym_type] = ACTIONS(889), + [anon_sym_union] = ACTIONS(889), + [anon_sym_unsafe] = ACTIONS(889), + [anon_sym_use] = ACTIONS(889), + [anon_sym_where] = ACTIONS(889), + [anon_sym_while] = ACTIONS(889), + [sym_mutable_specifier] = ACTIONS(889), + [sym_integer_literal] = ACTIONS(891), + [aux_sym_string_literal_token1] = ACTIONS(891), + [sym_char_literal] = ACTIONS(891), + [anon_sym_true] = ACTIONS(889), + [anon_sym_false] = ACTIONS(889), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(889), + [sym_super] = ACTIONS(889), + [sym_crate] = ACTIONS(889), + [sym_metavariable] = ACTIONS(891), + [sym__raw_string_literal_start] = ACTIONS(891), + [sym_float_literal] = ACTIONS(891), + }, + [STATE(198)] = { [sym_line_comment] = STATE(198), [sym_block_comment] = STATE(198), [sym_identifier] = ACTIONS(1037), @@ -39483,354 +39566,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1039), [sym_float_literal] = ACTIONS(1039), }, - [199] = { + [STATE(199)] = { [sym_line_comment] = STATE(199), [sym_block_comment] = STATE(199), - [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(997), - [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__raw_string_literal_start] = ACTIONS(997), - [sym_float_literal] = ACTIONS(997), - }, - [200] = { + [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(200)] = { [sym_line_comment] = STATE(200), [sym_block_comment] = STATE(200), - [sym_identifier] = ACTIONS(1007), - [anon_sym_SEMI] = ACTIONS(1009), - [anon_sym_LPAREN] = ACTIONS(1009), - [anon_sym_RPAREN] = ACTIONS(1009), - [anon_sym_LBRACK] = ACTIONS(1009), - [anon_sym_RBRACK] = ACTIONS(1009), - [anon_sym_LBRACE] = ACTIONS(1009), - [anon_sym_RBRACE] = ACTIONS(1009), - [anon_sym_EQ_GT] = ACTIONS(1009), - [anon_sym_COLON] = ACTIONS(1007), - [anon_sym_DOLLAR] = ACTIONS(1009), - [anon_sym_PLUS] = ACTIONS(1007), - [anon_sym_STAR] = ACTIONS(1007), - [anon_sym_QMARK] = ACTIONS(1009), - [anon_sym_u8] = ACTIONS(1007), - [anon_sym_i8] = ACTIONS(1007), - [anon_sym_u16] = ACTIONS(1007), - [anon_sym_i16] = ACTIONS(1007), - [anon_sym_u32] = ACTIONS(1007), - [anon_sym_i32] = ACTIONS(1007), - [anon_sym_u64] = ACTIONS(1007), - [anon_sym_i64] = ACTIONS(1007), - [anon_sym_u128] = ACTIONS(1007), - [anon_sym_i128] = ACTIONS(1007), - [anon_sym_isize] = ACTIONS(1007), - [anon_sym_usize] = ACTIONS(1007), - [anon_sym_f32] = ACTIONS(1007), - [anon_sym_f64] = ACTIONS(1007), - [anon_sym_bool] = ACTIONS(1007), - [anon_sym_str] = ACTIONS(1007), - [anon_sym_char] = ACTIONS(1007), - [anon_sym_DASH] = ACTIONS(1007), - [anon_sym_SLASH] = ACTIONS(1007), - [anon_sym_PERCENT] = ACTIONS(1007), - [anon_sym_CARET] = ACTIONS(1007), - [anon_sym_BANG] = ACTIONS(1007), - [anon_sym_AMP] = ACTIONS(1007), - [anon_sym_PIPE] = ACTIONS(1007), - [anon_sym_AMP_AMP] = ACTIONS(1009), - [anon_sym_PIPE_PIPE] = ACTIONS(1009), - [anon_sym_LT_LT] = ACTIONS(1007), - [anon_sym_GT_GT] = ACTIONS(1007), - [anon_sym_PLUS_EQ] = ACTIONS(1009), - [anon_sym_DASH_EQ] = ACTIONS(1009), - [anon_sym_STAR_EQ] = ACTIONS(1009), - [anon_sym_SLASH_EQ] = ACTIONS(1009), - [anon_sym_PERCENT_EQ] = ACTIONS(1009), - [anon_sym_CARET_EQ] = ACTIONS(1009), - [anon_sym_AMP_EQ] = ACTIONS(1009), - [anon_sym_PIPE_EQ] = ACTIONS(1009), - [anon_sym_LT_LT_EQ] = ACTIONS(1009), - [anon_sym_GT_GT_EQ] = ACTIONS(1009), - [anon_sym_EQ] = ACTIONS(1007), - [anon_sym_EQ_EQ] = ACTIONS(1009), - [anon_sym_BANG_EQ] = ACTIONS(1009), - [anon_sym_GT] = ACTIONS(1007), - [anon_sym_LT] = ACTIONS(1007), - [anon_sym_GT_EQ] = ACTIONS(1009), - [anon_sym_LT_EQ] = ACTIONS(1009), - [anon_sym_AT] = ACTIONS(1009), - [anon_sym__] = ACTIONS(1007), - [anon_sym_DOT] = ACTIONS(1007), - [anon_sym_DOT_DOT] = ACTIONS(1007), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1009), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1009), - [anon_sym_COMMA] = ACTIONS(1009), - [anon_sym_COLON_COLON] = ACTIONS(1009), - [anon_sym_DASH_GT] = ACTIONS(1009), - [anon_sym_POUND] = ACTIONS(1009), - [anon_sym_SQUOTE] = ACTIONS(1007), - [anon_sym_as] = ACTIONS(1007), - [anon_sym_async] = ACTIONS(1007), - [anon_sym_await] = ACTIONS(1007), - [anon_sym_break] = ACTIONS(1007), - [anon_sym_const] = ACTIONS(1007), - [anon_sym_continue] = ACTIONS(1007), - [anon_sym_default] = ACTIONS(1007), - [anon_sym_enum] = ACTIONS(1007), - [anon_sym_fn] = ACTIONS(1007), - [anon_sym_for] = ACTIONS(1007), - [anon_sym_gen] = ACTIONS(1007), - [anon_sym_if] = ACTIONS(1007), - [anon_sym_impl] = ACTIONS(1007), - [anon_sym_let] = ACTIONS(1007), - [anon_sym_loop] = ACTIONS(1007), - [anon_sym_match] = ACTIONS(1007), - [anon_sym_mod] = ACTIONS(1007), - [anon_sym_pub] = ACTIONS(1007), - [anon_sym_return] = ACTIONS(1007), - [anon_sym_static] = ACTIONS(1007), - [anon_sym_struct] = ACTIONS(1007), - [anon_sym_trait] = ACTIONS(1007), - [anon_sym_type] = ACTIONS(1007), - [anon_sym_union] = ACTIONS(1007), - [anon_sym_unsafe] = ACTIONS(1007), - [anon_sym_use] = ACTIONS(1007), - [anon_sym_where] = ACTIONS(1007), - [anon_sym_while] = ACTIONS(1007), - [sym_mutable_specifier] = ACTIONS(1007), - [sym_integer_literal] = ACTIONS(1009), - [aux_sym_string_literal_token1] = ACTIONS(1009), - [sym_char_literal] = ACTIONS(1009), - [anon_sym_true] = ACTIONS(1007), - [anon_sym_false] = ACTIONS(1007), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1007), - [sym_super] = ACTIONS(1007), - [sym_crate] = ACTIONS(1007), - [sym__raw_string_literal_start] = ACTIONS(1009), - [sym_float_literal] = ACTIONS(1009), - }, - [201] = { - [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1624), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(201), - [sym_block_comment] = STATE(201), - [aux_sym_enum_variant_list_repeat1] = STATE(1010), - [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(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), - }, - [202] = { - [sym_line_comment] = STATE(202), - [sym_block_comment] = STATE(202), [sym_identifier] = ACTIONS(1011), [anon_sym_SEMI] = ACTIONS(1013), [anon_sym_LPAREN] = ACTIONS(1013), @@ -39943,288 +39796,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1013), [sym_float_literal] = ACTIONS(1013), }, - [203] = { - [sym_line_comment] = STATE(203), - [sym_block_comment] = STATE(203), - [sym_identifier] = ACTIONS(1023), - [anon_sym_SEMI] = ACTIONS(1025), - [anon_sym_LPAREN] = ACTIONS(1025), - [anon_sym_RPAREN] = ACTIONS(1025), - [anon_sym_LBRACK] = ACTIONS(1025), - [anon_sym_RBRACK] = ACTIONS(1025), - [anon_sym_LBRACE] = ACTIONS(1025), - [anon_sym_RBRACE] = ACTIONS(1025), - [anon_sym_EQ_GT] = ACTIONS(1025), - [anon_sym_COLON] = ACTIONS(1023), - [anon_sym_DOLLAR] = ACTIONS(1025), - [anon_sym_PLUS] = ACTIONS(1023), - [anon_sym_STAR] = ACTIONS(1023), - [anon_sym_QMARK] = ACTIONS(1025), - [anon_sym_u8] = ACTIONS(1023), - [anon_sym_i8] = ACTIONS(1023), - [anon_sym_u16] = ACTIONS(1023), - [anon_sym_i16] = ACTIONS(1023), - [anon_sym_u32] = ACTIONS(1023), - [anon_sym_i32] = ACTIONS(1023), - [anon_sym_u64] = ACTIONS(1023), - [anon_sym_i64] = ACTIONS(1023), - [anon_sym_u128] = ACTIONS(1023), - [anon_sym_i128] = ACTIONS(1023), - [anon_sym_isize] = ACTIONS(1023), - [anon_sym_usize] = ACTIONS(1023), - [anon_sym_f32] = ACTIONS(1023), - [anon_sym_f64] = ACTIONS(1023), - [anon_sym_bool] = ACTIONS(1023), - [anon_sym_str] = ACTIONS(1023), - [anon_sym_char] = ACTIONS(1023), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_SLASH] = ACTIONS(1023), - [anon_sym_PERCENT] = ACTIONS(1023), - [anon_sym_CARET] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1023), - [anon_sym_PIPE] = ACTIONS(1023), - [anon_sym_AMP_AMP] = ACTIONS(1025), - [anon_sym_PIPE_PIPE] = ACTIONS(1025), - [anon_sym_LT_LT] = ACTIONS(1023), - [anon_sym_GT_GT] = ACTIONS(1023), - [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(1023), - [anon_sym_EQ_EQ] = ACTIONS(1025), - [anon_sym_BANG_EQ] = ACTIONS(1025), - [anon_sym_GT] = ACTIONS(1023), - [anon_sym_LT] = ACTIONS(1023), - [anon_sym_GT_EQ] = ACTIONS(1025), - [anon_sym_LT_EQ] = ACTIONS(1025), - [anon_sym_AT] = ACTIONS(1025), - [anon_sym__] = ACTIONS(1023), - [anon_sym_DOT] = ACTIONS(1023), - [anon_sym_DOT_DOT] = ACTIONS(1023), - [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(1023), - [anon_sym_as] = ACTIONS(1023), - [anon_sym_async] = ACTIONS(1023), - [anon_sym_await] = ACTIONS(1023), - [anon_sym_break] = ACTIONS(1023), - [anon_sym_const] = ACTIONS(1023), - [anon_sym_continue] = ACTIONS(1023), - [anon_sym_default] = ACTIONS(1023), - [anon_sym_enum] = ACTIONS(1023), - [anon_sym_fn] = ACTIONS(1023), - [anon_sym_for] = ACTIONS(1023), - [anon_sym_gen] = ACTIONS(1023), - [anon_sym_if] = ACTIONS(1023), - [anon_sym_impl] = ACTIONS(1023), - [anon_sym_let] = ACTIONS(1023), - [anon_sym_loop] = ACTIONS(1023), - [anon_sym_match] = ACTIONS(1023), - [anon_sym_mod] = ACTIONS(1023), - [anon_sym_pub] = ACTIONS(1023), - [anon_sym_return] = ACTIONS(1023), - [anon_sym_static] = ACTIONS(1023), - [anon_sym_struct] = ACTIONS(1023), - [anon_sym_trait] = ACTIONS(1023), - [anon_sym_type] = ACTIONS(1023), - [anon_sym_union] = ACTIONS(1023), - [anon_sym_unsafe] = ACTIONS(1023), - [anon_sym_use] = ACTIONS(1023), - [anon_sym_where] = ACTIONS(1023), - [anon_sym_while] = ACTIONS(1023), - [sym_mutable_specifier] = ACTIONS(1023), - [sym_integer_literal] = ACTIONS(1025), - [aux_sym_string_literal_token1] = ACTIONS(1025), - [sym_char_literal] = ACTIONS(1025), - [anon_sym_true] = ACTIONS(1023), - [anon_sym_false] = ACTIONS(1023), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1023), - [sym_super] = ACTIONS(1023), - [sym_crate] = ACTIONS(1023), - [sym__raw_string_literal_start] = ACTIONS(1025), - [sym_float_literal] = ACTIONS(1025), - }, - [204] = { - [sym_line_comment] = STATE(204), - [sym_block_comment] = STATE(204), - [sym_identifier] = ACTIONS(1027), - [anon_sym_SEMI] = ACTIONS(1029), - [anon_sym_LPAREN] = ACTIONS(1029), - [anon_sym_RPAREN] = ACTIONS(1029), - [anon_sym_LBRACK] = ACTIONS(1029), - [anon_sym_RBRACK] = ACTIONS(1029), - [anon_sym_LBRACE] = ACTIONS(1029), - [anon_sym_RBRACE] = ACTIONS(1029), - [anon_sym_EQ_GT] = ACTIONS(1029), - [anon_sym_COLON] = ACTIONS(1027), - [anon_sym_DOLLAR] = ACTIONS(1029), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_STAR] = ACTIONS(1027), - [anon_sym_QMARK] = ACTIONS(1029), - [anon_sym_u8] = ACTIONS(1027), - [anon_sym_i8] = ACTIONS(1027), - [anon_sym_u16] = ACTIONS(1027), - [anon_sym_i16] = ACTIONS(1027), - [anon_sym_u32] = ACTIONS(1027), - [anon_sym_i32] = ACTIONS(1027), - [anon_sym_u64] = ACTIONS(1027), - [anon_sym_i64] = ACTIONS(1027), - [anon_sym_u128] = ACTIONS(1027), - [anon_sym_i128] = ACTIONS(1027), - [anon_sym_isize] = ACTIONS(1027), - [anon_sym_usize] = ACTIONS(1027), - [anon_sym_f32] = ACTIONS(1027), - [anon_sym_f64] = ACTIONS(1027), - [anon_sym_bool] = ACTIONS(1027), - [anon_sym_str] = ACTIONS(1027), - [anon_sym_char] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_SLASH] = ACTIONS(1027), - [anon_sym_PERCENT] = ACTIONS(1027), - [anon_sym_CARET] = ACTIONS(1027), - [anon_sym_BANG] = ACTIONS(1027), - [anon_sym_AMP] = ACTIONS(1027), - [anon_sym_PIPE] = ACTIONS(1027), - [anon_sym_AMP_AMP] = ACTIONS(1029), - [anon_sym_PIPE_PIPE] = ACTIONS(1029), - [anon_sym_LT_LT] = ACTIONS(1027), - [anon_sym_GT_GT] = ACTIONS(1027), - [anon_sym_PLUS_EQ] = ACTIONS(1029), - [anon_sym_DASH_EQ] = ACTIONS(1029), - [anon_sym_STAR_EQ] = ACTIONS(1029), - [anon_sym_SLASH_EQ] = ACTIONS(1029), - [anon_sym_PERCENT_EQ] = ACTIONS(1029), - [anon_sym_CARET_EQ] = ACTIONS(1029), - [anon_sym_AMP_EQ] = ACTIONS(1029), - [anon_sym_PIPE_EQ] = ACTIONS(1029), - [anon_sym_LT_LT_EQ] = ACTIONS(1029), - [anon_sym_GT_GT_EQ] = ACTIONS(1029), - [anon_sym_EQ] = ACTIONS(1027), - [anon_sym_EQ_EQ] = ACTIONS(1029), - [anon_sym_BANG_EQ] = ACTIONS(1029), - [anon_sym_GT] = ACTIONS(1027), - [anon_sym_LT] = ACTIONS(1027), - [anon_sym_GT_EQ] = ACTIONS(1029), - [anon_sym_LT_EQ] = ACTIONS(1029), - [anon_sym_AT] = ACTIONS(1029), - [anon_sym__] = ACTIONS(1027), - [anon_sym_DOT] = ACTIONS(1027), - [anon_sym_DOT_DOT] = ACTIONS(1027), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1029), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1029), - [anon_sym_COMMA] = ACTIONS(1029), - [anon_sym_COLON_COLON] = ACTIONS(1029), - [anon_sym_DASH_GT] = ACTIONS(1029), - [anon_sym_POUND] = ACTIONS(1029), - [anon_sym_SQUOTE] = ACTIONS(1027), - [anon_sym_as] = ACTIONS(1027), - [anon_sym_async] = ACTIONS(1027), - [anon_sym_await] = ACTIONS(1027), - [anon_sym_break] = ACTIONS(1027), - [anon_sym_const] = ACTIONS(1027), - [anon_sym_continue] = ACTIONS(1027), - [anon_sym_default] = ACTIONS(1027), - [anon_sym_enum] = ACTIONS(1027), - [anon_sym_fn] = ACTIONS(1027), - [anon_sym_for] = ACTIONS(1027), - [anon_sym_gen] = ACTIONS(1027), - [anon_sym_if] = ACTIONS(1027), - [anon_sym_impl] = ACTIONS(1027), - [anon_sym_let] = ACTIONS(1027), - [anon_sym_loop] = ACTIONS(1027), - [anon_sym_match] = ACTIONS(1027), - [anon_sym_mod] = ACTIONS(1027), - [anon_sym_pub] = ACTIONS(1027), - [anon_sym_return] = ACTIONS(1027), - [anon_sym_static] = ACTIONS(1027), - [anon_sym_struct] = ACTIONS(1027), - [anon_sym_trait] = ACTIONS(1027), - [anon_sym_type] = ACTIONS(1027), - [anon_sym_union] = ACTIONS(1027), - [anon_sym_unsafe] = ACTIONS(1027), - [anon_sym_use] = ACTIONS(1027), - [anon_sym_where] = ACTIONS(1027), - [anon_sym_while] = ACTIONS(1027), - [sym_mutable_specifier] = ACTIONS(1027), - [sym_integer_literal] = ACTIONS(1029), - [aux_sym_string_literal_token1] = ACTIONS(1029), - [sym_char_literal] = ACTIONS(1029), - [anon_sym_true] = ACTIONS(1027), - [anon_sym_false] = ACTIONS(1027), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1027), - [sym_super] = ACTIONS(1027), - [sym_crate] = ACTIONS(1027), - [sym__raw_string_literal_start] = ACTIONS(1029), - [sym_float_literal] = ACTIONS(1029), - }, - [205] = { + [STATE(201)] = { + [sym_line_comment] = STATE(201), + [sym_block_comment] = STATE(201), + [sym_identifier] = ACTIONS(1015), + [anon_sym_SEMI] = ACTIONS(1017), + [anon_sym_LPAREN] = ACTIONS(1017), + [anon_sym_RPAREN] = ACTIONS(1017), + [anon_sym_LBRACK] = ACTIONS(1017), + [anon_sym_RBRACK] = ACTIONS(1017), + [anon_sym_LBRACE] = ACTIONS(1017), + [anon_sym_RBRACE] = ACTIONS(1017), + [anon_sym_EQ_GT] = ACTIONS(1017), + [anon_sym_COLON] = ACTIONS(1015), + [anon_sym_DOLLAR] = ACTIONS(1017), + [anon_sym_PLUS] = ACTIONS(1015), + [anon_sym_STAR] = ACTIONS(1015), + [anon_sym_QMARK] = ACTIONS(1017), + [anon_sym_u8] = ACTIONS(1015), + [anon_sym_i8] = ACTIONS(1015), + [anon_sym_u16] = ACTIONS(1015), + [anon_sym_i16] = ACTIONS(1015), + [anon_sym_u32] = ACTIONS(1015), + [anon_sym_i32] = ACTIONS(1015), + [anon_sym_u64] = ACTIONS(1015), + [anon_sym_i64] = ACTIONS(1015), + [anon_sym_u128] = ACTIONS(1015), + [anon_sym_i128] = ACTIONS(1015), + [anon_sym_isize] = ACTIONS(1015), + [anon_sym_usize] = ACTIONS(1015), + [anon_sym_f32] = ACTIONS(1015), + [anon_sym_f64] = ACTIONS(1015), + [anon_sym_bool] = ACTIONS(1015), + [anon_sym_str] = ACTIONS(1015), + [anon_sym_char] = ACTIONS(1015), + [anon_sym_DASH] = ACTIONS(1015), + [anon_sym_SLASH] = ACTIONS(1015), + [anon_sym_PERCENT] = ACTIONS(1015), + [anon_sym_CARET] = ACTIONS(1015), + [anon_sym_BANG] = ACTIONS(1015), + [anon_sym_AMP] = ACTIONS(1015), + [anon_sym_PIPE] = ACTIONS(1015), + [anon_sym_AMP_AMP] = ACTIONS(1017), + [anon_sym_PIPE_PIPE] = ACTIONS(1017), + [anon_sym_LT_LT] = ACTIONS(1015), + [anon_sym_GT_GT] = ACTIONS(1015), + [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(1015), + [anon_sym_EQ_EQ] = ACTIONS(1017), + [anon_sym_BANG_EQ] = ACTIONS(1017), + [anon_sym_GT] = ACTIONS(1015), + [anon_sym_LT] = ACTIONS(1015), + [anon_sym_GT_EQ] = ACTIONS(1017), + [anon_sym_LT_EQ] = ACTIONS(1017), + [anon_sym_AT] = ACTIONS(1017), + [anon_sym__] = ACTIONS(1015), + [anon_sym_DOT] = ACTIONS(1015), + [anon_sym_DOT_DOT] = ACTIONS(1015), + [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(1015), + [anon_sym_as] = ACTIONS(1015), + [anon_sym_async] = ACTIONS(1015), + [anon_sym_await] = ACTIONS(1015), + [anon_sym_break] = ACTIONS(1015), + [anon_sym_const] = ACTIONS(1015), + [anon_sym_continue] = ACTIONS(1015), + [anon_sym_default] = ACTIONS(1015), + [anon_sym_enum] = ACTIONS(1015), + [anon_sym_fn] = ACTIONS(1015), + [anon_sym_for] = ACTIONS(1015), + [anon_sym_gen] = ACTIONS(1015), + [anon_sym_if] = ACTIONS(1015), + [anon_sym_impl] = ACTIONS(1015), + [anon_sym_let] = ACTIONS(1015), + [anon_sym_loop] = ACTIONS(1015), + [anon_sym_match] = ACTIONS(1015), + [anon_sym_mod] = ACTIONS(1015), + [anon_sym_pub] = ACTIONS(1015), + [anon_sym_return] = ACTIONS(1015), + [anon_sym_static] = ACTIONS(1015), + [anon_sym_struct] = ACTIONS(1015), + [anon_sym_trait] = ACTIONS(1015), + [anon_sym_type] = ACTIONS(1015), + [anon_sym_union] = ACTIONS(1015), + [anon_sym_unsafe] = ACTIONS(1015), + [anon_sym_use] = ACTIONS(1015), + [anon_sym_where] = ACTIONS(1015), + [anon_sym_while] = ACTIONS(1015), + [sym_mutable_specifier] = ACTIONS(1015), + [sym_integer_literal] = ACTIONS(1017), + [aux_sym_string_literal_token1] = ACTIONS(1017), + [sym_char_literal] = ACTIONS(1017), + [anon_sym_true] = ACTIONS(1015), + [anon_sym_false] = ACTIONS(1015), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1015), + [sym_super] = ACTIONS(1015), + [sym_crate] = ACTIONS(1015), + [sym__raw_string_literal_start] = ACTIONS(1017), + [sym_float_literal] = ACTIONS(1017), + }, + [STATE(202)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1623), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(205), - [sym_block_comment] = STATE(205), - [aux_sym_enum_variant_list_repeat1] = STATE(207), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1872), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(202), + [sym_block_comment] = STATE(202), + [aux_sym_enum_variant_list_repeat1] = STATE(1010), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -40288,173 +40026,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), }, - [206] = { - [sym_line_comment] = STATE(206), - [sym_block_comment] = STATE(206), - [sym_identifier] = ACTIONS(1041), - [anon_sym_SEMI] = ACTIONS(1043), - [anon_sym_LPAREN] = ACTIONS(1043), - [anon_sym_RPAREN] = ACTIONS(1043), - [anon_sym_LBRACK] = ACTIONS(1043), - [anon_sym_RBRACK] = ACTIONS(1043), - [anon_sym_LBRACE] = ACTIONS(1043), - [anon_sym_RBRACE] = ACTIONS(1043), - [anon_sym_EQ_GT] = ACTIONS(1043), - [anon_sym_COLON] = ACTIONS(1041), - [anon_sym_DOLLAR] = 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_AT] = ACTIONS(1043), - [anon_sym__] = ACTIONS(1041), - [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_COMMA] = ACTIONS(1043), - [anon_sym_COLON_COLON] = ACTIONS(1043), - [anon_sym_DASH_GT] = ACTIONS(1043), - [anon_sym_POUND] = ACTIONS(1043), - [anon_sym_SQUOTE] = ACTIONS(1041), - [anon_sym_as] = ACTIONS(1041), - [anon_sym_async] = ACTIONS(1041), - [anon_sym_await] = 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_where] = ACTIONS(1041), - [anon_sym_while] = ACTIONS(1041), - [sym_mutable_specifier] = 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__raw_string_literal_start] = ACTIONS(1043), - [sym_float_literal] = ACTIONS(1043), - }, - [207] = { + [STATE(203)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1638), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(207), - [sym_block_comment] = STATE(207), - [aux_sym_enum_variant_list_repeat1] = STATE(1010), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1612), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(203), + [sym_block_comment] = STATE(203), + [aux_sym_enum_variant_list_repeat1] = STATE(204), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -40518,57 +40141,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [208] = { + [STATE(204)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1894), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(208), - [sym_block_comment] = STATE(208), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1622), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(204), + [sym_block_comment] = STATE(204), [aux_sym_enum_variant_list_repeat1] = STATE(1010), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), @@ -40633,27 +40256,372 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [209] = { - [sym_line_comment] = STATE(209), - [sym_block_comment] = STATE(209), - [sym_identifier] = ACTIONS(1045), - [anon_sym_SEMI] = ACTIONS(1047), - [anon_sym_LPAREN] = ACTIONS(1047), - [anon_sym_RPAREN] = ACTIONS(1047), - [anon_sym_LBRACK] = ACTIONS(1047), - [anon_sym_RBRACK] = ACTIONS(1047), - [anon_sym_LBRACE] = ACTIONS(1047), - [anon_sym_RBRACE] = ACTIONS(1047), - [anon_sym_EQ_GT] = ACTIONS(1047), - [anon_sym_COLON] = ACTIONS(1045), - [anon_sym_DOLLAR] = 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), + [STATE(205)] = { + [sym_line_comment] = STATE(205), + [sym_block_comment] = STATE(205), + [sym_identifier] = ACTIONS(941), + [anon_sym_SEMI] = ACTIONS(943), + [anon_sym_LPAREN] = ACTIONS(943), + [anon_sym_RPAREN] = ACTIONS(943), + [anon_sym_LBRACK] = ACTIONS(943), + [anon_sym_RBRACK] = ACTIONS(943), + [anon_sym_LBRACE] = ACTIONS(943), + [anon_sym_RBRACE] = ACTIONS(943), + [anon_sym_EQ_GT] = ACTIONS(943), + [anon_sym_COLON] = ACTIONS(941), + [anon_sym_DOLLAR] = ACTIONS(943), + [anon_sym_PLUS] = ACTIONS(941), + [anon_sym_STAR] = ACTIONS(941), + [anon_sym_QMARK] = ACTIONS(943), + [anon_sym_u8] = ACTIONS(941), + [anon_sym_i8] = ACTIONS(941), + [anon_sym_u16] = ACTIONS(941), + [anon_sym_i16] = ACTIONS(941), + [anon_sym_u32] = ACTIONS(941), + [anon_sym_i32] = ACTIONS(941), + [anon_sym_u64] = ACTIONS(941), + [anon_sym_i64] = ACTIONS(941), + [anon_sym_u128] = ACTIONS(941), + [anon_sym_i128] = ACTIONS(941), + [anon_sym_isize] = ACTIONS(941), + [anon_sym_usize] = ACTIONS(941), + [anon_sym_f32] = ACTIONS(941), + [anon_sym_f64] = ACTIONS(941), + [anon_sym_bool] = ACTIONS(941), + [anon_sym_str] = ACTIONS(941), + [anon_sym_char] = ACTIONS(941), + [anon_sym_DASH] = ACTIONS(941), + [anon_sym_SLASH] = ACTIONS(941), + [anon_sym_PERCENT] = ACTIONS(941), + [anon_sym_CARET] = ACTIONS(941), + [anon_sym_BANG] = ACTIONS(941), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(941), + [anon_sym_AMP_AMP] = ACTIONS(943), + [anon_sym_PIPE_PIPE] = ACTIONS(943), + [anon_sym_LT_LT] = ACTIONS(941), + [anon_sym_GT_GT] = ACTIONS(941), + [anon_sym_PLUS_EQ] = ACTIONS(943), + [anon_sym_DASH_EQ] = ACTIONS(943), + [anon_sym_STAR_EQ] = ACTIONS(943), + [anon_sym_SLASH_EQ] = ACTIONS(943), + [anon_sym_PERCENT_EQ] = ACTIONS(943), + [anon_sym_CARET_EQ] = ACTIONS(943), + [anon_sym_AMP_EQ] = ACTIONS(943), + [anon_sym_PIPE_EQ] = ACTIONS(943), + [anon_sym_LT_LT_EQ] = ACTIONS(943), + [anon_sym_GT_GT_EQ] = ACTIONS(943), + [anon_sym_EQ] = ACTIONS(941), + [anon_sym_EQ_EQ] = ACTIONS(943), + [anon_sym_BANG_EQ] = ACTIONS(943), + [anon_sym_GT] = ACTIONS(941), + [anon_sym_LT] = ACTIONS(941), + [anon_sym_GT_EQ] = ACTIONS(943), + [anon_sym_LT_EQ] = ACTIONS(943), + [anon_sym_AT] = ACTIONS(943), + [anon_sym__] = ACTIONS(941), + [anon_sym_DOT] = ACTIONS(941), + [anon_sym_DOT_DOT] = ACTIONS(941), + [anon_sym_DOT_DOT_DOT] = ACTIONS(943), + [anon_sym_DOT_DOT_EQ] = ACTIONS(943), + [anon_sym_COMMA] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(943), + [anon_sym_DASH_GT] = ACTIONS(943), + [anon_sym_POUND] = ACTIONS(943), + [anon_sym_SQUOTE] = ACTIONS(941), + [anon_sym_as] = ACTIONS(941), + [anon_sym_async] = ACTIONS(941), + [anon_sym_await] = ACTIONS(941), + [anon_sym_break] = ACTIONS(941), + [anon_sym_const] = ACTIONS(941), + [anon_sym_continue] = ACTIONS(941), + [anon_sym_default] = ACTIONS(941), + [anon_sym_enum] = ACTIONS(941), + [anon_sym_fn] = ACTIONS(941), + [anon_sym_for] = ACTIONS(941), + [anon_sym_gen] = ACTIONS(941), + [anon_sym_if] = ACTIONS(941), + [anon_sym_impl] = ACTIONS(941), + [anon_sym_let] = ACTIONS(941), + [anon_sym_loop] = ACTIONS(941), + [anon_sym_match] = ACTIONS(941), + [anon_sym_mod] = ACTIONS(941), + [anon_sym_pub] = ACTIONS(941), + [anon_sym_return] = ACTIONS(941), + [anon_sym_static] = ACTIONS(941), + [anon_sym_struct] = ACTIONS(941), + [anon_sym_trait] = ACTIONS(941), + [anon_sym_type] = ACTIONS(941), + [anon_sym_union] = ACTIONS(941), + [anon_sym_unsafe] = ACTIONS(941), + [anon_sym_use] = ACTIONS(941), + [anon_sym_where] = ACTIONS(941), + [anon_sym_while] = ACTIONS(941), + [sym_mutable_specifier] = ACTIONS(941), + [sym_integer_literal] = ACTIONS(943), + [aux_sym_string_literal_token1] = ACTIONS(943), + [sym_char_literal] = ACTIONS(943), + [anon_sym_true] = ACTIONS(941), + [anon_sym_false] = ACTIONS(941), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(941), + [sym_super] = ACTIONS(941), + [sym_crate] = ACTIONS(941), + [sym__raw_string_literal_start] = ACTIONS(943), + [sym_float_literal] = ACTIONS(943), + }, + [STATE(206)] = { + [sym_line_comment] = STATE(206), + [sym_block_comment] = STATE(206), + [sym_identifier] = ACTIONS(1019), + [anon_sym_SEMI] = ACTIONS(1021), + [anon_sym_LPAREN] = ACTIONS(1021), + [anon_sym_RPAREN] = ACTIONS(1021), + [anon_sym_LBRACK] = ACTIONS(1021), + [anon_sym_RBRACK] = ACTIONS(1021), + [anon_sym_LBRACE] = ACTIONS(1021), + [anon_sym_RBRACE] = ACTIONS(1021), + [anon_sym_EQ_GT] = ACTIONS(1021), + [anon_sym_COLON] = ACTIONS(1019), + [anon_sym_DOLLAR] = ACTIONS(1021), + [anon_sym_PLUS] = ACTIONS(1019), + [anon_sym_STAR] = ACTIONS(1019), + [anon_sym_QMARK] = ACTIONS(1021), + [anon_sym_u8] = ACTIONS(1019), + [anon_sym_i8] = ACTIONS(1019), + [anon_sym_u16] = ACTIONS(1019), + [anon_sym_i16] = ACTIONS(1019), + [anon_sym_u32] = ACTIONS(1019), + [anon_sym_i32] = ACTIONS(1019), + [anon_sym_u64] = ACTIONS(1019), + [anon_sym_i64] = ACTIONS(1019), + [anon_sym_u128] = ACTIONS(1019), + [anon_sym_i128] = ACTIONS(1019), + [anon_sym_isize] = ACTIONS(1019), + [anon_sym_usize] = ACTIONS(1019), + [anon_sym_f32] = ACTIONS(1019), + [anon_sym_f64] = ACTIONS(1019), + [anon_sym_bool] = ACTIONS(1019), + [anon_sym_str] = ACTIONS(1019), + [anon_sym_char] = ACTIONS(1019), + [anon_sym_DASH] = ACTIONS(1019), + [anon_sym_SLASH] = ACTIONS(1019), + [anon_sym_PERCENT] = ACTIONS(1019), + [anon_sym_CARET] = ACTIONS(1019), + [anon_sym_BANG] = ACTIONS(1019), + [anon_sym_AMP] = ACTIONS(1019), + [anon_sym_PIPE] = ACTIONS(1019), + [anon_sym_AMP_AMP] = ACTIONS(1021), + [anon_sym_PIPE_PIPE] = ACTIONS(1021), + [anon_sym_LT_LT] = ACTIONS(1019), + [anon_sym_GT_GT] = ACTIONS(1019), + [anon_sym_PLUS_EQ] = ACTIONS(1021), + [anon_sym_DASH_EQ] = ACTIONS(1021), + [anon_sym_STAR_EQ] = ACTIONS(1021), + [anon_sym_SLASH_EQ] = ACTIONS(1021), + [anon_sym_PERCENT_EQ] = ACTIONS(1021), + [anon_sym_CARET_EQ] = ACTIONS(1021), + [anon_sym_AMP_EQ] = ACTIONS(1021), + [anon_sym_PIPE_EQ] = ACTIONS(1021), + [anon_sym_LT_LT_EQ] = ACTIONS(1021), + [anon_sym_GT_GT_EQ] = ACTIONS(1021), + [anon_sym_EQ] = ACTIONS(1019), + [anon_sym_EQ_EQ] = ACTIONS(1021), + [anon_sym_BANG_EQ] = ACTIONS(1021), + [anon_sym_GT] = ACTIONS(1019), + [anon_sym_LT] = ACTIONS(1019), + [anon_sym_GT_EQ] = ACTIONS(1021), + [anon_sym_LT_EQ] = ACTIONS(1021), + [anon_sym_AT] = ACTIONS(1021), + [anon_sym__] = ACTIONS(1019), + [anon_sym_DOT] = ACTIONS(1019), + [anon_sym_DOT_DOT] = ACTIONS(1019), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1021), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1021), + [anon_sym_COMMA] = ACTIONS(1021), + [anon_sym_COLON_COLON] = ACTIONS(1021), + [anon_sym_DASH_GT] = ACTIONS(1021), + [anon_sym_POUND] = ACTIONS(1021), + [anon_sym_SQUOTE] = ACTIONS(1019), + [anon_sym_as] = ACTIONS(1019), + [anon_sym_async] = ACTIONS(1019), + [anon_sym_await] = ACTIONS(1019), + [anon_sym_break] = ACTIONS(1019), + [anon_sym_const] = ACTIONS(1019), + [anon_sym_continue] = ACTIONS(1019), + [anon_sym_default] = ACTIONS(1019), + [anon_sym_enum] = ACTIONS(1019), + [anon_sym_fn] = ACTIONS(1019), + [anon_sym_for] = ACTIONS(1019), + [anon_sym_gen] = ACTIONS(1019), + [anon_sym_if] = ACTIONS(1019), + [anon_sym_impl] = ACTIONS(1019), + [anon_sym_let] = ACTIONS(1019), + [anon_sym_loop] = ACTIONS(1019), + [anon_sym_match] = ACTIONS(1019), + [anon_sym_mod] = ACTIONS(1019), + [anon_sym_pub] = ACTIONS(1019), + [anon_sym_return] = ACTIONS(1019), + [anon_sym_static] = ACTIONS(1019), + [anon_sym_struct] = ACTIONS(1019), + [anon_sym_trait] = ACTIONS(1019), + [anon_sym_type] = ACTIONS(1019), + [anon_sym_union] = ACTIONS(1019), + [anon_sym_unsafe] = ACTIONS(1019), + [anon_sym_use] = ACTIONS(1019), + [anon_sym_where] = ACTIONS(1019), + [anon_sym_while] = ACTIONS(1019), + [sym_mutable_specifier] = ACTIONS(1019), + [sym_integer_literal] = ACTIONS(1021), + [aux_sym_string_literal_token1] = ACTIONS(1021), + [sym_char_literal] = ACTIONS(1021), + [anon_sym_true] = ACTIONS(1019), + [anon_sym_false] = ACTIONS(1019), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1019), + [sym_super] = ACTIONS(1019), + [sym_crate] = ACTIONS(1019), + [sym__raw_string_literal_start] = ACTIONS(1021), + [sym_float_literal] = ACTIONS(1021), + }, + [STATE(207)] = { + [sym_line_comment] = STATE(207), + [sym_block_comment] = STATE(207), + [sym_identifier] = ACTIONS(1041), + [anon_sym_SEMI] = ACTIONS(1043), + [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_RPAREN] = ACTIONS(1043), + [anon_sym_LBRACK] = ACTIONS(1043), + [anon_sym_RBRACK] = ACTIONS(1043), + [anon_sym_LBRACE] = ACTIONS(1043), + [anon_sym_RBRACE] = ACTIONS(1043), + [anon_sym_EQ_GT] = ACTIONS(1043), + [anon_sym_COLON] = ACTIONS(1041), + [anon_sym_DOLLAR] = 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_AT] = ACTIONS(1043), + [anon_sym__] = ACTIONS(1041), + [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_COMMA] = ACTIONS(1043), + [anon_sym_COLON_COLON] = ACTIONS(1043), + [anon_sym_DASH_GT] = ACTIONS(1043), + [anon_sym_POUND] = ACTIONS(1043), + [anon_sym_SQUOTE] = ACTIONS(1041), + [anon_sym_as] = ACTIONS(1041), + [anon_sym_async] = ACTIONS(1041), + [anon_sym_await] = 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_where] = ACTIONS(1041), + [anon_sym_while] = ACTIONS(1041), + [sym_mutable_specifier] = 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__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(1045), + [anon_sym_SEMI] = ACTIONS(1047), + [anon_sym_LPAREN] = ACTIONS(1047), + [anon_sym_RPAREN] = ACTIONS(1047), + [anon_sym_LBRACK] = ACTIONS(1047), + [anon_sym_RBRACK] = ACTIONS(1047), + [anon_sym_LBRACE] = ACTIONS(1047), + [anon_sym_RBRACE] = ACTIONS(1047), + [anon_sym_EQ_GT] = ACTIONS(1047), + [anon_sym_COLON] = ACTIONS(1045), + [anon_sym_DOLLAR] = 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), @@ -40748,7 +40716,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1047), [sym_float_literal] = ACTIONS(1047), }, - [210] = { + [STATE(209)] = { + [sym_attribute_item] = STATE(1011), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1878), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(209), + [sym_block_comment] = STATE(209), + [aux_sym_enum_variant_list_repeat1] = STATE(1010), + [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(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)] = { [sym_line_comment] = STATE(210), [sym_block_comment] = STATE(210), [sym_identifier] = ACTIONS(1049), @@ -40863,57 +40946,172 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1051), [sym_float_literal] = ACTIONS(1051), }, - [211] = { - [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1899), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(211)] = { [sym_line_comment] = STATE(211), [sym_block_comment] = STATE(211), + [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(212)] = { + [sym_attribute_item] = STATE(1011), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1625), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(212), + [sym_block_comment] = STATE(212), [aux_sym_enum_variant_list_repeat1] = STATE(1010), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), @@ -40978,57 +41176,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [212] = { + [STATE(213)] = { [sym_attribute_item] = STATE(1011), - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1617), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(212), - [sym_block_comment] = STATE(212), + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1653), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(213), + [sym_block_comment] = STATE(213), [aux_sym_enum_variant_list_repeat1] = STATE(1010), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), @@ -41093,518 +41291,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), }, - [213] = { - [sym_line_comment] = STATE(213), - [sym_block_comment] = STATE(213), - [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), - }, - [214] = { + [STATE(214)] = { [sym_line_comment] = STATE(214), [sym_block_comment] = STATE(214), - [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(933), - [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__raw_string_literal_start] = ACTIONS(933), - [sym_float_literal] = ACTIONS(933), - }, - [215] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1418), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [sym_identifier] = ACTIONS(1005), + [anon_sym_SEMI] = ACTIONS(1007), + [anon_sym_LPAREN] = ACTIONS(1007), + [anon_sym_RPAREN] = ACTIONS(1007), + [anon_sym_LBRACK] = ACTIONS(1007), + [anon_sym_RBRACK] = ACTIONS(1007), + [anon_sym_LBRACE] = ACTIONS(1007), + [anon_sym_RBRACE] = ACTIONS(1007), + [anon_sym_EQ_GT] = ACTIONS(1007), + [anon_sym_COLON] = ACTIONS(1005), + [anon_sym_DOLLAR] = ACTIONS(1007), + [anon_sym_PLUS] = ACTIONS(1005), + [anon_sym_STAR] = ACTIONS(1005), + [anon_sym_QMARK] = ACTIONS(1007), + [anon_sym_u8] = ACTIONS(1005), + [anon_sym_i8] = ACTIONS(1005), + [anon_sym_u16] = ACTIONS(1005), + [anon_sym_i16] = ACTIONS(1005), + [anon_sym_u32] = ACTIONS(1005), + [anon_sym_i32] = ACTIONS(1005), + [anon_sym_u64] = ACTIONS(1005), + [anon_sym_i64] = ACTIONS(1005), + [anon_sym_u128] = ACTIONS(1005), + [anon_sym_i128] = ACTIONS(1005), + [anon_sym_isize] = ACTIONS(1005), + [anon_sym_usize] = ACTIONS(1005), + [anon_sym_f32] = ACTIONS(1005), + [anon_sym_f64] = ACTIONS(1005), + [anon_sym_bool] = ACTIONS(1005), + [anon_sym_str] = ACTIONS(1005), + [anon_sym_char] = ACTIONS(1005), + [anon_sym_DASH] = ACTIONS(1005), + [anon_sym_SLASH] = ACTIONS(1005), + [anon_sym_PERCENT] = ACTIONS(1005), + [anon_sym_CARET] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_AMP] = ACTIONS(1005), + [anon_sym_PIPE] = ACTIONS(1005), + [anon_sym_AMP_AMP] = ACTIONS(1007), + [anon_sym_PIPE_PIPE] = ACTIONS(1007), + [anon_sym_LT_LT] = ACTIONS(1005), + [anon_sym_GT_GT] = ACTIONS(1005), + [anon_sym_PLUS_EQ] = ACTIONS(1007), + [anon_sym_DASH_EQ] = ACTIONS(1007), + [anon_sym_STAR_EQ] = ACTIONS(1007), + [anon_sym_SLASH_EQ] = ACTIONS(1007), + [anon_sym_PERCENT_EQ] = ACTIONS(1007), + [anon_sym_CARET_EQ] = ACTIONS(1007), + [anon_sym_AMP_EQ] = ACTIONS(1007), + [anon_sym_PIPE_EQ] = ACTIONS(1007), + [anon_sym_LT_LT_EQ] = ACTIONS(1007), + [anon_sym_GT_GT_EQ] = ACTIONS(1007), + [anon_sym_EQ] = ACTIONS(1005), + [anon_sym_EQ_EQ] = ACTIONS(1007), + [anon_sym_BANG_EQ] = ACTIONS(1007), + [anon_sym_GT] = ACTIONS(1005), + [anon_sym_LT] = ACTIONS(1005), + [anon_sym_GT_EQ] = ACTIONS(1007), + [anon_sym_LT_EQ] = ACTIONS(1007), + [anon_sym_AT] = ACTIONS(1007), + [anon_sym__] = ACTIONS(1005), + [anon_sym_DOT] = ACTIONS(1005), + [anon_sym_DOT_DOT] = ACTIONS(1005), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1007), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1007), + [anon_sym_COMMA] = ACTIONS(1007), + [anon_sym_COLON_COLON] = ACTIONS(1007), + [anon_sym_DASH_GT] = ACTIONS(1007), + [anon_sym_POUND] = ACTIONS(1007), + [anon_sym_SQUOTE] = ACTIONS(1005), + [anon_sym_as] = ACTIONS(1005), + [anon_sym_async] = ACTIONS(1005), + [anon_sym_await] = ACTIONS(1005), + [anon_sym_break] = ACTIONS(1005), + [anon_sym_const] = ACTIONS(1005), + [anon_sym_continue] = ACTIONS(1005), + [anon_sym_default] = ACTIONS(1005), + [anon_sym_enum] = ACTIONS(1005), + [anon_sym_fn] = ACTIONS(1005), + [anon_sym_for] = ACTIONS(1005), + [anon_sym_gen] = ACTIONS(1005), + [anon_sym_if] = ACTIONS(1005), + [anon_sym_impl] = ACTIONS(1005), + [anon_sym_let] = ACTIONS(1005), + [anon_sym_loop] = ACTIONS(1005), + [anon_sym_match] = ACTIONS(1005), + [anon_sym_mod] = ACTIONS(1005), + [anon_sym_pub] = ACTIONS(1005), + [anon_sym_return] = ACTIONS(1005), + [anon_sym_static] = ACTIONS(1005), + [anon_sym_struct] = ACTIONS(1005), + [anon_sym_trait] = ACTIONS(1005), + [anon_sym_type] = ACTIONS(1005), + [anon_sym_union] = ACTIONS(1005), + [anon_sym_unsafe] = ACTIONS(1005), + [anon_sym_use] = ACTIONS(1005), + [anon_sym_where] = ACTIONS(1005), + [anon_sym_while] = ACTIONS(1005), + [sym_mutable_specifier] = ACTIONS(1005), + [sym_integer_literal] = ACTIONS(1007), + [aux_sym_string_literal_token1] = ACTIONS(1007), + [sym_char_literal] = ACTIONS(1007), + [anon_sym_true] = ACTIONS(1005), + [anon_sym_false] = ACTIONS(1005), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1005), + [sym_super] = ACTIONS(1005), + [sym_crate] = ACTIONS(1005), + [sym__raw_string_literal_start] = ACTIONS(1007), + [sym_float_literal] = ACTIONS(1007), + }, + [STATE(215)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1670), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(215), [sym_block_comment] = STATE(215), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [sym_mutable_specifier] = ACTIONS(1055), - [anon_sym_raw] = ACTIONS(1057), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), - [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), - }, - [216] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1677), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(216), - [sym_block_comment] = STATE(216), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), - [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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1059), - [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), - [sym_mutable_specifier] = ACTIONS(1061), - [anon_sym_raw] = ACTIONS(1063), - [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), - }, - [217] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1819), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(217), - [sym_block_comment] = STATE(217), - [aux_sym_tuple_expression_repeat1] = STATE(229), + [aux_sym_tuple_expression_repeat1] = STATE(245), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1065), + [anon_sym_RPAREN] = ACTIONS(1053), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -41665,284 +41520,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), }, - [218] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1596), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_let_condition] = STATE(2580), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(218), - [sym_block_comment] = STATE(218), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), - [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(965), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), - [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), - }, - [219] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1704), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1441), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(219), - [sym_block_comment] = STATE(219), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(471), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_DASH_GT] = ACTIONS(1075), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [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), - }, - [220] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1751), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1490), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(220), - [sym_block_comment] = STATE(220), + [STATE(216)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1699), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1473), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(216), + [sym_block_comment] = STATE(216), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -41970,10 +41597,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(1077), + [anon_sym__] = ACTIONS(1055), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1079), + [anon_sym_DASH_GT] = ACTIONS(1057), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -42007,105 +41634,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), }, - [221] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1742), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_let_condition] = STATE(2580), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(221), - [sym_block_comment] = STATE(221), - [sym_identifier] = ACTIONS(467), + [STATE(217)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1513), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1436), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [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(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [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_DOT_DOT] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym__] = ACTIONS(1059), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [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(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(965), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [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(515), - [anon_sym_move] = ACTIONS(517), + [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), @@ -42114,67 +41741,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [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), }, - [222] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1658), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(222), - [sym_block_comment] = STATE(222), + [STATE(218)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1437), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(218), + [sym_block_comment] = STATE(218), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(483), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(489), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [sym_mutable_specifier] = ACTIONS(1067), + [anon_sym_raw] = ACTIONS(1069), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), + [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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(219)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1722), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(219), + [sym_block_comment] = STATE(219), [aux_sym_tuple_expression_repeat1] = STATE(245), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1081), + [anon_sym_RPAREN] = ACTIONS(1071), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -42235,58 +41976,174 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [223] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1758), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1441), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(223), - [sym_block_comment] = STATE(223), + [STATE(220)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1607), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1436), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(220), + [sym_block_comment] = STATE(220), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(479), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1059), + [anon_sym_DOT_DOT] = ACTIONS(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DASH_GT] = ACTIONS(1063), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(483), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(489), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), + [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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(221)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1715), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(221), + [sym_block_comment] = STATE(221), + [aux_sym_tuple_expression_repeat1] = STATE(245), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1073), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -42307,15 +42164,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(1071), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1075), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -42349,60 +42204,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), }, - [224] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1815), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(224), - [sym_block_comment] = STATE(224), - [aux_sym_tuple_expression_repeat1] = STATE(229), + [STATE(222)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1772), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1473), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(222), + [sym_block_comment] = STATE(222), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(505), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1055), + [anon_sym_DOT_DOT] = ACTIONS(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DASH_GT] = ACTIONS(1057), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(507), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(509), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(515), + [anon_sym_move] = ACTIONS(517), + [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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(223)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1437), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(223), + [sym_block_comment] = STATE(223), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1083), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -42428,7 +42395,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(1061), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -42446,6 +42413,8 @@ 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(1081), + [anon_sym_raw] = ACTIONS(1083), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), @@ -42463,105 +42432,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), }, - [225] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1604), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1490), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(225), - [sym_block_comment] = STATE(225), - [sym_identifier] = ACTIONS(467), + [STATE(224)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1814), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1469), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(224), + [sym_block_comment] = STATE(224), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [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(1077), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_DASH_GT] = ACTIONS(1079), + [anon_sym__] = ACTIONS(1085), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DASH_GT] = ACTIONS(1087), [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(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [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(515), - [anon_sym_move] = ACTIONS(517), + [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), @@ -42570,67 +42539,65 @@ 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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [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), }, - [226] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1815), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(226), - [sym_block_comment] = STATE(226), - [aux_sym_tuple_expression_repeat1] = STATE(217), + [STATE(225)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1512), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1473), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(225), + [sym_block_comment] = STATE(225), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1083), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -42651,13 +42618,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_DOT_DOT] = ACTIONS(31), + [anon_sym__] = ACTIONS(1055), + [anon_sym_DOT_DOT] = ACTIONS(1061), [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DASH_GT] = ACTIONS(1057), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -42691,58 +42660,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), }, - [227] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1775), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(227), - [sym_block_comment] = STATE(227), + [STATE(226)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1682), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(226), + [sym_block_comment] = STATE(226), + [aux_sym_tuple_expression_repeat1] = STATE(221), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1089), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -42763,15 +42734,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(1085), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -42805,60 +42774,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), }, - [228] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1810), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(228), - [sym_block_comment] = STATE(228), - [aux_sym_tuple_expression_repeat1] = STATE(224), + [STATE(227)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1511), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1469), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(227), + [sym_block_comment] = STATE(227), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1089), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -42879,13 +42846,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_DOT_DOT] = ACTIONS(31), + [anon_sym__] = ACTIONS(1085), + [anon_sym_DOT_DOT] = ACTIONS(1061), [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DASH_GT] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -42919,172 +42888,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), }, - [229] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1864), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [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), - }, - [230] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1518), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(230), - [sym_block_comment] = STATE(230), + [STATE(228)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1715), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(228), + [sym_block_comment] = STATE(228), + [aux_sym_tuple_expression_repeat1] = STATE(215), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1073), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -43105,15 +42962,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(1085), - [anon_sym_DOT_DOT] = ACTIONS(1201), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -43147,105 +43002,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), }, - [231] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1726), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(231), - [sym_block_comment] = STATE(231), - [sym_identifier] = ACTIONS(467), + [STATE(229)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1643), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1473), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(229), + [sym_block_comment] = STATE(229), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(471), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(479), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1085), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_DASH_GT] = ACTIONS(1087), + [anon_sym__] = ACTIONS(1055), + [anon_sym_DOT_DOT] = ACTIONS(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DASH_GT] = ACTIONS(1057), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(489), [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_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(485), - [anon_sym_move] = ACTIONS(487), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -43254,68 +43109,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [232] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1790), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1706), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(232), - [sym_block_comment] = STATE(232), + [STATE(230)] = { + [sym_bracketed_type] = STATE(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1658), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1686), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(230), + [sym_block_comment] = STATE(230), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), + [anon_sym_STAR] = ACTIONS(979), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -43334,14 +43189,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_str] = ACTIONS(411), [anon_sym_char] = ACTIONS(411), [anon_sym_DASH] = ACTIONS(413), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1203), - [anon_sym_DOT_DOT] = ACTIONS(1059), + [anon_sym__] = ACTIONS(1091), + [anon_sym_DOT_DOT] = ACTIONS(1093), [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_DASH_GT] = ACTIONS(1205), + [anon_sym_DASH_GT] = ACTIONS(1095), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), [anon_sym_break] = ACTIONS(419), @@ -43375,61 +43230,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [233] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1793), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1805), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(233), - [sym_block_comment] = STATE(233), + [STATE(231)] = { + [sym_bracketed_type] = STATE(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1662), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1828), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(231), + [sym_block_comment] = STATE(231), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), + [anon_sym_STAR] = ACTIONS(979), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -43448,14 +43303,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_str] = ACTIONS(411), [anon_sym_char] = ACTIONS(411), [anon_sym_DASH] = ACTIONS(413), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1207), - [anon_sym_DOT_DOT] = ACTIONS(1059), + [anon_sym__] = ACTIONS(1097), + [anon_sym_DOT_DOT] = ACTIONS(1093), [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_DASH_GT] = ACTIONS(1209), + [anon_sym_DASH_GT] = ACTIONS(1099), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), [anon_sym_break] = ACTIONS(419), @@ -43489,93 +43344,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [234] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1641), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1441), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(234), - [sym_block_comment] = STATE(234), - [sym_identifier] = ACTIONS(467), + [STATE(232)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1818), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1469), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(232), + [sym_block_comment] = STATE(232), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(505), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_DASH_GT] = ACTIONS(1075), + [anon_sym__] = ACTIONS(1085), + [anon_sym_DOT_DOT] = ACTIONS(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DASH_GT] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(509), [anon_sym_if] = ACTIONS(361), @@ -43583,7 +43438,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(511), [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(515), @@ -43596,68 +43451,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [235] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1796), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1660), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(235), - [sym_block_comment] = STATE(235), + [STATE(233)] = { + [sym_bracketed_type] = STATE(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1666), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1698), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(233), + [sym_block_comment] = STATE(233), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), + [anon_sym_STAR] = ACTIONS(979), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -43676,14 +43531,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_str] = ACTIONS(411), [anon_sym_char] = ACTIONS(411), [anon_sym_DASH] = ACTIONS(413), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1211), - [anon_sym_DOT_DOT] = ACTIONS(1059), + [anon_sym__] = ACTIONS(1101), + [anon_sym_DOT_DOT] = ACTIONS(1093), [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_DASH_GT] = ACTIONS(1213), + [anon_sym_DASH_GT] = ACTIONS(1103), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), [anon_sym_break] = ACTIONS(419), @@ -43717,60 +43572,288 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [236] = { + [STATE(234)] = { + [sym_bracketed_type] = STATE(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1782), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(234), + [sym_block_comment] = STATE(234), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(979), + [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(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1093), + [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), + [sym_mutable_specifier] = ACTIONS(1105), + [anon_sym_raw] = ACTIONS(1107), + [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(235)] = { [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1844), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1718), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_let_condition] = STATE(2725), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(235), + [sym_block_comment] = STATE(235), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(979), + [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(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1093), + [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(985), + [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(236)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1714), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(236), [sym_block_comment] = STATE(236), - [aux_sym_tuple_expression_repeat1] = STATE(244), + [aux_sym_tuple_expression_repeat1] = STATE(245), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1215), + [anon_sym_RPAREN] = ACTIONS(1109), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -43831,172 +43914,288 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [237] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1764), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_let_condition] = STATE(2580), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), + [STATE(237)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1714), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(237), [sym_block_comment] = STATE(237), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), - [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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), + [aux_sym_tuple_expression_repeat1] = STATE(219), + [sym_identifier] = ACTIONS(339), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1109), + [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(1059), - [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [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(1021), - [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(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(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(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), }, - [238] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1418), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(238)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1768), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_let_condition] = STATE(2725), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(238), [sym_block_comment] = STATE(238), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(483), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(489), + [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(937), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), + [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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(239)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1704), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(239), + [sym_block_comment] = STATE(239), + [aux_sym_tuple_expression_repeat1] = STATE(236), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1111), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -44022,7 +44221,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(1201), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -44040,8 +44239,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(1217), - [anon_sym_raw] = ACTIONS(1219), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), @@ -44059,56 +44256,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), }, - [239] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1502), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1490), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(239), - [sym_block_comment] = STATE(239), + [STATE(240)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1660), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1436), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(240), + [sym_block_comment] = STATE(240), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -44136,10 +44333,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(1077), - [anon_sym_DOT_DOT] = ACTIONS(1201), + [anon_sym__] = ACTIONS(1059), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1079), + [anon_sym_DASH_GT] = ACTIONS(1063), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -44173,105 +44370,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), }, - [240] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1418), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(240), - [sym_block_comment] = STATE(240), - [sym_identifier] = ACTIONS(467), + [STATE(241)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1437), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(241), + [sym_block_comment] = STATE(241), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), + [anon_sym_STAR] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(509), [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_return] = ACTIONS(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [sym_mutable_specifier] = ACTIONS(1221), - [anon_sym_raw] = ACTIONS(1223), - [anon_sym_yield] = ACTIONS(485), - [anon_sym_move] = ACTIONS(487), + [sym_mutable_specifier] = ACTIONS(1113), + [anon_sym_raw] = ACTIONS(1115), + [anon_sym_yield] = ACTIONS(515), + [anon_sym_move] = ACTIONS(517), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -44280,69 +44477,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [241] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1867), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_let_condition] = STATE(2580), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(241), - [sym_block_comment] = STATE(241), + [STATE(242)] = { + [sym_bracketed_type] = STATE(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1892), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_let_condition] = STATE(2725), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(242), + [sym_block_comment] = STATE(242), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), + [anon_sym_STAR] = ACTIONS(979), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -44360,12 +44557,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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), + [anon_sym_DASH] = ACTIONS(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1019), + [anon_sym_DOT_DOT] = ACTIONS(983), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), @@ -44376,7 +44573,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(1021), + [anon_sym_let] = ACTIONS(985), [anon_sym_loop] = ACTIONS(433), [anon_sym_match] = ACTIONS(435), [anon_sym_return] = ACTIONS(437), @@ -44401,93 +44598,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [242] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1653), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(242), - [sym_block_comment] = STATE(242), - [sym_identifier] = ACTIONS(467), + [STATE(243)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1652), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_let_condition] = STATE(2725), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(243), + [sym_block_comment] = STATE(243), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1085), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_DASH_GT] = ACTIONS(1087), + [anon_sym_DOT_DOT] = ACTIONS(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(483), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(489), + [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(937), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), + [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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(244)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1732), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1436), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(244), + [sym_block_comment] = STATE(244), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(505), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1059), + [anon_sym_DOT_DOT] = ACTIONS(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), + [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(507), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(509), [anon_sym_if] = ACTIONS(361), @@ -44495,7 +44806,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(511), [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(515), @@ -44508,63 +44819,291 @@ 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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [243] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1526), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1441), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(243), - [sym_block_comment] = STATE(243), + [STATE(245)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1876), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(245), + [sym_block_comment] = STATE(245), + [aux_sym_tuple_expression_repeat1] = STATE(245), + [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(246)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1613), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1469), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(246), + [sym_block_comment] = STATE(246), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(479), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1085), + [anon_sym_DOT_DOT] = ACTIONS(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DASH_GT] = ACTIONS(1087), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(483), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(489), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), + [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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(247)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1801), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(247), + [sym_block_comment] = STATE(247), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -44587,15 +45126,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(1071), - [anon_sym_DOT_DOT] = ACTIONS(1201), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1075), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -44629,60 +45166,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), }, - [244] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1656), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(244), - [sym_block_comment] = STATE(244), - [aux_sym_tuple_expression_repeat1] = STATE(229), + [STATE(248)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1728), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(248), + [sym_block_comment] = STATE(248), [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), @@ -44743,60 +45278,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), }, - [245] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1844), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(245), - [sym_block_comment] = STATE(245), - [aux_sym_tuple_expression_repeat1] = STATE(229), + [STATE(249)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1729), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(249), + [sym_block_comment] = STATE(249), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1215), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -44857,105 +45390,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), }, - [246] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1688), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1490), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(246), - [sym_block_comment] = STATE(246), - [sym_identifier] = ACTIONS(467), + [STATE(250)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1587), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(250), + [sym_block_comment] = STATE(250), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(471), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1077), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_DASH_GT] = ACTIONS(1079), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(489), [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_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(485), - [anon_sym_move] = ACTIONS(487), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -44964,1295 +45495,623 @@ 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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [247] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1725), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(247), - [sym_block_comment] = STATE(247), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), - [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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), + [STATE(251)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1784), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(251), + [sym_block_comment] = STATE(251), + [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(1059), - [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [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(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(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(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), }, - [248] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1762), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(248), - [sym_block_comment] = STATE(248), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), - [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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), + [STATE(252)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1787), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(252), + [sym_block_comment] = STATE(252), + [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(1059), - [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [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(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(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(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), }, - [249] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1763), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(249), - [sym_block_comment] = STATE(249), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), - [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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), + [STATE(253)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1821), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(253), + [sym_block_comment] = STATE(253), + [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(1059), - [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [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(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(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(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), }, - [250] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1764), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(250), - [sym_block_comment] = STATE(250), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), - [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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), + [STATE(254)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1832), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [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(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3598), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [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(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(254), + [sym_block_comment] = STATE(254), + [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), + [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(1059), - [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [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(1229), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(1231), + [anon_sym_continue] = ACTIONS(45), + [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), + [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(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), }, - [251] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1765), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(251), - [sym_block_comment] = STATE(251), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), - [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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), + [STATE(255)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1891), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(255), + [sym_block_comment] = STATE(255), + [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(1059), - [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [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(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(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(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), }, - [252] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1766), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(252), - [sym_block_comment] = STATE(252), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), - [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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1059), - [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), - }, - [253] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1767), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(253), - [sym_block_comment] = STATE(253), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), - [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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1059), - [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), - }, - [254] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1768), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(254), - [sym_block_comment] = STATE(254), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), - [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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1059), - [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), - }, - [255] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1769), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(255), - [sym_block_comment] = STATE(255), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), - [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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1059), - [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), - }, - [256] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1718), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), + [STATE(256)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1896), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), [sym_line_comment] = STATE(256), [sym_block_comment] = STATE(256), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1227), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [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), - }, - [257] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1657), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(257), - [sym_block_comment] = STATE(257), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), - [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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1059), - [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), - }, - [258] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1816), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(258), - [sym_block_comment] = STATE(258), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -46315,103 +46174,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), }, - [259] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1892), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(259), - [sym_block_comment] = STATE(259), - [sym_identifier] = ACTIONS(339), + [STATE(257)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1569), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(257), + [sym_block_comment] = STATE(257), + [sym_identifier] = ACTIONS(475), [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(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [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(935), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(489), [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(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -46420,63 +46279,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(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [260] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1800), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(260), - [sym_block_comment] = STATE(260), + [STATE(258)] = { + [sym_else_clause] = STATE(398), + [sym_line_comment] = STATE(258), + [sym_block_comment] = STATE(258), + [ts_builtin_sym_end] = ACTIONS(1249), + [sym_identifier] = ACTIONS(1251), + [anon_sym_SEMI] = ACTIONS(1249), + [anon_sym_macro_rules_BANG] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1249), + [anon_sym_LBRACK] = ACTIONS(1249), + [anon_sym_LBRACE] = ACTIONS(1249), + [anon_sym_RBRACE] = ACTIONS(1249), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_STAR] = ACTIONS(1251), + [anon_sym_QMARK] = ACTIONS(1249), + [anon_sym_u8] = ACTIONS(1251), + [anon_sym_i8] = ACTIONS(1251), + [anon_sym_u16] = ACTIONS(1251), + [anon_sym_i16] = ACTIONS(1251), + [anon_sym_u32] = ACTIONS(1251), + [anon_sym_i32] = ACTIONS(1251), + [anon_sym_u64] = ACTIONS(1251), + [anon_sym_i64] = ACTIONS(1251), + [anon_sym_u128] = ACTIONS(1251), + [anon_sym_i128] = ACTIONS(1251), + [anon_sym_isize] = ACTIONS(1251), + [anon_sym_usize] = ACTIONS(1251), + [anon_sym_f32] = ACTIONS(1251), + [anon_sym_f64] = ACTIONS(1251), + [anon_sym_bool] = ACTIONS(1251), + [anon_sym_str] = ACTIONS(1251), + [anon_sym_char] = ACTIONS(1251), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_SLASH] = ACTIONS(1251), + [anon_sym_PERCENT] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1251), + [anon_sym_BANG] = ACTIONS(1251), + [anon_sym_AMP] = ACTIONS(1251), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE_PIPE] = ACTIONS(1249), + [anon_sym_LT_LT] = ACTIONS(1251), + [anon_sym_GT_GT] = ACTIONS(1251), + [anon_sym_PLUS_EQ] = ACTIONS(1249), + [anon_sym_DASH_EQ] = ACTIONS(1249), + [anon_sym_STAR_EQ] = ACTIONS(1249), + [anon_sym_SLASH_EQ] = ACTIONS(1249), + [anon_sym_PERCENT_EQ] = ACTIONS(1249), + [anon_sym_CARET_EQ] = ACTIONS(1249), + [anon_sym_AMP_EQ] = ACTIONS(1249), + [anon_sym_PIPE_EQ] = ACTIONS(1249), + [anon_sym_LT_LT_EQ] = ACTIONS(1249), + [anon_sym_GT_GT_EQ] = ACTIONS(1249), + [anon_sym_EQ] = ACTIONS(1251), + [anon_sym_EQ_EQ] = ACTIONS(1249), + [anon_sym_BANG_EQ] = ACTIONS(1249), + [anon_sym_GT] = ACTIONS(1251), + [anon_sym_LT] = ACTIONS(1251), + [anon_sym_GT_EQ] = ACTIONS(1249), + [anon_sym_LT_EQ] = ACTIONS(1249), + [anon_sym_DOT] = ACTIONS(1251), + [anon_sym_DOT_DOT] = ACTIONS(1251), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1249), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1249), + [anon_sym_COLON_COLON] = ACTIONS(1249), + [anon_sym_POUND] = ACTIONS(1249), + [anon_sym_SQUOTE] = ACTIONS(1251), + [anon_sym_as] = ACTIONS(1251), + [anon_sym_async] = ACTIONS(1251), + [anon_sym_break] = ACTIONS(1251), + [anon_sym_const] = ACTIONS(1251), + [anon_sym_continue] = ACTIONS(1251), + [anon_sym_default] = ACTIONS(1251), + [anon_sym_enum] = ACTIONS(1251), + [anon_sym_fn] = ACTIONS(1251), + [anon_sym_for] = ACTIONS(1251), + [anon_sym_gen] = ACTIONS(1251), + [anon_sym_if] = ACTIONS(1251), + [anon_sym_impl] = ACTIONS(1251), + [anon_sym_let] = ACTIONS(1251), + [anon_sym_loop] = ACTIONS(1251), + [anon_sym_match] = ACTIONS(1251), + [anon_sym_mod] = ACTIONS(1251), + [anon_sym_pub] = ACTIONS(1251), + [anon_sym_return] = ACTIONS(1251), + [anon_sym_static] = ACTIONS(1251), + [anon_sym_struct] = ACTIONS(1251), + [anon_sym_trait] = ACTIONS(1251), + [anon_sym_type] = ACTIONS(1251), + [anon_sym_union] = ACTIONS(1251), + [anon_sym_unsafe] = ACTIONS(1251), + [anon_sym_use] = ACTIONS(1251), + [anon_sym_while] = ACTIONS(1251), + [anon_sym_extern] = ACTIONS(1251), + [anon_sym_else] = ACTIONS(1253), + [anon_sym_yield] = ACTIONS(1251), + [anon_sym_move] = ACTIONS(1251), + [anon_sym_try] = ACTIONS(1251), + [sym_integer_literal] = ACTIONS(1249), + [aux_sym_string_literal_token1] = ACTIONS(1249), + [sym_char_literal] = ACTIONS(1249), + [anon_sym_true] = ACTIONS(1251), + [anon_sym_false] = ACTIONS(1251), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1251), + [sym_super] = ACTIONS(1251), + [sym_crate] = ACTIONS(1251), + [sym_metavariable] = ACTIONS(1249), + [sym__raw_string_literal_start] = ACTIONS(1249), + [sym_float_literal] = ACTIONS(1249), + }, + [STATE(259)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1716), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(259), + [sym_block_comment] = STATE(259), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -46539,60 +46510,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), }, - [261] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1802), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(261), - [sym_block_comment] = STATE(261), + [STATE(260)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1884), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(462), + [sym_match_expression] = STATE(462), + [sym_while_expression] = STATE(462), + [sym_loop_expression] = STATE(462), + [sym_for_expression] = STATE(462), + [sym_const_block] = STATE(462), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3598), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(462), + [sym_async_block] = STATE(462), + [sym_gen_block] = STATE(462), + [sym_try_block] = STATE(462), + [sym_block] = STATE(462), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(260), + [sym_block_comment] = STATE(260), [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), @@ -46619,24 +46590,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), @@ -46651,56 +46622,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), }, - [262] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1808), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(262), - [sym_block_comment] = STATE(262), + [STATE(261)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1894), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(261), + [sym_block_comment] = STATE(261), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -46763,172 +46734,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), }, - [263] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1595), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(263), - [sym_block_comment] = STATE(263), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), - [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), - }, - [264] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1813), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(471), - [sym_match_expression] = STATE(471), - [sym_while_expression] = STATE(471), - [sym_loop_expression] = STATE(471), - [sym_for_expression] = STATE(471), - [sym_const_block] = STATE(471), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3608), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(471), - [sym_async_block] = STATE(471), - [sym_gen_block] = STATE(471), - [sym_try_block] = STATE(471), - [sym_block] = STATE(471), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(264), - [sym_block_comment] = STATE(264), + [STATE(262)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1890), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [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(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3598), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [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(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(262), + [sym_block_comment] = STATE(262), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(1229), + [anon_sym_LBRACE] = ACTIONS(1227), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -46955,24 +46814,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(1231), + [anon_sym_async] = ACTIONS(1229), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(1233), + [anon_sym_const] = ACTIONS(1231), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(1235), - [anon_sym_gen] = ACTIONS(1237), - [anon_sym_if] = ACTIONS(1239), - [anon_sym_loop] = ACTIONS(1241), - [anon_sym_match] = ACTIONS(1243), + [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(1245), - [anon_sym_while] = ACTIONS(1247), + [anon_sym_unsafe] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1245), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(1249), + [anon_sym_try] = ACTIONS(1247), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), [sym_char_literal] = ACTIONS(97), @@ -46987,56 +46846,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), }, - [265] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1885), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(265), - [sym_block_comment] = STATE(265), + [STATE(263)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1879), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(263), + [sym_block_comment] = STATE(263), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -47099,397 +46958,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), }, - [266] = { + [STATE(264)] = { [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1889), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(266), - [sym_block_comment] = STATE(266), - [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), - }, - [267] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1718), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(267), - [sym_block_comment] = STATE(267), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [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), - }, - [268] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1513), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(268), - [sym_block_comment] = STATE(268), - [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(1201), - [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), - }, - [269] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1863), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(269), - [sym_block_comment] = STATE(269), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1778), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(264), + [sym_block_comment] = STATE(264), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), + [anon_sym_STAR] = ACTIONS(979), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -47507,12 +47030,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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), + [anon_sym_DASH] = ACTIONS(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1019), + [anon_sym_DOT_DOT] = ACTIONS(1093), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), @@ -47547,103 +47070,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), }, - [270] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1377), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(270), - [sym_block_comment] = STATE(270), - [sym_identifier] = ACTIONS(339), + [STATE(265)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1479), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(265), + [sym_block_comment] = STATE(265), + [sym_identifier] = ACTIONS(475), [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(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1201), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(489), [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(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -47652,110 +47175,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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [271] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1521), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(271), - [sym_block_comment] = STATE(271), - [sym_identifier] = ACTIONS(339), + [STATE(266)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1648), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(266), + [sym_block_comment] = STATE(266), + [sym_identifier] = ACTIONS(475), [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(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1201), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(489), [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(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -47764,222 +47287,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(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [272] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1863), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(272), - [sym_block_comment] = STATE(272), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), - [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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), + [STATE(267)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1477), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(267), + [sym_block_comment] = STATE(267), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1059), - [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_DOT_DOT] = ACTIONS(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), [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(483), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(489), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), + [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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), }, - [273] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1522), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(273), - [sym_block_comment] = STATE(273), - [sym_identifier] = ACTIONS(339), + [STATE(268)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1649), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(268), + [sym_block_comment] = STATE(268), + [sym_identifier] = ACTIONS(475), [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(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1201), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(489), [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(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -47988,110 +47511,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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [274] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1524), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(274), - [sym_block_comment] = STATE(274), - [sym_identifier] = ACTIONS(339), + [STATE(269)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1650), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(269), + [sym_block_comment] = STATE(269), + [sym_identifier] = ACTIONS(475), [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(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1201), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(489), [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(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -48100,110 +47623,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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [275] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1525), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(275), - [sym_block_comment] = STATE(275), - [sym_identifier] = ACTIONS(339), + [STATE(270)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1651), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(270), + [sym_block_comment] = STATE(270), + [sym_identifier] = ACTIONS(475), [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(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1201), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(489), [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(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -48212,98 +47735,98 @@ 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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [276] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1394), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(276), - [sym_block_comment] = STATE(276), - [sym_identifier] = ACTIONS(467), + [STATE(271)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1791), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(271), + [sym_block_comment] = STATE(271), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(509), [anon_sym_if] = ACTIONS(361), @@ -48311,7 +47834,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(511), [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(515), @@ -48324,110 +47847,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [277] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1505), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(277), - [sym_block_comment] = STATE(277), - [sym_identifier] = ACTIONS(339), + [STATE(272)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1621), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(272), + [sym_block_comment] = STATE(272), + [sym_identifier] = ACTIONS(475), [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(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1201), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(489), [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(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -48436,110 +47959,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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [278] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1506), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(278), - [sym_block_comment] = STATE(278), - [sym_identifier] = ACTIONS(339), + [STATE(273)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1600), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(273), + [sym_block_comment] = STATE(273), + [sym_identifier] = ACTIONS(475), [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(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1201), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(489), [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(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -48548,110 +48071,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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [279] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1890), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(279), - [sym_block_comment] = STATE(279), - [sym_identifier] = ACTIONS(339), + [STATE(274)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1594), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(274), + [sym_block_comment] = STATE(274), + [sym_identifier] = ACTIONS(475), [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(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [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(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(489), [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(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -48660,110 +48183,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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [280] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1855), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(280), - [sym_block_comment] = STATE(280), - [sym_identifier] = ACTIONS(339), + [STATE(275)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1595), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(275), + [sym_block_comment] = STATE(275), + [sym_identifier] = ACTIONS(475), [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(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [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(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(489), [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(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -48772,111 +48295,111 @@ 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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [281] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1880), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(462), - [sym_match_expression] = STATE(462), - [sym_while_expression] = STATE(462), - [sym_loop_expression] = STATE(462), - [sym_for_expression] = STATE(462), - [sym_const_block] = STATE(462), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3608), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(462), - [sym_async_block] = STATE(462), - [sym_gen_block] = STATE(462), - [sym_try_block] = STATE(462), - [sym_block] = STATE(462), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(281), - [sym_block_comment] = STATE(281), - [sym_identifier] = ACTIONS(339), + [STATE(276)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1596), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(276), + [sym_block_comment] = STATE(276), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(1229), - [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_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [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(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(1231), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(1233), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(1235), - [anon_sym_gen] = ACTIONS(1237), - [anon_sym_if] = ACTIONS(1239), - [anon_sym_loop] = ACTIONS(1241), - [anon_sym_match] = ACTIONS(1243), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), - [anon_sym_unsafe] = ACTIONS(1245), - [anon_sym_while] = ACTIONS(1247), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(1249), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(483), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(489), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), + [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), [sym_char_literal] = ACTIONS(97), @@ -48884,63 +48407,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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [282] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1887), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(282), - [sym_block_comment] = STATE(282), + [STATE(277)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1856), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(277), + [sym_block_comment] = STATE(277), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -49003,56 +48526,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), }, - [283] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1895), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(283), - [sym_block_comment] = STATE(283), + [STATE(278)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1525), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(278), + [sym_block_comment] = STATE(278), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -49080,7 +48603,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(1061), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -49115,103 +48638,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), }, - [284] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1896), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(284), - [sym_block_comment] = STATE(284), - [sym_identifier] = ACTIONS(339), + [STATE(279)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1405), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(279), + [sym_block_comment] = STATE(279), + [sym_identifier] = ACTIONS(475), [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(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [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(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(489), [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(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -49220,67 +48743,179 @@ 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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [285] = { + [STATE(280)] = { [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1869), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(471), - [sym_match_expression] = STATE(471), - [sym_while_expression] = STATE(471), - [sym_loop_expression] = STATE(471), - [sym_for_expression] = STATE(471), - [sym_const_block] = STATE(471), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3608), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(471), - [sym_async_block] = STATE(471), - [sym_gen_block] = STATE(471), - [sym_try_block] = STATE(471), - [sym_block] = STATE(471), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(285), - [sym_block_comment] = STATE(285), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1889), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(280), + [sym_block_comment] = STATE(280), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(979), + [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(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(983), + [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(281)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1431), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(281), + [sym_block_comment] = STATE(281), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(1229), + [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -49304,27 +48939,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(1061), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(1231), + [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(1233), + [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(1235), - [anon_sym_gen] = ACTIONS(1237), - [anon_sym_if] = ACTIONS(1239), - [anon_sym_loop] = ACTIONS(1241), - [anon_sym_match] = ACTIONS(1243), + [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(1245), - [anon_sym_while] = ACTIONS(1247), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(1249), + [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), [sym_char_literal] = ACTIONS(97), @@ -49339,103 +48974,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), }, - [286] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1871), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(286), - [sym_block_comment] = STATE(286), - [sym_identifier] = ACTIONS(339), + [STATE(282)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1835), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(282), + [sym_block_comment] = STATE(282), + [sym_identifier] = ACTIONS(475), [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(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [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(1255), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(509), [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(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(515), + [anon_sym_move] = ACTIONS(517), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -49444,110 +49079,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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [287] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1897), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(287), - [sym_block_comment] = STATE(287), - [sym_identifier] = ACTIONS(339), + [STATE(283)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1479), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(283), + [sym_block_comment] = STATE(283), + [sym_identifier] = ACTIONS(475), [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(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [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(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(509), [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(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(515), + [anon_sym_move] = ACTIONS(517), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -49556,63 +49191,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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [288] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1507), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(288), - [sym_block_comment] = STATE(288), + [STATE(284)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1865), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(284), + [sym_block_comment] = STATE(284), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -49640,7 +49275,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(1201), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -49675,103 +49310,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), }, - [289] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1508), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(289), - [sym_block_comment] = STATE(289), - [sym_identifier] = ACTIONS(339), + [STATE(285)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1786), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(285), + [sym_block_comment] = STATE(285), + [sym_identifier] = ACTIONS(475), [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(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1201), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(509), [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(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(515), + [anon_sym_move] = ACTIONS(517), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -49780,110 +49415,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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [290] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1510), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(290), - [sym_block_comment] = STATE(290), - [sym_identifier] = ACTIONS(339), + [STATE(286)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1477), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(286), + [sym_block_comment] = STATE(286), + [sym_identifier] = ACTIONS(475), [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(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1201), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(509), [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(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(515), + [anon_sym_move] = ACTIONS(517), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -49892,110 +49527,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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [291] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1394), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(291), - [sym_block_comment] = STATE(291), - [sym_identifier] = ACTIONS(339), + [STATE(287)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1788), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(287), + [sym_block_comment] = STATE(287), + [sym_identifier] = ACTIONS(475), [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(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1201), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(509), [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(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(515), + [anon_sym_move] = ACTIONS(517), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -50004,222 +49639,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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [292] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1676), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(292), - [sym_block_comment] = STATE(292), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), - [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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1059), - [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), - }, - [293] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1511), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(293), - [sym_block_comment] = STATE(293), - [sym_identifier] = ACTIONS(339), + [STATE(288)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1789), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(288), + [sym_block_comment] = STATE(288), + [sym_identifier] = ACTIONS(475), [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(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [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(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(509), [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(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(515), + [anon_sym_move] = ACTIONS(517), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -50228,110 +49751,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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [294] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1431), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(294), - [sym_block_comment] = STATE(294), - [sym_identifier] = ACTIONS(339), + [STATE(289)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1790), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(289), + [sym_block_comment] = STATE(289), + [sym_identifier] = ACTIONS(475), [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(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1201), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(509), [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(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(515), + [anon_sym_move] = ACTIONS(517), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -50340,110 +49863,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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [295] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1872), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(295), - [sym_block_comment] = STATE(295), - [sym_identifier] = ACTIONS(339), + [STATE(290)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1652), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(290), + [sym_block_comment] = STATE(290), + [sym_identifier] = ACTIONS(475), [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(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [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(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(489), [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(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -50452,98 +49975,98 @@ 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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [296] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1862), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(296), - [sym_block_comment] = STATE(296), - [sym_identifier] = ACTIONS(467), + [STATE(291)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1793), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(291), + [sym_block_comment] = STATE(291), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(509), [anon_sym_if] = ACTIONS(361), @@ -50551,7 +50074,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(511), [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(515), @@ -50564,98 +50087,98 @@ 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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [297] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1431), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(297), - [sym_block_comment] = STATE(297), - [sym_identifier] = ACTIONS(467), + [STATE(292)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1795), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(292), + [sym_block_comment] = STATE(292), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(509), [anon_sym_if] = ACTIONS(361), @@ -50663,7 +50186,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(511), [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(515), @@ -50676,110 +50199,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [298] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1690), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(298), - [sym_block_comment] = STATE(298), - [sym_identifier] = ACTIONS(339), + [STATE(293)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1797), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(293), + [sym_block_comment] = STATE(293), + [sym_identifier] = ACTIONS(475), [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(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [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(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(509), [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(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(515), + [anon_sym_move] = ACTIONS(517), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -50788,98 +50311,98 @@ 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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [299] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1639), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(299), - [sym_block_comment] = STATE(299), - [sym_identifier] = ACTIONS(467), + [STATE(294)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1799), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(294), + [sym_block_comment] = STATE(294), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(509), [anon_sym_if] = ACTIONS(361), @@ -50887,7 +50410,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(511), [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(515), @@ -50900,98 +50423,98 @@ 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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [300] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1377), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(300), - [sym_block_comment] = STATE(300), - [sym_identifier] = ACTIONS(467), + [STATE(295)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1803), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(295), + [sym_block_comment] = STATE(295), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(509), [anon_sym_if] = ACTIONS(361), @@ -50999,7 +50522,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(511), [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(515), @@ -51012,110 +50535,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [301] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1640), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(301), - [sym_block_comment] = STATE(301), - [sym_identifier] = ACTIONS(467), + [STATE(296)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1599), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(296), + [sym_block_comment] = STATE(296), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(489), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -51124,98 +50647,98 @@ 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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [302] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1645), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(302), - [sym_block_comment] = STATE(302), - [sym_identifier] = ACTIONS(467), + [STATE(297)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1405), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(297), + [sym_block_comment] = STATE(297), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(509), [anon_sym_if] = ACTIONS(361), @@ -51223,7 +50746,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(511), [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(515), @@ -51236,110 +50759,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [303] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1593), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(303), - [sym_block_comment] = STATE(303), - [sym_identifier] = ACTIONS(467), + [STATE(298)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1900), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(298), + [sym_block_comment] = STATE(298), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [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(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), + [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(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [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(515), - [anon_sym_move] = ACTIONS(517), + [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), @@ -51348,110 +50871,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [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), }, - [304] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1712), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(304), - [sym_block_comment] = STATE(304), - [sym_identifier] = ACTIONS(467), + [STATE(299)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1868), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(299), + [sym_block_comment] = STATE(299), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), + [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(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), + [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(475), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(359), [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_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(485), - [anon_sym_move] = ACTIONS(487), + [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), @@ -51460,736 +50983,64 @@ 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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [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), }, - [305] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1605), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(305), - [sym_block_comment] = STATE(305), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), - [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), - }, - [306] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1627), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(306), - [sym_block_comment] = STATE(306), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), - [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), - }, - [307] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1631), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(307), - [sym_block_comment] = STATE(307), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), - [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), - }, - [308] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1394), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(308), - [sym_block_comment] = STATE(308), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [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), - }, - [309] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1632), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(309), - [sym_block_comment] = STATE(309), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), - [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), - }, - [310] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1600), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(310), - [sym_block_comment] = STATE(310), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), - [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), - }, - [311] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1740), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(311), - [sym_block_comment] = STATE(311), - [sym_identifier] = ACTIONS(339), + [STATE(300)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1869), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(300), + [sym_block_comment] = STATE(300), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), @@ -52251,56 +51102,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), }, - [312] = { + [STATE(301)] = { [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1511), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(312), - [sym_block_comment] = STATE(312), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1696), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(301), + [sym_block_comment] = STATE(301), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(979), + [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(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1093), + [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(302)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1895), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(302), + [sym_block_comment] = STATE(302), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -52328,7 +51291,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(1201), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -52363,168 +51326,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), }, - [313] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1402), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(313), - [sym_block_comment] = STATE(313), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), - [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), - }, - [314] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1755), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(314), - [sym_block_comment] = STATE(314), + [STATE(303)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1505), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(303), + [sym_block_comment] = STATE(303), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -52552,7 +51403,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(1061), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -52587,173 +51438,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [315] = { + [STATE(304)] = { [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1702), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(315), - [sym_block_comment] = STATE(315), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1705), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(304), + [sym_block_comment] = STATE(304), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(979), + [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(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1227), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [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_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(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), + [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), }, - [316] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1866), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(316), - [sym_block_comment] = STATE(316), + [STATE(305)] = { + [sym_bracketed_type] = STATE(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1851), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(305), + [sym_block_comment] = STATE(305), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), + [anon_sym_STAR] = ACTIONS(979), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -52771,12 +51622,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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), + [anon_sym_DASH] = ACTIONS(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1019), + [anon_sym_DOT_DOT] = ACTIONS(1093), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), @@ -52811,327 +51662,887 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [317] = { + [STATE(306)] = { [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1402), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(317), - [sym_block_comment] = STATE(317), - [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), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1708), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(306), + [sym_block_comment] = STATE(306), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(979), + [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(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1201), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(415), [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_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(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), + [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), }, - [318] = { + [STATE(307)] = { [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1581), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(318), - [sym_block_comment] = STATE(318), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), - [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), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1710), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(307), + [sym_block_comment] = STATE(307), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(979), + [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(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1093), + [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(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), + [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), }, - [319] = { + [STATE(308)] = { [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1431), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(319), - [sym_block_comment] = STATE(319), - [sym_identifier] = ACTIONS(467), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1712), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(308), + [sym_block_comment] = STATE(308), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(979), + [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(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1093), + [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(309)] = { + [sym_bracketed_type] = STATE(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1718), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(309), + [sym_block_comment] = STATE(309), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(979), + [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(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1093), + [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(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1726), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(310), + [sym_block_comment] = STATE(310), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(979), + [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(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1093), + [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(311)] = { + [sym_bracketed_type] = STATE(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1731), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(311), + [sym_block_comment] = STATE(311), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(979), + [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(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1093), + [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(312)] = { + [sym_bracketed_type] = STATE(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1734), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(312), + [sym_block_comment] = STATE(312), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(979), + [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(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1093), + [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(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1584), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(313), + [sym_block_comment] = STATE(313), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(489), [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_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(485), - [anon_sym_move] = ACTIONS(487), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -53140,63 +52551,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [320] = { + [STATE(314)] = { [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1873), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(320), - [sym_block_comment] = STATE(320), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1744), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(314), + [sym_block_comment] = STATE(314), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(979), + [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(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1093), + [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(315)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1477), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(315), + [sym_block_comment] = STATE(315), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -53224,7 +52747,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(1061), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -53259,103 +52782,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), }, - [321] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1708), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(321), - [sym_block_comment] = STATE(321), - [sym_identifier] = ACTIONS(467), + [STATE(316)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1804), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(316), + [sym_block_comment] = STATE(316), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), + [anon_sym_STAR] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1255), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(509), [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_return] = ACTIONS(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(485), - [anon_sym_move] = ACTIONS(487), + [anon_sym_yield] = ACTIONS(515), + [anon_sym_move] = ACTIONS(517), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -53364,110 +52887,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [322] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1377), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(322), - [sym_block_comment] = STATE(322), - [sym_identifier] = ACTIONS(467), + [STATE(317)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1515), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(317), + [sym_block_comment] = STATE(317), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), + [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(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(359), [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_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(485), - [anon_sym_move] = ACTIONS(487), + [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), @@ -53476,222 +52999,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [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), }, - [323] = { + [STATE(318)] = { [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1709), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(323), - [sym_block_comment] = STATE(323), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [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), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1827), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(318), + [sym_block_comment] = STATE(318), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(979), + [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(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1093), + [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(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), + [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), }, - [324] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1710), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(324), - [sym_block_comment] = STATE(324), - [sym_identifier] = ACTIONS(467), + [STATE(319)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1516), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(319), + [sym_block_comment] = STATE(319), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), + [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(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(359), [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_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(485), - [anon_sym_move] = ACTIONS(487), + [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), @@ -53700,110 +53223,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [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), }, - [325] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1711), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(325), - [sym_block_comment] = STATE(325), - [sym_identifier] = ACTIONS(467), + [STATE(320)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1517), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(320), + [sym_block_comment] = STATE(320), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), + [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(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(359), [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_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(485), - [anon_sym_move] = ACTIONS(487), + [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), @@ -53812,110 +53335,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [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), }, - [326] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1596), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(326), - [sym_block_comment] = STATE(326), - [sym_identifier] = ACTIONS(467), + [STATE(321)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1518), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(321), + [sym_block_comment] = STATE(321), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [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(1053), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [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(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [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(515), - [anon_sym_move] = ACTIONS(517), + [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), @@ -53924,110 +53447,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [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), }, - [327] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1713), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(327), - [sym_block_comment] = STATE(327), - [sym_identifier] = ACTIONS(467), + [STATE(322)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1519), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(322), + [sym_block_comment] = STATE(322), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), + [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(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(359), [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_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(485), - [anon_sym_move] = ACTIONS(487), + [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), @@ -54036,110 +53559,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [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), }, - [328] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1714), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(328), - [sym_block_comment] = STATE(328), - [sym_identifier] = ACTIONS(467), + [STATE(323)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1599), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(323), + [sym_block_comment] = STATE(323), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(489), [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_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(485), - [anon_sym_move] = ACTIONS(487), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -54148,110 +53671,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [329] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1715), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(329), - [sym_block_comment] = STATE(329), - [sym_identifier] = ACTIONS(467), + [STATE(324)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1680), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(324), + [sym_block_comment] = STATE(324), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(489), [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_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(485), - [anon_sym_move] = ACTIONS(487), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -54260,110 +53783,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [330] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1716), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(330), - [sym_block_comment] = STATE(330), - [sym_identifier] = ACTIONS(467), + [STATE(325)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1804), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(325), + [sym_block_comment] = STATE(325), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), + [anon_sym_STAR] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(509), [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_return] = ACTIONS(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(485), - [anon_sym_move] = ACTIONS(487), + [anon_sym_yield] = ACTIONS(515), + [anon_sym_move] = ACTIONS(517), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -54372,399 +53895,287 @@ 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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [331] = { + [STATE(326)] = { [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1717), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(331), - [sym_block_comment] = STATE(331), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1745), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(326), + [sym_block_comment] = STATE(326), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(979), + [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(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(983), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [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_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(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), + [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), }, - [332] = { - [sym_else_clause] = STATE(375), - [sym_line_comment] = STATE(332), - [sym_block_comment] = STATE(332), - [ts_builtin_sym_end] = ACTIONS(1251), - [sym_identifier] = ACTIONS(1253), - [anon_sym_SEMI] = ACTIONS(1251), - [anon_sym_macro_rules_BANG] = ACTIONS(1251), - [anon_sym_LPAREN] = ACTIONS(1251), - [anon_sym_LBRACK] = ACTIONS(1251), - [anon_sym_LBRACE] = ACTIONS(1251), - [anon_sym_RBRACE] = ACTIONS(1251), - [anon_sym_PLUS] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_QMARK] = ACTIONS(1251), - [anon_sym_u8] = ACTIONS(1253), - [anon_sym_i8] = ACTIONS(1253), - [anon_sym_u16] = ACTIONS(1253), - [anon_sym_i16] = ACTIONS(1253), - [anon_sym_u32] = ACTIONS(1253), - [anon_sym_i32] = ACTIONS(1253), - [anon_sym_u64] = ACTIONS(1253), - [anon_sym_i64] = ACTIONS(1253), - [anon_sym_u128] = ACTIONS(1253), - [anon_sym_i128] = ACTIONS(1253), - [anon_sym_isize] = ACTIONS(1253), - [anon_sym_usize] = ACTIONS(1253), - [anon_sym_f32] = ACTIONS(1253), - [anon_sym_f64] = ACTIONS(1253), - [anon_sym_bool] = ACTIONS(1253), - [anon_sym_str] = ACTIONS(1253), - [anon_sym_char] = ACTIONS(1253), - [anon_sym_DASH] = ACTIONS(1253), - [anon_sym_SLASH] = ACTIONS(1253), - [anon_sym_PERCENT] = ACTIONS(1253), - [anon_sym_CARET] = ACTIONS(1253), - [anon_sym_BANG] = ACTIONS(1253), - [anon_sym_AMP] = ACTIONS(1253), - [anon_sym_PIPE] = ACTIONS(1253), - [anon_sym_AMP_AMP] = ACTIONS(1251), - [anon_sym_PIPE_PIPE] = ACTIONS(1251), - [anon_sym_LT_LT] = ACTIONS(1253), - [anon_sym_GT_GT] = ACTIONS(1253), - [anon_sym_PLUS_EQ] = ACTIONS(1251), - [anon_sym_DASH_EQ] = ACTIONS(1251), - [anon_sym_STAR_EQ] = ACTIONS(1251), - [anon_sym_SLASH_EQ] = ACTIONS(1251), - [anon_sym_PERCENT_EQ] = ACTIONS(1251), - [anon_sym_CARET_EQ] = ACTIONS(1251), - [anon_sym_AMP_EQ] = ACTIONS(1251), - [anon_sym_PIPE_EQ] = ACTIONS(1251), - [anon_sym_LT_LT_EQ] = ACTIONS(1251), - [anon_sym_GT_GT_EQ] = ACTIONS(1251), - [anon_sym_EQ] = ACTIONS(1253), - [anon_sym_EQ_EQ] = ACTIONS(1251), - [anon_sym_BANG_EQ] = ACTIONS(1251), - [anon_sym_GT] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1253), - [anon_sym_GT_EQ] = ACTIONS(1251), - [anon_sym_LT_EQ] = ACTIONS(1251), - [anon_sym_DOT] = ACTIONS(1253), - [anon_sym_DOT_DOT] = ACTIONS(1253), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1251), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1251), - [anon_sym_COLON_COLON] = ACTIONS(1251), - [anon_sym_POUND] = ACTIONS(1251), - [anon_sym_SQUOTE] = ACTIONS(1253), - [anon_sym_as] = ACTIONS(1253), - [anon_sym_async] = ACTIONS(1253), - [anon_sym_break] = ACTIONS(1253), - [anon_sym_const] = ACTIONS(1253), - [anon_sym_continue] = ACTIONS(1253), - [anon_sym_default] = ACTIONS(1253), - [anon_sym_enum] = ACTIONS(1253), - [anon_sym_fn] = ACTIONS(1253), - [anon_sym_for] = ACTIONS(1253), - [anon_sym_gen] = ACTIONS(1253), - [anon_sym_if] = ACTIONS(1253), - [anon_sym_impl] = ACTIONS(1253), - [anon_sym_let] = ACTIONS(1253), - [anon_sym_loop] = ACTIONS(1253), - [anon_sym_match] = ACTIONS(1253), - [anon_sym_mod] = ACTIONS(1253), - [anon_sym_pub] = ACTIONS(1253), - [anon_sym_return] = ACTIONS(1253), - [anon_sym_static] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1253), - [anon_sym_trait] = ACTIONS(1253), - [anon_sym_type] = ACTIONS(1253), - [anon_sym_union] = ACTIONS(1253), - [anon_sym_unsafe] = ACTIONS(1253), - [anon_sym_use] = ACTIONS(1253), - [anon_sym_while] = ACTIONS(1253), - [anon_sym_extern] = ACTIONS(1253), - [anon_sym_else] = ACTIONS(1255), - [anon_sym_yield] = ACTIONS(1253), - [anon_sym_move] = ACTIONS(1253), - [anon_sym_try] = ACTIONS(1253), - [sym_integer_literal] = ACTIONS(1251), - [aux_sym_string_literal_token1] = ACTIONS(1251), - [sym_char_literal] = ACTIONS(1251), - [anon_sym_true] = ACTIONS(1253), - [anon_sym_false] = ACTIONS(1253), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1253), - [sym_super] = ACTIONS(1253), - [sym_crate] = ACTIONS(1253), - [sym_metavariable] = ACTIONS(1251), - [sym__raw_string_literal_start] = ACTIONS(1251), - [sym_float_literal] = ACTIONS(1251), - }, - [333] = { + [STATE(327)] = { [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1595), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(333), - [sym_block_comment] = STATE(333), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1745), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), + [sym_line_comment] = STATE(327), + [sym_block_comment] = STATE(327), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(979), + [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(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), - [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(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), + [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), }, - [334] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1662), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(334), - [sym_block_comment] = STATE(334), + [STATE(328)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1779), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(328), + [sym_block_comment] = STATE(328), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -54827,103 +54238,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), }, - [335] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1402), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(335), - [sym_block_comment] = STATE(335), - [sym_identifier] = ACTIONS(467), + [STATE(329)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1431), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(329), + [sym_block_comment] = STATE(329), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1065), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(489), [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_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(485), - [anon_sym_move] = ACTIONS(487), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -54932,63 +54343,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [336] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1678), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(336), - [sym_block_comment] = STATE(336), + [STATE(330)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1817), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(330), + [sym_block_comment] = STATE(330), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -55051,60 +54462,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), }, - [337] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1679), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(462), - [sym_match_expression] = STATE(462), - [sym_while_expression] = STATE(462), - [sym_loop_expression] = STATE(462), - [sym_for_expression] = STATE(462), - [sym_const_block] = STATE(462), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3608), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(462), - [sym_async_block] = STATE(462), - [sym_gen_block] = STATE(462), - [sym_try_block] = STATE(462), - [sym_block] = STATE(462), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(337), - [sym_block_comment] = STATE(337), + [STATE(331)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1819), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(331), + [sym_block_comment] = STATE(331), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(1229), + [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -55131,24 +54542,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(1231), + [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(1233), + [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(1235), - [anon_sym_gen] = ACTIONS(1237), - [anon_sym_if] = ACTIONS(1239), - [anon_sym_loop] = ACTIONS(1241), - [anon_sym_match] = ACTIONS(1243), + [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(1245), - [anon_sym_while] = ACTIONS(1247), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(1249), + [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), [sym_char_literal] = ACTIONS(97), @@ -55163,169 +54574,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [338] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1804), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(338), - [sym_block_comment] = STATE(338), - [sym_identifier] = ACTIONS(467), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1227), - [anon_sym_COLON_COLON] = ACTIONS(473), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(475), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [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), - }, - [339] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1784), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(339), - [sym_block_comment] = STATE(339), - [sym_identifier] = ACTIONS(339), + [STATE(332)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1520), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(332), + [sym_block_comment] = STATE(332), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), @@ -55352,7 +54651,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(1061), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -55387,56 +54686,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), }, - [340] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1874), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(340), - [sym_block_comment] = STATE(340), + [STATE(333)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1521), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(333), + [sym_block_comment] = STATE(333), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -55464,7 +54763,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(1061), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -55499,56 +54798,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), }, - [341] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1875), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(341), - [sym_block_comment] = STATE(341), + [STATE(334)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1522), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(334), + [sym_block_comment] = STATE(334), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -55576,7 +54875,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(1061), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -55611,56 +54910,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), }, - [342] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1865), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(342), - [sym_block_comment] = STATE(342), + [STATE(335)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1523), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(335), + [sym_block_comment] = STATE(335), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -55688,7 +54987,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(1061), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -55723,91 +55022,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [343] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1564), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(343), - [sym_block_comment] = STATE(343), - [sym_identifier] = ACTIONS(467), + [STATE(336)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1431), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(336), + [sym_block_comment] = STATE(336), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(1079), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(509), [anon_sym_if] = ACTIONS(361), @@ -55815,7 +55114,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(511), [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(515), @@ -55828,63 +55127,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [344] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1812), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(344), - [sym_block_comment] = STATE(344), + [STATE(337)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1525), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(337), + [sym_block_comment] = STATE(337), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -55947,56 +55246,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), }, - [345] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1695), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(345), - [sym_block_comment] = STATE(345), + [STATE(338)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1864), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(338), + [sym_block_comment] = STATE(338), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -56059,56 +55358,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), }, - [346] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1705), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(346), - [sym_block_comment] = STATE(346), + [STATE(339)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1479), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(339), + [sym_block_comment] = STATE(339), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -56136,7 +55435,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(1061), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -56171,56 +55470,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), }, - [347] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1876), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(347), - [sym_block_comment] = STATE(347), + [STATE(340)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1405), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(340), + [sym_block_comment] = STATE(340), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -56248,7 +55547,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(1061), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -56283,56 +55582,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), }, - [348] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1877), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(348), - [sym_block_comment] = STATE(348), + [STATE(341)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1870), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(341), + [sym_block_comment] = STATE(341), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -56395,56 +55694,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), }, - [349] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1817), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(349), - [sym_block_comment] = STATE(349), + [STATE(342)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1679), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(342), + [sym_block_comment] = STATE(342), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -56507,56 +55806,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), }, - [350] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1879), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(350), - [sym_block_comment] = STATE(350), + [STATE(343)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1706), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(343), + [sym_block_comment] = STATE(343), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -56619,56 +55918,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), }, - [351] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1820), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(351), - [sym_block_comment] = STATE(351), + [STATE(344)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1689), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(344), + [sym_block_comment] = STATE(344), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1255), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(507), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(509), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(515), + [anon_sym_move] = ACTIONS(517), + [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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(345)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1709), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(462), + [sym_match_expression] = STATE(462), + [sym_while_expression] = STATE(462), + [sym_loop_expression] = STATE(462), + [sym_for_expression] = STATE(462), + [sym_const_block] = STATE(462), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3598), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(462), + [sym_async_block] = STATE(462), + [sym_gen_block] = STATE(462), + [sym_try_block] = STATE(462), + [sym_block] = STATE(462), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(345), + [sym_block_comment] = STATE(345), + [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), + [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(1229), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(1231), + [anon_sym_continue] = ACTIONS(45), + [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), + [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(346)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1880), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(346), + [sym_block_comment] = STATE(346), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -56731,56 +56254,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), }, - [352] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1900), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(352), - [sym_block_comment] = STATE(352), + [STATE(347)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1867), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(347), + [sym_block_comment] = STATE(347), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -56843,103 +56366,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), }, - [353] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1566), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(353), - [sym_block_comment] = STATE(353), - [sym_identifier] = ACTIONS(467), + [STATE(348)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1571), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(348), + [sym_block_comment] = STATE(348), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(489), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -56948,63 +56471,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [354] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1822), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(354), - [sym_block_comment] = STATE(354), + [STATE(349)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1711), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(349), + [sym_block_comment] = STATE(349), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -57067,56 +56590,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), }, - [355] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1881), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(355), - [sym_block_comment] = STATE(355), + [STATE(350)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1871), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(350), + [sym_block_comment] = STATE(350), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -57179,56 +56702,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), }, - [356] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1882), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(356), - [sym_block_comment] = STATE(356), + [STATE(351)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1873), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(351), + [sym_block_comment] = STATE(351), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -57291,56 +56814,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), }, - [357] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1883), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(357), - [sym_block_comment] = STATE(357), + [STATE(352)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1874), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(352), + [sym_block_comment] = STATE(352), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -57403,56 +56926,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), }, - [358] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1884), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(358), - [sym_block_comment] = STATE(358), + [STATE(353)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1719), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(353), + [sym_block_comment] = STATE(353), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -57515,103 +57038,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), }, - [359] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1826), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(359), - [sym_block_comment] = STATE(359), - [sym_identifier] = ACTIONS(467), + [STATE(354)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1882), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(354), + [sym_block_comment] = STATE(354), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), + [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(1227), - [anon_sym_COLON_COLON] = ACTIONS(473), + [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(475), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(359), [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_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(485), - [anon_sym_move] = ACTIONS(487), + [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), @@ -57620,110 +57143,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [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), }, - [360] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1572), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(360), - [sym_block_comment] = STATE(360), - [sym_identifier] = ACTIONS(467), + [STATE(355)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1725), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(355), + [sym_block_comment] = STATE(355), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [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(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [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(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [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(515), - [anon_sym_move] = ACTIONS(517), + [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), @@ -57732,110 +57255,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [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), }, - [361] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1579), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(361), - [sym_block_comment] = STATE(361), - [sym_identifier] = ACTIONS(467), + [STATE(356)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1883), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(356), + [sym_block_comment] = STATE(356), + [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(357)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1573), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(357), + [sym_block_comment] = STATE(357), + [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(489), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(515), - [anon_sym_move] = ACTIONS(517), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -57844,63 +57479,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [362] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2774), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1888), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1487), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(362), - [sym_block_comment] = STATE(362), + [STATE(358)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1730), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(358), + [sym_block_comment] = STATE(358), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -57963,103 +57598,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), }, - [363] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1574), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(363), - [sym_block_comment] = STATE(363), - [sym_identifier] = ACTIONS(467), + [STATE(359)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1885), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(359), + [sym_block_comment] = STATE(359), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [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(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [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(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [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(515), - [anon_sym_move] = ACTIONS(517), + [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), @@ -58068,110 +57703,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [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), }, - [364] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1838), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(246), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(364), - [sym_block_comment] = STATE(364), - [sym_identifier] = ACTIONS(467), + [STATE(360)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1886), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(360), + [sym_block_comment] = STATE(360), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1067), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_BANG] = ACTIONS(1067), - [anon_sym_AMP] = ACTIONS(1069), + [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(1227), - [anon_sym_COLON_COLON] = ACTIONS(473), + [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(475), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(477), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(479), + [anon_sym_gen] = ACTIONS(359), [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_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(485), - [anon_sym_move] = ACTIONS(487), + [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), @@ -58180,222 +57815,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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [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), }, - [365] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1760), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(365), - [sym_block_comment] = STATE(365), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), - [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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1059), - [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), - }, - [366] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1576), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(366), - [sym_block_comment] = STATE(366), - [sym_identifier] = ACTIONS(467), + [STATE(361)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1887), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(361), + [sym_block_comment] = STATE(361), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [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(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [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(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [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(515), - [anon_sym_move] = ACTIONS(517), + [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), @@ -58404,221 +57927,221 @@ 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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [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), }, - [367] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1836), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), - [sym_line_comment] = STATE(367), - [sym_block_comment] = STATE(367), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), - [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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1059), - [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), - }, - [368] = { - [sym_bracketed_type] = STATE(3517), - [sym_generic_function] = STATE(1474), - [sym_generic_type_with_turbofish] = STATE(2974), - [sym__expression_except_range] = STATE(1369), - [sym__expression] = STATE(1577), - [sym_macro_invocation] = STATE(1459), - [sym_scoped_identifier] = STATE(1558), - [sym_scoped_type_identifier_in_expression_position] = STATE(3119), - [sym_range_expression] = STATE(1482), - [sym_unary_expression] = STATE(1474), - [sym_try_expression] = STATE(1474), - [sym_reference_expression] = STATE(1474), - [sym_binary_expression] = STATE(1474), - [sym_assignment_expression] = STATE(1474), - [sym_compound_assignment_expr] = STATE(1474), - [sym_type_cast_expression] = STATE(1474), - [sym_return_expression] = STATE(1474), - [sym_yield_expression] = STATE(1474), - [sym_call_expression] = STATE(1474), - [sym_array_expression] = STATE(1474), - [sym_parenthesized_expression] = STATE(1474), - [sym_tuple_expression] = STATE(1474), - [sym_unit_expression] = STATE(1474), - [sym_struct_expression] = STATE(1474), - [sym_if_expression] = STATE(1474), - [sym_match_expression] = STATE(1474), - [sym_while_expression] = STATE(1474), - [sym_loop_expression] = STATE(1474), - [sym_for_expression] = STATE(1474), - [sym_const_block] = STATE(1474), - [sym_closure_expression] = STATE(1474), - [sym_closure_parameters] = STATE(225), - [sym_label] = STATE(3565), - [sym_break_expression] = STATE(1474), - [sym_continue_expression] = STATE(1474), - [sym_index_expression] = STATE(1474), - [sym_await_expression] = STATE(1474), - [sym_field_expression] = STATE(1371), - [sym_unsafe_block] = STATE(1474), - [sym_async_block] = STATE(1474), - [sym_gen_block] = STATE(1474), - [sym_try_block] = STATE(1474), - [sym_block] = STATE(1474), - [sym__literal] = STATE(1474), - [sym_string_literal] = STATE(1489), - [sym_raw_string_literal] = STATE(1489), - [sym_boolean_literal] = STATE(1489), - [sym_line_comment] = STATE(368), - [sym_block_comment] = STATE(368), - [sym_identifier] = ACTIONS(467), + [STATE(362)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1888), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(362), + [sym_block_comment] = STATE(362), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(959), - [anon_sym_u8] = ACTIONS(469), - [anon_sym_i8] = ACTIONS(469), - [anon_sym_u16] = ACTIONS(469), - [anon_sym_i16] = ACTIONS(469), - [anon_sym_u32] = ACTIONS(469), - [anon_sym_i32] = ACTIONS(469), - [anon_sym_u64] = ACTIONS(469), - [anon_sym_i64] = ACTIONS(469), - [anon_sym_u128] = ACTIONS(469), - [anon_sym_i128] = ACTIONS(469), - [anon_sym_isize] = ACTIONS(469), - [anon_sym_usize] = ACTIONS(469), - [anon_sym_f32] = ACTIONS(469), - [anon_sym_f64] = ACTIONS(469), - [anon_sym_bool] = ACTIONS(469), - [anon_sym_str] = ACTIONS(469), - [anon_sym_char] = ACTIONS(469), - [anon_sym_DASH] = ACTIONS(959), - [anon_sym_BANG] = ACTIONS(959), - [anon_sym_AMP] = ACTIONS(961), + [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(963), - [anon_sym_COLON_COLON] = ACTIONS(473), + [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(507), - [anon_sym_default] = ACTIONS(477), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(509), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(511), - [anon_sym_static] = ACTIONS(513), - [anon_sym_union] = ACTIONS(477), + [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(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), + [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(363)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1740), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(363), + [sym_block_comment] = STATE(363), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1255), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(507), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(509), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(515), [anon_sym_move] = ACTIONS(517), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), @@ -58628,68 +58151,628 @@ 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(489), - [sym_super] = ACTIONS(491), - [sym_crate] = ACTIONS(491), - [sym_metavariable] = ACTIONS(493), + [sym_self] = ACTIONS(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [369] = { - [sym_bracketed_type] = STATE(3529), - [sym_generic_function] = STATE(1664), - [sym_generic_type_with_turbofish] = STATE(2956), - [sym__expression_except_range] = STATE(1626), - [sym__expression] = STATE(1761), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1575), - [sym_scoped_type_identifier_in_expression_position] = STATE(3163), - [sym_range_expression] = STATE(1666), - [sym_unary_expression] = STATE(1664), - [sym_try_expression] = STATE(1664), - [sym_reference_expression] = STATE(1664), - [sym_binary_expression] = STATE(1664), - [sym_assignment_expression] = STATE(1664), - [sym_compound_assignment_expr] = STATE(1664), - [sym_type_cast_expression] = STATE(1664), - [sym_return_expression] = STATE(1664), - [sym_yield_expression] = STATE(1664), - [sym_call_expression] = STATE(1664), - [sym_array_expression] = STATE(1664), - [sym_parenthesized_expression] = STATE(1664), - [sym_tuple_expression] = STATE(1664), - [sym_unit_expression] = STATE(1664), - [sym_struct_expression] = STATE(1664), - [sym_if_expression] = STATE(1664), - [sym_match_expression] = STATE(1664), - [sym_while_expression] = STATE(1664), - [sym_loop_expression] = STATE(1664), - [sym_for_expression] = STATE(1664), - [sym_const_block] = STATE(1664), - [sym_closure_expression] = STATE(1664), - [sym_closure_parameters] = STATE(232), - [sym_label] = STATE(3614), - [sym_break_expression] = STATE(1664), - [sym_continue_expression] = STATE(1664), - [sym_index_expression] = STATE(1664), - [sym_await_expression] = STATE(1664), - [sym_field_expression] = STATE(1597), - [sym_unsafe_block] = STATE(1664), - [sym_async_block] = STATE(1664), - [sym_gen_block] = STATE(1664), - [sym_try_block] = STATE(1664), - [sym_block] = STATE(1664), - [sym__literal] = STATE(1664), - [sym_string_literal] = STATE(1786), - [sym_raw_string_literal] = STATE(1786), - [sym_boolean_literal] = STATE(1786), + [STATE(364)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1581), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(364), + [sym_block_comment] = STATE(364), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(483), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(489), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), + [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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(365)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2989), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1866), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1455), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(217), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(365), + [sym_block_comment] = STATE(365), + [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(366)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1578), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(366), + [sym_block_comment] = STATE(366), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(483), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(489), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), + [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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(367)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1765), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(367), + [sym_block_comment] = STATE(367), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(1075), + [anon_sym_BANG] = ACTIONS(1075), + [anon_sym_AMP] = ACTIONS(1077), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1255), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(507), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(509), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(511), + [anon_sym_static] = ACTIONS(513), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(515), + [anon_sym_move] = ACTIONS(517), + [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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(368)] = { + [sym_bracketed_type] = STATE(3550), + [sym_generic_function] = STATE(1467), + [sym_generic_type_with_turbofish] = STATE(2922), + [sym__expression_except_range] = STATE(1257), + [sym__expression] = STATE(1580), + [sym_macro_invocation] = STATE(1426), + [sym_scoped_identifier] = STATE(1552), + [sym_scoped_type_identifier_in_expression_position] = STATE(3212), + [sym_range_expression] = STATE(1390), + [sym_unary_expression] = STATE(1467), + [sym_try_expression] = STATE(1467), + [sym_reference_expression] = STATE(1467), + [sym_binary_expression] = STATE(1467), + [sym_assignment_expression] = STATE(1467), + [sym_compound_assignment_expr] = STATE(1467), + [sym_type_cast_expression] = STATE(1467), + [sym_return_expression] = STATE(1467), + [sym_yield_expression] = STATE(1467), + [sym_call_expression] = STATE(1467), + [sym_array_expression] = STATE(1467), + [sym_parenthesized_expression] = STATE(1467), + [sym_tuple_expression] = STATE(1467), + [sym_unit_expression] = STATE(1467), + [sym_struct_expression] = STATE(1467), + [sym_if_expression] = STATE(1467), + [sym_match_expression] = STATE(1467), + [sym_while_expression] = STATE(1467), + [sym_loop_expression] = STATE(1467), + [sym_for_expression] = STATE(1467), + [sym_const_block] = STATE(1467), + [sym_closure_expression] = STATE(1467), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3554), + [sym_break_expression] = STATE(1467), + [sym_continue_expression] = STATE(1467), + [sym_index_expression] = STATE(1467), + [sym_await_expression] = STATE(1467), + [sym_field_expression] = STATE(1290), + [sym_unsafe_block] = STATE(1467), + [sym_async_block] = STATE(1467), + [sym_gen_block] = STATE(1467), + [sym_try_block] = STATE(1467), + [sym_block] = STATE(1467), + [sym__literal] = STATE(1467), + [sym_string_literal] = STATE(1470), + [sym_raw_string_literal] = STATE(1470), + [sym_boolean_literal] = STATE(1470), + [sym_line_comment] = STATE(368), + [sym_block_comment] = STATE(368), + [sym_identifier] = ACTIONS(475), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(477), + [anon_sym_i8] = ACTIONS(477), + [anon_sym_u16] = ACTIONS(477), + [anon_sym_i16] = ACTIONS(477), + [anon_sym_u32] = ACTIONS(477), + [anon_sym_i32] = ACTIONS(477), + [anon_sym_u64] = ACTIONS(477), + [anon_sym_i64] = ACTIONS(477), + [anon_sym_u128] = ACTIONS(477), + [anon_sym_i128] = ACTIONS(477), + [anon_sym_isize] = ACTIONS(477), + [anon_sym_usize] = ACTIONS(477), + [anon_sym_f32] = ACTIONS(477), + [anon_sym_f64] = ACTIONS(477), + [anon_sym_bool] = ACTIONS(477), + [anon_sym_str] = ACTIONS(477), + [anon_sym_char] = ACTIONS(477), + [anon_sym_DASH] = ACTIONS(931), + [anon_sym_BANG] = ACTIONS(931), + [anon_sym_AMP] = ACTIONS(933), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(483), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(485), + [anon_sym_default] = ACTIONS(487), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(489), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(491), + [anon_sym_static] = ACTIONS(493), + [anon_sym_union] = ACTIONS(487), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(495), + [anon_sym_move] = ACTIONS(497), + [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(499), + [sym_super] = ACTIONS(501), + [sym_crate] = ACTIONS(501), + [sym_metavariable] = ACTIONS(503), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(369)] = { + [sym_bracketed_type] = STATE(3517), + [sym_generic_function] = STATE(1727), + [sym_generic_type_with_turbofish] = STATE(2940), + [sym__expression_except_range] = STATE(1624), + [sym__expression] = STATE(1736), + [sym_macro_invocation] = STATE(1762), + [sym_scoped_identifier] = STATE(1582), + [sym_scoped_type_identifier_in_expression_position] = STATE(3162), + [sym_range_expression] = STATE(1735), + [sym_unary_expression] = STATE(1727), + [sym_try_expression] = STATE(1727), + [sym_reference_expression] = STATE(1727), + [sym_binary_expression] = STATE(1727), + [sym_assignment_expression] = STATE(1727), + [sym_compound_assignment_expr] = STATE(1727), + [sym_type_cast_expression] = STATE(1727), + [sym_return_expression] = STATE(1727), + [sym_yield_expression] = STATE(1727), + [sym_call_expression] = STATE(1727), + [sym_array_expression] = STATE(1727), + [sym_parenthesized_expression] = STATE(1727), + [sym_tuple_expression] = STATE(1727), + [sym_unit_expression] = STATE(1727), + [sym_struct_expression] = STATE(1727), + [sym_if_expression] = STATE(1727), + [sym_match_expression] = STATE(1727), + [sym_while_expression] = STATE(1727), + [sym_loop_expression] = STATE(1727), + [sym_for_expression] = STATE(1727), + [sym_const_block] = STATE(1727), + [sym_closure_expression] = STATE(1727), + [sym_closure_parameters] = STATE(230), + [sym_label] = STATE(3604), + [sym_break_expression] = STATE(1727), + [sym_continue_expression] = STATE(1727), + [sym_index_expression] = STATE(1727), + [sym_await_expression] = STATE(1727), + [sym_field_expression] = STATE(1626), + [sym_unsafe_block] = STATE(1727), + [sym_async_block] = STATE(1727), + [sym_gen_block] = STATE(1727), + [sym_try_block] = STATE(1727), + [sym_block] = STATE(1727), + [sym__literal] = STATE(1727), + [sym_string_literal] = STATE(1860), + [sym_raw_string_literal] = STATE(1860), + [sym_boolean_literal] = STATE(1860), [sym_line_comment] = STATE(369), [sym_block_comment] = STATE(369), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(495), - [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LPAREN] = ACTIONS(465), + [anon_sym_LBRACK] = ACTIONS(467), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1015), + [anon_sym_STAR] = ACTIONS(979), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -58707,12 +58790,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(1015), - [anon_sym_BANG] = ACTIONS(1015), - [anon_sym_AMP] = ACTIONS(1017), + [anon_sym_DASH] = ACTIONS(979), + [anon_sym_BANG] = ACTIONS(979), + [anon_sym_AMP] = ACTIONS(981), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1059), + [anon_sym_DOT_DOT] = ACTIONS(1093), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), @@ -58747,7 +58830,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [370] = { + [STATE(370)] = { [sym_line_comment] = STATE(370), [sym_block_comment] = STATE(370), [ts_builtin_sym_end] = ACTIONS(1257), @@ -58858,7 +58941,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1257), [sym_float_literal] = ACTIONS(1257), }, - [371] = { + [STATE(371)] = { [sym_line_comment] = STATE(371), [sym_block_comment] = STATE(371), [ts_builtin_sym_end] = ACTIONS(1261), @@ -58969,7 +59052,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1261), [sym_float_literal] = ACTIONS(1261), }, - [372] = { + [STATE(372)] = { [sym_line_comment] = STATE(372), [sym_block_comment] = STATE(372), [ts_builtin_sym_end] = ACTIONS(1265), @@ -59080,7 +59163,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1265), [sym_float_literal] = ACTIONS(1265), }, - [373] = { + [STATE(373)] = { [sym_line_comment] = STATE(373), [sym_block_comment] = STATE(373), [ts_builtin_sym_end] = ACTIONS(1269), @@ -59191,7 +59274,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1269), [sym_float_literal] = ACTIONS(1269), }, - [374] = { + [STATE(374)] = { [sym_line_comment] = STATE(374), [sym_block_comment] = STATE(374), [ts_builtin_sym_end] = ACTIONS(1273), @@ -59302,7 +59385,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1273), [sym_float_literal] = ACTIONS(1273), }, - [375] = { + [STATE(375)] = { [sym_line_comment] = STATE(375), [sym_block_comment] = STATE(375), [ts_builtin_sym_end] = ACTIONS(1277), @@ -59412,887 +59495,887 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1277), [sym_float_literal] = ACTIONS(1277), }, - [376] = { - [sym_attribute_item] = STATE(420), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(2999), - [sym_variadic_parameter] = STATE(2999), - [sym_parameter] = STATE(2999), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2746), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3256), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [STATE(376)] = { [sym_line_comment] = STATE(376), [sym_block_comment] = STATE(376), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_RPAREN] = ACTIONS(1285), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_PIPE] = ACTIONS(1301), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1303), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COMMA] = ACTIONS(1309), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_POUND] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1345), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [377] = { + [ts_builtin_sym_end] = ACTIONS(1281), + [sym_identifier] = ACTIONS(1283), + [anon_sym_SEMI] = ACTIONS(1281), + [anon_sym_macro_rules_BANG] = ACTIONS(1281), + [anon_sym_LPAREN] = ACTIONS(1281), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_LBRACE] = ACTIONS(1281), + [anon_sym_RBRACE] = ACTIONS(1281), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_STAR] = ACTIONS(1283), + [anon_sym_QMARK] = ACTIONS(1281), + [anon_sym_u8] = ACTIONS(1283), + [anon_sym_i8] = ACTIONS(1283), + [anon_sym_u16] = ACTIONS(1283), + [anon_sym_i16] = ACTIONS(1283), + [anon_sym_u32] = ACTIONS(1283), + [anon_sym_i32] = ACTIONS(1283), + [anon_sym_u64] = ACTIONS(1283), + [anon_sym_i64] = ACTIONS(1283), + [anon_sym_u128] = ACTIONS(1283), + [anon_sym_i128] = ACTIONS(1283), + [anon_sym_isize] = ACTIONS(1283), + [anon_sym_usize] = ACTIONS(1283), + [anon_sym_f32] = ACTIONS(1283), + [anon_sym_f64] = ACTIONS(1283), + [anon_sym_bool] = ACTIONS(1283), + [anon_sym_str] = ACTIONS(1283), + [anon_sym_char] = ACTIONS(1283), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_SLASH] = ACTIONS(1283), + [anon_sym_PERCENT] = ACTIONS(1283), + [anon_sym_CARET] = ACTIONS(1283), + [anon_sym_BANG] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(1283), + [anon_sym_PIPE] = ACTIONS(1283), + [anon_sym_AMP_AMP] = ACTIONS(1281), + [anon_sym_PIPE_PIPE] = ACTIONS(1281), + [anon_sym_LT_LT] = ACTIONS(1283), + [anon_sym_GT_GT] = ACTIONS(1283), + [anon_sym_PLUS_EQ] = ACTIONS(1281), + [anon_sym_DASH_EQ] = ACTIONS(1281), + [anon_sym_STAR_EQ] = ACTIONS(1281), + [anon_sym_SLASH_EQ] = ACTIONS(1281), + [anon_sym_PERCENT_EQ] = ACTIONS(1281), + [anon_sym_CARET_EQ] = ACTIONS(1281), + [anon_sym_AMP_EQ] = ACTIONS(1281), + [anon_sym_PIPE_EQ] = ACTIONS(1281), + [anon_sym_LT_LT_EQ] = ACTIONS(1281), + [anon_sym_GT_GT_EQ] = ACTIONS(1281), + [anon_sym_EQ] = ACTIONS(1283), + [anon_sym_EQ_EQ] = ACTIONS(1281), + [anon_sym_BANG_EQ] = ACTIONS(1281), + [anon_sym_GT] = ACTIONS(1283), + [anon_sym_LT] = ACTIONS(1283), + [anon_sym_GT_EQ] = ACTIONS(1281), + [anon_sym_LT_EQ] = ACTIONS(1281), + [anon_sym_DOT] = ACTIONS(1283), + [anon_sym_DOT_DOT] = ACTIONS(1283), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1281), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1281), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_POUND] = ACTIONS(1281), + [anon_sym_SQUOTE] = ACTIONS(1283), + [anon_sym_as] = ACTIONS(1283), + [anon_sym_async] = ACTIONS(1283), + [anon_sym_break] = ACTIONS(1283), + [anon_sym_const] = ACTIONS(1283), + [anon_sym_continue] = ACTIONS(1283), + [anon_sym_default] = ACTIONS(1283), + [anon_sym_enum] = ACTIONS(1283), + [anon_sym_fn] = ACTIONS(1283), + [anon_sym_for] = ACTIONS(1283), + [anon_sym_gen] = ACTIONS(1283), + [anon_sym_if] = ACTIONS(1283), + [anon_sym_impl] = ACTIONS(1283), + [anon_sym_let] = ACTIONS(1283), + [anon_sym_loop] = ACTIONS(1283), + [anon_sym_match] = ACTIONS(1283), + [anon_sym_mod] = ACTIONS(1283), + [anon_sym_pub] = ACTIONS(1283), + [anon_sym_return] = ACTIONS(1283), + [anon_sym_static] = ACTIONS(1283), + [anon_sym_struct] = ACTIONS(1283), + [anon_sym_trait] = ACTIONS(1283), + [anon_sym_type] = ACTIONS(1283), + [anon_sym_union] = ACTIONS(1283), + [anon_sym_unsafe] = ACTIONS(1283), + [anon_sym_use] = ACTIONS(1283), + [anon_sym_while] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(1283), + [anon_sym_yield] = ACTIONS(1283), + [anon_sym_move] = ACTIONS(1283), + [anon_sym_try] = ACTIONS(1283), + [sym_integer_literal] = ACTIONS(1281), + [aux_sym_string_literal_token1] = ACTIONS(1281), + [sym_char_literal] = ACTIONS(1281), + [anon_sym_true] = ACTIONS(1283), + [anon_sym_false] = ACTIONS(1283), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1283), + [sym_super] = ACTIONS(1283), + [sym_crate] = ACTIONS(1283), + [sym_metavariable] = ACTIONS(1281), + [sym__raw_string_literal_start] = ACTIONS(1281), + [sym_float_literal] = ACTIONS(1281), + }, + [STATE(377)] = { [sym_line_comment] = STATE(377), [sym_block_comment] = STATE(377), - [ts_builtin_sym_end] = ACTIONS(1353), - [sym_identifier] = ACTIONS(1355), - [anon_sym_SEMI] = ACTIONS(1353), - [anon_sym_macro_rules_BANG] = ACTIONS(1353), - [anon_sym_LPAREN] = ACTIONS(1353), - [anon_sym_LBRACK] = ACTIONS(1353), - [anon_sym_LBRACE] = ACTIONS(1353), - [anon_sym_RBRACE] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1357), - [anon_sym_STAR] = ACTIONS(1355), - [anon_sym_QMARK] = ACTIONS(1359), - [anon_sym_u8] = ACTIONS(1355), - [anon_sym_i8] = ACTIONS(1355), - [anon_sym_u16] = ACTIONS(1355), - [anon_sym_i16] = ACTIONS(1355), - [anon_sym_u32] = ACTIONS(1355), - [anon_sym_i32] = ACTIONS(1355), - [anon_sym_u64] = ACTIONS(1355), - [anon_sym_i64] = ACTIONS(1355), - [anon_sym_u128] = ACTIONS(1355), - [anon_sym_i128] = ACTIONS(1355), - [anon_sym_isize] = ACTIONS(1355), - [anon_sym_usize] = ACTIONS(1355), - [anon_sym_f32] = ACTIONS(1355), - [anon_sym_f64] = ACTIONS(1355), - [anon_sym_bool] = ACTIONS(1355), - [anon_sym_str] = ACTIONS(1355), - [anon_sym_char] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_CARET] = ACTIONS(1357), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_AMP] = ACTIONS(1355), - [anon_sym_PIPE] = ACTIONS(1355), - [anon_sym_AMP_AMP] = ACTIONS(1359), - [anon_sym_PIPE_PIPE] = ACTIONS(1359), - [anon_sym_LT_LT] = ACTIONS(1357), - [anon_sym_GT_GT] = ACTIONS(1357), - [anon_sym_PLUS_EQ] = ACTIONS(1359), - [anon_sym_DASH_EQ] = ACTIONS(1359), - [anon_sym_STAR_EQ] = ACTIONS(1359), - [anon_sym_SLASH_EQ] = ACTIONS(1359), - [anon_sym_PERCENT_EQ] = ACTIONS(1359), - [anon_sym_CARET_EQ] = ACTIONS(1359), - [anon_sym_AMP_EQ] = ACTIONS(1359), - [anon_sym_PIPE_EQ] = ACTIONS(1359), - [anon_sym_LT_LT_EQ] = ACTIONS(1359), - [anon_sym_GT_GT_EQ] = ACTIONS(1359), - [anon_sym_EQ] = ACTIONS(1357), - [anon_sym_EQ_EQ] = ACTIONS(1359), - [anon_sym_BANG_EQ] = ACTIONS(1359), - [anon_sym_GT] = ACTIONS(1357), - [anon_sym_LT] = ACTIONS(1355), - [anon_sym_GT_EQ] = ACTIONS(1359), - [anon_sym_LT_EQ] = ACTIONS(1359), - [anon_sym_DOT] = ACTIONS(1357), - [anon_sym_DOT_DOT] = ACTIONS(1355), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1359), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1359), - [anon_sym_COLON_COLON] = ACTIONS(1353), - [anon_sym_POUND] = ACTIONS(1353), - [anon_sym_SQUOTE] = ACTIONS(1355), - [anon_sym_as] = ACTIONS(1357), - [anon_sym_async] = ACTIONS(1355), - [anon_sym_break] = ACTIONS(1355), - [anon_sym_const] = ACTIONS(1355), - [anon_sym_continue] = ACTIONS(1355), - [anon_sym_default] = ACTIONS(1355), - [anon_sym_enum] = ACTIONS(1355), - [anon_sym_fn] = ACTIONS(1355), - [anon_sym_for] = ACTIONS(1355), - [anon_sym_gen] = ACTIONS(1355), - [anon_sym_if] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1355), - [anon_sym_let] = ACTIONS(1355), - [anon_sym_loop] = ACTIONS(1355), - [anon_sym_match] = ACTIONS(1355), - [anon_sym_mod] = ACTIONS(1355), - [anon_sym_pub] = ACTIONS(1355), - [anon_sym_return] = ACTIONS(1355), - [anon_sym_static] = ACTIONS(1355), - [anon_sym_struct] = ACTIONS(1355), - [anon_sym_trait] = ACTIONS(1355), - [anon_sym_type] = ACTIONS(1355), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1355), - [anon_sym_use] = ACTIONS(1355), - [anon_sym_while] = ACTIONS(1355), - [anon_sym_extern] = ACTIONS(1355), - [anon_sym_yield] = ACTIONS(1355), - [anon_sym_move] = ACTIONS(1355), - [anon_sym_try] = ACTIONS(1355), - [sym_integer_literal] = ACTIONS(1353), - [aux_sym_string_literal_token1] = ACTIONS(1353), - [sym_char_literal] = ACTIONS(1353), - [anon_sym_true] = ACTIONS(1355), - [anon_sym_false] = ACTIONS(1355), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1355), - [sym_super] = ACTIONS(1355), - [sym_crate] = ACTIONS(1355), - [sym_metavariable] = ACTIONS(1353), - [sym__raw_string_literal_start] = ACTIONS(1353), - [sym_float_literal] = ACTIONS(1353), - }, - [378] = { + [ts_builtin_sym_end] = ACTIONS(1285), + [sym_identifier] = ACTIONS(1287), + [anon_sym_SEMI] = ACTIONS(1285), + [anon_sym_macro_rules_BANG] = ACTIONS(1285), + [anon_sym_LPAREN] = ACTIONS(1285), + [anon_sym_LBRACK] = ACTIONS(1285), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_RBRACE] = ACTIONS(1285), + [anon_sym_PLUS] = ACTIONS(1287), + [anon_sym_STAR] = ACTIONS(1287), + [anon_sym_QMARK] = ACTIONS(1285), + [anon_sym_u8] = ACTIONS(1287), + [anon_sym_i8] = ACTIONS(1287), + [anon_sym_u16] = ACTIONS(1287), + [anon_sym_i16] = ACTIONS(1287), + [anon_sym_u32] = ACTIONS(1287), + [anon_sym_i32] = ACTIONS(1287), + [anon_sym_u64] = ACTIONS(1287), + [anon_sym_i64] = ACTIONS(1287), + [anon_sym_u128] = ACTIONS(1287), + [anon_sym_i128] = ACTIONS(1287), + [anon_sym_isize] = ACTIONS(1287), + [anon_sym_usize] = ACTIONS(1287), + [anon_sym_f32] = ACTIONS(1287), + [anon_sym_f64] = ACTIONS(1287), + [anon_sym_bool] = ACTIONS(1287), + [anon_sym_str] = ACTIONS(1287), + [anon_sym_char] = ACTIONS(1287), + [anon_sym_DASH] = ACTIONS(1287), + [anon_sym_SLASH] = ACTIONS(1287), + [anon_sym_PERCENT] = ACTIONS(1287), + [anon_sym_CARET] = ACTIONS(1287), + [anon_sym_BANG] = ACTIONS(1287), + [anon_sym_AMP] = ACTIONS(1287), + [anon_sym_PIPE] = ACTIONS(1287), + [anon_sym_AMP_AMP] = ACTIONS(1285), + [anon_sym_PIPE_PIPE] = ACTIONS(1285), + [anon_sym_LT_LT] = ACTIONS(1287), + [anon_sym_GT_GT] = ACTIONS(1287), + [anon_sym_PLUS_EQ] = ACTIONS(1285), + [anon_sym_DASH_EQ] = ACTIONS(1285), + [anon_sym_STAR_EQ] = ACTIONS(1285), + [anon_sym_SLASH_EQ] = ACTIONS(1285), + [anon_sym_PERCENT_EQ] = ACTIONS(1285), + [anon_sym_CARET_EQ] = ACTIONS(1285), + [anon_sym_AMP_EQ] = ACTIONS(1285), + [anon_sym_PIPE_EQ] = ACTIONS(1285), + [anon_sym_LT_LT_EQ] = ACTIONS(1285), + [anon_sym_GT_GT_EQ] = ACTIONS(1285), + [anon_sym_EQ] = ACTIONS(1287), + [anon_sym_EQ_EQ] = ACTIONS(1285), + [anon_sym_BANG_EQ] = ACTIONS(1285), + [anon_sym_GT] = ACTIONS(1287), + [anon_sym_LT] = ACTIONS(1287), + [anon_sym_GT_EQ] = ACTIONS(1285), + [anon_sym_LT_EQ] = ACTIONS(1285), + [anon_sym_DOT] = ACTIONS(1287), + [anon_sym_DOT_DOT] = ACTIONS(1287), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1285), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1285), + [anon_sym_COLON_COLON] = ACTIONS(1285), + [anon_sym_POUND] = ACTIONS(1285), + [anon_sym_SQUOTE] = ACTIONS(1287), + [anon_sym_as] = ACTIONS(1287), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_break] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_continue] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(1287), + [anon_sym_enum] = ACTIONS(1287), + [anon_sym_fn] = ACTIONS(1287), + [anon_sym_for] = ACTIONS(1287), + [anon_sym_gen] = ACTIONS(1287), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_impl] = ACTIONS(1287), + [anon_sym_let] = ACTIONS(1287), + [anon_sym_loop] = ACTIONS(1287), + [anon_sym_match] = ACTIONS(1287), + [anon_sym_mod] = ACTIONS(1287), + [anon_sym_pub] = ACTIONS(1287), + [anon_sym_return] = ACTIONS(1287), + [anon_sym_static] = ACTIONS(1287), + [anon_sym_struct] = ACTIONS(1287), + [anon_sym_trait] = ACTIONS(1287), + [anon_sym_type] = ACTIONS(1287), + [anon_sym_union] = ACTIONS(1287), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_use] = ACTIONS(1287), + [anon_sym_while] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1287), + [anon_sym_yield] = ACTIONS(1287), + [anon_sym_move] = ACTIONS(1287), + [anon_sym_try] = ACTIONS(1287), + [sym_integer_literal] = ACTIONS(1285), + [aux_sym_string_literal_token1] = ACTIONS(1285), + [sym_char_literal] = ACTIONS(1285), + [anon_sym_true] = ACTIONS(1287), + [anon_sym_false] = ACTIONS(1287), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1287), + [sym_super] = ACTIONS(1287), + [sym_crate] = ACTIONS(1287), + [sym_metavariable] = ACTIONS(1285), + [sym__raw_string_literal_start] = ACTIONS(1285), + [sym_float_literal] = ACTIONS(1285), + }, + [STATE(378)] = { [sym_line_comment] = STATE(378), [sym_block_comment] = STATE(378), - [ts_builtin_sym_end] = ACTIONS(1361), - [sym_identifier] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1361), - [anon_sym_macro_rules_BANG] = ACTIONS(1361), - [anon_sym_LPAREN] = ACTIONS(1361), - [anon_sym_LBRACK] = ACTIONS(1361), - [anon_sym_LBRACE] = ACTIONS(1361), - [anon_sym_RBRACE] = ACTIONS(1361), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_u8] = ACTIONS(1363), - [anon_sym_i8] = ACTIONS(1363), - [anon_sym_u16] = ACTIONS(1363), - [anon_sym_i16] = ACTIONS(1363), - [anon_sym_u32] = ACTIONS(1363), - [anon_sym_i32] = ACTIONS(1363), - [anon_sym_u64] = ACTIONS(1363), - [anon_sym_i64] = ACTIONS(1363), - [anon_sym_u128] = ACTIONS(1363), - [anon_sym_i128] = ACTIONS(1363), - [anon_sym_isize] = ACTIONS(1363), - [anon_sym_usize] = ACTIONS(1363), - [anon_sym_f32] = ACTIONS(1363), - [anon_sym_f64] = ACTIONS(1363), - [anon_sym_bool] = ACTIONS(1363), - [anon_sym_str] = ACTIONS(1363), - [anon_sym_char] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_SLASH] = ACTIONS(1363), - [anon_sym_PERCENT] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), - [anon_sym_BANG] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1363), - [anon_sym_PIPE] = ACTIONS(1363), - [anon_sym_AMP_AMP] = ACTIONS(1361), - [anon_sym_PIPE_PIPE] = ACTIONS(1361), - [anon_sym_LT_LT] = ACTIONS(1363), - [anon_sym_GT_GT] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1361), - [anon_sym_DASH_EQ] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1361), - [anon_sym_SLASH_EQ] = ACTIONS(1361), - [anon_sym_PERCENT_EQ] = ACTIONS(1361), - [anon_sym_CARET_EQ] = ACTIONS(1361), - [anon_sym_AMP_EQ] = ACTIONS(1361), - [anon_sym_PIPE_EQ] = ACTIONS(1361), - [anon_sym_LT_LT_EQ] = ACTIONS(1361), - [anon_sym_GT_GT_EQ] = ACTIONS(1361), - [anon_sym_EQ] = ACTIONS(1363), - [anon_sym_EQ_EQ] = ACTIONS(1361), - [anon_sym_BANG_EQ] = ACTIONS(1361), - [anon_sym_GT] = ACTIONS(1363), - [anon_sym_LT] = ACTIONS(1363), - [anon_sym_GT_EQ] = ACTIONS(1361), - [anon_sym_LT_EQ] = ACTIONS(1361), - [anon_sym_DOT] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1363), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1361), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1361), - [anon_sym_COLON_COLON] = ACTIONS(1361), - [anon_sym_POUND] = ACTIONS(1361), - [anon_sym_SQUOTE] = ACTIONS(1363), - [anon_sym_as] = ACTIONS(1363), - [anon_sym_async] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_default] = ACTIONS(1363), - [anon_sym_enum] = ACTIONS(1363), - [anon_sym_fn] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_gen] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_impl] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_mod] = ACTIONS(1363), - [anon_sym_pub] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_static] = ACTIONS(1363), - [anon_sym_struct] = ACTIONS(1363), - [anon_sym_trait] = ACTIONS(1363), - [anon_sym_type] = ACTIONS(1363), - [anon_sym_union] = ACTIONS(1363), - [anon_sym_unsafe] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_yield] = ACTIONS(1363), - [anon_sym_move] = ACTIONS(1363), - [anon_sym_try] = ACTIONS(1363), - [sym_integer_literal] = ACTIONS(1361), + [ts_builtin_sym_end] = ACTIONS(1289), + [sym_identifier] = ACTIONS(1291), + [anon_sym_SEMI] = ACTIONS(1289), + [anon_sym_macro_rules_BANG] = ACTIONS(1289), + [anon_sym_LPAREN] = ACTIONS(1289), + [anon_sym_LBRACK] = ACTIONS(1289), + [anon_sym_LBRACE] = ACTIONS(1289), + [anon_sym_RBRACE] = ACTIONS(1289), + [anon_sym_PLUS] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1291), + [anon_sym_QMARK] = ACTIONS(1289), + [anon_sym_u8] = ACTIONS(1291), + [anon_sym_i8] = ACTIONS(1291), + [anon_sym_u16] = ACTIONS(1291), + [anon_sym_i16] = ACTIONS(1291), + [anon_sym_u32] = ACTIONS(1291), + [anon_sym_i32] = ACTIONS(1291), + [anon_sym_u64] = ACTIONS(1291), + [anon_sym_i64] = ACTIONS(1291), + [anon_sym_u128] = ACTIONS(1291), + [anon_sym_i128] = ACTIONS(1291), + [anon_sym_isize] = ACTIONS(1291), + [anon_sym_usize] = ACTIONS(1291), + [anon_sym_f32] = ACTIONS(1291), + [anon_sym_f64] = ACTIONS(1291), + [anon_sym_bool] = ACTIONS(1291), + [anon_sym_str] = ACTIONS(1291), + [anon_sym_char] = ACTIONS(1291), + [anon_sym_DASH] = ACTIONS(1291), + [anon_sym_SLASH] = ACTIONS(1291), + [anon_sym_PERCENT] = ACTIONS(1291), + [anon_sym_CARET] = ACTIONS(1291), + [anon_sym_BANG] = ACTIONS(1291), + [anon_sym_AMP] = ACTIONS(1291), + [anon_sym_PIPE] = ACTIONS(1291), + [anon_sym_AMP_AMP] = ACTIONS(1289), + [anon_sym_PIPE_PIPE] = ACTIONS(1289), + [anon_sym_LT_LT] = ACTIONS(1291), + [anon_sym_GT_GT] = ACTIONS(1291), + [anon_sym_PLUS_EQ] = ACTIONS(1289), + [anon_sym_DASH_EQ] = ACTIONS(1289), + [anon_sym_STAR_EQ] = ACTIONS(1289), + [anon_sym_SLASH_EQ] = ACTIONS(1289), + [anon_sym_PERCENT_EQ] = ACTIONS(1289), + [anon_sym_CARET_EQ] = ACTIONS(1289), + [anon_sym_AMP_EQ] = ACTIONS(1289), + [anon_sym_PIPE_EQ] = ACTIONS(1289), + [anon_sym_LT_LT_EQ] = ACTIONS(1289), + [anon_sym_GT_GT_EQ] = ACTIONS(1289), + [anon_sym_EQ] = ACTIONS(1291), + [anon_sym_EQ_EQ] = ACTIONS(1289), + [anon_sym_BANG_EQ] = ACTIONS(1289), + [anon_sym_GT] = ACTIONS(1291), + [anon_sym_LT] = ACTIONS(1291), + [anon_sym_GT_EQ] = ACTIONS(1289), + [anon_sym_LT_EQ] = ACTIONS(1289), + [anon_sym_DOT] = ACTIONS(1291), + [anon_sym_DOT_DOT] = ACTIONS(1291), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1289), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1289), + [anon_sym_COLON_COLON] = ACTIONS(1289), + [anon_sym_POUND] = ACTIONS(1289), + [anon_sym_SQUOTE] = ACTIONS(1291), + [anon_sym_as] = ACTIONS(1291), + [anon_sym_async] = ACTIONS(1291), + [anon_sym_break] = ACTIONS(1291), + [anon_sym_const] = ACTIONS(1291), + [anon_sym_continue] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_enum] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1291), + [anon_sym_for] = ACTIONS(1291), + [anon_sym_gen] = ACTIONS(1291), + [anon_sym_if] = ACTIONS(1291), + [anon_sym_impl] = ACTIONS(1291), + [anon_sym_let] = ACTIONS(1291), + [anon_sym_loop] = ACTIONS(1291), + [anon_sym_match] = ACTIONS(1291), + [anon_sym_mod] = ACTIONS(1291), + [anon_sym_pub] = ACTIONS(1291), + [anon_sym_return] = ACTIONS(1291), + [anon_sym_static] = ACTIONS(1291), + [anon_sym_struct] = ACTIONS(1291), + [anon_sym_trait] = ACTIONS(1291), + [anon_sym_type] = ACTIONS(1291), + [anon_sym_union] = ACTIONS(1291), + [anon_sym_unsafe] = ACTIONS(1291), + [anon_sym_use] = ACTIONS(1291), + [anon_sym_while] = ACTIONS(1291), + [anon_sym_extern] = ACTIONS(1291), + [anon_sym_yield] = ACTIONS(1291), + [anon_sym_move] = ACTIONS(1291), + [anon_sym_try] = ACTIONS(1291), + [sym_integer_literal] = ACTIONS(1289), + [aux_sym_string_literal_token1] = ACTIONS(1289), + [sym_char_literal] = ACTIONS(1289), + [anon_sym_true] = ACTIONS(1291), + [anon_sym_false] = ACTIONS(1291), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1291), + [sym_super] = ACTIONS(1291), + [sym_crate] = ACTIONS(1291), + [sym_metavariable] = ACTIONS(1289), + [sym__raw_string_literal_start] = ACTIONS(1289), + [sym_float_literal] = ACTIONS(1289), + }, + [STATE(379)] = { + [sym_line_comment] = STATE(379), + [sym_block_comment] = STATE(379), + [ts_builtin_sym_end] = ACTIONS(1293), + [sym_identifier] = ACTIONS(1295), + [anon_sym_SEMI] = ACTIONS(1293), + [anon_sym_macro_rules_BANG] = ACTIONS(1293), + [anon_sym_LPAREN] = ACTIONS(1293), + [anon_sym_LBRACK] = ACTIONS(1293), + [anon_sym_LBRACE] = ACTIONS(1293), + [anon_sym_RBRACE] = ACTIONS(1293), + [anon_sym_PLUS] = ACTIONS(1295), + [anon_sym_STAR] = ACTIONS(1295), + [anon_sym_QMARK] = ACTIONS(1293), + [anon_sym_u8] = ACTIONS(1295), + [anon_sym_i8] = ACTIONS(1295), + [anon_sym_u16] = ACTIONS(1295), + [anon_sym_i16] = ACTIONS(1295), + [anon_sym_u32] = ACTIONS(1295), + [anon_sym_i32] = ACTIONS(1295), + [anon_sym_u64] = ACTIONS(1295), + [anon_sym_i64] = ACTIONS(1295), + [anon_sym_u128] = ACTIONS(1295), + [anon_sym_i128] = ACTIONS(1295), + [anon_sym_isize] = ACTIONS(1295), + [anon_sym_usize] = ACTIONS(1295), + [anon_sym_f32] = ACTIONS(1295), + [anon_sym_f64] = ACTIONS(1295), + [anon_sym_bool] = ACTIONS(1295), + [anon_sym_str] = ACTIONS(1295), + [anon_sym_char] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_SLASH] = ACTIONS(1295), + [anon_sym_PERCENT] = ACTIONS(1295), + [anon_sym_CARET] = ACTIONS(1295), + [anon_sym_BANG] = ACTIONS(1295), + [anon_sym_AMP] = ACTIONS(1295), + [anon_sym_PIPE] = ACTIONS(1295), + [anon_sym_AMP_AMP] = ACTIONS(1293), + [anon_sym_PIPE_PIPE] = ACTIONS(1293), + [anon_sym_LT_LT] = ACTIONS(1295), + [anon_sym_GT_GT] = ACTIONS(1295), + [anon_sym_PLUS_EQ] = ACTIONS(1293), + [anon_sym_DASH_EQ] = ACTIONS(1293), + [anon_sym_STAR_EQ] = ACTIONS(1293), + [anon_sym_SLASH_EQ] = ACTIONS(1293), + [anon_sym_PERCENT_EQ] = ACTIONS(1293), + [anon_sym_CARET_EQ] = ACTIONS(1293), + [anon_sym_AMP_EQ] = ACTIONS(1293), + [anon_sym_PIPE_EQ] = ACTIONS(1293), + [anon_sym_LT_LT_EQ] = ACTIONS(1293), + [anon_sym_GT_GT_EQ] = ACTIONS(1293), + [anon_sym_EQ] = ACTIONS(1295), + [anon_sym_EQ_EQ] = ACTIONS(1293), + [anon_sym_BANG_EQ] = ACTIONS(1293), + [anon_sym_GT] = ACTIONS(1295), + [anon_sym_LT] = ACTIONS(1295), + [anon_sym_GT_EQ] = ACTIONS(1293), + [anon_sym_LT_EQ] = ACTIONS(1293), + [anon_sym_DOT] = ACTIONS(1295), + [anon_sym_DOT_DOT] = ACTIONS(1295), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1293), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1293), + [anon_sym_COLON_COLON] = ACTIONS(1293), + [anon_sym_POUND] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(1295), + [anon_sym_as] = ACTIONS(1295), + [anon_sym_async] = ACTIONS(1295), + [anon_sym_break] = ACTIONS(1295), + [anon_sym_const] = ACTIONS(1295), + [anon_sym_continue] = ACTIONS(1295), + [anon_sym_default] = ACTIONS(1295), + [anon_sym_enum] = ACTIONS(1295), + [anon_sym_fn] = ACTIONS(1295), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1295), + [anon_sym_if] = ACTIONS(1295), + [anon_sym_impl] = ACTIONS(1295), + [anon_sym_let] = ACTIONS(1295), + [anon_sym_loop] = ACTIONS(1295), + [anon_sym_match] = ACTIONS(1295), + [anon_sym_mod] = ACTIONS(1295), + [anon_sym_pub] = ACTIONS(1295), + [anon_sym_return] = ACTIONS(1295), + [anon_sym_static] = ACTIONS(1295), + [anon_sym_struct] = ACTIONS(1295), + [anon_sym_trait] = ACTIONS(1295), + [anon_sym_type] = ACTIONS(1295), + [anon_sym_union] = ACTIONS(1295), + [anon_sym_unsafe] = ACTIONS(1295), + [anon_sym_use] = ACTIONS(1295), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_extern] = ACTIONS(1295), + [anon_sym_yield] = ACTIONS(1295), + [anon_sym_move] = ACTIONS(1295), + [anon_sym_try] = ACTIONS(1295), + [sym_integer_literal] = ACTIONS(1293), + [aux_sym_string_literal_token1] = ACTIONS(1293), + [sym_char_literal] = ACTIONS(1293), + [anon_sym_true] = ACTIONS(1295), + [anon_sym_false] = ACTIONS(1295), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1295), + [sym_super] = ACTIONS(1295), + [sym_crate] = ACTIONS(1295), + [sym_metavariable] = ACTIONS(1293), + [sym__raw_string_literal_start] = ACTIONS(1293), + [sym_float_literal] = ACTIONS(1293), + }, + [STATE(380)] = { + [sym_line_comment] = STATE(380), + [sym_block_comment] = STATE(380), + [ts_builtin_sym_end] = ACTIONS(1297), + [sym_identifier] = ACTIONS(1299), + [anon_sym_SEMI] = ACTIONS(1297), + [anon_sym_macro_rules_BANG] = ACTIONS(1297), + [anon_sym_LPAREN] = ACTIONS(1297), + [anon_sym_LBRACK] = ACTIONS(1297), + [anon_sym_LBRACE] = ACTIONS(1297), + [anon_sym_RBRACE] = ACTIONS(1297), + [anon_sym_PLUS] = ACTIONS(1299), + [anon_sym_STAR] = ACTIONS(1299), + [anon_sym_QMARK] = ACTIONS(1297), + [anon_sym_u8] = ACTIONS(1299), + [anon_sym_i8] = ACTIONS(1299), + [anon_sym_u16] = ACTIONS(1299), + [anon_sym_i16] = ACTIONS(1299), + [anon_sym_u32] = ACTIONS(1299), + [anon_sym_i32] = ACTIONS(1299), + [anon_sym_u64] = ACTIONS(1299), + [anon_sym_i64] = ACTIONS(1299), + [anon_sym_u128] = ACTIONS(1299), + [anon_sym_i128] = ACTIONS(1299), + [anon_sym_isize] = ACTIONS(1299), + [anon_sym_usize] = ACTIONS(1299), + [anon_sym_f32] = ACTIONS(1299), + [anon_sym_f64] = ACTIONS(1299), + [anon_sym_bool] = ACTIONS(1299), + [anon_sym_str] = ACTIONS(1299), + [anon_sym_char] = ACTIONS(1299), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_SLASH] = ACTIONS(1299), + [anon_sym_PERCENT] = ACTIONS(1299), + [anon_sym_CARET] = ACTIONS(1299), + [anon_sym_BANG] = ACTIONS(1299), + [anon_sym_AMP] = ACTIONS(1299), + [anon_sym_PIPE] = ACTIONS(1299), + [anon_sym_AMP_AMP] = ACTIONS(1297), + [anon_sym_PIPE_PIPE] = ACTIONS(1297), + [anon_sym_LT_LT] = ACTIONS(1299), + [anon_sym_GT_GT] = ACTIONS(1299), + [anon_sym_PLUS_EQ] = ACTIONS(1297), + [anon_sym_DASH_EQ] = ACTIONS(1297), + [anon_sym_STAR_EQ] = ACTIONS(1297), + [anon_sym_SLASH_EQ] = ACTIONS(1297), + [anon_sym_PERCENT_EQ] = ACTIONS(1297), + [anon_sym_CARET_EQ] = ACTIONS(1297), + [anon_sym_AMP_EQ] = ACTIONS(1297), + [anon_sym_PIPE_EQ] = ACTIONS(1297), + [anon_sym_LT_LT_EQ] = ACTIONS(1297), + [anon_sym_GT_GT_EQ] = ACTIONS(1297), + [anon_sym_EQ] = ACTIONS(1299), + [anon_sym_EQ_EQ] = ACTIONS(1297), + [anon_sym_BANG_EQ] = ACTIONS(1297), + [anon_sym_GT] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1299), + [anon_sym_GT_EQ] = ACTIONS(1297), + [anon_sym_LT_EQ] = ACTIONS(1297), + [anon_sym_DOT] = ACTIONS(1299), + [anon_sym_DOT_DOT] = ACTIONS(1299), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1297), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1297), + [anon_sym_COLON_COLON] = ACTIONS(1297), + [anon_sym_POUND] = ACTIONS(1297), + [anon_sym_SQUOTE] = ACTIONS(1299), + [anon_sym_as] = ACTIONS(1299), + [anon_sym_async] = ACTIONS(1299), + [anon_sym_break] = ACTIONS(1299), + [anon_sym_const] = ACTIONS(1299), + [anon_sym_continue] = ACTIONS(1299), + [anon_sym_default] = ACTIONS(1299), + [anon_sym_enum] = ACTIONS(1299), + [anon_sym_fn] = ACTIONS(1299), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_gen] = ACTIONS(1299), + [anon_sym_if] = ACTIONS(1299), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_let] = ACTIONS(1299), + [anon_sym_loop] = ACTIONS(1299), + [anon_sym_match] = ACTIONS(1299), + [anon_sym_mod] = ACTIONS(1299), + [anon_sym_pub] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1299), + [anon_sym_static] = ACTIONS(1299), + [anon_sym_struct] = ACTIONS(1299), + [anon_sym_trait] = ACTIONS(1299), + [anon_sym_type] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1299), + [anon_sym_unsafe] = ACTIONS(1299), + [anon_sym_use] = ACTIONS(1299), + [anon_sym_while] = ACTIONS(1299), + [anon_sym_extern] = ACTIONS(1299), + [anon_sym_yield] = ACTIONS(1299), + [anon_sym_move] = ACTIONS(1299), + [anon_sym_try] = ACTIONS(1299), + [sym_integer_literal] = ACTIONS(1297), + [aux_sym_string_literal_token1] = ACTIONS(1297), + [sym_char_literal] = ACTIONS(1297), + [anon_sym_true] = ACTIONS(1299), + [anon_sym_false] = ACTIONS(1299), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1299), + [sym_super] = ACTIONS(1299), + [sym_crate] = ACTIONS(1299), + [sym_metavariable] = ACTIONS(1297), + [sym__raw_string_literal_start] = ACTIONS(1297), + [sym_float_literal] = ACTIONS(1297), + }, + [STATE(381)] = { + [sym_attribute_item] = STATE(422), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(2785), + [sym_variadic_parameter] = STATE(2785), + [sym_parameter] = STATE(2785), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2550), + [sym_bracketed_type] = STATE(3546), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3289), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2440), + [sym_scoped_identifier] = STATE(2092), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2436), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(381), + [sym_block_comment] = STATE(381), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1301), + [anon_sym_LPAREN] = ACTIONS(1303), + [anon_sym_RPAREN] = ACTIONS(1305), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1313), + [anon_sym_i8] = ACTIONS(1313), + [anon_sym_u16] = ACTIONS(1313), + [anon_sym_i16] = ACTIONS(1313), + [anon_sym_u32] = ACTIONS(1313), + [anon_sym_i32] = ACTIONS(1313), + [anon_sym_u64] = ACTIONS(1313), + [anon_sym_i64] = ACTIONS(1313), + [anon_sym_u128] = ACTIONS(1313), + [anon_sym_i128] = ACTIONS(1313), + [anon_sym_isize] = ACTIONS(1313), + [anon_sym_usize] = ACTIONS(1313), + [anon_sym_f32] = ACTIONS(1313), + [anon_sym_f64] = ACTIONS(1313), + [anon_sym_bool] = ACTIONS(1313), + [anon_sym_str] = ACTIONS(1313), + [anon_sym_char] = ACTIONS(1313), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1319), + [anon_sym_PIPE] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1323), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COMMA] = ACTIONS(1329), + [anon_sym_COLON_COLON] = ACTIONS(1331), + [anon_sym_POUND] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1341), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1347), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1347), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), [aux_sym_string_literal_token1] = ACTIONS(1361), - [sym_char_literal] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), [anon_sym_true] = ACTIONS(1363), [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1363), - [sym_super] = ACTIONS(1363), - [sym_crate] = ACTIONS(1363), - [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1361), - [sym_float_literal] = ACTIONS(1361), - }, - [379] = { - [sym_line_comment] = STATE(379), - [sym_block_comment] = STATE(379), - [ts_builtin_sym_end] = ACTIONS(1365), - [sym_identifier] = ACTIONS(1367), - [anon_sym_SEMI] = ACTIONS(1365), - [anon_sym_macro_rules_BANG] = ACTIONS(1365), - [anon_sym_LPAREN] = ACTIONS(1365), - [anon_sym_LBRACK] = ACTIONS(1365), - [anon_sym_LBRACE] = ACTIONS(1365), - [anon_sym_RBRACE] = ACTIONS(1365), - [anon_sym_PLUS] = ACTIONS(1367), - [anon_sym_STAR] = ACTIONS(1367), - [anon_sym_QMARK] = ACTIONS(1365), - [anon_sym_u8] = ACTIONS(1367), - [anon_sym_i8] = ACTIONS(1367), - [anon_sym_u16] = ACTIONS(1367), - [anon_sym_i16] = ACTIONS(1367), - [anon_sym_u32] = ACTIONS(1367), - [anon_sym_i32] = ACTIONS(1367), - [anon_sym_u64] = ACTIONS(1367), - [anon_sym_i64] = ACTIONS(1367), - [anon_sym_u128] = ACTIONS(1367), - [anon_sym_i128] = ACTIONS(1367), - [anon_sym_isize] = ACTIONS(1367), - [anon_sym_usize] = ACTIONS(1367), - [anon_sym_f32] = ACTIONS(1367), - [anon_sym_f64] = ACTIONS(1367), - [anon_sym_bool] = ACTIONS(1367), - [anon_sym_str] = ACTIONS(1367), - [anon_sym_char] = ACTIONS(1367), - [anon_sym_DASH] = ACTIONS(1367), - [anon_sym_SLASH] = ACTIONS(1367), - [anon_sym_PERCENT] = ACTIONS(1367), - [anon_sym_CARET] = ACTIONS(1367), - [anon_sym_BANG] = ACTIONS(1367), - [anon_sym_AMP] = ACTIONS(1367), - [anon_sym_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1365), - [anon_sym_LT_LT] = ACTIONS(1367), - [anon_sym_GT_GT] = ACTIONS(1367), - [anon_sym_PLUS_EQ] = ACTIONS(1365), - [anon_sym_DASH_EQ] = ACTIONS(1365), - [anon_sym_STAR_EQ] = ACTIONS(1365), - [anon_sym_SLASH_EQ] = ACTIONS(1365), - [anon_sym_PERCENT_EQ] = ACTIONS(1365), - [anon_sym_CARET_EQ] = ACTIONS(1365), - [anon_sym_AMP_EQ] = ACTIONS(1365), - [anon_sym_PIPE_EQ] = ACTIONS(1365), - [anon_sym_LT_LT_EQ] = ACTIONS(1365), - [anon_sym_GT_GT_EQ] = ACTIONS(1365), - [anon_sym_EQ] = ACTIONS(1367), - [anon_sym_EQ_EQ] = ACTIONS(1365), - [anon_sym_BANG_EQ] = ACTIONS(1365), - [anon_sym_GT] = ACTIONS(1367), - [anon_sym_LT] = ACTIONS(1367), - [anon_sym_GT_EQ] = ACTIONS(1365), - [anon_sym_LT_EQ] = ACTIONS(1365), - [anon_sym_DOT] = ACTIONS(1367), - [anon_sym_DOT_DOT] = ACTIONS(1367), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1365), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1365), - [anon_sym_COLON_COLON] = ACTIONS(1365), - [anon_sym_POUND] = ACTIONS(1365), - [anon_sym_SQUOTE] = ACTIONS(1367), - [anon_sym_as] = ACTIONS(1367), - [anon_sym_async] = ACTIONS(1367), - [anon_sym_break] = ACTIONS(1367), - [anon_sym_const] = ACTIONS(1367), - [anon_sym_continue] = ACTIONS(1367), - [anon_sym_default] = ACTIONS(1367), - [anon_sym_enum] = ACTIONS(1367), - [anon_sym_fn] = ACTIONS(1367), - [anon_sym_for] = ACTIONS(1367), - [anon_sym_gen] = ACTIONS(1367), - [anon_sym_if] = ACTIONS(1367), - [anon_sym_impl] = ACTIONS(1367), - [anon_sym_let] = ACTIONS(1367), - [anon_sym_loop] = ACTIONS(1367), - [anon_sym_match] = ACTIONS(1367), - [anon_sym_mod] = ACTIONS(1367), - [anon_sym_pub] = ACTIONS(1367), - [anon_sym_return] = ACTIONS(1367), - [anon_sym_static] = ACTIONS(1367), - [anon_sym_struct] = ACTIONS(1367), - [anon_sym_trait] = ACTIONS(1367), - [anon_sym_type] = ACTIONS(1367), - [anon_sym_union] = ACTIONS(1367), - [anon_sym_unsafe] = ACTIONS(1367), - [anon_sym_use] = ACTIONS(1367), - [anon_sym_while] = ACTIONS(1367), - [anon_sym_extern] = ACTIONS(1367), - [anon_sym_yield] = ACTIONS(1367), - [anon_sym_move] = ACTIONS(1367), - [anon_sym_try] = ACTIONS(1367), - [sym_integer_literal] = ACTIONS(1365), - [aux_sym_string_literal_token1] = ACTIONS(1365), - [sym_char_literal] = ACTIONS(1365), - [anon_sym_true] = ACTIONS(1367), - [anon_sym_false] = ACTIONS(1367), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1367), + [sym_self] = ACTIONS(1365), [sym_super] = ACTIONS(1367), [sym_crate] = ACTIONS(1367), - [sym_metavariable] = ACTIONS(1365), - [sym__raw_string_literal_start] = ACTIONS(1365), - [sym_float_literal] = ACTIONS(1365), + [sym_metavariable] = ACTIONS(1369), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), }, - [380] = { - [sym_attribute_item] = STATE(420), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(2999), - [sym_variadic_parameter] = STATE(2999), - [sym_parameter] = STATE(2999), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2746), - [sym_bracketed_type] = STATE(3557), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3301), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2446), - [sym_scoped_identifier] = STATE(2125), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2431), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(380), - [sym_block_comment] = STATE(380), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1369), - [anon_sym_LPAREN] = ACTIONS(1371), - [anon_sym_RPAREN] = ACTIONS(1373), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1375), - [anon_sym_i8] = ACTIONS(1375), - [anon_sym_u16] = ACTIONS(1375), - [anon_sym_i16] = ACTIONS(1375), - [anon_sym_u32] = ACTIONS(1375), - [anon_sym_i32] = ACTIONS(1375), - [anon_sym_u64] = ACTIONS(1375), - [anon_sym_i64] = ACTIONS(1375), - [anon_sym_u128] = ACTIONS(1375), - [anon_sym_i128] = ACTIONS(1375), - [anon_sym_isize] = ACTIONS(1375), - [anon_sym_usize] = ACTIONS(1375), - [anon_sym_f32] = ACTIONS(1375), - [anon_sym_f64] = ACTIONS(1375), - [anon_sym_bool] = ACTIONS(1375), - [anon_sym_str] = ACTIONS(1375), - [anon_sym_char] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1377), - [anon_sym_PIPE] = ACTIONS(1301), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1379), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COMMA] = ACTIONS(1381), - [anon_sym_COLON_COLON] = ACTIONS(1383), - [anon_sym_POUND] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1385), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1387), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1387), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1389), - [sym_super] = ACTIONS(1391), - [sym_crate] = ACTIONS(1391), - [sym_metavariable] = ACTIONS(1393), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [381] = { - [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), - }, - [382] = { + [STATE(382)] = { + [sym_attribute_item] = STATE(422), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(2785), + [sym_variadic_parameter] = STATE(2785), + [sym_parameter] = STATE(2785), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2550), + [sym_bracketed_type] = STATE(3546), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3289), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2440), + [sym_scoped_identifier] = STATE(2092), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2436), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(382), [sym_block_comment] = STATE(382), - [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_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), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1301), + [anon_sym_LPAREN] = ACTIONS(1303), + [anon_sym_RPAREN] = ACTIONS(1373), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1313), + [anon_sym_i8] = ACTIONS(1313), + [anon_sym_u16] = ACTIONS(1313), + [anon_sym_i16] = ACTIONS(1313), + [anon_sym_u32] = ACTIONS(1313), + [anon_sym_i32] = ACTIONS(1313), + [anon_sym_u64] = ACTIONS(1313), + [anon_sym_i64] = ACTIONS(1313), + [anon_sym_u128] = ACTIONS(1313), + [anon_sym_i128] = ACTIONS(1313), + [anon_sym_isize] = ACTIONS(1313), + [anon_sym_usize] = ACTIONS(1313), + [anon_sym_f32] = ACTIONS(1313), + [anon_sym_f64] = ACTIONS(1313), + [anon_sym_bool] = ACTIONS(1313), + [anon_sym_str] = ACTIONS(1313), + [anon_sym_char] = ACTIONS(1313), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1319), + [anon_sym_PIPE] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1323), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COMMA] = ACTIONS(1375), + [anon_sym_COLON_COLON] = ACTIONS(1331), + [anon_sym_POUND] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1341), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1347), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1347), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [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), + [sym_self] = ACTIONS(1365), + [sym_super] = ACTIONS(1367), + [sym_crate] = ACTIONS(1367), + [sym_metavariable] = ACTIONS(1369), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), }, - [383] = { + [STATE(383)] = { [sym_line_comment] = STATE(383), [sym_block_comment] = STATE(383), - [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_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_BANG] = 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_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_COLON_COLON] = ACTIONS(1403), - [anon_sym_POUND] = ACTIONS(1403), - [anon_sym_SQUOTE] = ACTIONS(1405), - [anon_sym_as] = 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), - }, - [384] = { + [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_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), + }, + [STATE(384)] = { [sym_line_comment] = STATE(384), [sym_block_comment] = STATE(384), [ts_builtin_sym_end] = ACTIONS(1051), @@ -60402,9 +60485,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1051), [sym_float_literal] = ACTIONS(1051), }, - [385] = { + [STATE(385)] = { + [sym_attribute_item] = STATE(423), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(2805), + [sym_variadic_parameter] = STATE(2805), + [sym_parameter] = STATE(2805), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2617), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3252), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(385), [sym_block_comment] = STATE(385), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_RPAREN] = ACTIONS(1385), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1391), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COMMA] = ACTIONS(1393), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_POUND] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(386)] = { + [sym_line_comment] = STATE(386), + [sym_block_comment] = STATE(386), [ts_builtin_sym_end] = ACTIONS(1407), [sym_identifier] = ACTIONS(1409), [anon_sym_SEMI] = ACTIONS(1407), @@ -60413,9 +60606,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(1407), [anon_sym_LBRACE] = ACTIONS(1407), [anon_sym_RBRACE] = ACTIONS(1407), - [anon_sym_PLUS] = ACTIONS(1409), + [anon_sym_PLUS] = ACTIONS(1411), [anon_sym_STAR] = ACTIONS(1409), - [anon_sym_QMARK] = ACTIONS(1407), + [anon_sym_QMARK] = ACTIONS(1413), [anon_sym_u8] = ACTIONS(1409), [anon_sym_i8] = ACTIONS(1409), [anon_sym_u16] = ACTIONS(1409), @@ -60434,41 +60627,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_SLASH] = ACTIONS(1411), + [anon_sym_PERCENT] = ACTIONS(1411), + [anon_sym_CARET] = ACTIONS(1411), [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_AMP_AMP] = ACTIONS(1413), + [anon_sym_PIPE_PIPE] = ACTIONS(1413), + [anon_sym_LT_LT] = ACTIONS(1411), + [anon_sym_GT_GT] = ACTIONS(1411), + [anon_sym_PLUS_EQ] = ACTIONS(1413), + [anon_sym_DASH_EQ] = ACTIONS(1413), + [anon_sym_STAR_EQ] = ACTIONS(1413), + [anon_sym_SLASH_EQ] = ACTIONS(1413), + [anon_sym_PERCENT_EQ] = ACTIONS(1413), + [anon_sym_CARET_EQ] = ACTIONS(1413), + [anon_sym_AMP_EQ] = ACTIONS(1413), + [anon_sym_PIPE_EQ] = ACTIONS(1413), + [anon_sym_LT_LT_EQ] = ACTIONS(1413), + [anon_sym_GT_GT_EQ] = ACTIONS(1413), + [anon_sym_EQ] = ACTIONS(1411), + [anon_sym_EQ_EQ] = ACTIONS(1413), + [anon_sym_BANG_EQ] = ACTIONS(1413), + [anon_sym_GT] = ACTIONS(1411), [anon_sym_LT] = ACTIONS(1409), - [anon_sym_GT_EQ] = ACTIONS(1407), - [anon_sym_LT_EQ] = ACTIONS(1407), - [anon_sym_DOT] = ACTIONS(1409), + [anon_sym_GT_EQ] = ACTIONS(1413), + [anon_sym_LT_EQ] = ACTIONS(1413), + [anon_sym_DOT] = ACTIONS(1411), [anon_sym_DOT_DOT] = ACTIONS(1409), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1407), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1407), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1413), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1413), [anon_sym_COLON_COLON] = ACTIONS(1407), [anon_sym_POUND] = ACTIONS(1407), [anon_sym_SQUOTE] = ACTIONS(1409), - [anon_sym_as] = ACTIONS(1409), + [anon_sym_as] = ACTIONS(1411), [anon_sym_async] = ACTIONS(1409), [anon_sym_break] = ACTIONS(1409), [anon_sym_const] = ACTIONS(1409), @@ -60512,117 +60705,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1407), [sym_float_literal] = ACTIONS(1407), }, - [386] = { - [sym_line_comment] = STATE(386), - [sym_block_comment] = STATE(386), - [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), - }, - [387] = { + [STATE(387)] = { [sym_line_comment] = STATE(387), [sym_block_comment] = STATE(387), [ts_builtin_sym_end] = ACTIONS(1415), @@ -60732,1659 +60815,1549 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1415), [sym_float_literal] = ACTIONS(1415), }, - [388] = { + [STATE(388)] = { [sym_line_comment] = STATE(388), [sym_block_comment] = STATE(388), - [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_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), - }, - [389] = { - [sym_attribute_item] = STATE(422), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(2922), - [sym_variadic_parameter] = STATE(2922), - [sym_parameter] = STATE(2922), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2584), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3256), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [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(389)] = { [sym_line_comment] = STATE(389), [sym_block_comment] = STATE(389), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_RPAREN] = ACTIONS(1419), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_PIPE] = ACTIONS(1301), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1421), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COMMA] = ACTIONS(1423), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_POUND] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1345), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [390] = { - [sym_attribute_item] = STATE(420), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(2999), - [sym_variadic_parameter] = STATE(2999), - [sym_parameter] = STATE(2999), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2746), - [sym_bracketed_type] = STATE(3557), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3301), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2446), - [sym_scoped_identifier] = STATE(2125), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2431), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [ts_builtin_sym_end] = ACTIONS(1423), + [sym_identifier] = ACTIONS(1425), + [anon_sym_SEMI] = ACTIONS(1423), + [anon_sym_macro_rules_BANG] = ACTIONS(1423), + [anon_sym_LPAREN] = ACTIONS(1423), + [anon_sym_LBRACK] = ACTIONS(1423), + [anon_sym_LBRACE] = ACTIONS(1423), + [anon_sym_RBRACE] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1425), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_QMARK] = ACTIONS(1423), + [anon_sym_u8] = ACTIONS(1425), + [anon_sym_i8] = ACTIONS(1425), + [anon_sym_u16] = ACTIONS(1425), + [anon_sym_i16] = ACTIONS(1425), + [anon_sym_u32] = ACTIONS(1425), + [anon_sym_i32] = ACTIONS(1425), + [anon_sym_u64] = ACTIONS(1425), + [anon_sym_i64] = ACTIONS(1425), + [anon_sym_u128] = ACTIONS(1425), + [anon_sym_i128] = ACTIONS(1425), + [anon_sym_isize] = ACTIONS(1425), + [anon_sym_usize] = ACTIONS(1425), + [anon_sym_f32] = ACTIONS(1425), + [anon_sym_f64] = ACTIONS(1425), + [anon_sym_bool] = ACTIONS(1425), + [anon_sym_str] = ACTIONS(1425), + [anon_sym_char] = ACTIONS(1425), + [anon_sym_DASH] = ACTIONS(1425), + [anon_sym_SLASH] = ACTIONS(1425), + [anon_sym_PERCENT] = ACTIONS(1425), + [anon_sym_CARET] = ACTIONS(1425), + [anon_sym_BANG] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_PIPE] = ACTIONS(1425), + [anon_sym_AMP_AMP] = ACTIONS(1423), + [anon_sym_PIPE_PIPE] = ACTIONS(1423), + [anon_sym_LT_LT] = ACTIONS(1425), + [anon_sym_GT_GT] = ACTIONS(1425), + [anon_sym_PLUS_EQ] = ACTIONS(1423), + [anon_sym_DASH_EQ] = ACTIONS(1423), + [anon_sym_STAR_EQ] = ACTIONS(1423), + [anon_sym_SLASH_EQ] = ACTIONS(1423), + [anon_sym_PERCENT_EQ] = ACTIONS(1423), + [anon_sym_CARET_EQ] = ACTIONS(1423), + [anon_sym_AMP_EQ] = ACTIONS(1423), + [anon_sym_PIPE_EQ] = ACTIONS(1423), + [anon_sym_LT_LT_EQ] = ACTIONS(1423), + [anon_sym_GT_GT_EQ] = ACTIONS(1423), + [anon_sym_EQ] = ACTIONS(1425), + [anon_sym_EQ_EQ] = ACTIONS(1423), + [anon_sym_BANG_EQ] = ACTIONS(1423), + [anon_sym_GT] = ACTIONS(1425), + [anon_sym_LT] = ACTIONS(1425), + [anon_sym_GT_EQ] = ACTIONS(1423), + [anon_sym_LT_EQ] = ACTIONS(1423), + [anon_sym_DOT] = ACTIONS(1425), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1423), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1423), + [anon_sym_COLON_COLON] = ACTIONS(1423), + [anon_sym_POUND] = ACTIONS(1423), + [anon_sym_SQUOTE] = ACTIONS(1425), + [anon_sym_as] = ACTIONS(1425), + [anon_sym_async] = ACTIONS(1425), + [anon_sym_break] = ACTIONS(1425), + [anon_sym_const] = ACTIONS(1425), + [anon_sym_continue] = ACTIONS(1425), + [anon_sym_default] = ACTIONS(1425), + [anon_sym_enum] = ACTIONS(1425), + [anon_sym_fn] = ACTIONS(1425), + [anon_sym_for] = ACTIONS(1425), + [anon_sym_gen] = ACTIONS(1425), + [anon_sym_if] = ACTIONS(1425), + [anon_sym_impl] = ACTIONS(1425), + [anon_sym_let] = ACTIONS(1425), + [anon_sym_loop] = ACTIONS(1425), + [anon_sym_match] = ACTIONS(1425), + [anon_sym_mod] = ACTIONS(1425), + [anon_sym_pub] = ACTIONS(1425), + [anon_sym_return] = ACTIONS(1425), + [anon_sym_static] = ACTIONS(1425), + [anon_sym_struct] = ACTIONS(1425), + [anon_sym_trait] = ACTIONS(1425), + [anon_sym_type] = ACTIONS(1425), + [anon_sym_union] = ACTIONS(1425), + [anon_sym_unsafe] = ACTIONS(1425), + [anon_sym_use] = ACTIONS(1425), + [anon_sym_while] = ACTIONS(1425), + [anon_sym_extern] = ACTIONS(1425), + [anon_sym_yield] = ACTIONS(1425), + [anon_sym_move] = ACTIONS(1425), + [anon_sym_try] = ACTIONS(1425), + [sym_integer_literal] = ACTIONS(1423), + [aux_sym_string_literal_token1] = ACTIONS(1423), + [sym_char_literal] = ACTIONS(1423), + [anon_sym_true] = ACTIONS(1425), + [anon_sym_false] = ACTIONS(1425), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1425), + [sym_super] = ACTIONS(1425), + [sym_crate] = ACTIONS(1425), + [sym_metavariable] = ACTIONS(1423), + [sym__raw_string_literal_start] = ACTIONS(1423), + [sym_float_literal] = ACTIONS(1423), + }, + [STATE(390)] = { [sym_line_comment] = STATE(390), [sym_block_comment] = STATE(390), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1369), - [anon_sym_LPAREN] = ACTIONS(1371), - [anon_sym_RPAREN] = ACTIONS(1425), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1375), - [anon_sym_i8] = ACTIONS(1375), - [anon_sym_u16] = ACTIONS(1375), - [anon_sym_i16] = ACTIONS(1375), - [anon_sym_u32] = ACTIONS(1375), - [anon_sym_i32] = ACTIONS(1375), - [anon_sym_u64] = ACTIONS(1375), - [anon_sym_i64] = ACTIONS(1375), - [anon_sym_u128] = ACTIONS(1375), - [anon_sym_i128] = ACTIONS(1375), - [anon_sym_isize] = ACTIONS(1375), - [anon_sym_usize] = ACTIONS(1375), - [anon_sym_f32] = ACTIONS(1375), - [anon_sym_f64] = ACTIONS(1375), - [anon_sym_bool] = ACTIONS(1375), - [anon_sym_str] = ACTIONS(1375), - [anon_sym_char] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1377), - [anon_sym_PIPE] = ACTIONS(1301), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1379), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COMMA] = ACTIONS(1427), - [anon_sym_COLON_COLON] = ACTIONS(1383), - [anon_sym_POUND] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1385), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1387), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1387), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1389), - [sym_super] = ACTIONS(1391), - [sym_crate] = ACTIONS(1391), - [sym_metavariable] = ACTIONS(1393), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [391] = { + [ts_builtin_sym_end] = ACTIONS(1427), + [sym_identifier] = ACTIONS(1429), + [anon_sym_SEMI] = ACTIONS(1427), + [anon_sym_macro_rules_BANG] = ACTIONS(1427), + [anon_sym_LPAREN] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1427), + [anon_sym_LBRACE] = ACTIONS(1427), + [anon_sym_RBRACE] = ACTIONS(1427), + [anon_sym_PLUS] = ACTIONS(1429), + [anon_sym_STAR] = ACTIONS(1429), + [anon_sym_QMARK] = ACTIONS(1427), + [anon_sym_u8] = ACTIONS(1429), + [anon_sym_i8] = ACTIONS(1429), + [anon_sym_u16] = ACTIONS(1429), + [anon_sym_i16] = ACTIONS(1429), + [anon_sym_u32] = ACTIONS(1429), + [anon_sym_i32] = ACTIONS(1429), + [anon_sym_u64] = ACTIONS(1429), + [anon_sym_i64] = ACTIONS(1429), + [anon_sym_u128] = ACTIONS(1429), + [anon_sym_i128] = ACTIONS(1429), + [anon_sym_isize] = ACTIONS(1429), + [anon_sym_usize] = ACTIONS(1429), + [anon_sym_f32] = ACTIONS(1429), + [anon_sym_f64] = ACTIONS(1429), + [anon_sym_bool] = ACTIONS(1429), + [anon_sym_str] = ACTIONS(1429), + [anon_sym_char] = ACTIONS(1429), + [anon_sym_DASH] = ACTIONS(1429), + [anon_sym_SLASH] = ACTIONS(1429), + [anon_sym_PERCENT] = ACTIONS(1429), + [anon_sym_CARET] = ACTIONS(1429), + [anon_sym_BANG] = ACTIONS(1429), + [anon_sym_AMP] = ACTIONS(1429), + [anon_sym_PIPE] = ACTIONS(1429), + [anon_sym_AMP_AMP] = ACTIONS(1427), + [anon_sym_PIPE_PIPE] = ACTIONS(1427), + [anon_sym_LT_LT] = ACTIONS(1429), + [anon_sym_GT_GT] = ACTIONS(1429), + [anon_sym_PLUS_EQ] = ACTIONS(1427), + [anon_sym_DASH_EQ] = ACTIONS(1427), + [anon_sym_STAR_EQ] = ACTIONS(1427), + [anon_sym_SLASH_EQ] = ACTIONS(1427), + [anon_sym_PERCENT_EQ] = ACTIONS(1427), + [anon_sym_CARET_EQ] = ACTIONS(1427), + [anon_sym_AMP_EQ] = ACTIONS(1427), + [anon_sym_PIPE_EQ] = ACTIONS(1427), + [anon_sym_LT_LT_EQ] = ACTIONS(1427), + [anon_sym_GT_GT_EQ] = ACTIONS(1427), + [anon_sym_EQ] = ACTIONS(1429), + [anon_sym_EQ_EQ] = ACTIONS(1427), + [anon_sym_BANG_EQ] = ACTIONS(1427), + [anon_sym_GT] = ACTIONS(1429), + [anon_sym_LT] = ACTIONS(1429), + [anon_sym_GT_EQ] = ACTIONS(1427), + [anon_sym_LT_EQ] = ACTIONS(1427), + [anon_sym_DOT] = ACTIONS(1429), + [anon_sym_DOT_DOT] = ACTIONS(1429), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1427), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1427), + [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_POUND] = ACTIONS(1427), + [anon_sym_SQUOTE] = ACTIONS(1429), + [anon_sym_as] = ACTIONS(1429), + [anon_sym_async] = ACTIONS(1429), + [anon_sym_break] = ACTIONS(1429), + [anon_sym_const] = ACTIONS(1429), + [anon_sym_continue] = ACTIONS(1429), + [anon_sym_default] = ACTIONS(1429), + [anon_sym_enum] = ACTIONS(1429), + [anon_sym_fn] = ACTIONS(1429), + [anon_sym_for] = ACTIONS(1429), + [anon_sym_gen] = ACTIONS(1429), + [anon_sym_if] = ACTIONS(1429), + [anon_sym_impl] = ACTIONS(1429), + [anon_sym_let] = ACTIONS(1429), + [anon_sym_loop] = ACTIONS(1429), + [anon_sym_match] = ACTIONS(1429), + [anon_sym_mod] = ACTIONS(1429), + [anon_sym_pub] = ACTIONS(1429), + [anon_sym_return] = ACTIONS(1429), + [anon_sym_static] = ACTIONS(1429), + [anon_sym_struct] = ACTIONS(1429), + [anon_sym_trait] = ACTIONS(1429), + [anon_sym_type] = ACTIONS(1429), + [anon_sym_union] = ACTIONS(1429), + [anon_sym_unsafe] = ACTIONS(1429), + [anon_sym_use] = ACTIONS(1429), + [anon_sym_while] = ACTIONS(1429), + [anon_sym_extern] = ACTIONS(1429), + [anon_sym_yield] = ACTIONS(1429), + [anon_sym_move] = ACTIONS(1429), + [anon_sym_try] = ACTIONS(1429), + [sym_integer_literal] = ACTIONS(1427), + [aux_sym_string_literal_token1] = ACTIONS(1427), + [sym_char_literal] = ACTIONS(1427), + [anon_sym_true] = ACTIONS(1429), + [anon_sym_false] = ACTIONS(1429), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1429), + [sym_super] = ACTIONS(1429), + [sym_crate] = ACTIONS(1429), + [sym_metavariable] = ACTIONS(1427), + [sym__raw_string_literal_start] = ACTIONS(1427), + [sym_float_literal] = ACTIONS(1427), + }, + [STATE(391)] = { [sym_line_comment] = STATE(391), [sym_block_comment] = STATE(391), - [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), - }, - [392] = { + [ts_builtin_sym_end] = ACTIONS(1431), + [sym_identifier] = ACTIONS(1433), + [anon_sym_SEMI] = ACTIONS(1413), + [anon_sym_macro_rules_BANG] = ACTIONS(1431), + [anon_sym_LPAREN] = ACTIONS(1413), + [anon_sym_LBRACK] = ACTIONS(1413), + [anon_sym_LBRACE] = ACTIONS(1431), + [anon_sym_RBRACE] = ACTIONS(1413), + [anon_sym_PLUS] = ACTIONS(1411), + [anon_sym_STAR] = ACTIONS(1411), + [anon_sym_QMARK] = ACTIONS(1413), + [anon_sym_u8] = ACTIONS(1433), + [anon_sym_i8] = ACTIONS(1433), + [anon_sym_u16] = ACTIONS(1433), + [anon_sym_i16] = ACTIONS(1433), + [anon_sym_u32] = ACTIONS(1433), + [anon_sym_i32] = ACTIONS(1433), + [anon_sym_u64] = ACTIONS(1433), + [anon_sym_i64] = ACTIONS(1433), + [anon_sym_u128] = ACTIONS(1433), + [anon_sym_i128] = ACTIONS(1433), + [anon_sym_isize] = ACTIONS(1433), + [anon_sym_usize] = ACTIONS(1433), + [anon_sym_f32] = ACTIONS(1433), + [anon_sym_f64] = ACTIONS(1433), + [anon_sym_bool] = ACTIONS(1433), + [anon_sym_str] = ACTIONS(1433), + [anon_sym_char] = ACTIONS(1433), + [anon_sym_DASH] = ACTIONS(1411), + [anon_sym_SLASH] = ACTIONS(1411), + [anon_sym_PERCENT] = ACTIONS(1411), + [anon_sym_CARET] = ACTIONS(1411), + [anon_sym_BANG] = ACTIONS(1433), + [anon_sym_AMP] = ACTIONS(1411), + [anon_sym_PIPE] = ACTIONS(1411), + [anon_sym_AMP_AMP] = ACTIONS(1413), + [anon_sym_PIPE_PIPE] = ACTIONS(1413), + [anon_sym_LT_LT] = ACTIONS(1411), + [anon_sym_GT_GT] = ACTIONS(1411), + [anon_sym_PLUS_EQ] = ACTIONS(1413), + [anon_sym_DASH_EQ] = ACTIONS(1413), + [anon_sym_STAR_EQ] = ACTIONS(1413), + [anon_sym_SLASH_EQ] = ACTIONS(1413), + [anon_sym_PERCENT_EQ] = ACTIONS(1413), + [anon_sym_CARET_EQ] = ACTIONS(1413), + [anon_sym_AMP_EQ] = ACTIONS(1413), + [anon_sym_PIPE_EQ] = ACTIONS(1413), + [anon_sym_LT_LT_EQ] = ACTIONS(1413), + [anon_sym_GT_GT_EQ] = ACTIONS(1413), + [anon_sym_EQ] = ACTIONS(1411), + [anon_sym_EQ_EQ] = ACTIONS(1413), + [anon_sym_BANG_EQ] = ACTIONS(1413), + [anon_sym_GT] = ACTIONS(1411), + [anon_sym_LT] = ACTIONS(1411), + [anon_sym_GT_EQ] = ACTIONS(1413), + [anon_sym_LT_EQ] = ACTIONS(1413), + [anon_sym_DOT] = ACTIONS(1411), + [anon_sym_DOT_DOT] = ACTIONS(1411), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1413), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1413), + [anon_sym_COLON_COLON] = ACTIONS(1431), + [anon_sym_POUND] = ACTIONS(1431), + [anon_sym_SQUOTE] = ACTIONS(1433), + [anon_sym_as] = ACTIONS(1411), + [anon_sym_async] = ACTIONS(1433), + [anon_sym_break] = ACTIONS(1433), + [anon_sym_const] = ACTIONS(1433), + [anon_sym_continue] = ACTIONS(1433), + [anon_sym_default] = ACTIONS(1433), + [anon_sym_enum] = ACTIONS(1433), + [anon_sym_fn] = ACTIONS(1433), + [anon_sym_for] = ACTIONS(1433), + [anon_sym_gen] = ACTIONS(1433), + [anon_sym_if] = ACTIONS(1433), + [anon_sym_impl] = ACTIONS(1433), + [anon_sym_let] = ACTIONS(1433), + [anon_sym_loop] = ACTIONS(1433), + [anon_sym_match] = ACTIONS(1433), + [anon_sym_mod] = ACTIONS(1433), + [anon_sym_pub] = ACTIONS(1433), + [anon_sym_return] = ACTIONS(1433), + [anon_sym_static] = ACTIONS(1433), + [anon_sym_struct] = ACTIONS(1433), + [anon_sym_trait] = ACTIONS(1433), + [anon_sym_type] = ACTIONS(1433), + [anon_sym_union] = ACTIONS(1433), + [anon_sym_unsafe] = ACTIONS(1433), + [anon_sym_use] = ACTIONS(1433), + [anon_sym_while] = ACTIONS(1433), + [anon_sym_extern] = ACTIONS(1433), + [anon_sym_yield] = ACTIONS(1433), + [anon_sym_move] = ACTIONS(1433), + [anon_sym_try] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1431), + [aux_sym_string_literal_token1] = ACTIONS(1431), + [sym_char_literal] = ACTIONS(1431), + [anon_sym_true] = ACTIONS(1433), + [anon_sym_false] = ACTIONS(1433), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1433), + [sym_super] = ACTIONS(1433), + [sym_crate] = ACTIONS(1433), + [sym_metavariable] = ACTIONS(1431), + [sym__raw_string_literal_start] = ACTIONS(1431), + [sym_float_literal] = ACTIONS(1431), + }, + [STATE(392)] = { [sym_line_comment] = STATE(392), [sym_block_comment] = STATE(392), - [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), - }, - [393] = { + [ts_builtin_sym_end] = ACTIONS(1435), + [sym_identifier] = ACTIONS(1437), + [anon_sym_SEMI] = ACTIONS(1435), + [anon_sym_macro_rules_BANG] = ACTIONS(1435), + [anon_sym_LPAREN] = ACTIONS(1435), + [anon_sym_LBRACK] = ACTIONS(1435), + [anon_sym_LBRACE] = ACTIONS(1435), + [anon_sym_RBRACE] = ACTIONS(1435), + [anon_sym_PLUS] = ACTIONS(1437), + [anon_sym_STAR] = ACTIONS(1437), + [anon_sym_QMARK] = ACTIONS(1435), + [anon_sym_u8] = ACTIONS(1437), + [anon_sym_i8] = ACTIONS(1437), + [anon_sym_u16] = ACTIONS(1437), + [anon_sym_i16] = ACTIONS(1437), + [anon_sym_u32] = ACTIONS(1437), + [anon_sym_i32] = ACTIONS(1437), + [anon_sym_u64] = ACTIONS(1437), + [anon_sym_i64] = ACTIONS(1437), + [anon_sym_u128] = ACTIONS(1437), + [anon_sym_i128] = ACTIONS(1437), + [anon_sym_isize] = ACTIONS(1437), + [anon_sym_usize] = ACTIONS(1437), + [anon_sym_f32] = ACTIONS(1437), + [anon_sym_f64] = ACTIONS(1437), + [anon_sym_bool] = ACTIONS(1437), + [anon_sym_str] = ACTIONS(1437), + [anon_sym_char] = ACTIONS(1437), + [anon_sym_DASH] = ACTIONS(1437), + [anon_sym_SLASH] = ACTIONS(1437), + [anon_sym_PERCENT] = ACTIONS(1437), + [anon_sym_CARET] = ACTIONS(1437), + [anon_sym_BANG] = ACTIONS(1437), + [anon_sym_AMP] = ACTIONS(1437), + [anon_sym_PIPE] = ACTIONS(1437), + [anon_sym_AMP_AMP] = ACTIONS(1435), + [anon_sym_PIPE_PIPE] = ACTIONS(1435), + [anon_sym_LT_LT] = ACTIONS(1437), + [anon_sym_GT_GT] = ACTIONS(1437), + [anon_sym_PLUS_EQ] = ACTIONS(1435), + [anon_sym_DASH_EQ] = ACTIONS(1435), + [anon_sym_STAR_EQ] = ACTIONS(1435), + [anon_sym_SLASH_EQ] = ACTIONS(1435), + [anon_sym_PERCENT_EQ] = ACTIONS(1435), + [anon_sym_CARET_EQ] = ACTIONS(1435), + [anon_sym_AMP_EQ] = ACTIONS(1435), + [anon_sym_PIPE_EQ] = ACTIONS(1435), + [anon_sym_LT_LT_EQ] = ACTIONS(1435), + [anon_sym_GT_GT_EQ] = ACTIONS(1435), + [anon_sym_EQ] = ACTIONS(1437), + [anon_sym_EQ_EQ] = ACTIONS(1435), + [anon_sym_BANG_EQ] = ACTIONS(1435), + [anon_sym_GT] = ACTIONS(1437), + [anon_sym_LT] = ACTIONS(1437), + [anon_sym_GT_EQ] = ACTIONS(1435), + [anon_sym_LT_EQ] = ACTIONS(1435), + [anon_sym_DOT] = ACTIONS(1437), + [anon_sym_DOT_DOT] = ACTIONS(1437), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1435), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1435), + [anon_sym_COLON_COLON] = ACTIONS(1435), + [anon_sym_POUND] = ACTIONS(1435), + [anon_sym_SQUOTE] = ACTIONS(1437), + [anon_sym_as] = ACTIONS(1437), + [anon_sym_async] = ACTIONS(1437), + [anon_sym_break] = ACTIONS(1437), + [anon_sym_const] = ACTIONS(1437), + [anon_sym_continue] = ACTIONS(1437), + [anon_sym_default] = ACTIONS(1437), + [anon_sym_enum] = ACTIONS(1437), + [anon_sym_fn] = ACTIONS(1437), + [anon_sym_for] = ACTIONS(1437), + [anon_sym_gen] = ACTIONS(1437), + [anon_sym_if] = ACTIONS(1437), + [anon_sym_impl] = ACTIONS(1437), + [anon_sym_let] = ACTIONS(1437), + [anon_sym_loop] = ACTIONS(1437), + [anon_sym_match] = ACTIONS(1437), + [anon_sym_mod] = ACTIONS(1437), + [anon_sym_pub] = ACTIONS(1437), + [anon_sym_return] = ACTIONS(1437), + [anon_sym_static] = ACTIONS(1437), + [anon_sym_struct] = ACTIONS(1437), + [anon_sym_trait] = ACTIONS(1437), + [anon_sym_type] = ACTIONS(1437), + [anon_sym_union] = ACTIONS(1437), + [anon_sym_unsafe] = ACTIONS(1437), + [anon_sym_use] = ACTIONS(1437), + [anon_sym_while] = ACTIONS(1437), + [anon_sym_extern] = ACTIONS(1437), + [anon_sym_yield] = ACTIONS(1437), + [anon_sym_move] = ACTIONS(1437), + [anon_sym_try] = ACTIONS(1437), + [sym_integer_literal] = ACTIONS(1435), + [aux_sym_string_literal_token1] = ACTIONS(1435), + [sym_char_literal] = ACTIONS(1435), + [anon_sym_true] = ACTIONS(1437), + [anon_sym_false] = ACTIONS(1437), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1437), + [sym_super] = ACTIONS(1437), + [sym_crate] = ACTIONS(1437), + [sym_metavariable] = ACTIONS(1435), + [sym__raw_string_literal_start] = ACTIONS(1435), + [sym_float_literal] = ACTIONS(1435), + }, + [STATE(393)] = { [sym_line_comment] = STATE(393), [sym_block_comment] = STATE(393), - [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), - }, - [394] = { - [sym_attribute_item] = STATE(421), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(2782), - [sym_variadic_parameter] = STATE(2782), - [sym_parameter] = STATE(2782), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2754), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3256), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [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_attribute_item] = STATE(422), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(2785), + [sym_variadic_parameter] = STATE(2785), + [sym_parameter] = STATE(2785), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2550), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3252), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(394), [sym_block_comment] = STATE(394), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_RPAREN] = ACTIONS(1441), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_PIPE] = ACTIONS(1301), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1443), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COMMA] = ACTIONS(1445), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_POUND] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1345), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [395] = { + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_RPAREN] = ACTIONS(1443), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1445), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COMMA] = ACTIONS(1447), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_POUND] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(395)] = { [sym_line_comment] = STATE(395), [sym_block_comment] = STATE(395), - [ts_builtin_sym_end] = ACTIONS(1447), - [sym_identifier] = ACTIONS(1449), - [anon_sym_SEMI] = ACTIONS(1447), - [anon_sym_macro_rules_BANG] = ACTIONS(1447), - [anon_sym_LPAREN] = ACTIONS(1447), - [anon_sym_LBRACK] = ACTIONS(1447), - [anon_sym_LBRACE] = ACTIONS(1447), - [anon_sym_RBRACE] = ACTIONS(1447), - [anon_sym_PLUS] = ACTIONS(1449), - [anon_sym_STAR] = ACTIONS(1449), - [anon_sym_QMARK] = ACTIONS(1447), - [anon_sym_u8] = ACTIONS(1449), - [anon_sym_i8] = ACTIONS(1449), - [anon_sym_u16] = ACTIONS(1449), - [anon_sym_i16] = ACTIONS(1449), - [anon_sym_u32] = ACTIONS(1449), - [anon_sym_i32] = ACTIONS(1449), - [anon_sym_u64] = ACTIONS(1449), - [anon_sym_i64] = ACTIONS(1449), - [anon_sym_u128] = ACTIONS(1449), - [anon_sym_i128] = ACTIONS(1449), - [anon_sym_isize] = ACTIONS(1449), - [anon_sym_usize] = ACTIONS(1449), - [anon_sym_f32] = ACTIONS(1449), - [anon_sym_f64] = ACTIONS(1449), - [anon_sym_bool] = ACTIONS(1449), - [anon_sym_str] = ACTIONS(1449), - [anon_sym_char] = ACTIONS(1449), - [anon_sym_DASH] = ACTIONS(1449), - [anon_sym_SLASH] = ACTIONS(1449), - [anon_sym_PERCENT] = ACTIONS(1449), - [anon_sym_CARET] = ACTIONS(1449), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_AMP] = ACTIONS(1449), - [anon_sym_PIPE] = ACTIONS(1449), - [anon_sym_AMP_AMP] = ACTIONS(1447), - [anon_sym_PIPE_PIPE] = ACTIONS(1447), - [anon_sym_LT_LT] = ACTIONS(1449), - [anon_sym_GT_GT] = ACTIONS(1449), - [anon_sym_PLUS_EQ] = ACTIONS(1447), - [anon_sym_DASH_EQ] = ACTIONS(1447), - [anon_sym_STAR_EQ] = ACTIONS(1447), - [anon_sym_SLASH_EQ] = ACTIONS(1447), - [anon_sym_PERCENT_EQ] = ACTIONS(1447), - [anon_sym_CARET_EQ] = ACTIONS(1447), - [anon_sym_AMP_EQ] = ACTIONS(1447), - [anon_sym_PIPE_EQ] = ACTIONS(1447), - [anon_sym_LT_LT_EQ] = ACTIONS(1447), - [anon_sym_GT_GT_EQ] = ACTIONS(1447), - [anon_sym_EQ] = ACTIONS(1449), - [anon_sym_EQ_EQ] = ACTIONS(1447), - [anon_sym_BANG_EQ] = ACTIONS(1447), - [anon_sym_GT] = ACTIONS(1449), - [anon_sym_LT] = ACTIONS(1449), - [anon_sym_GT_EQ] = ACTIONS(1447), - [anon_sym_LT_EQ] = ACTIONS(1447), - [anon_sym_DOT] = ACTIONS(1449), - [anon_sym_DOT_DOT] = ACTIONS(1449), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1447), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1447), - [anon_sym_COLON_COLON] = ACTIONS(1447), - [anon_sym_POUND] = ACTIONS(1447), - [anon_sym_SQUOTE] = ACTIONS(1449), - [anon_sym_as] = ACTIONS(1449), - [anon_sym_async] = ACTIONS(1449), - [anon_sym_break] = ACTIONS(1449), - [anon_sym_const] = ACTIONS(1449), - [anon_sym_continue] = ACTIONS(1449), - [anon_sym_default] = ACTIONS(1449), - [anon_sym_enum] = ACTIONS(1449), - [anon_sym_fn] = ACTIONS(1449), - [anon_sym_for] = ACTIONS(1449), - [anon_sym_gen] = ACTIONS(1449), - [anon_sym_if] = ACTIONS(1449), - [anon_sym_impl] = ACTIONS(1449), - [anon_sym_let] = ACTIONS(1449), - [anon_sym_loop] = ACTIONS(1449), - [anon_sym_match] = ACTIONS(1449), - [anon_sym_mod] = ACTIONS(1449), - [anon_sym_pub] = ACTIONS(1449), - [anon_sym_return] = ACTIONS(1449), - [anon_sym_static] = ACTIONS(1449), - [anon_sym_struct] = ACTIONS(1449), - [anon_sym_trait] = ACTIONS(1449), - [anon_sym_type] = ACTIONS(1449), - [anon_sym_union] = ACTIONS(1449), - [anon_sym_unsafe] = ACTIONS(1449), - [anon_sym_use] = ACTIONS(1449), - [anon_sym_while] = ACTIONS(1449), - [anon_sym_extern] = ACTIONS(1449), - [anon_sym_yield] = ACTIONS(1449), - [anon_sym_move] = ACTIONS(1449), - [anon_sym_try] = ACTIONS(1449), - [sym_integer_literal] = ACTIONS(1447), - [aux_sym_string_literal_token1] = ACTIONS(1447), - [sym_char_literal] = ACTIONS(1447), - [anon_sym_true] = ACTIONS(1449), - [anon_sym_false] = ACTIONS(1449), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1449), - [sym_super] = ACTIONS(1449), - [sym_crate] = ACTIONS(1449), - [sym_metavariable] = ACTIONS(1447), - [sym__raw_string_literal_start] = ACTIONS(1447), - [sym_float_literal] = ACTIONS(1447), - }, - [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(396)] = { [sym_line_comment] = STATE(396), [sym_block_comment] = STATE(396), - [ts_builtin_sym_end] = ACTIONS(1451), - [sym_identifier] = ACTIONS(1453), - [anon_sym_SEMI] = ACTIONS(1451), - [anon_sym_macro_rules_BANG] = ACTIONS(1451), - [anon_sym_LPAREN] = ACTIONS(1451), - [anon_sym_LBRACK] = ACTIONS(1451), - [anon_sym_LBRACE] = ACTIONS(1451), - [anon_sym_RBRACE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_STAR] = ACTIONS(1453), - [anon_sym_QMARK] = ACTIONS(1451), - [anon_sym_u8] = ACTIONS(1453), - [anon_sym_i8] = ACTIONS(1453), - [anon_sym_u16] = ACTIONS(1453), - [anon_sym_i16] = ACTIONS(1453), - [anon_sym_u32] = ACTIONS(1453), - [anon_sym_i32] = ACTIONS(1453), - [anon_sym_u64] = ACTIONS(1453), - [anon_sym_i64] = ACTIONS(1453), - [anon_sym_u128] = ACTIONS(1453), - [anon_sym_i128] = ACTIONS(1453), - [anon_sym_isize] = ACTIONS(1453), - [anon_sym_usize] = ACTIONS(1453), - [anon_sym_f32] = ACTIONS(1453), - [anon_sym_f64] = ACTIONS(1453), - [anon_sym_bool] = ACTIONS(1453), - [anon_sym_str] = ACTIONS(1453), - [anon_sym_char] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_SLASH] = ACTIONS(1453), - [anon_sym_PERCENT] = ACTIONS(1453), - [anon_sym_CARET] = ACTIONS(1453), - [anon_sym_BANG] = ACTIONS(1453), - [anon_sym_AMP] = ACTIONS(1453), - [anon_sym_PIPE] = ACTIONS(1453), - [anon_sym_AMP_AMP] = ACTIONS(1451), - [anon_sym_PIPE_PIPE] = ACTIONS(1451), - [anon_sym_LT_LT] = ACTIONS(1453), - [anon_sym_GT_GT] = ACTIONS(1453), - [anon_sym_PLUS_EQ] = ACTIONS(1451), - [anon_sym_DASH_EQ] = ACTIONS(1451), - [anon_sym_STAR_EQ] = ACTIONS(1451), - [anon_sym_SLASH_EQ] = ACTIONS(1451), - [anon_sym_PERCENT_EQ] = ACTIONS(1451), - [anon_sym_CARET_EQ] = ACTIONS(1451), - [anon_sym_AMP_EQ] = ACTIONS(1451), - [anon_sym_PIPE_EQ] = ACTIONS(1451), - [anon_sym_LT_LT_EQ] = ACTIONS(1451), - [anon_sym_GT_GT_EQ] = ACTIONS(1451), - [anon_sym_EQ] = ACTIONS(1453), - [anon_sym_EQ_EQ] = ACTIONS(1451), - [anon_sym_BANG_EQ] = ACTIONS(1451), - [anon_sym_GT] = ACTIONS(1453), - [anon_sym_LT] = ACTIONS(1453), - [anon_sym_GT_EQ] = ACTIONS(1451), - [anon_sym_LT_EQ] = ACTIONS(1451), - [anon_sym_DOT] = ACTIONS(1453), - [anon_sym_DOT_DOT] = ACTIONS(1453), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1451), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1451), - [anon_sym_COLON_COLON] = ACTIONS(1451), - [anon_sym_POUND] = ACTIONS(1451), - [anon_sym_SQUOTE] = ACTIONS(1453), - [anon_sym_as] = ACTIONS(1453), - [anon_sym_async] = ACTIONS(1453), - [anon_sym_break] = ACTIONS(1453), - [anon_sym_const] = ACTIONS(1453), - [anon_sym_continue] = ACTIONS(1453), - [anon_sym_default] = ACTIONS(1453), - [anon_sym_enum] = ACTIONS(1453), - [anon_sym_fn] = ACTIONS(1453), - [anon_sym_for] = ACTIONS(1453), - [anon_sym_gen] = ACTIONS(1453), - [anon_sym_if] = ACTIONS(1453), - [anon_sym_impl] = ACTIONS(1453), - [anon_sym_let] = ACTIONS(1453), - [anon_sym_loop] = ACTIONS(1453), - [anon_sym_match] = ACTIONS(1453), - [anon_sym_mod] = ACTIONS(1453), - [anon_sym_pub] = ACTIONS(1453), - [anon_sym_return] = ACTIONS(1453), - [anon_sym_static] = ACTIONS(1453), - [anon_sym_struct] = ACTIONS(1453), - [anon_sym_trait] = ACTIONS(1453), - [anon_sym_type] = ACTIONS(1453), - [anon_sym_union] = ACTIONS(1453), - [anon_sym_unsafe] = ACTIONS(1453), - [anon_sym_use] = ACTIONS(1453), - [anon_sym_while] = ACTIONS(1453), - [anon_sym_extern] = ACTIONS(1453), - [anon_sym_yield] = ACTIONS(1453), - [anon_sym_move] = ACTIONS(1453), - [anon_sym_try] = ACTIONS(1453), - [sym_integer_literal] = ACTIONS(1451), - [aux_sym_string_literal_token1] = ACTIONS(1451), - [sym_char_literal] = ACTIONS(1451), - [anon_sym_true] = ACTIONS(1453), - [anon_sym_false] = ACTIONS(1453), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1453), - [sym_super] = ACTIONS(1453), - [sym_crate] = ACTIONS(1453), - [sym_metavariable] = ACTIONS(1451), - [sym__raw_string_literal_start] = ACTIONS(1451), - [sym_float_literal] = ACTIONS(1451), - }, - [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(397)] = { [sym_line_comment] = STATE(397), [sym_block_comment] = STATE(397), - [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_PLUS] = ACTIONS(1457), - [anon_sym_STAR] = ACTIONS(1457), - [anon_sym_QMARK] = 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(1457), - [anon_sym_SLASH] = ACTIONS(1457), - [anon_sym_PERCENT] = ACTIONS(1457), - [anon_sym_CARET] = ACTIONS(1457), - [anon_sym_BANG] = ACTIONS(1457), - [anon_sym_AMP] = ACTIONS(1457), - [anon_sym_PIPE] = ACTIONS(1457), - [anon_sym_AMP_AMP] = ACTIONS(1455), - [anon_sym_PIPE_PIPE] = ACTIONS(1455), - [anon_sym_LT_LT] = ACTIONS(1457), - [anon_sym_GT_GT] = ACTIONS(1457), - [anon_sym_PLUS_EQ] = ACTIONS(1455), - [anon_sym_DASH_EQ] = ACTIONS(1455), - [anon_sym_STAR_EQ] = ACTIONS(1455), - [anon_sym_SLASH_EQ] = ACTIONS(1455), - [anon_sym_PERCENT_EQ] = ACTIONS(1455), - [anon_sym_CARET_EQ] = ACTIONS(1455), - [anon_sym_AMP_EQ] = ACTIONS(1455), - [anon_sym_PIPE_EQ] = ACTIONS(1455), - [anon_sym_LT_LT_EQ] = ACTIONS(1455), - [anon_sym_GT_GT_EQ] = ACTIONS(1455), - [anon_sym_EQ] = ACTIONS(1457), - [anon_sym_EQ_EQ] = ACTIONS(1455), - [anon_sym_BANG_EQ] = ACTIONS(1455), - [anon_sym_GT] = ACTIONS(1457), - [anon_sym_LT] = ACTIONS(1457), - [anon_sym_GT_EQ] = ACTIONS(1455), - [anon_sym_LT_EQ] = ACTIONS(1455), - [anon_sym_DOT] = ACTIONS(1457), - [anon_sym_DOT_DOT] = ACTIONS(1457), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1455), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1455), - [anon_sym_COLON_COLON] = ACTIONS(1455), - [anon_sym_POUND] = ACTIONS(1455), - [anon_sym_SQUOTE] = ACTIONS(1457), - [anon_sym_as] = 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), - }, - [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(398)] = { [sym_line_comment] = STATE(398), [sym_block_comment] = STATE(398), - [ts_builtin_sym_end] = ACTIONS(1459), - [sym_identifier] = ACTIONS(1461), - [anon_sym_SEMI] = ACTIONS(1459), - [anon_sym_macro_rules_BANG] = ACTIONS(1459), - [anon_sym_LPAREN] = ACTIONS(1459), - [anon_sym_LBRACK] = ACTIONS(1459), - [anon_sym_LBRACE] = ACTIONS(1459), - [anon_sym_RBRACE] = ACTIONS(1459), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_QMARK] = ACTIONS(1459), - [anon_sym_u8] = ACTIONS(1461), - [anon_sym_i8] = ACTIONS(1461), - [anon_sym_u16] = ACTIONS(1461), - [anon_sym_i16] = ACTIONS(1461), - [anon_sym_u32] = ACTIONS(1461), - [anon_sym_i32] = ACTIONS(1461), - [anon_sym_u64] = ACTIONS(1461), - [anon_sym_i64] = ACTIONS(1461), - [anon_sym_u128] = ACTIONS(1461), - [anon_sym_i128] = ACTIONS(1461), - [anon_sym_isize] = ACTIONS(1461), - [anon_sym_usize] = ACTIONS(1461), - [anon_sym_f32] = ACTIONS(1461), - [anon_sym_f64] = ACTIONS(1461), - [anon_sym_bool] = ACTIONS(1461), - [anon_sym_str] = ACTIONS(1461), - [anon_sym_char] = ACTIONS(1461), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_CARET] = ACTIONS(1461), - [anon_sym_BANG] = ACTIONS(1461), - [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(1459), - [anon_sym_POUND] = ACTIONS(1459), - [anon_sym_SQUOTE] = ACTIONS(1461), - [anon_sym_as] = ACTIONS(1461), - [anon_sym_async] = ACTIONS(1461), - [anon_sym_break] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1461), - [anon_sym_continue] = ACTIONS(1461), - [anon_sym_default] = ACTIONS(1461), - [anon_sym_enum] = ACTIONS(1461), - [anon_sym_fn] = ACTIONS(1461), - [anon_sym_for] = ACTIONS(1461), - [anon_sym_gen] = ACTIONS(1461), - [anon_sym_if] = ACTIONS(1461), - [anon_sym_impl] = ACTIONS(1461), - [anon_sym_let] = ACTIONS(1461), - [anon_sym_loop] = ACTIONS(1461), - [anon_sym_match] = ACTIONS(1461), - [anon_sym_mod] = ACTIONS(1461), - [anon_sym_pub] = ACTIONS(1461), - [anon_sym_return] = ACTIONS(1461), - [anon_sym_static] = ACTIONS(1461), - [anon_sym_struct] = ACTIONS(1461), - [anon_sym_trait] = ACTIONS(1461), - [anon_sym_type] = ACTIONS(1461), - [anon_sym_union] = ACTIONS(1461), - [anon_sym_unsafe] = ACTIONS(1461), - [anon_sym_use] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1461), - [anon_sym_extern] = ACTIONS(1461), - [anon_sym_yield] = ACTIONS(1461), - [anon_sym_move] = ACTIONS(1461), - [anon_sym_try] = ACTIONS(1461), - [sym_integer_literal] = ACTIONS(1459), - [aux_sym_string_literal_token1] = ACTIONS(1459), - [sym_char_literal] = ACTIONS(1459), - [anon_sym_true] = ACTIONS(1461), - [anon_sym_false] = ACTIONS(1461), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1461), - [sym_super] = ACTIONS(1461), - [sym_crate] = ACTIONS(1461), - [sym_metavariable] = ACTIONS(1459), - [sym__raw_string_literal_start] = ACTIONS(1459), - [sym_float_literal] = ACTIONS(1459), - }, - [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(399)] = { [sym_line_comment] = STATE(399), [sym_block_comment] = STATE(399), - [ts_builtin_sym_end] = ACTIONS(1463), - [sym_identifier] = ACTIONS(1465), - [anon_sym_SEMI] = ACTIONS(1359), - [anon_sym_macro_rules_BANG] = ACTIONS(1463), - [anon_sym_LPAREN] = ACTIONS(1359), - [anon_sym_LBRACK] = ACTIONS(1359), - [anon_sym_LBRACE] = ACTIONS(1463), - [anon_sym_RBRACE] = ACTIONS(1359), - [anon_sym_PLUS] = ACTIONS(1357), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_QMARK] = ACTIONS(1359), - [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(1357), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_CARET] = ACTIONS(1357), - [anon_sym_BANG] = ACTIONS(1465), - [anon_sym_AMP] = ACTIONS(1357), - [anon_sym_PIPE] = ACTIONS(1357), - [anon_sym_AMP_AMP] = ACTIONS(1359), - [anon_sym_PIPE_PIPE] = ACTIONS(1359), - [anon_sym_LT_LT] = ACTIONS(1357), - [anon_sym_GT_GT] = ACTIONS(1357), - [anon_sym_PLUS_EQ] = ACTIONS(1359), - [anon_sym_DASH_EQ] = ACTIONS(1359), - [anon_sym_STAR_EQ] = ACTIONS(1359), - [anon_sym_SLASH_EQ] = ACTIONS(1359), - [anon_sym_PERCENT_EQ] = ACTIONS(1359), - [anon_sym_CARET_EQ] = ACTIONS(1359), - [anon_sym_AMP_EQ] = ACTIONS(1359), - [anon_sym_PIPE_EQ] = ACTIONS(1359), - [anon_sym_LT_LT_EQ] = ACTIONS(1359), - [anon_sym_GT_GT_EQ] = ACTIONS(1359), - [anon_sym_EQ] = ACTIONS(1357), - [anon_sym_EQ_EQ] = ACTIONS(1359), - [anon_sym_BANG_EQ] = ACTIONS(1359), - [anon_sym_GT] = ACTIONS(1357), - [anon_sym_LT] = ACTIONS(1357), - [anon_sym_GT_EQ] = ACTIONS(1359), - [anon_sym_LT_EQ] = ACTIONS(1359), - [anon_sym_DOT] = ACTIONS(1357), - [anon_sym_DOT_DOT] = ACTIONS(1357), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1359), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1359), - [anon_sym_COLON_COLON] = ACTIONS(1463), - [anon_sym_POUND] = ACTIONS(1463), - [anon_sym_SQUOTE] = ACTIONS(1465), - [anon_sym_as] = ACTIONS(1357), - [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), - }, - [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(400)] = { [sym_line_comment] = STATE(400), [sym_block_comment] = STATE(400), - [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), - }, - [401] = { - [sym_attribute_item] = STATE(420), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(2999), - [sym_variadic_parameter] = STATE(2999), - [sym_parameter] = STATE(2999), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2746), - [sym_bracketed_type] = STATE(3557), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3301), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2446), - [sym_scoped_identifier] = STATE(2125), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2431), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [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(401)] = { + [sym_attribute_item] = STATE(421), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(2959), + [sym_variadic_parameter] = STATE(2959), + [sym_parameter] = STATE(2959), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2536), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3252), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(401), [sym_block_comment] = STATE(401), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1369), - [anon_sym_LPAREN] = ACTIONS(1371), - [anon_sym_RPAREN] = ACTIONS(1471), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1375), - [anon_sym_i8] = ACTIONS(1375), - [anon_sym_u16] = ACTIONS(1375), - [anon_sym_i16] = ACTIONS(1375), - [anon_sym_u32] = ACTIONS(1375), - [anon_sym_i32] = ACTIONS(1375), - [anon_sym_u64] = ACTIONS(1375), - [anon_sym_i64] = ACTIONS(1375), - [anon_sym_u128] = ACTIONS(1375), - [anon_sym_i128] = ACTIONS(1375), - [anon_sym_isize] = ACTIONS(1375), - [anon_sym_usize] = ACTIONS(1375), - [anon_sym_f32] = ACTIONS(1375), - [anon_sym_f64] = ACTIONS(1375), - [anon_sym_bool] = ACTIONS(1375), - [anon_sym_str] = ACTIONS(1375), - [anon_sym_char] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1377), - [anon_sym_PIPE] = ACTIONS(1301), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1379), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COMMA] = ACTIONS(1473), - [anon_sym_COLON_COLON] = ACTIONS(1383), - [anon_sym_POUND] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1385), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1387), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1387), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1389), - [sym_super] = ACTIONS(1391), - [sym_crate] = ACTIONS(1391), - [sym_metavariable] = ACTIONS(1393), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [402] = { + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_RPAREN] = ACTIONS(1473), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1475), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COMMA] = ACTIONS(1477), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_POUND] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(402)] = { [sym_line_comment] = STATE(402), [sym_block_comment] = STATE(402), - [ts_builtin_sym_end] = ACTIONS(1475), - [sym_identifier] = ACTIONS(1477), - [anon_sym_SEMI] = ACTIONS(1475), - [anon_sym_macro_rules_BANG] = ACTIONS(1475), - [anon_sym_LPAREN] = ACTIONS(1475), - [anon_sym_LBRACK] = ACTIONS(1475), - [anon_sym_LBRACE] = ACTIONS(1475), - [anon_sym_RBRACE] = ACTIONS(1475), - [anon_sym_PLUS] = ACTIONS(1477), - [anon_sym_STAR] = ACTIONS(1477), - [anon_sym_QMARK] = ACTIONS(1475), - [anon_sym_u8] = ACTIONS(1477), - [anon_sym_i8] = ACTIONS(1477), - [anon_sym_u16] = ACTIONS(1477), - [anon_sym_i16] = ACTIONS(1477), - [anon_sym_u32] = ACTIONS(1477), - [anon_sym_i32] = ACTIONS(1477), - [anon_sym_u64] = ACTIONS(1477), - [anon_sym_i64] = ACTIONS(1477), - [anon_sym_u128] = ACTIONS(1477), - [anon_sym_i128] = ACTIONS(1477), - [anon_sym_isize] = ACTIONS(1477), - [anon_sym_usize] = ACTIONS(1477), - [anon_sym_f32] = ACTIONS(1477), - [anon_sym_f64] = ACTIONS(1477), - [anon_sym_bool] = ACTIONS(1477), - [anon_sym_str] = ACTIONS(1477), - [anon_sym_char] = ACTIONS(1477), - [anon_sym_DASH] = ACTIONS(1477), - [anon_sym_SLASH] = ACTIONS(1477), - [anon_sym_PERCENT] = ACTIONS(1477), - [anon_sym_CARET] = ACTIONS(1477), - [anon_sym_BANG] = ACTIONS(1477), - [anon_sym_AMP] = ACTIONS(1477), - [anon_sym_PIPE] = ACTIONS(1477), - [anon_sym_AMP_AMP] = ACTIONS(1475), - [anon_sym_PIPE_PIPE] = ACTIONS(1475), - [anon_sym_LT_LT] = ACTIONS(1477), - [anon_sym_GT_GT] = ACTIONS(1477), - [anon_sym_PLUS_EQ] = ACTIONS(1475), - [anon_sym_DASH_EQ] = ACTIONS(1475), - [anon_sym_STAR_EQ] = ACTIONS(1475), - [anon_sym_SLASH_EQ] = ACTIONS(1475), - [anon_sym_PERCENT_EQ] = ACTIONS(1475), - [anon_sym_CARET_EQ] = ACTIONS(1475), - [anon_sym_AMP_EQ] = ACTIONS(1475), - [anon_sym_PIPE_EQ] = ACTIONS(1475), - [anon_sym_LT_LT_EQ] = ACTIONS(1475), - [anon_sym_GT_GT_EQ] = ACTIONS(1475), - [anon_sym_EQ] = ACTIONS(1477), - [anon_sym_EQ_EQ] = ACTIONS(1475), - [anon_sym_BANG_EQ] = ACTIONS(1475), - [anon_sym_GT] = ACTIONS(1477), - [anon_sym_LT] = ACTIONS(1477), - [anon_sym_GT_EQ] = ACTIONS(1475), - [anon_sym_LT_EQ] = ACTIONS(1475), - [anon_sym_DOT] = ACTIONS(1477), - [anon_sym_DOT_DOT] = ACTIONS(1477), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1475), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1475), - [anon_sym_COLON_COLON] = ACTIONS(1475), - [anon_sym_POUND] = ACTIONS(1475), - [anon_sym_SQUOTE] = ACTIONS(1477), - [anon_sym_as] = ACTIONS(1477), - [anon_sym_async] = ACTIONS(1477), - [anon_sym_break] = ACTIONS(1477), - [anon_sym_const] = ACTIONS(1477), - [anon_sym_continue] = ACTIONS(1477), - [anon_sym_default] = ACTIONS(1477), - [anon_sym_enum] = ACTIONS(1477), - [anon_sym_fn] = ACTIONS(1477), - [anon_sym_for] = ACTIONS(1477), - [anon_sym_gen] = ACTIONS(1477), - [anon_sym_if] = ACTIONS(1477), - [anon_sym_impl] = ACTIONS(1477), - [anon_sym_let] = ACTIONS(1477), - [anon_sym_loop] = ACTIONS(1477), - [anon_sym_match] = ACTIONS(1477), - [anon_sym_mod] = ACTIONS(1477), - [anon_sym_pub] = ACTIONS(1477), - [anon_sym_return] = ACTIONS(1477), - [anon_sym_static] = ACTIONS(1477), - [anon_sym_struct] = ACTIONS(1477), - [anon_sym_trait] = ACTIONS(1477), - [anon_sym_type] = ACTIONS(1477), - [anon_sym_union] = ACTIONS(1477), - [anon_sym_unsafe] = ACTIONS(1477), - [anon_sym_use] = ACTIONS(1477), - [anon_sym_while] = ACTIONS(1477), - [anon_sym_extern] = ACTIONS(1477), - [anon_sym_yield] = ACTIONS(1477), - [anon_sym_move] = ACTIONS(1477), - [anon_sym_try] = ACTIONS(1477), - [sym_integer_literal] = ACTIONS(1475), - [aux_sym_string_literal_token1] = ACTIONS(1475), - [sym_char_literal] = ACTIONS(1475), - [anon_sym_true] = ACTIONS(1477), - [anon_sym_false] = ACTIONS(1477), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1477), - [sym_super] = ACTIONS(1477), - [sym_crate] = ACTIONS(1477), - [sym_metavariable] = ACTIONS(1475), - [sym__raw_string_literal_start] = ACTIONS(1475), - [sym_float_literal] = ACTIONS(1475), - }, - [403] = { - [sym_line_comment] = STATE(403), - [sym_block_comment] = STATE(403), [ts_builtin_sym_end] = ACTIONS(1479), [sym_identifier] = ACTIONS(1481), [anon_sym_SEMI] = ACTIONS(1479), @@ -62492,9 +62465,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1479), [sym_float_literal] = ACTIONS(1479), }, - [404] = { - [sym_line_comment] = STATE(404), - [sym_block_comment] = STATE(404), + [STATE(403)] = { + [sym_line_comment] = STATE(403), + [sym_block_comment] = STATE(403), [ts_builtin_sym_end] = ACTIONS(1483), [sym_identifier] = ACTIONS(1485), [anon_sym_SEMI] = ACTIONS(1483), @@ -62602,2112 +62575,2222 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1483), [sym_float_literal] = ACTIONS(1483), }, - [405] = { + [STATE(404)] = { + [sym_attribute_item] = STATE(422), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(2785), + [sym_variadic_parameter] = STATE(2785), + [sym_parameter] = STATE(2785), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2550), + [sym_bracketed_type] = STATE(3546), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3289), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2440), + [sym_scoped_identifier] = STATE(2092), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2436), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(404), + [sym_block_comment] = STATE(404), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1301), + [anon_sym_LPAREN] = ACTIONS(1303), + [anon_sym_RPAREN] = ACTIONS(1487), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1313), + [anon_sym_i8] = ACTIONS(1313), + [anon_sym_u16] = ACTIONS(1313), + [anon_sym_i16] = ACTIONS(1313), + [anon_sym_u32] = ACTIONS(1313), + [anon_sym_i32] = ACTIONS(1313), + [anon_sym_u64] = ACTIONS(1313), + [anon_sym_i64] = ACTIONS(1313), + [anon_sym_u128] = ACTIONS(1313), + [anon_sym_i128] = ACTIONS(1313), + [anon_sym_isize] = ACTIONS(1313), + [anon_sym_usize] = ACTIONS(1313), + [anon_sym_f32] = ACTIONS(1313), + [anon_sym_f64] = ACTIONS(1313), + [anon_sym_bool] = ACTIONS(1313), + [anon_sym_str] = ACTIONS(1313), + [anon_sym_char] = ACTIONS(1313), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1319), + [anon_sym_PIPE] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1323), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COMMA] = ACTIONS(1489), + [anon_sym_COLON_COLON] = ACTIONS(1331), + [anon_sym_POUND] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1341), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1347), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1347), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1365), + [sym_super] = ACTIONS(1367), + [sym_crate] = ACTIONS(1367), + [sym_metavariable] = ACTIONS(1369), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(405)] = { [sym_line_comment] = STATE(405), [sym_block_comment] = STATE(405), - [ts_builtin_sym_end] = ACTIONS(1487), - [sym_identifier] = ACTIONS(1489), - [anon_sym_SEMI] = ACTIONS(1487), - [anon_sym_macro_rules_BANG] = ACTIONS(1487), - [anon_sym_LPAREN] = ACTIONS(1487), - [anon_sym_LBRACK] = ACTIONS(1487), - [anon_sym_LBRACE] = ACTIONS(1487), - [anon_sym_RBRACE] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_STAR] = ACTIONS(1489), - [anon_sym_QMARK] = ACTIONS(1487), - [anon_sym_u8] = ACTIONS(1489), - [anon_sym_i8] = ACTIONS(1489), - [anon_sym_u16] = ACTIONS(1489), - [anon_sym_i16] = ACTIONS(1489), - [anon_sym_u32] = ACTIONS(1489), - [anon_sym_i32] = ACTIONS(1489), - [anon_sym_u64] = ACTIONS(1489), - [anon_sym_i64] = ACTIONS(1489), - [anon_sym_u128] = ACTIONS(1489), - [anon_sym_i128] = ACTIONS(1489), - [anon_sym_isize] = ACTIONS(1489), - [anon_sym_usize] = ACTIONS(1489), - [anon_sym_f32] = ACTIONS(1489), - [anon_sym_f64] = ACTIONS(1489), - [anon_sym_bool] = ACTIONS(1489), - [anon_sym_str] = ACTIONS(1489), - [anon_sym_char] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1489), - [anon_sym_PERCENT] = ACTIONS(1489), - [anon_sym_CARET] = ACTIONS(1489), - [anon_sym_BANG] = ACTIONS(1489), - [anon_sym_AMP] = ACTIONS(1489), - [anon_sym_PIPE] = ACTIONS(1489), - [anon_sym_AMP_AMP] = ACTIONS(1487), - [anon_sym_PIPE_PIPE] = ACTIONS(1487), - [anon_sym_LT_LT] = ACTIONS(1489), - [anon_sym_GT_GT] = ACTIONS(1489), - [anon_sym_PLUS_EQ] = ACTIONS(1487), - [anon_sym_DASH_EQ] = ACTIONS(1487), - [anon_sym_STAR_EQ] = ACTIONS(1487), - [anon_sym_SLASH_EQ] = ACTIONS(1487), - [anon_sym_PERCENT_EQ] = ACTIONS(1487), - [anon_sym_CARET_EQ] = ACTIONS(1487), - [anon_sym_AMP_EQ] = ACTIONS(1487), - [anon_sym_PIPE_EQ] = ACTIONS(1487), - [anon_sym_LT_LT_EQ] = ACTIONS(1487), - [anon_sym_GT_GT_EQ] = ACTIONS(1487), - [anon_sym_EQ] = ACTIONS(1489), - [anon_sym_EQ_EQ] = ACTIONS(1487), - [anon_sym_BANG_EQ] = ACTIONS(1487), - [anon_sym_GT] = ACTIONS(1489), - [anon_sym_LT] = ACTIONS(1489), - [anon_sym_GT_EQ] = ACTIONS(1487), - [anon_sym_LT_EQ] = ACTIONS(1487), - [anon_sym_DOT] = ACTIONS(1489), - [anon_sym_DOT_DOT] = ACTIONS(1489), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1487), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1487), - [anon_sym_COLON_COLON] = ACTIONS(1487), - [anon_sym_POUND] = ACTIONS(1487), - [anon_sym_SQUOTE] = ACTIONS(1489), - [anon_sym_as] = ACTIONS(1489), - [anon_sym_async] = ACTIONS(1489), - [anon_sym_break] = ACTIONS(1489), - [anon_sym_const] = ACTIONS(1489), - [anon_sym_continue] = ACTIONS(1489), - [anon_sym_default] = ACTIONS(1489), - [anon_sym_enum] = ACTIONS(1489), - [anon_sym_fn] = ACTIONS(1489), - [anon_sym_for] = ACTIONS(1489), - [anon_sym_gen] = ACTIONS(1489), - [anon_sym_if] = ACTIONS(1489), - [anon_sym_impl] = ACTIONS(1489), - [anon_sym_let] = ACTIONS(1489), - [anon_sym_loop] = ACTIONS(1489), - [anon_sym_match] = ACTIONS(1489), - [anon_sym_mod] = ACTIONS(1489), - [anon_sym_pub] = ACTIONS(1489), - [anon_sym_return] = ACTIONS(1489), - [anon_sym_static] = ACTIONS(1489), - [anon_sym_struct] = ACTIONS(1489), - [anon_sym_trait] = ACTIONS(1489), - [anon_sym_type] = ACTIONS(1489), - [anon_sym_union] = ACTIONS(1489), - [anon_sym_unsafe] = ACTIONS(1489), - [anon_sym_use] = ACTIONS(1489), - [anon_sym_while] = ACTIONS(1489), - [anon_sym_extern] = ACTIONS(1489), - [anon_sym_yield] = ACTIONS(1489), - [anon_sym_move] = ACTIONS(1489), - [anon_sym_try] = ACTIONS(1489), - [sym_integer_literal] = ACTIONS(1487), - [aux_sym_string_literal_token1] = ACTIONS(1487), - [sym_char_literal] = ACTIONS(1487), - [anon_sym_true] = ACTIONS(1489), - [anon_sym_false] = ACTIONS(1489), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1489), - [sym_super] = ACTIONS(1489), - [sym_crate] = ACTIONS(1489), - [sym_metavariable] = ACTIONS(1487), - [sym__raw_string_literal_start] = ACTIONS(1487), - [sym_float_literal] = ACTIONS(1487), - }, - [406] = { - [sym_attribute_item] = STATE(423), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(3137), - [sym_variadic_parameter] = STATE(3137), - [sym_parameter] = STATE(3137), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2807), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3256), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [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_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), + }, + [STATE(406)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(3210), + [sym_variadic_parameter] = STATE(3210), + [sym_parameter] = STATE(3210), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2795), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3252), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(406), [sym_block_comment] = STATE(406), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), [anon_sym_RPAREN] = ACTIONS(1491), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1493), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_POUND] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1345), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [407] = { - [sym_attribute_item] = STATE(423), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(3137), - [sym_variadic_parameter] = STATE(3137), - [sym_parameter] = STATE(3137), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2807), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3256), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_POUND] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(407)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(3210), + [sym_variadic_parameter] = STATE(3210), + [sym_parameter] = STATE(3210), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2795), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3252), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(407), [sym_block_comment] = STATE(407), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), [anon_sym_RPAREN] = ACTIONS(1495), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1493), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_POUND] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1345), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [408] = { - [sym_attribute_item] = STATE(423), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(3137), - [sym_variadic_parameter] = STATE(3137), - [sym_parameter] = STATE(3137), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2807), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3256), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_POUND] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(408)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(3210), + [sym_variadic_parameter] = STATE(3210), + [sym_parameter] = STATE(3210), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2795), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3252), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(408), [sym_block_comment] = STATE(408), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), [anon_sym_RPAREN] = ACTIONS(1497), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1493), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_POUND] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1345), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [409] = { + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_POUND] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(409)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(3210), + [sym_variadic_parameter] = STATE(3210), + [sym_parameter] = STATE(3210), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2795), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3252), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(409), [sym_block_comment] = STATE(409), - [sym_identifier] = ACTIONS(1465), - [anon_sym_SEMI] = ACTIONS(1359), - [anon_sym_macro_rules_BANG] = ACTIONS(1463), - [anon_sym_LPAREN] = ACTIONS(1359), - [anon_sym_LBRACK] = ACTIONS(1359), - [anon_sym_LBRACE] = ACTIONS(1463), - [anon_sym_RBRACE] = ACTIONS(1463), - [anon_sym_PLUS] = ACTIONS(1357), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_QMARK] = ACTIONS(1359), - [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(1357), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_CARET] = ACTIONS(1357), - [anon_sym_BANG] = ACTIONS(1465), - [anon_sym_AMP] = ACTIONS(1357), - [anon_sym_PIPE] = ACTIONS(1357), - [anon_sym_AMP_AMP] = ACTIONS(1359), - [anon_sym_PIPE_PIPE] = ACTIONS(1359), - [anon_sym_LT_LT] = ACTIONS(1357), - [anon_sym_GT_GT] = ACTIONS(1357), - [anon_sym_PLUS_EQ] = ACTIONS(1359), - [anon_sym_DASH_EQ] = ACTIONS(1359), - [anon_sym_STAR_EQ] = ACTIONS(1359), - [anon_sym_SLASH_EQ] = ACTIONS(1359), - [anon_sym_PERCENT_EQ] = ACTIONS(1359), - [anon_sym_CARET_EQ] = ACTIONS(1359), - [anon_sym_AMP_EQ] = ACTIONS(1359), - [anon_sym_PIPE_EQ] = ACTIONS(1359), - [anon_sym_LT_LT_EQ] = ACTIONS(1359), - [anon_sym_GT_GT_EQ] = ACTIONS(1359), - [anon_sym_EQ] = ACTIONS(1357), - [anon_sym_EQ_EQ] = ACTIONS(1359), - [anon_sym_BANG_EQ] = ACTIONS(1359), - [anon_sym_GT] = ACTIONS(1357), - [anon_sym_LT] = ACTIONS(1357), - [anon_sym_GT_EQ] = ACTIONS(1359), - [anon_sym_LT_EQ] = ACTIONS(1359), - [anon_sym_DOT] = ACTIONS(1357), - [anon_sym_DOT_DOT] = ACTIONS(1357), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1359), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1359), - [anon_sym_COLON_COLON] = ACTIONS(1463), - [anon_sym_POUND] = ACTIONS(1463), - [anon_sym_SQUOTE] = ACTIONS(1465), - [anon_sym_as] = ACTIONS(1357), - [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), - }, - [410] = { - [sym_attribute_item] = STATE(423), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(3137), - [sym_variadic_parameter] = STATE(3137), - [sym_parameter] = STATE(3137), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2807), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3256), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_RPAREN] = ACTIONS(1499), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1493), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_POUND] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(410)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(3210), + [sym_variadic_parameter] = STATE(3210), + [sym_parameter] = STATE(3210), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2795), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3252), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(410), [sym_block_comment] = STATE(410), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_RPAREN] = ACTIONS(1499), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_PIPE] = ACTIONS(1301), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_RPAREN] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1493), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_POUND] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1345), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [411] = { - [sym_attribute_item] = STATE(423), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(3137), - [sym_variadic_parameter] = STATE(3137), - [sym_parameter] = STATE(3137), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2807), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3256), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_POUND] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(411)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(3210), + [sym_variadic_parameter] = STATE(3210), + [sym_parameter] = STATE(3210), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2795), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3252), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(411), [sym_block_comment] = STATE(411), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_RPAREN] = ACTIONS(1501), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_PIPE] = ACTIONS(1301), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_RPAREN] = ACTIONS(1503), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1493), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_POUND] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1345), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [412] = { - [sym_attribute_item] = STATE(423), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(3137), - [sym_variadic_parameter] = STATE(3137), - [sym_parameter] = STATE(3137), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2807), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3256), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_POUND] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(412)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(3210), + [sym_variadic_parameter] = STATE(3210), + [sym_parameter] = STATE(3210), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2795), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3252), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(412), [sym_block_comment] = STATE(412), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_RPAREN] = ACTIONS(1503), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_PIPE] = ACTIONS(1301), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_RPAREN] = ACTIONS(1505), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1493), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_POUND] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1345), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [413] = { - [sym_attribute_item] = STATE(423), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(3137), - [sym_variadic_parameter] = STATE(3137), - [sym_parameter] = STATE(3137), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2807), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3256), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_POUND] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(413)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(3210), + [sym_variadic_parameter] = STATE(3210), + [sym_parameter] = STATE(3210), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2795), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3252), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(413), [sym_block_comment] = STATE(413), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_RPAREN] = ACTIONS(1505), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_PIPE] = ACTIONS(1301), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_RPAREN] = ACTIONS(1507), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1493), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_POUND] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1345), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [414] = { - [sym_attribute_item] = STATE(423), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(3137), - [sym_variadic_parameter] = STATE(3137), - [sym_parameter] = STATE(3137), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2807), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3256), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_POUND] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(414)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(3210), + [sym_variadic_parameter] = STATE(3210), + [sym_parameter] = STATE(3210), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2795), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3252), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(414), [sym_block_comment] = STATE(414), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_RPAREN] = ACTIONS(1507), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_PIPE] = ACTIONS(1301), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_RPAREN] = ACTIONS(1509), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1493), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_POUND] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1345), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [415] = { - [sym_attribute_item] = STATE(423), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(3137), - [sym_variadic_parameter] = STATE(3137), - [sym_parameter] = STATE(3137), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2807), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3256), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_POUND] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(415)] = { [sym_line_comment] = STATE(415), [sym_block_comment] = STATE(415), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_RPAREN] = ACTIONS(1509), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_PIPE] = ACTIONS(1301), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1493), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_POUND] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1345), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [416] = { - [sym_attribute_item] = STATE(423), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(3137), - [sym_variadic_parameter] = STATE(3137), - [sym_parameter] = STATE(3137), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2807), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3256), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym_identifier] = ACTIONS(1433), + [anon_sym_SEMI] = ACTIONS(1413), + [anon_sym_macro_rules_BANG] = ACTIONS(1431), + [anon_sym_LPAREN] = ACTIONS(1413), + [anon_sym_LBRACK] = ACTIONS(1413), + [anon_sym_LBRACE] = ACTIONS(1431), + [anon_sym_RBRACE] = ACTIONS(1431), + [anon_sym_PLUS] = ACTIONS(1411), + [anon_sym_STAR] = ACTIONS(1411), + [anon_sym_QMARK] = ACTIONS(1413), + [anon_sym_u8] = ACTIONS(1433), + [anon_sym_i8] = ACTIONS(1433), + [anon_sym_u16] = ACTIONS(1433), + [anon_sym_i16] = ACTIONS(1433), + [anon_sym_u32] = ACTIONS(1433), + [anon_sym_i32] = ACTIONS(1433), + [anon_sym_u64] = ACTIONS(1433), + [anon_sym_i64] = ACTIONS(1433), + [anon_sym_u128] = ACTIONS(1433), + [anon_sym_i128] = ACTIONS(1433), + [anon_sym_isize] = ACTIONS(1433), + [anon_sym_usize] = ACTIONS(1433), + [anon_sym_f32] = ACTIONS(1433), + [anon_sym_f64] = ACTIONS(1433), + [anon_sym_bool] = ACTIONS(1433), + [anon_sym_str] = ACTIONS(1433), + [anon_sym_char] = ACTIONS(1433), + [anon_sym_DASH] = ACTIONS(1411), + [anon_sym_SLASH] = ACTIONS(1411), + [anon_sym_PERCENT] = ACTIONS(1411), + [anon_sym_CARET] = ACTIONS(1411), + [anon_sym_BANG] = ACTIONS(1433), + [anon_sym_AMP] = ACTIONS(1411), + [anon_sym_PIPE] = ACTIONS(1411), + [anon_sym_AMP_AMP] = ACTIONS(1413), + [anon_sym_PIPE_PIPE] = ACTIONS(1413), + [anon_sym_LT_LT] = ACTIONS(1411), + [anon_sym_GT_GT] = ACTIONS(1411), + [anon_sym_PLUS_EQ] = ACTIONS(1413), + [anon_sym_DASH_EQ] = ACTIONS(1413), + [anon_sym_STAR_EQ] = ACTIONS(1413), + [anon_sym_SLASH_EQ] = ACTIONS(1413), + [anon_sym_PERCENT_EQ] = ACTIONS(1413), + [anon_sym_CARET_EQ] = ACTIONS(1413), + [anon_sym_AMP_EQ] = ACTIONS(1413), + [anon_sym_PIPE_EQ] = ACTIONS(1413), + [anon_sym_LT_LT_EQ] = ACTIONS(1413), + [anon_sym_GT_GT_EQ] = ACTIONS(1413), + [anon_sym_EQ] = ACTIONS(1411), + [anon_sym_EQ_EQ] = ACTIONS(1413), + [anon_sym_BANG_EQ] = ACTIONS(1413), + [anon_sym_GT] = ACTIONS(1411), + [anon_sym_LT] = ACTIONS(1411), + [anon_sym_GT_EQ] = ACTIONS(1413), + [anon_sym_LT_EQ] = ACTIONS(1413), + [anon_sym_DOT] = ACTIONS(1411), + [anon_sym_DOT_DOT] = ACTIONS(1411), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1413), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1413), + [anon_sym_COLON_COLON] = ACTIONS(1431), + [anon_sym_POUND] = ACTIONS(1431), + [anon_sym_SQUOTE] = ACTIONS(1433), + [anon_sym_as] = ACTIONS(1411), + [anon_sym_async] = ACTIONS(1433), + [anon_sym_break] = ACTIONS(1433), + [anon_sym_const] = ACTIONS(1433), + [anon_sym_continue] = ACTIONS(1433), + [anon_sym_default] = ACTIONS(1433), + [anon_sym_enum] = ACTIONS(1433), + [anon_sym_fn] = ACTIONS(1433), + [anon_sym_for] = ACTIONS(1433), + [anon_sym_gen] = ACTIONS(1433), + [anon_sym_if] = ACTIONS(1433), + [anon_sym_impl] = ACTIONS(1433), + [anon_sym_let] = ACTIONS(1433), + [anon_sym_loop] = ACTIONS(1433), + [anon_sym_match] = ACTIONS(1433), + [anon_sym_mod] = ACTIONS(1433), + [anon_sym_pub] = ACTIONS(1433), + [anon_sym_return] = ACTIONS(1433), + [anon_sym_static] = ACTIONS(1433), + [anon_sym_struct] = ACTIONS(1433), + [anon_sym_trait] = ACTIONS(1433), + [anon_sym_type] = ACTIONS(1433), + [anon_sym_union] = ACTIONS(1433), + [anon_sym_unsafe] = ACTIONS(1433), + [anon_sym_use] = ACTIONS(1433), + [anon_sym_while] = ACTIONS(1433), + [anon_sym_extern] = ACTIONS(1433), + [anon_sym_yield] = ACTIONS(1433), + [anon_sym_move] = ACTIONS(1433), + [anon_sym_try] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1431), + [aux_sym_string_literal_token1] = ACTIONS(1431), + [sym_char_literal] = ACTIONS(1431), + [anon_sym_true] = ACTIONS(1433), + [anon_sym_false] = ACTIONS(1433), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1433), + [sym_super] = ACTIONS(1433), + [sym_crate] = ACTIONS(1433), + [sym_metavariable] = ACTIONS(1431), + [sym__raw_string_literal_start] = ACTIONS(1431), + [sym_float_literal] = ACTIONS(1431), + }, + [STATE(416)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2703), + [sym_bracketed_type] = STATE(3546), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3289), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2440), + [sym_scoped_identifier] = STATE(2092), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym_closure_expression] = STATE(2972), + [sym_closure_parameters] = STATE(240), + [sym__pattern] = STATE(2723), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(416), [sym_block_comment] = STATE(416), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_PIPE] = ACTIONS(1301), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1493), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_POUND] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1345), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [417] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2728), - [sym_bracketed_type] = STATE(3557), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3301), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2446), - [sym_scoped_identifier] = STATE(2125), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym_closure_expression] = STATE(2866), - [sym_closure_parameters] = STATE(220), - [sym__pattern] = STATE(2724), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(417), - [sym_block_comment] = STATE(417), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1369), - [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1301), + [anon_sym_LPAREN] = ACTIONS(1303), [anon_sym_RPAREN] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1375), - [anon_sym_i8] = ACTIONS(1375), - [anon_sym_u16] = ACTIONS(1375), - [anon_sym_i16] = ACTIONS(1375), - [anon_sym_u32] = ACTIONS(1375), - [anon_sym_i32] = ACTIONS(1375), - [anon_sym_u64] = ACTIONS(1375), - [anon_sym_i64] = ACTIONS(1375), - [anon_sym_u128] = ACTIONS(1375), - [anon_sym_i128] = ACTIONS(1375), - [anon_sym_isize] = ACTIONS(1375), - [anon_sym_usize] = ACTIONS(1375), - [anon_sym_f32] = ACTIONS(1375), - [anon_sym_f64] = ACTIONS(1375), - [anon_sym_bool] = ACTIONS(1375), - [anon_sym_str] = ACTIONS(1375), - [anon_sym_char] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1313), + [anon_sym_i8] = ACTIONS(1313), + [anon_sym_u16] = ACTIONS(1313), + [anon_sym_i16] = ACTIONS(1313), + [anon_sym_u32] = ACTIONS(1313), + [anon_sym_i32] = ACTIONS(1313), + [anon_sym_u64] = ACTIONS(1313), + [anon_sym_i64] = ACTIONS(1313), + [anon_sym_u128] = ACTIONS(1313), + [anon_sym_i128] = ACTIONS(1313), + [anon_sym_isize] = ACTIONS(1313), + [anon_sym_usize] = ACTIONS(1313), + [anon_sym_f32] = ACTIONS(1313), + [anon_sym_f64] = ACTIONS(1313), + [anon_sym_bool] = ACTIONS(1313), + [anon_sym_str] = ACTIONS(1313), + [anon_sym_char] = ACTIONS(1313), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), [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(1383), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1385), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1387), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_COLON_COLON] = ACTIONS(1331), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1341), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1347), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_static] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(1387), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_union] = ACTIONS(1347), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), [sym_mutable_specifier] = ACTIONS(1525), [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1391), - [sym_super] = ACTIONS(1391), - [sym_crate] = ACTIONS(1391), - [sym_metavariable] = ACTIONS(1393), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [418] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2728), - [sym_bracketed_type] = STATE(3557), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3301), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2446), - [sym_scoped_identifier] = STATE(2125), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym_closure_expression] = STATE(2866), - [sym_closure_parameters] = STATE(220), - [sym__pattern] = STATE(2724), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(418), - [sym_block_comment] = STATE(418), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1369), - [anon_sym_LPAREN] = ACTIONS(1371), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1367), + [sym_super] = ACTIONS(1367), + [sym_crate] = ACTIONS(1367), + [sym_metavariable] = ACTIONS(1369), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(417)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2703), + [sym_bracketed_type] = STATE(3546), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3289), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2440), + [sym_scoped_identifier] = STATE(2092), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym_closure_expression] = STATE(2972), + [sym_closure_parameters] = STATE(240), + [sym__pattern] = STATE(2723), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(417), + [sym_block_comment] = STATE(417), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1301), + [anon_sym_LPAREN] = ACTIONS(1303), [anon_sym_RPAREN] = ACTIONS(1529), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1375), - [anon_sym_i8] = ACTIONS(1375), - [anon_sym_u16] = ACTIONS(1375), - [anon_sym_i16] = ACTIONS(1375), - [anon_sym_u32] = ACTIONS(1375), - [anon_sym_i32] = ACTIONS(1375), - [anon_sym_u64] = ACTIONS(1375), - [anon_sym_i64] = ACTIONS(1375), - [anon_sym_u128] = ACTIONS(1375), - [anon_sym_i128] = ACTIONS(1375), - [anon_sym_isize] = ACTIONS(1375), - [anon_sym_usize] = ACTIONS(1375), - [anon_sym_f32] = ACTIONS(1375), - [anon_sym_f64] = ACTIONS(1375), - [anon_sym_bool] = ACTIONS(1375), - [anon_sym_str] = ACTIONS(1375), - [anon_sym_char] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1313), + [anon_sym_i8] = ACTIONS(1313), + [anon_sym_u16] = ACTIONS(1313), + [anon_sym_i16] = ACTIONS(1313), + [anon_sym_u32] = ACTIONS(1313), + [anon_sym_i32] = ACTIONS(1313), + [anon_sym_u64] = ACTIONS(1313), + [anon_sym_i64] = ACTIONS(1313), + [anon_sym_u128] = ACTIONS(1313), + [anon_sym_i128] = ACTIONS(1313), + [anon_sym_isize] = ACTIONS(1313), + [anon_sym_usize] = ACTIONS(1313), + [anon_sym_f32] = ACTIONS(1313), + [anon_sym_f64] = ACTIONS(1313), + [anon_sym_bool] = ACTIONS(1313), + [anon_sym_str] = ACTIONS(1313), + [anon_sym_char] = ACTIONS(1313), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), [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(1383), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1385), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1387), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_COLON_COLON] = ACTIONS(1331), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1341), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1347), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_static] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(1387), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_union] = ACTIONS(1347), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), [sym_mutable_specifier] = ACTIONS(1525), [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1391), - [sym_super] = ACTIONS(1391), - [sym_crate] = ACTIONS(1391), - [sym_metavariable] = ACTIONS(1393), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [419] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2728), - [sym_bracketed_type] = STATE(3557), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3301), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2446), - [sym_scoped_identifier] = STATE(2125), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym_closure_expression] = STATE(2866), - [sym_closure_parameters] = STATE(220), - [sym__pattern] = STATE(2724), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1367), + [sym_super] = ACTIONS(1367), + [sym_crate] = ACTIONS(1367), + [sym_metavariable] = ACTIONS(1369), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(418)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(3210), + [sym_variadic_parameter] = STATE(3210), + [sym_parameter] = STATE(3210), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2795), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3252), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(418), + [sym_block_comment] = STATE(418), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1493), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_POUND] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(419)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2703), + [sym_bracketed_type] = STATE(3546), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3289), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2440), + [sym_scoped_identifier] = STATE(2092), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym_closure_expression] = STATE(2972), + [sym_closure_parameters] = STATE(240), + [sym__pattern] = STATE(2723), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(419), [sym_block_comment] = STATE(419), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1369), - [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1301), + [anon_sym_LPAREN] = ACTIONS(1303), [anon_sym_RPAREN] = ACTIONS(1531), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1375), - [anon_sym_i8] = ACTIONS(1375), - [anon_sym_u16] = ACTIONS(1375), - [anon_sym_i16] = ACTIONS(1375), - [anon_sym_u32] = ACTIONS(1375), - [anon_sym_i32] = ACTIONS(1375), - [anon_sym_u64] = ACTIONS(1375), - [anon_sym_i64] = ACTIONS(1375), - [anon_sym_u128] = ACTIONS(1375), - [anon_sym_i128] = ACTIONS(1375), - [anon_sym_isize] = ACTIONS(1375), - [anon_sym_usize] = ACTIONS(1375), - [anon_sym_f32] = ACTIONS(1375), - [anon_sym_f64] = ACTIONS(1375), - [anon_sym_bool] = ACTIONS(1375), - [anon_sym_str] = ACTIONS(1375), - [anon_sym_char] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1313), + [anon_sym_i8] = ACTIONS(1313), + [anon_sym_u16] = ACTIONS(1313), + [anon_sym_i16] = ACTIONS(1313), + [anon_sym_u32] = ACTIONS(1313), + [anon_sym_i32] = ACTIONS(1313), + [anon_sym_u64] = ACTIONS(1313), + [anon_sym_i64] = ACTIONS(1313), + [anon_sym_u128] = ACTIONS(1313), + [anon_sym_i128] = ACTIONS(1313), + [anon_sym_isize] = ACTIONS(1313), + [anon_sym_usize] = ACTIONS(1313), + [anon_sym_f32] = ACTIONS(1313), + [anon_sym_f64] = ACTIONS(1313), + [anon_sym_bool] = ACTIONS(1313), + [anon_sym_str] = ACTIONS(1313), + [anon_sym_char] = ACTIONS(1313), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), [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(1383), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1385), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1387), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_COLON_COLON] = ACTIONS(1331), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1341), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1347), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_static] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(1387), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_union] = ACTIONS(1347), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), [sym_mutable_specifier] = ACTIONS(1525), [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1391), - [sym_super] = ACTIONS(1391), - [sym_crate] = ACTIONS(1391), - [sym_metavariable] = ACTIONS(1393), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [420] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(3012), - [sym_variadic_parameter] = STATE(3012), - [sym_parameter] = STATE(3012), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2693), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3256), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1367), + [sym_super] = ACTIONS(1367), + [sym_crate] = ACTIONS(1367), + [sym_metavariable] = ACTIONS(1369), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(420)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(3217), + [sym_variadic_parameter] = STATE(3217), + [sym_parameter] = STATE(3217), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2926), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3252), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(420), [sym_block_comment] = STATE(420), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_PIPE] = ACTIONS(1301), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1533), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1345), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [421] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(2836), - [sym_variadic_parameter] = STATE(2836), - [sym_parameter] = STATE(2836), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2610), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3256), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(421), - [sym_block_comment] = STATE(421), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(421)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(2870), + [sym_variadic_parameter] = STATE(2870), + [sym_parameter] = STATE(2870), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2555), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3252), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(421), + [sym_block_comment] = STATE(421), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1535), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1345), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [422] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(2928), - [sym_variadic_parameter] = STATE(2928), - [sym_parameter] = STATE(2928), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2592), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3256), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(422)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(2964), + [sym_variadic_parameter] = STATE(2964), + [sym_parameter] = STATE(2964), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2575), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3252), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(422), [sym_block_comment] = STATE(422), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_PIPE] = ACTIONS(1301), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1537), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1345), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [423] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_self_parameter] = STATE(3140), - [sym_variadic_parameter] = STATE(3140), - [sym_parameter] = STATE(3140), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2945), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(2800), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3256), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(423)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_self_parameter] = STATE(2821), + [sym_variadic_parameter] = STATE(2821), + [sym_parameter] = STATE(2821), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2622), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(2831), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3252), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(423), [sym_block_comment] = STATE(423), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_PIPE] = ACTIONS(1301), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1539), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1307), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1337), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1345), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [424] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2904), - [sym_bracketed_type] = STATE(3558), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3304), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2489), - [sym_scoped_identifier] = STATE(2191), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2670), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1327), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1357), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(424)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2967), + [sym_bracketed_type] = STATE(3547), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3293), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2454), + [sym_scoped_identifier] = STATE(2180), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2732), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(424), [sym_block_comment] = STATE(424), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(1541), [anon_sym_LPAREN] = ACTIONS(1543), - [anon_sym_LBRACK] = ACTIONS(1287), + [anon_sym_LBRACK] = ACTIONS(1307), [anon_sym_RBRACK] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1547), [anon_sym_i8] = ACTIONS(1547), [anon_sym_u16] = ACTIONS(1547), @@ -64725,806 +64808,806 @@ 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(1295), - [anon_sym_BANG] = ACTIONS(1297), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1549), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [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(1553), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), [anon_sym_default] = ACTIONS(1555), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1557), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1557), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [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(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [425] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1992), - [sym_bracketed_type] = STATE(3557), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3301), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2446), - [sym_scoped_identifier] = STATE(2125), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2143), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(425)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2007), + [sym_bracketed_type] = STATE(3546), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3289), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2440), + [sym_scoped_identifier] = STATE(2092), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2093), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(425), [sym_block_comment] = STATE(425), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1369), - [anon_sym_LPAREN] = ACTIONS(1371), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1375), - [anon_sym_i8] = ACTIONS(1375), - [anon_sym_u16] = ACTIONS(1375), - [anon_sym_i16] = ACTIONS(1375), - [anon_sym_u32] = ACTIONS(1375), - [anon_sym_i32] = ACTIONS(1375), - [anon_sym_u64] = ACTIONS(1375), - [anon_sym_i64] = ACTIONS(1375), - [anon_sym_u128] = ACTIONS(1375), - [anon_sym_i128] = ACTIONS(1375), - [anon_sym_isize] = ACTIONS(1375), - [anon_sym_usize] = ACTIONS(1375), - [anon_sym_f32] = ACTIONS(1375), - [anon_sym_f64] = ACTIONS(1375), - [anon_sym_bool] = ACTIONS(1375), - [anon_sym_str] = ACTIONS(1375), - [anon_sym_char] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1301), + [anon_sym_LPAREN] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1313), + [anon_sym_i8] = ACTIONS(1313), + [anon_sym_u16] = ACTIONS(1313), + [anon_sym_i16] = ACTIONS(1313), + [anon_sym_u32] = ACTIONS(1313), + [anon_sym_i32] = ACTIONS(1313), + [anon_sym_u64] = ACTIONS(1313), + [anon_sym_i64] = ACTIONS(1313), + [anon_sym_u128] = ACTIONS(1313), + [anon_sym_i128] = ACTIONS(1313), + [anon_sym_isize] = ACTIONS(1313), + [anon_sym_usize] = ACTIONS(1313), + [anon_sym_f32] = ACTIONS(1313), + [anon_sym_f64] = ACTIONS(1313), + [anon_sym_bool] = ACTIONS(1313), + [anon_sym_str] = ACTIONS(1313), + [anon_sym_char] = ACTIONS(1313), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1513), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(1383), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1385), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1387), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1387), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_COLON_COLON] = ACTIONS(1331), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1341), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1347), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1347), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1563), - [sym_super] = ACTIONS(1391), - [sym_crate] = ACTIONS(1391), - [sym_metavariable] = ACTIONS(1393), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [426] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2004), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(839), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2134), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym_super] = ACTIONS(1367), + [sym_crate] = ACTIONS(1367), + [sym_metavariable] = ACTIONS(1369), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(426)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2008), + [sym_bracketed_type] = STATE(3546), + [sym_lifetime] = STATE(841), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3289), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2440), + [sym_scoped_identifier] = STATE(2092), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2133), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(426), [sym_block_comment] = STATE(426), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1565), - [anon_sym_PIPE] = ACTIONS(1301), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1301), + [anon_sym_LPAREN] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1313), + [anon_sym_i8] = ACTIONS(1313), + [anon_sym_u16] = ACTIONS(1313), + [anon_sym_i16] = ACTIONS(1313), + [anon_sym_u32] = ACTIONS(1313), + [anon_sym_i32] = ACTIONS(1313), + [anon_sym_u64] = ACTIONS(1313), + [anon_sym_i64] = ACTIONS(1313), + [anon_sym_u128] = ACTIONS(1313), + [anon_sym_i128] = ACTIONS(1313), + [anon_sym_isize] = ACTIONS(1313), + [anon_sym_usize] = ACTIONS(1313), + [anon_sym_f32] = ACTIONS(1313), + [anon_sym_f64] = ACTIONS(1313), + [anon_sym_bool] = ACTIONS(1313), + [anon_sym_str] = ACTIONS(1313), + [anon_sym_char] = ACTIONS(1313), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1513), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1567), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1569), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [427] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2004), - [sym_bracketed_type] = STATE(3557), - [sym_lifetime] = STATE(839), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3301), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2446), - [sym_scoped_identifier] = STATE(2125), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2134), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [anon_sym_COLON_COLON] = ACTIONS(1331), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1341), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1347), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1347), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1565), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1567), + [sym_super] = ACTIONS(1367), + [sym_crate] = ACTIONS(1367), + [sym_metavariable] = ACTIONS(1369), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(427)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2007), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2093), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(427), [sym_block_comment] = STATE(427), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1369), - [anon_sym_LPAREN] = ACTIONS(1371), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1375), - [anon_sym_i8] = ACTIONS(1375), - [anon_sym_u16] = ACTIONS(1375), - [anon_sym_i16] = ACTIONS(1375), - [anon_sym_u32] = ACTIONS(1375), - [anon_sym_i32] = ACTIONS(1375), - [anon_sym_u64] = ACTIONS(1375), - [anon_sym_i64] = ACTIONS(1375), - [anon_sym_u128] = ACTIONS(1375), - [anon_sym_i128] = ACTIONS(1375), - [anon_sym_isize] = ACTIONS(1375), - [anon_sym_usize] = ACTIONS(1375), - [anon_sym_f32] = ACTIONS(1375), - [anon_sym_f64] = ACTIONS(1375), - [anon_sym_bool] = ACTIONS(1375), - [anon_sym_str] = ACTIONS(1375), - [anon_sym_char] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1513), - [anon_sym_PIPE] = ACTIONS(1301), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1569), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(1383), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1385), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1387), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1387), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1571), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1525), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1573), - [sym_super] = ACTIONS(1391), - [sym_crate] = ACTIONS(1391), - [sym_metavariable] = ACTIONS(1393), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [428] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2004), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(840), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2134), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym_self] = ACTIONS(1403), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(428)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2008), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(841), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2133), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(428), [sym_block_comment] = STATE(428), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1565), - [anon_sym_PIPE] = ACTIONS(1301), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1569), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1575), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1347), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [429] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1992), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2143), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1571), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1573), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(429)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2007), + [sym_bracketed_type] = STATE(3546), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3289), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2440), + [sym_scoped_identifier] = STATE(2092), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2093), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(429), [sym_block_comment] = STATE(429), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1565), - [anon_sym_PIPE] = ACTIONS(1301), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1301), + [anon_sym_LPAREN] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1313), + [anon_sym_i8] = ACTIONS(1313), + [anon_sym_u16] = ACTIONS(1313), + [anon_sym_i16] = ACTIONS(1313), + [anon_sym_u32] = ACTIONS(1313), + [anon_sym_i32] = ACTIONS(1313), + [anon_sym_u64] = ACTIONS(1313), + [anon_sym_i64] = ACTIONS(1313), + [anon_sym_u128] = ACTIONS(1313), + [anon_sym_i128] = ACTIONS(1313), + [anon_sym_isize] = ACTIONS(1313), + [anon_sym_usize] = ACTIONS(1313), + [anon_sym_f32] = ACTIONS(1313), + [anon_sym_f64] = ACTIONS(1313), + [anon_sym_bool] = ACTIONS(1313), + [anon_sym_str] = ACTIONS(1313), + [anon_sym_char] = ACTIONS(1313), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1513), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_COLON_COLON] = ACTIONS(1331), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1341), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1347), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1347), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1347), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [430] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2004), - [sym_bracketed_type] = STATE(3557), - [sym_lifetime] = STATE(840), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3301), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2446), - [sym_scoped_identifier] = STATE(2125), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2134), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1367), + [sym_super] = ACTIONS(1367), + [sym_crate] = ACTIONS(1367), + [sym_metavariable] = ACTIONS(1369), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(430)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2008), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(837), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2133), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(430), [sym_block_comment] = STATE(430), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1369), - [anon_sym_LPAREN] = ACTIONS(1371), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1375), - [anon_sym_i8] = ACTIONS(1375), - [anon_sym_u16] = ACTIONS(1375), - [anon_sym_i16] = ACTIONS(1375), - [anon_sym_u32] = ACTIONS(1375), - [anon_sym_i32] = ACTIONS(1375), - [anon_sym_u64] = ACTIONS(1375), - [anon_sym_i64] = ACTIONS(1375), - [anon_sym_u128] = ACTIONS(1375), - [anon_sym_i128] = ACTIONS(1375), - [anon_sym_isize] = ACTIONS(1375), - [anon_sym_usize] = ACTIONS(1375), - [anon_sym_f32] = ACTIONS(1375), - [anon_sym_f64] = ACTIONS(1375), - [anon_sym_bool] = ACTIONS(1375), - [anon_sym_str] = ACTIONS(1375), - [anon_sym_char] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1513), - [anon_sym_PIPE] = ACTIONS(1301), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1569), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(1383), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1385), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1387), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1387), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1577), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1391), - [sym_super] = ACTIONS(1391), - [sym_crate] = ACTIONS(1391), - [sym_metavariable] = ACTIONS(1393), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [431] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1992), - [sym_bracketed_type] = STATE(3550), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3221), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2410), - [sym_scoped_identifier] = STATE(2242), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2143), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1575), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1403), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(431)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2007), + [sym_bracketed_type] = STATE(3539), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3214), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2500), + [sym_scoped_identifier] = STATE(2229), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2093), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(431), [sym_block_comment] = STATE(431), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1281), - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1293), - [anon_sym_i8] = ACTIONS(1293), - [anon_sym_u16] = ACTIONS(1293), - [anon_sym_i16] = ACTIONS(1293), - [anon_sym_u32] = ACTIONS(1293), - [anon_sym_i32] = ACTIONS(1293), - [anon_sym_u64] = ACTIONS(1293), - [anon_sym_i64] = ACTIONS(1293), - [anon_sym_u128] = ACTIONS(1293), - [anon_sym_i128] = ACTIONS(1293), - [anon_sym_isize] = ACTIONS(1293), - [anon_sym_usize] = ACTIONS(1293), - [anon_sym_f32] = ACTIONS(1293), - [anon_sym_f64] = ACTIONS(1293), - [anon_sym_bool] = ACTIONS(1293), - [anon_sym_str] = ACTIONS(1293), - [anon_sym_char] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1565), - [anon_sym_PIPE] = ACTIONS(1301), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1381), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1387), + [anon_sym_i8] = ACTIONS(1387), + [anon_sym_u16] = ACTIONS(1387), + [anon_sym_i16] = ACTIONS(1387), + [anon_sym_u32] = ACTIONS(1387), + [anon_sym_i32] = ACTIONS(1387), + [anon_sym_u64] = ACTIONS(1387), + [anon_sym_i64] = ACTIONS(1387), + [anon_sym_u128] = ACTIONS(1387), + [anon_sym_i128] = ACTIONS(1387), + [anon_sym_isize] = ACTIONS(1387), + [anon_sym_usize] = ACTIONS(1387), + [anon_sym_f32] = ACTIONS(1387), + [anon_sym_f64] = ACTIONS(1387), + [anon_sym_bool] = ACTIONS(1387), + [anon_sym_str] = ACTIONS(1387), + [anon_sym_char] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1569), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(1311), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1321), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1327), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_COLON_COLON] = ACTIONS(1395), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1397), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1399), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1579), - [sym_super] = ACTIONS(1347), - [sym_crate] = ACTIONS(1347), - [sym_metavariable] = ACTIONS(1349), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [432] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2004), - [sym_bracketed_type] = STATE(3558), - [sym_lifetime] = STATE(840), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3304), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2489), - [sym_scoped_identifier] = STATE(2191), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2134), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1577), + [sym_super] = ACTIONS(1403), + [sym_crate] = ACTIONS(1403), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(432)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2008), + [sym_bracketed_type] = STATE(3547), + [sym_lifetime] = STATE(837), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3293), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2454), + [sym_scoped_identifier] = STATE(2180), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2133), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(432), [sym_block_comment] = STATE(432), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(1541), [anon_sym_LPAREN] = ACTIONS(1543), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1547), [anon_sym_i8] = ACTIONS(1547), [anon_sym_u16] = ACTIONS(1547), @@ -65542,91 +65625,91 @@ 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(1295), - [anon_sym_BANG] = ACTIONS(1297), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1549), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [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(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), [anon_sym_default] = ACTIONS(1555), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1557), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1557), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1581), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1579), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [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(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [433] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1992), - [sym_bracketed_type] = STATE(3558), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3304), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2489), - [sym_scoped_identifier] = STATE(2191), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2143), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(433)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2007), + [sym_bracketed_type] = STATE(3547), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3293), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2454), + [sym_scoped_identifier] = STATE(2180), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2093), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(433), [sym_block_comment] = STATE(433), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(1541), [anon_sym_LPAREN] = ACTIONS(1543), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1547), [anon_sym_i8] = ACTIONS(1547), [anon_sym_u16] = ACTIONS(1547), @@ -65644,145 +65727,145 @@ 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(1295), - [anon_sym_BANG] = ACTIONS(1297), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1549), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [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(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), [anon_sym_default] = ACTIONS(1555), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1557), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1557), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [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(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [434] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1992), - [sym_bracketed_type] = STATE(3557), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3301), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(2446), - [sym_scoped_identifier] = STATE(2125), - [sym_scoped_type_identifier] = STATE(2118), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2143), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(434)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2008), + [sym_bracketed_type] = STATE(3546), + [sym_lifetime] = STATE(837), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3289), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(2440), + [sym_scoped_identifier] = STATE(2092), + [sym_scoped_type_identifier] = STATE(2138), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2133), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(434), [sym_block_comment] = STATE(434), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(1369), - [anon_sym_LPAREN] = ACTIONS(1371), - [anon_sym_LBRACK] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [anon_sym_u8] = ACTIONS(1375), - [anon_sym_i8] = ACTIONS(1375), - [anon_sym_u16] = ACTIONS(1375), - [anon_sym_i16] = ACTIONS(1375), - [anon_sym_u32] = ACTIONS(1375), - [anon_sym_i32] = ACTIONS(1375), - [anon_sym_u64] = ACTIONS(1375), - [anon_sym_i64] = ACTIONS(1375), - [anon_sym_u128] = ACTIONS(1375), - [anon_sym_i128] = ACTIONS(1375), - [anon_sym_isize] = ACTIONS(1375), - [anon_sym_usize] = ACTIONS(1375), - [anon_sym_f32] = ACTIONS(1375), - [anon_sym_f64] = ACTIONS(1375), - [anon_sym_bool] = ACTIONS(1375), - [anon_sym_str] = ACTIONS(1375), - [anon_sym_char] = ACTIONS(1375), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_BANG] = ACTIONS(1297), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1301), + [anon_sym_LPAREN] = ACTIONS(1303), + [anon_sym_LBRACK] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [anon_sym_u8] = ACTIONS(1313), + [anon_sym_i8] = ACTIONS(1313), + [anon_sym_u16] = ACTIONS(1313), + [anon_sym_i16] = ACTIONS(1313), + [anon_sym_u32] = ACTIONS(1313), + [anon_sym_i32] = ACTIONS(1313), + [anon_sym_u64] = ACTIONS(1313), + [anon_sym_i64] = ACTIONS(1313), + [anon_sym_u128] = ACTIONS(1313), + [anon_sym_i128] = ACTIONS(1313), + [anon_sym_isize] = ACTIONS(1313), + [anon_sym_usize] = ACTIONS(1313), + [anon_sym_f32] = ACTIONS(1313), + [anon_sym_f64] = ACTIONS(1313), + [anon_sym_bool] = ACTIONS(1313), + [anon_sym_str] = ACTIONS(1313), + [anon_sym_char] = ACTIONS(1313), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1513), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(1383), - [anon_sym_SQUOTE] = ACTIONS(1315), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1385), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1387), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1387), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_ref] = ACTIONS(1333), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_COLON_COLON] = ACTIONS(1331), + [anon_sym_SQUOTE] = ACTIONS(1335), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1341), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1347), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1347), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_ref] = ACTIONS(1353), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(1581), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1391), - [sym_super] = ACTIONS(1391), - [sym_crate] = ACTIONS(1391), - [sym_metavariable] = ACTIONS(1393), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), + [sym_self] = ACTIONS(1367), + [sym_super] = ACTIONS(1367), + [sym_crate] = ACTIONS(1367), + [sym_metavariable] = ACTIONS(1369), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), }, - [435] = { + [STATE(435)] = { [sym_line_comment] = STATE(435), [sym_block_comment] = STATE(435), [sym_identifier] = ACTIONS(1583), @@ -65883,7 +65966,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1585), [sym_float_literal] = ACTIONS(1585), }, - [436] = { + [STATE(436)] = { [sym_line_comment] = STATE(436), [sym_block_comment] = STATE(436), [sym_identifier] = ACTIONS(1583), @@ -65979,31 +66062,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1585), [sym_float_literal] = ACTIONS(1585), }, - [437] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2142), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [STATE(437)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2115), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(437), [sym_block_comment] = STATE(437), [sym_identifier] = ACTIONS(1587), @@ -66053,7 +66136,7 @@ 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(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), [anon_sym_yield] = ACTIONS(1587), [anon_sym_move] = ACTIONS(1587), @@ -66072,31 +66155,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1589), [sym_float_literal] = ACTIONS(1589), }, - [438] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2119), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [STATE(438)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2134), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(438), [sym_block_comment] = STATE(438), [sym_identifier] = ACTIONS(1591), @@ -66146,7 +66229,7 @@ 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(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), [anon_sym_yield] = ACTIONS(1591), [anon_sym_move] = ACTIONS(1591), @@ -66165,45 +66248,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1593), [sym_float_literal] = ACTIONS(1593), }, - [439] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2501), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(2502), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_type_binding] = STATE(2721), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(439)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2472), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(2476), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_type_binding] = STATE(2566), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_label] = STATE(3611), - [sym_block] = STATE(2721), - [sym__literal] = STATE(2721), - [sym_string_literal] = STATE(2814), - [sym_raw_string_literal] = STATE(2814), - [sym_boolean_literal] = STATE(2814), + [sym_label] = STATE(3601), + [sym_block] = STATE(2566), + [sym__literal] = STATE(2566), + [sym_string_literal] = STATE(2811), + [sym_raw_string_literal] = STATE(2811), + [sym_boolean_literal] = STATE(2811), [sym_line_comment] = STATE(439), [sym_block_comment] = STATE(439), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -66221,76 +66304,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [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(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1341), + [aux_sym_string_literal_token1] = ACTIONS(1361), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [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(1351), + [sym__raw_string_literal_start] = ACTIONS(1371), [sym_float_literal] = ACTIONS(1617), }, - [440] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2501), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(2502), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_type_binding] = STATE(2721), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(440)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2472), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(2476), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_type_binding] = STATE(2566), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_label] = STATE(3611), - [sym_block] = STATE(2721), - [sym__literal] = STATE(2721), - [sym_string_literal] = STATE(2814), - [sym_raw_string_literal] = STATE(2814), - [sym_boolean_literal] = STATE(2814), + [sym_label] = STATE(3601), + [sym_block] = STATE(2566), + [sym__literal] = STATE(2566), + [sym_string_literal] = STATE(2811), + [sym_raw_string_literal] = STATE(2811), + [sym_boolean_literal] = STATE(2811), [sym_line_comment] = STATE(440), [sym_block_comment] = STATE(440), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -66308,76 +66391,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [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(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1341), + [aux_sym_string_literal_token1] = ACTIONS(1361), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [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(1351), + [sym__raw_string_literal_start] = ACTIONS(1371), [sym_float_literal] = ACTIONS(1617), }, - [441] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2501), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(2502), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_type_binding] = STATE(2721), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(441)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2472), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(2476), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_type_binding] = STATE(2566), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_label] = STATE(3611), - [sym_block] = STATE(2721), - [sym__literal] = STATE(2721), - [sym_string_literal] = STATE(2814), - [sym_raw_string_literal] = STATE(2814), - [sym_boolean_literal] = STATE(2814), + [sym_label] = STATE(3601), + [sym_block] = STATE(2566), + [sym__literal] = STATE(2566), + [sym_string_literal] = STATE(2811), + [sym_raw_string_literal] = STATE(2811), + [sym_boolean_literal] = STATE(2811), [sym_line_comment] = STATE(441), [sym_block_comment] = STATE(441), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -66395,76 +66478,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [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(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1341), + [aux_sym_string_literal_token1] = ACTIONS(1361), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [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(1351), + [sym__raw_string_literal_start] = ACTIONS(1371), [sym_float_literal] = ACTIONS(1617), }, - [442] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2501), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(2502), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_type_binding] = STATE(2721), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(442)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2472), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(2476), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_type_binding] = STATE(2566), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_label] = STATE(3611), - [sym_block] = STATE(2721), - [sym__literal] = STATE(2721), - [sym_string_literal] = STATE(2814), - [sym_raw_string_literal] = STATE(2814), - [sym_boolean_literal] = STATE(2814), + [sym_label] = STATE(3601), + [sym_block] = STATE(2566), + [sym__literal] = STATE(2566), + [sym_string_literal] = STATE(2811), + [sym_raw_string_literal] = STATE(2811), + [sym_boolean_literal] = STATE(2811), [sym_line_comment] = STATE(442), [sym_block_comment] = STATE(442), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -66482,76 +66565,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [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(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1341), + [aux_sym_string_literal_token1] = ACTIONS(1361), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [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(1351), + [sym__raw_string_literal_start] = ACTIONS(1371), [sym_float_literal] = ACTIONS(1617), }, - [443] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2501), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(2502), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_type_binding] = STATE(2721), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(443)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2472), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(2476), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_type_binding] = STATE(2566), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_label] = STATE(3611), - [sym_block] = STATE(2721), - [sym__literal] = STATE(2721), - [sym_string_literal] = STATE(2814), - [sym_raw_string_literal] = STATE(2814), - [sym_boolean_literal] = STATE(2814), + [sym_label] = STATE(3601), + [sym_block] = STATE(2566), + [sym__literal] = STATE(2566), + [sym_string_literal] = STATE(2811), + [sym_raw_string_literal] = STATE(2811), + [sym_boolean_literal] = STATE(2811), [sym_line_comment] = STATE(443), [sym_block_comment] = STATE(443), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -66569,76 +66652,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [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(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1341), + [aux_sym_string_literal_token1] = ACTIONS(1361), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [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(1351), + [sym__raw_string_literal_start] = ACTIONS(1371), [sym_float_literal] = ACTIONS(1617), }, - [444] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2501), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(2502), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_type_binding] = STATE(2721), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(444)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2472), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(2476), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_type_binding] = STATE(2566), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_label] = STATE(3611), - [sym_block] = STATE(2721), - [sym__literal] = STATE(2721), - [sym_string_literal] = STATE(2814), - [sym_raw_string_literal] = STATE(2814), - [sym_boolean_literal] = STATE(2814), + [sym_label] = STATE(3601), + [sym_block] = STATE(2566), + [sym__literal] = STATE(2566), + [sym_string_literal] = STATE(2811), + [sym_raw_string_literal] = STATE(2811), + [sym_boolean_literal] = STATE(2811), [sym_line_comment] = STATE(444), [sym_block_comment] = STATE(444), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -66656,76 +66739,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [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(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1341), + [aux_sym_string_literal_token1] = ACTIONS(1361), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [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(1351), + [sym__raw_string_literal_start] = ACTIONS(1371), [sym_float_literal] = ACTIONS(1617), }, - [445] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2501), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(2502), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_type_binding] = STATE(2721), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(445)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2472), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(2476), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_type_binding] = STATE(2566), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_label] = STATE(3611), - [sym_block] = STATE(2721), - [sym__literal] = STATE(2721), - [sym_string_literal] = STATE(2814), - [sym_raw_string_literal] = STATE(2814), - [sym_boolean_literal] = STATE(2814), + [sym_label] = STATE(3601), + [sym_block] = STATE(2566), + [sym__literal] = STATE(2566), + [sym_string_literal] = STATE(2811), + [sym_raw_string_literal] = STATE(2811), + [sym_boolean_literal] = STATE(2811), [sym_line_comment] = STATE(445), [sym_block_comment] = STATE(445), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -66743,76 +66826,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [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(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1341), + [aux_sym_string_literal_token1] = ACTIONS(1361), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [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(1351), + [sym__raw_string_literal_start] = ACTIONS(1371), [sym_float_literal] = ACTIONS(1617), }, - [446] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2501), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(2502), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_type_binding] = STATE(2721), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(446)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2472), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(2476), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_type_binding] = STATE(2566), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_label] = STATE(3611), - [sym_block] = STATE(2721), - [sym__literal] = STATE(2721), - [sym_string_literal] = STATE(2814), - [sym_raw_string_literal] = STATE(2814), - [sym_boolean_literal] = STATE(2814), + [sym_label] = STATE(3601), + [sym_block] = STATE(2566), + [sym__literal] = STATE(2566), + [sym_string_literal] = STATE(2811), + [sym_raw_string_literal] = STATE(2811), + [sym_boolean_literal] = STATE(2811), [sym_line_comment] = STATE(446), [sym_block_comment] = STATE(446), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -66830,76 +66913,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [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(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1341), + [aux_sym_string_literal_token1] = ACTIONS(1361), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [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(1351), + [sym__raw_string_literal_start] = ACTIONS(1371), [sym_float_literal] = ACTIONS(1617), }, - [447] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2501), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(2502), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_type_binding] = STATE(2721), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(447)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2472), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(2476), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_type_binding] = STATE(2566), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_label] = STATE(3611), - [sym_block] = STATE(2721), - [sym__literal] = STATE(2721), - [sym_string_literal] = STATE(2814), - [sym_raw_string_literal] = STATE(2814), - [sym_boolean_literal] = STATE(2814), + [sym_label] = STATE(3601), + [sym_block] = STATE(2566), + [sym__literal] = STATE(2566), + [sym_string_literal] = STATE(2811), + [sym_raw_string_literal] = STATE(2811), + [sym_boolean_literal] = STATE(2811), [sym_line_comment] = STATE(447), [sym_block_comment] = STATE(447), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -66917,76 +67000,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [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(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1341), + [aux_sym_string_literal_token1] = ACTIONS(1361), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [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(1351), + [sym__raw_string_literal_start] = ACTIONS(1371), [sym_float_literal] = ACTIONS(1617), }, - [448] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2340), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(2341), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_type_binding] = STATE(2472), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(448)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2472), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(2476), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_type_binding] = STATE(2566), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_label] = STATE(3611), - [sym_block] = STATE(2472), - [sym__literal] = STATE(2472), - [sym_string_literal] = STATE(2814), - [sym_raw_string_literal] = STATE(2814), - [sym_boolean_literal] = STATE(2814), + [sym_label] = STATE(3601), + [sym_block] = STATE(2566), + [sym__literal] = STATE(2566), + [sym_string_literal] = STATE(2811), + [sym_raw_string_literal] = STATE(2811), + [sym_boolean_literal] = STATE(2811), [sym_line_comment] = STATE(448), [sym_block_comment] = STATE(448), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -67004,75 +67087,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [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(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1341), + [aux_sym_string_literal_token1] = ACTIONS(1361), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [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(1351), + [sym__raw_string_literal_start] = ACTIONS(1371), [sym_float_literal] = ACTIONS(1617), }, - [449] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2501), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(2502), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_type_binding] = STATE(2721), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(449)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2360), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(2384), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_type_binding] = STATE(2502), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_label] = STATE(3611), - [sym_block] = STATE(2721), - [sym__literal] = STATE(2721), - [sym_string_literal] = STATE(2814), - [sym_raw_string_literal] = STATE(2814), - [sym_boolean_literal] = STATE(2814), + [sym_label] = STATE(3601), + [sym_block] = STATE(2502), + [sym__literal] = STATE(2502), + [sym_string_literal] = STATE(2811), + [sym_raw_string_literal] = STATE(2811), + [sym_boolean_literal] = STATE(2811), [sym_line_comment] = STATE(449), [sym_block_comment] = STATE(449), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -67090,75 +67173,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [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(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1341), + [aux_sym_string_literal_token1] = ACTIONS(1361), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [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(1351), + [sym__raw_string_literal_start] = ACTIONS(1371), [sym_float_literal] = ACTIONS(1617), }, - [450] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2369), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(2370), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_type_binding] = STATE(2419), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(450)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2312), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(2313), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_type_binding] = STATE(2432), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_label] = STATE(3611), - [sym_block] = STATE(2419), - [sym__literal] = STATE(2419), - [sym_string_literal] = STATE(2814), - [sym_raw_string_literal] = STATE(2814), - [sym_boolean_literal] = STATE(2814), + [sym_label] = STATE(3601), + [sym_block] = STATE(2432), + [sym__literal] = STATE(2432), + [sym_string_literal] = STATE(2811), + [sym_raw_string_literal] = STATE(2811), + [sym_boolean_literal] = STATE(2811), [sym_line_comment] = STATE(450), [sym_block_comment] = STATE(450), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -67176,75 +67259,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [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(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1341), + [aux_sym_string_literal_token1] = ACTIONS(1361), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [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(1351), + [sym__raw_string_literal_start] = ACTIONS(1371), [sym_float_literal] = ACTIONS(1617), }, - [451] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2339), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(2360), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_type_binding] = STATE(2503), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(451)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2356), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(2357), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_type_binding] = STATE(2416), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_label] = STATE(3611), - [sym_block] = STATE(2503), - [sym__literal] = STATE(2503), - [sym_string_literal] = STATE(2814), - [sym_raw_string_literal] = STATE(2814), - [sym_boolean_literal] = STATE(2814), + [sym_label] = STATE(3601), + [sym_block] = STATE(2416), + [sym__literal] = STATE(2416), + [sym_string_literal] = STATE(2811), + [sym_raw_string_literal] = STATE(2811), + [sym_boolean_literal] = STATE(2811), [sym_line_comment] = STATE(451), [sym_block_comment] = STATE(451), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -67262,124 +67345,208 @@ 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(1297), + [anon_sym_BANG] = ACTIONS(1317), [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(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1341), + [aux_sym_string_literal_token1] = ACTIONS(1361), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [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(1351), + [sym__raw_string_literal_start] = ACTIONS(1371), [sym_float_literal] = ACTIONS(1617), }, - [452] = { - [sym_else_clause] = STATE(481), + [STATE(452)] = { + [sym_else_clause] = STATE(464), [sym_line_comment] = STATE(452), [sym_block_comment] = STATE(452), - [sym_identifier] = ACTIONS(1253), - [anon_sym_LPAREN] = ACTIONS(1251), - [anon_sym_LBRACK] = ACTIONS(1251), - [anon_sym_RBRACE] = ACTIONS(1251), - [anon_sym_PLUS] = ACTIONS(1253), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_QMARK] = ACTIONS(1251), - [anon_sym_u8] = ACTIONS(1253), - [anon_sym_i8] = ACTIONS(1253), - [anon_sym_u16] = ACTIONS(1253), - [anon_sym_i16] = ACTIONS(1253), - [anon_sym_u32] = ACTIONS(1253), - [anon_sym_i32] = ACTIONS(1253), - [anon_sym_u64] = ACTIONS(1253), - [anon_sym_i64] = ACTIONS(1253), - [anon_sym_u128] = ACTIONS(1253), - [anon_sym_i128] = ACTIONS(1253), - [anon_sym_isize] = ACTIONS(1253), - [anon_sym_usize] = ACTIONS(1253), - [anon_sym_f32] = ACTIONS(1253), - [anon_sym_f64] = ACTIONS(1253), - [anon_sym_bool] = ACTIONS(1253), - [anon_sym_str] = ACTIONS(1253), - [anon_sym_char] = ACTIONS(1253), - [anon_sym_DASH] = ACTIONS(1253), - [anon_sym_SLASH] = ACTIONS(1253), - [anon_sym_PERCENT] = ACTIONS(1253), - [anon_sym_CARET] = ACTIONS(1253), - [anon_sym_AMP] = ACTIONS(1253), - [anon_sym_PIPE] = ACTIONS(1253), - [anon_sym_AMP_AMP] = ACTIONS(1251), - [anon_sym_PIPE_PIPE] = ACTIONS(1251), - [anon_sym_LT_LT] = ACTIONS(1253), - [anon_sym_GT_GT] = ACTIONS(1253), - [anon_sym_PLUS_EQ] = ACTIONS(1251), - [anon_sym_DASH_EQ] = ACTIONS(1251), - [anon_sym_STAR_EQ] = ACTIONS(1251), - [anon_sym_SLASH_EQ] = ACTIONS(1251), - [anon_sym_PERCENT_EQ] = ACTIONS(1251), - [anon_sym_CARET_EQ] = ACTIONS(1251), - [anon_sym_AMP_EQ] = ACTIONS(1251), - [anon_sym_PIPE_EQ] = ACTIONS(1251), - [anon_sym_LT_LT_EQ] = ACTIONS(1251), - [anon_sym_GT_GT_EQ] = ACTIONS(1251), - [anon_sym_EQ] = ACTIONS(1253), - [anon_sym_EQ_EQ] = ACTIONS(1251), - [anon_sym_BANG_EQ] = ACTIONS(1251), - [anon_sym_GT] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1253), - [anon_sym_GT_EQ] = ACTIONS(1251), - [anon_sym_LT_EQ] = ACTIONS(1251), - [anon_sym__] = ACTIONS(1253), - [anon_sym_DOT] = ACTIONS(1253), - [anon_sym_DOT_DOT] = ACTIONS(1253), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1251), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1251), - [anon_sym_COMMA] = ACTIONS(1251), - [anon_sym_COLON_COLON] = ACTIONS(1251), - [anon_sym_POUND] = ACTIONS(1251), - [anon_sym_as] = ACTIONS(1253), - [anon_sym_const] = ACTIONS(1253), - [anon_sym_default] = ACTIONS(1253), - [anon_sym_gen] = ACTIONS(1253), - [anon_sym_union] = ACTIONS(1253), - [anon_sym_ref] = ACTIONS(1253), + [sym_identifier] = ACTIONS(1251), + [anon_sym_LPAREN] = ACTIONS(1249), + [anon_sym_LBRACK] = ACTIONS(1249), + [anon_sym_RBRACE] = ACTIONS(1249), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_STAR] = ACTIONS(1251), + [anon_sym_QMARK] = ACTIONS(1249), + [anon_sym_u8] = ACTIONS(1251), + [anon_sym_i8] = ACTIONS(1251), + [anon_sym_u16] = ACTIONS(1251), + [anon_sym_i16] = ACTIONS(1251), + [anon_sym_u32] = ACTIONS(1251), + [anon_sym_i32] = ACTIONS(1251), + [anon_sym_u64] = ACTIONS(1251), + [anon_sym_i64] = ACTIONS(1251), + [anon_sym_u128] = ACTIONS(1251), + [anon_sym_i128] = ACTIONS(1251), + [anon_sym_isize] = ACTIONS(1251), + [anon_sym_usize] = ACTIONS(1251), + [anon_sym_f32] = ACTIONS(1251), + [anon_sym_f64] = ACTIONS(1251), + [anon_sym_bool] = ACTIONS(1251), + [anon_sym_str] = ACTIONS(1251), + [anon_sym_char] = ACTIONS(1251), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_SLASH] = ACTIONS(1251), + [anon_sym_PERCENT] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1251), + [anon_sym_AMP] = ACTIONS(1251), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE_PIPE] = ACTIONS(1249), + [anon_sym_LT_LT] = ACTIONS(1251), + [anon_sym_GT_GT] = ACTIONS(1251), + [anon_sym_PLUS_EQ] = ACTIONS(1249), + [anon_sym_DASH_EQ] = ACTIONS(1249), + [anon_sym_STAR_EQ] = ACTIONS(1249), + [anon_sym_SLASH_EQ] = ACTIONS(1249), + [anon_sym_PERCENT_EQ] = ACTIONS(1249), + [anon_sym_CARET_EQ] = ACTIONS(1249), + [anon_sym_AMP_EQ] = ACTIONS(1249), + [anon_sym_PIPE_EQ] = ACTIONS(1249), + [anon_sym_LT_LT_EQ] = ACTIONS(1249), + [anon_sym_GT_GT_EQ] = ACTIONS(1249), + [anon_sym_EQ] = ACTIONS(1251), + [anon_sym_EQ_EQ] = ACTIONS(1249), + [anon_sym_BANG_EQ] = ACTIONS(1249), + [anon_sym_GT] = ACTIONS(1251), + [anon_sym_LT] = ACTIONS(1251), + [anon_sym_GT_EQ] = ACTIONS(1249), + [anon_sym_LT_EQ] = ACTIONS(1249), + [anon_sym__] = ACTIONS(1251), + [anon_sym_DOT] = ACTIONS(1251), + [anon_sym_DOT_DOT] = ACTIONS(1251), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1249), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1249), + [anon_sym_COMMA] = ACTIONS(1249), + [anon_sym_COLON_COLON] = ACTIONS(1249), + [anon_sym_POUND] = ACTIONS(1249), + [anon_sym_as] = ACTIONS(1251), + [anon_sym_const] = ACTIONS(1251), + [anon_sym_default] = ACTIONS(1251), + [anon_sym_gen] = ACTIONS(1251), + [anon_sym_union] = ACTIONS(1251), + [anon_sym_ref] = ACTIONS(1251), [anon_sym_else] = ACTIONS(1639), - [sym_mutable_specifier] = ACTIONS(1253), - [sym_integer_literal] = ACTIONS(1251), - [aux_sym_string_literal_token1] = ACTIONS(1251), - [sym_char_literal] = ACTIONS(1251), - [anon_sym_true] = ACTIONS(1253), - [anon_sym_false] = ACTIONS(1253), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1253), - [sym_super] = ACTIONS(1253), - [sym_crate] = ACTIONS(1253), - [sym_metavariable] = ACTIONS(1251), - [sym__raw_string_literal_start] = ACTIONS(1251), - [sym_float_literal] = ACTIONS(1251), - }, - [453] = { + [sym_mutable_specifier] = ACTIONS(1251), + [sym_integer_literal] = ACTIONS(1249), + [aux_sym_string_literal_token1] = ACTIONS(1249), + [sym_char_literal] = ACTIONS(1249), + [anon_sym_true] = ACTIONS(1251), + [anon_sym_false] = ACTIONS(1251), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1251), + [sym_super] = ACTIONS(1251), + [sym_crate] = ACTIONS(1251), + [sym_metavariable] = ACTIONS(1249), + [sym__raw_string_literal_start] = ACTIONS(1249), + [sym_float_literal] = ACTIONS(1249), + }, + [STATE(453)] = { [sym_line_comment] = STATE(453), [sym_block_comment] = STATE(453), + [sym_identifier] = ACTIONS(1267), + [anon_sym_LPAREN] = ACTIONS(1265), + [anon_sym_LBRACK] = ACTIONS(1265), + [anon_sym_RBRACE] = ACTIONS(1265), + [anon_sym_PLUS] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1267), + [anon_sym_QMARK] = ACTIONS(1265), + [anon_sym_u8] = ACTIONS(1267), + [anon_sym_i8] = ACTIONS(1267), + [anon_sym_u16] = ACTIONS(1267), + [anon_sym_i16] = ACTIONS(1267), + [anon_sym_u32] = ACTIONS(1267), + [anon_sym_i32] = ACTIONS(1267), + [anon_sym_u64] = ACTIONS(1267), + [anon_sym_i64] = ACTIONS(1267), + [anon_sym_u128] = ACTIONS(1267), + [anon_sym_i128] = ACTIONS(1267), + [anon_sym_isize] = ACTIONS(1267), + [anon_sym_usize] = ACTIONS(1267), + [anon_sym_f32] = ACTIONS(1267), + [anon_sym_f64] = ACTIONS(1267), + [anon_sym_bool] = ACTIONS(1267), + [anon_sym_str] = ACTIONS(1267), + [anon_sym_char] = ACTIONS(1267), + [anon_sym_DASH] = ACTIONS(1267), + [anon_sym_SLASH] = ACTIONS(1267), + [anon_sym_PERCENT] = ACTIONS(1267), + [anon_sym_CARET] = ACTIONS(1267), + [anon_sym_AMP] = ACTIONS(1267), + [anon_sym_PIPE] = ACTIONS(1267), + [anon_sym_AMP_AMP] = ACTIONS(1265), + [anon_sym_PIPE_PIPE] = ACTIONS(1265), + [anon_sym_LT_LT] = ACTIONS(1267), + [anon_sym_GT_GT] = ACTIONS(1267), + [anon_sym_PLUS_EQ] = ACTIONS(1265), + [anon_sym_DASH_EQ] = ACTIONS(1265), + [anon_sym_STAR_EQ] = ACTIONS(1265), + [anon_sym_SLASH_EQ] = ACTIONS(1265), + [anon_sym_PERCENT_EQ] = ACTIONS(1265), + [anon_sym_CARET_EQ] = ACTIONS(1265), + [anon_sym_AMP_EQ] = ACTIONS(1265), + [anon_sym_PIPE_EQ] = ACTIONS(1265), + [anon_sym_LT_LT_EQ] = ACTIONS(1265), + [anon_sym_GT_GT_EQ] = ACTIONS(1265), + [anon_sym_EQ] = ACTIONS(1267), + [anon_sym_EQ_EQ] = ACTIONS(1265), + [anon_sym_BANG_EQ] = ACTIONS(1265), + [anon_sym_GT] = ACTIONS(1267), + [anon_sym_LT] = ACTIONS(1267), + [anon_sym_GT_EQ] = ACTIONS(1265), + [anon_sym_LT_EQ] = ACTIONS(1265), + [anon_sym__] = ACTIONS(1267), + [anon_sym_DOT] = ACTIONS(1267), + [anon_sym_DOT_DOT] = ACTIONS(1267), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1265), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1265), + [anon_sym_COMMA] = ACTIONS(1265), + [anon_sym_COLON_COLON] = ACTIONS(1265), + [anon_sym_POUND] = ACTIONS(1265), + [anon_sym_as] = ACTIONS(1267), + [anon_sym_const] = ACTIONS(1267), + [anon_sym_default] = ACTIONS(1267), + [anon_sym_gen] = ACTIONS(1267), + [anon_sym_union] = ACTIONS(1267), + [anon_sym_ref] = ACTIONS(1267), + [anon_sym_else] = ACTIONS(1267), + [sym_mutable_specifier] = ACTIONS(1267), + [sym_integer_literal] = ACTIONS(1265), + [aux_sym_string_literal_token1] = ACTIONS(1265), + [sym_char_literal] = ACTIONS(1265), + [anon_sym_true] = ACTIONS(1267), + [anon_sym_false] = ACTIONS(1267), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1267), + [sym_super] = ACTIONS(1267), + [sym_crate] = ACTIONS(1267), + [sym_metavariable] = ACTIONS(1265), + [sym__raw_string_literal_start] = ACTIONS(1265), + [sym_float_literal] = ACTIONS(1265), + }, + [STATE(454)] = { + [sym_line_comment] = STATE(454), + [sym_block_comment] = STATE(454), [sym_identifier] = ACTIONS(1271), [anon_sym_LPAREN] = ACTIONS(1269), [anon_sym_LBRACK] = ACTIONS(1269), @@ -67461,9 +67628,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1269), [sym_float_literal] = ACTIONS(1269), }, - [454] = { - [sym_line_comment] = STATE(454), - [sym_block_comment] = STATE(454), + [STATE(455)] = { + [sym_line_comment] = STATE(455), + [sym_block_comment] = STATE(455), + [sym_identifier] = ACTIONS(1275), + [anon_sym_LPAREN] = ACTIONS(1273), + [anon_sym_LBRACK] = ACTIONS(1273), + [anon_sym_RBRACE] = ACTIONS(1273), + [anon_sym_PLUS] = ACTIONS(1275), + [anon_sym_STAR] = ACTIONS(1275), + [anon_sym_QMARK] = ACTIONS(1273), + [anon_sym_u8] = ACTIONS(1275), + [anon_sym_i8] = ACTIONS(1275), + [anon_sym_u16] = ACTIONS(1275), + [anon_sym_i16] = ACTIONS(1275), + [anon_sym_u32] = ACTIONS(1275), + [anon_sym_i32] = ACTIONS(1275), + [anon_sym_u64] = ACTIONS(1275), + [anon_sym_i64] = ACTIONS(1275), + [anon_sym_u128] = ACTIONS(1275), + [anon_sym_i128] = ACTIONS(1275), + [anon_sym_isize] = ACTIONS(1275), + [anon_sym_usize] = ACTIONS(1275), + [anon_sym_f32] = ACTIONS(1275), + [anon_sym_f64] = ACTIONS(1275), + [anon_sym_bool] = ACTIONS(1275), + [anon_sym_str] = ACTIONS(1275), + [anon_sym_char] = ACTIONS(1275), + [anon_sym_DASH] = ACTIONS(1275), + [anon_sym_SLASH] = ACTIONS(1275), + [anon_sym_PERCENT] = ACTIONS(1275), + [anon_sym_CARET] = ACTIONS(1275), + [anon_sym_AMP] = ACTIONS(1275), + [anon_sym_PIPE] = ACTIONS(1275), + [anon_sym_AMP_AMP] = ACTIONS(1273), + [anon_sym_PIPE_PIPE] = ACTIONS(1273), + [anon_sym_LT_LT] = ACTIONS(1275), + [anon_sym_GT_GT] = ACTIONS(1275), + [anon_sym_PLUS_EQ] = ACTIONS(1273), + [anon_sym_DASH_EQ] = ACTIONS(1273), + [anon_sym_STAR_EQ] = ACTIONS(1273), + [anon_sym_SLASH_EQ] = ACTIONS(1273), + [anon_sym_PERCENT_EQ] = ACTIONS(1273), + [anon_sym_CARET_EQ] = ACTIONS(1273), + [anon_sym_AMP_EQ] = ACTIONS(1273), + [anon_sym_PIPE_EQ] = ACTIONS(1273), + [anon_sym_LT_LT_EQ] = ACTIONS(1273), + [anon_sym_GT_GT_EQ] = ACTIONS(1273), + [anon_sym_EQ] = ACTIONS(1275), + [anon_sym_EQ_EQ] = ACTIONS(1273), + [anon_sym_BANG_EQ] = ACTIONS(1273), + [anon_sym_GT] = ACTIONS(1275), + [anon_sym_LT] = ACTIONS(1275), + [anon_sym_GT_EQ] = ACTIONS(1273), + [anon_sym_LT_EQ] = ACTIONS(1273), + [anon_sym__] = ACTIONS(1275), + [anon_sym_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1273), + [anon_sym_COMMA] = ACTIONS(1273), + [anon_sym_COLON_COLON] = ACTIONS(1273), + [anon_sym_POUND] = ACTIONS(1273), + [anon_sym_as] = ACTIONS(1275), + [anon_sym_const] = ACTIONS(1275), + [anon_sym_default] = ACTIONS(1275), + [anon_sym_gen] = ACTIONS(1275), + [anon_sym_union] = ACTIONS(1275), + [anon_sym_ref] = ACTIONS(1275), + [anon_sym_else] = ACTIONS(1275), + [sym_mutable_specifier] = ACTIONS(1275), + [sym_integer_literal] = ACTIONS(1273), + [aux_sym_string_literal_token1] = ACTIONS(1273), + [sym_char_literal] = ACTIONS(1273), + [anon_sym_true] = ACTIONS(1275), + [anon_sym_false] = ACTIONS(1275), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1275), + [sym_super] = ACTIONS(1275), + [sym_crate] = ACTIONS(1275), + [sym_metavariable] = ACTIONS(1273), + [sym__raw_string_literal_start] = ACTIONS(1273), + [sym_float_literal] = ACTIONS(1273), + }, + [STATE(456)] = { + [sym_line_comment] = STATE(456), + [sym_block_comment] = STATE(456), [sym_identifier] = ACTIONS(1259), [anon_sym_LPAREN] = ACTIONS(1257), [anon_sym_LBRACK] = ACTIONS(1257), @@ -67545,9 +67796,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1257), [sym_float_literal] = ACTIONS(1257), }, - [455] = { - [sym_line_comment] = STATE(455), - [sym_block_comment] = STATE(455), + [STATE(457)] = { + [sym_line_comment] = STATE(457), + [sym_block_comment] = STATE(457), [sym_identifier] = ACTIONS(1263), [anon_sym_LPAREN] = ACTIONS(1261), [anon_sym_LBRACK] = ACTIONS(1261), @@ -67629,258 +67880,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1261), [sym_float_literal] = ACTIONS(1261), }, - [456] = { - [sym_line_comment] = STATE(456), - [sym_block_comment] = STATE(456), - [sym_identifier] = ACTIONS(1275), - [anon_sym_LPAREN] = ACTIONS(1273), - [anon_sym_LBRACK] = ACTIONS(1273), - [anon_sym_RBRACE] = ACTIONS(1273), - [anon_sym_PLUS] = ACTIONS(1275), - [anon_sym_STAR] = ACTIONS(1275), - [anon_sym_QMARK] = ACTIONS(1273), - [anon_sym_u8] = ACTIONS(1275), - [anon_sym_i8] = ACTIONS(1275), - [anon_sym_u16] = ACTIONS(1275), - [anon_sym_i16] = ACTIONS(1275), - [anon_sym_u32] = ACTIONS(1275), - [anon_sym_i32] = ACTIONS(1275), - [anon_sym_u64] = ACTIONS(1275), - [anon_sym_i64] = ACTIONS(1275), - [anon_sym_u128] = ACTIONS(1275), - [anon_sym_i128] = ACTIONS(1275), - [anon_sym_isize] = ACTIONS(1275), - [anon_sym_usize] = ACTIONS(1275), - [anon_sym_f32] = ACTIONS(1275), - [anon_sym_f64] = ACTIONS(1275), - [anon_sym_bool] = ACTIONS(1275), - [anon_sym_str] = ACTIONS(1275), - [anon_sym_char] = ACTIONS(1275), - [anon_sym_DASH] = ACTIONS(1275), - [anon_sym_SLASH] = ACTIONS(1275), - [anon_sym_PERCENT] = ACTIONS(1275), - [anon_sym_CARET] = ACTIONS(1275), - [anon_sym_AMP] = ACTIONS(1275), - [anon_sym_PIPE] = ACTIONS(1275), - [anon_sym_AMP_AMP] = ACTIONS(1273), - [anon_sym_PIPE_PIPE] = ACTIONS(1273), - [anon_sym_LT_LT] = ACTIONS(1275), - [anon_sym_GT_GT] = ACTIONS(1275), - [anon_sym_PLUS_EQ] = ACTIONS(1273), - [anon_sym_DASH_EQ] = ACTIONS(1273), - [anon_sym_STAR_EQ] = ACTIONS(1273), - [anon_sym_SLASH_EQ] = ACTIONS(1273), - [anon_sym_PERCENT_EQ] = ACTIONS(1273), - [anon_sym_CARET_EQ] = ACTIONS(1273), - [anon_sym_AMP_EQ] = ACTIONS(1273), - [anon_sym_PIPE_EQ] = ACTIONS(1273), - [anon_sym_LT_LT_EQ] = ACTIONS(1273), - [anon_sym_GT_GT_EQ] = ACTIONS(1273), - [anon_sym_EQ] = ACTIONS(1275), - [anon_sym_EQ_EQ] = ACTIONS(1273), - [anon_sym_BANG_EQ] = ACTIONS(1273), - [anon_sym_GT] = ACTIONS(1275), - [anon_sym_LT] = ACTIONS(1275), - [anon_sym_GT_EQ] = ACTIONS(1273), - [anon_sym_LT_EQ] = ACTIONS(1273), - [anon_sym__] = ACTIONS(1275), - [anon_sym_DOT] = ACTIONS(1275), - [anon_sym_DOT_DOT] = ACTIONS(1275), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1273), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1273), - [anon_sym_COMMA] = ACTIONS(1273), - [anon_sym_COLON_COLON] = ACTIONS(1273), - [anon_sym_POUND] = ACTIONS(1273), - [anon_sym_as] = ACTIONS(1275), - [anon_sym_const] = ACTIONS(1275), - [anon_sym_default] = ACTIONS(1275), - [anon_sym_gen] = ACTIONS(1275), - [anon_sym_union] = ACTIONS(1275), - [anon_sym_ref] = ACTIONS(1275), - [anon_sym_else] = ACTIONS(1275), - [sym_mutable_specifier] = ACTIONS(1275), - [sym_integer_literal] = ACTIONS(1273), - [aux_sym_string_literal_token1] = ACTIONS(1273), - [sym_char_literal] = ACTIONS(1273), - [anon_sym_true] = ACTIONS(1275), - [anon_sym_false] = ACTIONS(1275), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1275), - [sym_super] = ACTIONS(1275), - [sym_crate] = ACTIONS(1275), - [sym_metavariable] = ACTIONS(1273), - [sym__raw_string_literal_start] = ACTIONS(1273), - [sym_float_literal] = ACTIONS(1273), - }, - [457] = { - [sym_line_comment] = STATE(457), - [sym_block_comment] = STATE(457), - [sym_identifier] = ACTIONS(1267), - [anon_sym_LPAREN] = ACTIONS(1265), - [anon_sym_LBRACK] = ACTIONS(1265), - [anon_sym_RBRACE] = ACTIONS(1265), - [anon_sym_PLUS] = ACTIONS(1267), - [anon_sym_STAR] = ACTIONS(1267), - [anon_sym_QMARK] = ACTIONS(1265), - [anon_sym_u8] = ACTIONS(1267), - [anon_sym_i8] = ACTIONS(1267), - [anon_sym_u16] = ACTIONS(1267), - [anon_sym_i16] = ACTIONS(1267), - [anon_sym_u32] = ACTIONS(1267), - [anon_sym_i32] = ACTIONS(1267), - [anon_sym_u64] = ACTIONS(1267), - [anon_sym_i64] = ACTIONS(1267), - [anon_sym_u128] = ACTIONS(1267), - [anon_sym_i128] = ACTIONS(1267), - [anon_sym_isize] = ACTIONS(1267), - [anon_sym_usize] = ACTIONS(1267), - [anon_sym_f32] = ACTIONS(1267), - [anon_sym_f64] = ACTIONS(1267), - [anon_sym_bool] = ACTIONS(1267), - [anon_sym_str] = ACTIONS(1267), - [anon_sym_char] = ACTIONS(1267), - [anon_sym_DASH] = ACTIONS(1267), - [anon_sym_SLASH] = ACTIONS(1267), - [anon_sym_PERCENT] = ACTIONS(1267), - [anon_sym_CARET] = ACTIONS(1267), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_PIPE] = ACTIONS(1267), - [anon_sym_AMP_AMP] = ACTIONS(1265), - [anon_sym_PIPE_PIPE] = ACTIONS(1265), - [anon_sym_LT_LT] = ACTIONS(1267), - [anon_sym_GT_GT] = ACTIONS(1267), - [anon_sym_PLUS_EQ] = ACTIONS(1265), - [anon_sym_DASH_EQ] = ACTIONS(1265), - [anon_sym_STAR_EQ] = ACTIONS(1265), - [anon_sym_SLASH_EQ] = ACTIONS(1265), - [anon_sym_PERCENT_EQ] = ACTIONS(1265), - [anon_sym_CARET_EQ] = ACTIONS(1265), - [anon_sym_AMP_EQ] = ACTIONS(1265), - [anon_sym_PIPE_EQ] = ACTIONS(1265), - [anon_sym_LT_LT_EQ] = ACTIONS(1265), - [anon_sym_GT_GT_EQ] = ACTIONS(1265), - [anon_sym_EQ] = ACTIONS(1267), - [anon_sym_EQ_EQ] = ACTIONS(1265), - [anon_sym_BANG_EQ] = ACTIONS(1265), - [anon_sym_GT] = ACTIONS(1267), - [anon_sym_LT] = ACTIONS(1267), - [anon_sym_GT_EQ] = ACTIONS(1265), - [anon_sym_LT_EQ] = ACTIONS(1265), - [anon_sym__] = ACTIONS(1267), - [anon_sym_DOT] = ACTIONS(1267), - [anon_sym_DOT_DOT] = ACTIONS(1267), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1265), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1265), - [anon_sym_COMMA] = ACTIONS(1265), - [anon_sym_COLON_COLON] = ACTIONS(1265), - [anon_sym_POUND] = ACTIONS(1265), - [anon_sym_as] = ACTIONS(1267), - [anon_sym_const] = ACTIONS(1267), - [anon_sym_default] = ACTIONS(1267), - [anon_sym_gen] = ACTIONS(1267), - [anon_sym_union] = ACTIONS(1267), - [anon_sym_ref] = ACTIONS(1267), - [anon_sym_else] = ACTIONS(1267), - [sym_mutable_specifier] = ACTIONS(1267), - [sym_integer_literal] = ACTIONS(1265), - [aux_sym_string_literal_token1] = ACTIONS(1265), - [sym_char_literal] = ACTIONS(1265), - [anon_sym_true] = ACTIONS(1267), - [anon_sym_false] = ACTIONS(1267), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1267), - [sym_super] = ACTIONS(1267), - [sym_crate] = ACTIONS(1267), - [sym_metavariable] = ACTIONS(1265), - [sym__raw_string_literal_start] = ACTIONS(1265), - [sym_float_literal] = ACTIONS(1265), - }, - [458] = { + [STATE(458)] = { [sym_line_comment] = STATE(458), [sym_block_comment] = STATE(458), - [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), - }, - [459] = { + [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(459)] = { [sym_line_comment] = STATE(459), [sym_block_comment] = STATE(459), [sym_identifier] = ACTIONS(1485), @@ -67963,182 +68046,182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1483), [sym_float_literal] = ACTIONS(1483), }, - [460] = { + [STATE(460)] = { [sym_line_comment] = STATE(460), [sym_block_comment] = STATE(460), - [sym_identifier] = ACTIONS(1461), - [anon_sym_LPAREN] = ACTIONS(1459), - [anon_sym_LBRACK] = ACTIONS(1459), - [anon_sym_RBRACE] = ACTIONS(1459), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_QMARK] = ACTIONS(1459), - [anon_sym_u8] = ACTIONS(1461), - [anon_sym_i8] = ACTIONS(1461), - [anon_sym_u16] = ACTIONS(1461), - [anon_sym_i16] = ACTIONS(1461), - [anon_sym_u32] = ACTIONS(1461), - [anon_sym_i32] = ACTIONS(1461), - [anon_sym_u64] = ACTIONS(1461), - [anon_sym_i64] = ACTIONS(1461), - [anon_sym_u128] = ACTIONS(1461), - [anon_sym_i128] = ACTIONS(1461), - [anon_sym_isize] = ACTIONS(1461), - [anon_sym_usize] = ACTIONS(1461), - [anon_sym_f32] = ACTIONS(1461), - [anon_sym_f64] = ACTIONS(1461), - [anon_sym_bool] = ACTIONS(1461), - [anon_sym_str] = ACTIONS(1461), - [anon_sym_char] = ACTIONS(1461), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_CARET] = ACTIONS(1461), - [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__] = ACTIONS(1461), - [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_COMMA] = ACTIONS(1459), - [anon_sym_COLON_COLON] = ACTIONS(1459), - [anon_sym_POUND] = ACTIONS(1459), - [anon_sym_as] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1461), - [anon_sym_default] = ACTIONS(1461), - [anon_sym_gen] = ACTIONS(1461), - [anon_sym_union] = ACTIONS(1461), - [anon_sym_ref] = ACTIONS(1461), - [sym_mutable_specifier] = ACTIONS(1461), - [sym_integer_literal] = ACTIONS(1459), - [aux_sym_string_literal_token1] = ACTIONS(1459), - [sym_char_literal] = ACTIONS(1459), - [anon_sym_true] = ACTIONS(1461), - [anon_sym_false] = ACTIONS(1461), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1461), - [sym_super] = ACTIONS(1461), - [sym_crate] = ACTIONS(1461), - [sym_metavariable] = ACTIONS(1459), - [sym__raw_string_literal_start] = ACTIONS(1459), - [sym_float_literal] = ACTIONS(1459), - }, - [461] = { + [sym_identifier] = ACTIONS(1299), + [anon_sym_LPAREN] = ACTIONS(1297), + [anon_sym_LBRACK] = ACTIONS(1297), + [anon_sym_RBRACE] = ACTIONS(1297), + [anon_sym_PLUS] = ACTIONS(1299), + [anon_sym_STAR] = ACTIONS(1299), + [anon_sym_QMARK] = ACTIONS(1297), + [anon_sym_u8] = ACTIONS(1299), + [anon_sym_i8] = ACTIONS(1299), + [anon_sym_u16] = ACTIONS(1299), + [anon_sym_i16] = ACTIONS(1299), + [anon_sym_u32] = ACTIONS(1299), + [anon_sym_i32] = ACTIONS(1299), + [anon_sym_u64] = ACTIONS(1299), + [anon_sym_i64] = ACTIONS(1299), + [anon_sym_u128] = ACTIONS(1299), + [anon_sym_i128] = ACTIONS(1299), + [anon_sym_isize] = ACTIONS(1299), + [anon_sym_usize] = ACTIONS(1299), + [anon_sym_f32] = ACTIONS(1299), + [anon_sym_f64] = ACTIONS(1299), + [anon_sym_bool] = ACTIONS(1299), + [anon_sym_str] = ACTIONS(1299), + [anon_sym_char] = ACTIONS(1299), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_SLASH] = ACTIONS(1299), + [anon_sym_PERCENT] = ACTIONS(1299), + [anon_sym_CARET] = ACTIONS(1299), + [anon_sym_AMP] = ACTIONS(1299), + [anon_sym_PIPE] = ACTIONS(1299), + [anon_sym_AMP_AMP] = ACTIONS(1297), + [anon_sym_PIPE_PIPE] = ACTIONS(1297), + [anon_sym_LT_LT] = ACTIONS(1299), + [anon_sym_GT_GT] = ACTIONS(1299), + [anon_sym_PLUS_EQ] = ACTIONS(1297), + [anon_sym_DASH_EQ] = ACTIONS(1297), + [anon_sym_STAR_EQ] = ACTIONS(1297), + [anon_sym_SLASH_EQ] = ACTIONS(1297), + [anon_sym_PERCENT_EQ] = ACTIONS(1297), + [anon_sym_CARET_EQ] = ACTIONS(1297), + [anon_sym_AMP_EQ] = ACTIONS(1297), + [anon_sym_PIPE_EQ] = ACTIONS(1297), + [anon_sym_LT_LT_EQ] = ACTIONS(1297), + [anon_sym_GT_GT_EQ] = ACTIONS(1297), + [anon_sym_EQ] = ACTIONS(1299), + [anon_sym_EQ_EQ] = ACTIONS(1297), + [anon_sym_BANG_EQ] = ACTIONS(1297), + [anon_sym_GT] = ACTIONS(1299), + [anon_sym_LT] = ACTIONS(1299), + [anon_sym_GT_EQ] = ACTIONS(1297), + [anon_sym_LT_EQ] = ACTIONS(1297), + [anon_sym__] = ACTIONS(1299), + [anon_sym_DOT] = ACTIONS(1299), + [anon_sym_DOT_DOT] = ACTIONS(1299), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1297), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1297), + [anon_sym_COMMA] = ACTIONS(1297), + [anon_sym_COLON_COLON] = ACTIONS(1297), + [anon_sym_POUND] = ACTIONS(1297), + [anon_sym_as] = ACTIONS(1299), + [anon_sym_const] = ACTIONS(1299), + [anon_sym_default] = ACTIONS(1299), + [anon_sym_gen] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1299), + [anon_sym_ref] = ACTIONS(1299), + [sym_mutable_specifier] = ACTIONS(1299), + [sym_integer_literal] = ACTIONS(1297), + [aux_sym_string_literal_token1] = ACTIONS(1297), + [sym_char_literal] = ACTIONS(1297), + [anon_sym_true] = ACTIONS(1299), + [anon_sym_false] = ACTIONS(1299), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1299), + [sym_super] = ACTIONS(1299), + [sym_crate] = ACTIONS(1299), + [sym_metavariable] = ACTIONS(1297), + [sym__raw_string_literal_start] = ACTIONS(1297), + [sym_float_literal] = ACTIONS(1297), + }, + [STATE(461)] = { [sym_line_comment] = STATE(461), [sym_block_comment] = STATE(461), - [sym_identifier] = ACTIONS(1449), - [anon_sym_LPAREN] = ACTIONS(1447), - [anon_sym_LBRACK] = ACTIONS(1447), - [anon_sym_RBRACE] = ACTIONS(1447), - [anon_sym_PLUS] = ACTIONS(1449), - [anon_sym_STAR] = ACTIONS(1449), - [anon_sym_QMARK] = ACTIONS(1447), - [anon_sym_u8] = ACTIONS(1449), - [anon_sym_i8] = ACTIONS(1449), - [anon_sym_u16] = ACTIONS(1449), - [anon_sym_i16] = ACTIONS(1449), - [anon_sym_u32] = ACTIONS(1449), - [anon_sym_i32] = ACTIONS(1449), - [anon_sym_u64] = ACTIONS(1449), - [anon_sym_i64] = ACTIONS(1449), - [anon_sym_u128] = ACTIONS(1449), - [anon_sym_i128] = ACTIONS(1449), - [anon_sym_isize] = ACTIONS(1449), - [anon_sym_usize] = ACTIONS(1449), - [anon_sym_f32] = ACTIONS(1449), - [anon_sym_f64] = ACTIONS(1449), - [anon_sym_bool] = ACTIONS(1449), - [anon_sym_str] = ACTIONS(1449), - [anon_sym_char] = ACTIONS(1449), - [anon_sym_DASH] = ACTIONS(1449), - [anon_sym_SLASH] = ACTIONS(1449), - [anon_sym_PERCENT] = ACTIONS(1449), - [anon_sym_CARET] = ACTIONS(1449), - [anon_sym_AMP] = ACTIONS(1449), - [anon_sym_PIPE] = ACTIONS(1449), - [anon_sym_AMP_AMP] = ACTIONS(1447), - [anon_sym_PIPE_PIPE] = ACTIONS(1447), - [anon_sym_LT_LT] = ACTIONS(1449), - [anon_sym_GT_GT] = ACTIONS(1449), - [anon_sym_PLUS_EQ] = ACTIONS(1447), - [anon_sym_DASH_EQ] = ACTIONS(1447), - [anon_sym_STAR_EQ] = ACTIONS(1447), - [anon_sym_SLASH_EQ] = ACTIONS(1447), - [anon_sym_PERCENT_EQ] = ACTIONS(1447), - [anon_sym_CARET_EQ] = ACTIONS(1447), - [anon_sym_AMP_EQ] = ACTIONS(1447), - [anon_sym_PIPE_EQ] = ACTIONS(1447), - [anon_sym_LT_LT_EQ] = ACTIONS(1447), - [anon_sym_GT_GT_EQ] = ACTIONS(1447), - [anon_sym_EQ] = ACTIONS(1449), - [anon_sym_EQ_EQ] = ACTIONS(1447), - [anon_sym_BANG_EQ] = ACTIONS(1447), - [anon_sym_GT] = ACTIONS(1449), - [anon_sym_LT] = ACTIONS(1449), - [anon_sym_GT_EQ] = ACTIONS(1447), - [anon_sym_LT_EQ] = ACTIONS(1447), - [anon_sym__] = ACTIONS(1449), - [anon_sym_DOT] = ACTIONS(1449), - [anon_sym_DOT_DOT] = ACTIONS(1449), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1447), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1447), - [anon_sym_COMMA] = ACTIONS(1447), - [anon_sym_COLON_COLON] = ACTIONS(1447), - [anon_sym_POUND] = ACTIONS(1447), - [anon_sym_as] = ACTIONS(1449), - [anon_sym_const] = ACTIONS(1449), - [anon_sym_default] = ACTIONS(1449), - [anon_sym_gen] = ACTIONS(1449), - [anon_sym_union] = ACTIONS(1449), - [anon_sym_ref] = ACTIONS(1449), - [sym_mutable_specifier] = ACTIONS(1449), - [sym_integer_literal] = ACTIONS(1447), - [aux_sym_string_literal_token1] = ACTIONS(1447), - [sym_char_literal] = ACTIONS(1447), - [anon_sym_true] = ACTIONS(1449), - [anon_sym_false] = ACTIONS(1449), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1449), - [sym_super] = ACTIONS(1449), - [sym_crate] = ACTIONS(1449), - [sym_metavariable] = ACTIONS(1447), - [sym__raw_string_literal_start] = ACTIONS(1447), - [sym_float_literal] = ACTIONS(1447), - }, - [462] = { + [sym_identifier] = ACTIONS(1287), + [anon_sym_LPAREN] = ACTIONS(1285), + [anon_sym_LBRACK] = ACTIONS(1285), + [anon_sym_RBRACE] = ACTIONS(1285), + [anon_sym_PLUS] = ACTIONS(1287), + [anon_sym_STAR] = ACTIONS(1287), + [anon_sym_QMARK] = ACTIONS(1285), + [anon_sym_u8] = ACTIONS(1287), + [anon_sym_i8] = ACTIONS(1287), + [anon_sym_u16] = ACTIONS(1287), + [anon_sym_i16] = ACTIONS(1287), + [anon_sym_u32] = ACTIONS(1287), + [anon_sym_i32] = ACTIONS(1287), + [anon_sym_u64] = ACTIONS(1287), + [anon_sym_i64] = ACTIONS(1287), + [anon_sym_u128] = ACTIONS(1287), + [anon_sym_i128] = ACTIONS(1287), + [anon_sym_isize] = ACTIONS(1287), + [anon_sym_usize] = ACTIONS(1287), + [anon_sym_f32] = ACTIONS(1287), + [anon_sym_f64] = ACTIONS(1287), + [anon_sym_bool] = ACTIONS(1287), + [anon_sym_str] = ACTIONS(1287), + [anon_sym_char] = ACTIONS(1287), + [anon_sym_DASH] = ACTIONS(1287), + [anon_sym_SLASH] = ACTIONS(1287), + [anon_sym_PERCENT] = ACTIONS(1287), + [anon_sym_CARET] = ACTIONS(1287), + [anon_sym_AMP] = ACTIONS(1287), + [anon_sym_PIPE] = ACTIONS(1287), + [anon_sym_AMP_AMP] = ACTIONS(1285), + [anon_sym_PIPE_PIPE] = ACTIONS(1285), + [anon_sym_LT_LT] = ACTIONS(1287), + [anon_sym_GT_GT] = ACTIONS(1287), + [anon_sym_PLUS_EQ] = ACTIONS(1285), + [anon_sym_DASH_EQ] = ACTIONS(1285), + [anon_sym_STAR_EQ] = ACTIONS(1285), + [anon_sym_SLASH_EQ] = ACTIONS(1285), + [anon_sym_PERCENT_EQ] = ACTIONS(1285), + [anon_sym_CARET_EQ] = ACTIONS(1285), + [anon_sym_AMP_EQ] = ACTIONS(1285), + [anon_sym_PIPE_EQ] = ACTIONS(1285), + [anon_sym_LT_LT_EQ] = ACTIONS(1285), + [anon_sym_GT_GT_EQ] = ACTIONS(1285), + [anon_sym_EQ] = ACTIONS(1287), + [anon_sym_EQ_EQ] = ACTIONS(1285), + [anon_sym_BANG_EQ] = ACTIONS(1285), + [anon_sym_GT] = ACTIONS(1287), + [anon_sym_LT] = ACTIONS(1287), + [anon_sym_GT_EQ] = ACTIONS(1285), + [anon_sym_LT_EQ] = ACTIONS(1285), + [anon_sym__] = ACTIONS(1287), + [anon_sym_DOT] = ACTIONS(1287), + [anon_sym_DOT_DOT] = ACTIONS(1287), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1285), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1285), + [anon_sym_COMMA] = ACTIONS(1285), + [anon_sym_COLON_COLON] = ACTIONS(1285), + [anon_sym_POUND] = ACTIONS(1285), + [anon_sym_as] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(1287), + [anon_sym_gen] = ACTIONS(1287), + [anon_sym_union] = ACTIONS(1287), + [anon_sym_ref] = ACTIONS(1287), + [sym_mutable_specifier] = ACTIONS(1287), + [sym_integer_literal] = ACTIONS(1285), + [aux_sym_string_literal_token1] = ACTIONS(1285), + [sym_char_literal] = ACTIONS(1285), + [anon_sym_true] = ACTIONS(1287), + [anon_sym_false] = ACTIONS(1287), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1287), + [sym_super] = ACTIONS(1287), + [sym_crate] = ACTIONS(1287), + [sym_metavariable] = ACTIONS(1285), + [sym__raw_string_literal_start] = ACTIONS(1285), + [sym_float_literal] = ACTIONS(1285), + }, + [STATE(462)] = { [sym_line_comment] = STATE(462), [sym_block_comment] = STATE(462), [sym_identifier] = ACTIONS(1641), [anon_sym_LPAREN] = ACTIONS(1643), [anon_sym_LBRACK] = ACTIONS(1643), - [anon_sym_RBRACE] = ACTIONS(1359), - [anon_sym_PLUS] = ACTIONS(1357), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_QMARK] = ACTIONS(1359), + [anon_sym_RBRACE] = ACTIONS(1413), + [anon_sym_PLUS] = ACTIONS(1411), + [anon_sym_STAR] = ACTIONS(1411), + [anon_sym_QMARK] = ACTIONS(1413), [anon_sym_u8] = ACTIONS(1641), [anon_sym_i8] = ACTIONS(1641), [anon_sym_u16] = ACTIONS(1641), @@ -68157,41 +68240,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_str] = ACTIONS(1641), [anon_sym_char] = ACTIONS(1641), [anon_sym_DASH] = ACTIONS(1641), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_CARET] = ACTIONS(1357), + [anon_sym_SLASH] = ACTIONS(1411), + [anon_sym_PERCENT] = ACTIONS(1411), + [anon_sym_CARET] = ACTIONS(1411), [anon_sym_AMP] = ACTIONS(1641), [anon_sym_PIPE] = ACTIONS(1641), - [anon_sym_AMP_AMP] = ACTIONS(1359), - [anon_sym_PIPE_PIPE] = ACTIONS(1359), - [anon_sym_LT_LT] = ACTIONS(1357), - [anon_sym_GT_GT] = ACTIONS(1357), - [anon_sym_PLUS_EQ] = ACTIONS(1359), - [anon_sym_DASH_EQ] = ACTIONS(1359), - [anon_sym_STAR_EQ] = ACTIONS(1359), - [anon_sym_SLASH_EQ] = ACTIONS(1359), - [anon_sym_PERCENT_EQ] = ACTIONS(1359), - [anon_sym_CARET_EQ] = ACTIONS(1359), - [anon_sym_AMP_EQ] = ACTIONS(1359), - [anon_sym_PIPE_EQ] = ACTIONS(1359), - [anon_sym_LT_LT_EQ] = ACTIONS(1359), - [anon_sym_GT_GT_EQ] = ACTIONS(1359), - [anon_sym_EQ] = ACTIONS(1357), - [anon_sym_EQ_EQ] = ACTIONS(1359), - [anon_sym_BANG_EQ] = ACTIONS(1359), - [anon_sym_GT] = ACTIONS(1357), + [anon_sym_AMP_AMP] = ACTIONS(1413), + [anon_sym_PIPE_PIPE] = ACTIONS(1413), + [anon_sym_LT_LT] = ACTIONS(1411), + [anon_sym_GT_GT] = ACTIONS(1411), + [anon_sym_PLUS_EQ] = ACTIONS(1413), + [anon_sym_DASH_EQ] = ACTIONS(1413), + [anon_sym_STAR_EQ] = ACTIONS(1413), + [anon_sym_SLASH_EQ] = ACTIONS(1413), + [anon_sym_PERCENT_EQ] = ACTIONS(1413), + [anon_sym_CARET_EQ] = ACTIONS(1413), + [anon_sym_AMP_EQ] = ACTIONS(1413), + [anon_sym_PIPE_EQ] = ACTIONS(1413), + [anon_sym_LT_LT_EQ] = ACTIONS(1413), + [anon_sym_GT_GT_EQ] = ACTIONS(1413), + [anon_sym_EQ] = ACTIONS(1411), + [anon_sym_EQ_EQ] = ACTIONS(1413), + [anon_sym_BANG_EQ] = ACTIONS(1413), + [anon_sym_GT] = ACTIONS(1411), [anon_sym_LT] = ACTIONS(1641), - [anon_sym_GT_EQ] = ACTIONS(1359), - [anon_sym_LT_EQ] = ACTIONS(1359), + [anon_sym_GT_EQ] = ACTIONS(1413), + [anon_sym_LT_EQ] = ACTIONS(1413), [anon_sym__] = ACTIONS(1641), - [anon_sym_DOT] = ACTIONS(1357), + [anon_sym_DOT] = ACTIONS(1411), [anon_sym_DOT_DOT] = ACTIONS(1641), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1359), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1359), - [anon_sym_COMMA] = ACTIONS(1359), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1413), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1413), + [anon_sym_COMMA] = ACTIONS(1413), [anon_sym_COLON_COLON] = ACTIONS(1643), [anon_sym_POUND] = ACTIONS(1643), - [anon_sym_as] = ACTIONS(1357), + [anon_sym_as] = ACTIONS(1411), [anon_sym_const] = ACTIONS(1641), [anon_sym_default] = ACTIONS(1641), [anon_sym_gen] = ACTIONS(1641), @@ -68212,372 +68295,206 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1643), [sym_float_literal] = ACTIONS(1643), }, - [463] = { + [STATE(463)] = { [sym_line_comment] = STATE(463), [sym_block_comment] = STATE(463), - [sym_identifier] = ACTIONS(1453), - [anon_sym_LPAREN] = ACTIONS(1451), - [anon_sym_LBRACK] = ACTIONS(1451), - [anon_sym_RBRACE] = ACTIONS(1451), - [anon_sym_PLUS] = ACTIONS(1453), - [anon_sym_STAR] = ACTIONS(1453), - [anon_sym_QMARK] = ACTIONS(1451), - [anon_sym_u8] = ACTIONS(1453), - [anon_sym_i8] = ACTIONS(1453), - [anon_sym_u16] = ACTIONS(1453), - [anon_sym_i16] = ACTIONS(1453), - [anon_sym_u32] = ACTIONS(1453), - [anon_sym_i32] = ACTIONS(1453), - [anon_sym_u64] = ACTIONS(1453), - [anon_sym_i64] = ACTIONS(1453), - [anon_sym_u128] = ACTIONS(1453), - [anon_sym_i128] = ACTIONS(1453), - [anon_sym_isize] = ACTIONS(1453), - [anon_sym_usize] = ACTIONS(1453), - [anon_sym_f32] = ACTIONS(1453), - [anon_sym_f64] = ACTIONS(1453), - [anon_sym_bool] = ACTIONS(1453), - [anon_sym_str] = ACTIONS(1453), - [anon_sym_char] = ACTIONS(1453), - [anon_sym_DASH] = ACTIONS(1453), - [anon_sym_SLASH] = ACTIONS(1453), - [anon_sym_PERCENT] = ACTIONS(1453), - [anon_sym_CARET] = ACTIONS(1453), - [anon_sym_AMP] = ACTIONS(1453), - [anon_sym_PIPE] = ACTIONS(1453), - [anon_sym_AMP_AMP] = ACTIONS(1451), - [anon_sym_PIPE_PIPE] = ACTIONS(1451), - [anon_sym_LT_LT] = ACTIONS(1453), - [anon_sym_GT_GT] = ACTIONS(1453), - [anon_sym_PLUS_EQ] = ACTIONS(1451), - [anon_sym_DASH_EQ] = ACTIONS(1451), - [anon_sym_STAR_EQ] = ACTIONS(1451), - [anon_sym_SLASH_EQ] = ACTIONS(1451), - [anon_sym_PERCENT_EQ] = ACTIONS(1451), - [anon_sym_CARET_EQ] = ACTIONS(1451), - [anon_sym_AMP_EQ] = ACTIONS(1451), - [anon_sym_PIPE_EQ] = ACTIONS(1451), - [anon_sym_LT_LT_EQ] = ACTIONS(1451), - [anon_sym_GT_GT_EQ] = ACTIONS(1451), - [anon_sym_EQ] = ACTIONS(1453), - [anon_sym_EQ_EQ] = ACTIONS(1451), - [anon_sym_BANG_EQ] = ACTIONS(1451), - [anon_sym_GT] = ACTIONS(1453), - [anon_sym_LT] = ACTIONS(1453), - [anon_sym_GT_EQ] = ACTIONS(1451), - [anon_sym_LT_EQ] = ACTIONS(1451), - [anon_sym__] = ACTIONS(1453), - [anon_sym_DOT] = ACTIONS(1453), - [anon_sym_DOT_DOT] = ACTIONS(1453), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1451), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1451), - [anon_sym_COMMA] = ACTIONS(1451), - [anon_sym_COLON_COLON] = ACTIONS(1451), - [anon_sym_POUND] = ACTIONS(1451), - [anon_sym_as] = ACTIONS(1453), - [anon_sym_const] = ACTIONS(1453), - [anon_sym_default] = ACTIONS(1453), - [anon_sym_gen] = ACTIONS(1453), - [anon_sym_union] = ACTIONS(1453), - [anon_sym_ref] = ACTIONS(1453), - [sym_mutable_specifier] = ACTIONS(1453), - [sym_integer_literal] = ACTIONS(1451), - [aux_sym_string_literal_token1] = ACTIONS(1451), - [sym_char_literal] = ACTIONS(1451), - [anon_sym_true] = ACTIONS(1453), - [anon_sym_false] = ACTIONS(1453), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1453), - [sym_super] = ACTIONS(1453), - [sym_crate] = ACTIONS(1453), - [sym_metavariable] = ACTIONS(1451), - [sym__raw_string_literal_start] = ACTIONS(1451), - [sym_float_literal] = ACTIONS(1451), - }, - [464] = { + [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(464)] = { [sym_line_comment] = STATE(464), [sym_block_comment] = STATE(464), - [sym_identifier] = ACTIONS(1367), - [anon_sym_LPAREN] = ACTIONS(1365), - [anon_sym_LBRACK] = ACTIONS(1365), - [anon_sym_RBRACE] = ACTIONS(1365), - [anon_sym_PLUS] = ACTIONS(1367), - [anon_sym_STAR] = ACTIONS(1367), - [anon_sym_QMARK] = ACTIONS(1365), - [anon_sym_u8] = ACTIONS(1367), - [anon_sym_i8] = ACTIONS(1367), - [anon_sym_u16] = ACTIONS(1367), - [anon_sym_i16] = ACTIONS(1367), - [anon_sym_u32] = ACTIONS(1367), - [anon_sym_i32] = ACTIONS(1367), - [anon_sym_u64] = ACTIONS(1367), - [anon_sym_i64] = ACTIONS(1367), - [anon_sym_u128] = ACTIONS(1367), - [anon_sym_i128] = ACTIONS(1367), - [anon_sym_isize] = ACTIONS(1367), - [anon_sym_usize] = ACTIONS(1367), - [anon_sym_f32] = ACTIONS(1367), - [anon_sym_f64] = ACTIONS(1367), - [anon_sym_bool] = ACTIONS(1367), - [anon_sym_str] = ACTIONS(1367), - [anon_sym_char] = ACTIONS(1367), - [anon_sym_DASH] = ACTIONS(1367), - [anon_sym_SLASH] = ACTIONS(1367), - [anon_sym_PERCENT] = ACTIONS(1367), - [anon_sym_CARET] = ACTIONS(1367), - [anon_sym_AMP] = ACTIONS(1367), - [anon_sym_PIPE] = ACTIONS(1367), - [anon_sym_AMP_AMP] = ACTIONS(1365), - [anon_sym_PIPE_PIPE] = ACTIONS(1365), - [anon_sym_LT_LT] = ACTIONS(1367), - [anon_sym_GT_GT] = ACTIONS(1367), - [anon_sym_PLUS_EQ] = ACTIONS(1365), - [anon_sym_DASH_EQ] = ACTIONS(1365), - [anon_sym_STAR_EQ] = ACTIONS(1365), - [anon_sym_SLASH_EQ] = ACTIONS(1365), - [anon_sym_PERCENT_EQ] = ACTIONS(1365), - [anon_sym_CARET_EQ] = ACTIONS(1365), - [anon_sym_AMP_EQ] = ACTIONS(1365), - [anon_sym_PIPE_EQ] = ACTIONS(1365), - [anon_sym_LT_LT_EQ] = ACTIONS(1365), - [anon_sym_GT_GT_EQ] = ACTIONS(1365), - [anon_sym_EQ] = ACTIONS(1367), - [anon_sym_EQ_EQ] = ACTIONS(1365), - [anon_sym_BANG_EQ] = ACTIONS(1365), - [anon_sym_GT] = ACTIONS(1367), - [anon_sym_LT] = ACTIONS(1367), - [anon_sym_GT_EQ] = ACTIONS(1365), - [anon_sym_LT_EQ] = ACTIONS(1365), - [anon_sym__] = ACTIONS(1367), - [anon_sym_DOT] = ACTIONS(1367), - [anon_sym_DOT_DOT] = ACTIONS(1367), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1365), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1365), - [anon_sym_COMMA] = ACTIONS(1365), - [anon_sym_COLON_COLON] = ACTIONS(1365), - [anon_sym_POUND] = ACTIONS(1365), - [anon_sym_as] = ACTIONS(1367), - [anon_sym_const] = ACTIONS(1367), - [anon_sym_default] = ACTIONS(1367), - [anon_sym_gen] = ACTIONS(1367), - [anon_sym_union] = ACTIONS(1367), - [anon_sym_ref] = ACTIONS(1367), - [sym_mutable_specifier] = ACTIONS(1367), - [sym_integer_literal] = ACTIONS(1365), - [aux_sym_string_literal_token1] = ACTIONS(1365), - [sym_char_literal] = ACTIONS(1365), - [anon_sym_true] = ACTIONS(1367), - [anon_sym_false] = ACTIONS(1367), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1367), - [sym_super] = ACTIONS(1367), - [sym_crate] = ACTIONS(1367), - [sym_metavariable] = ACTIONS(1365), - [sym__raw_string_literal_start] = ACTIONS(1365), - [sym_float_literal] = ACTIONS(1365), - }, - [465] = { + [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(465)] = { + [sym_attribute_item] = STATE(1456), + [sym_inner_attribute_item] = STATE(1456), + [sym_bracketed_type] = STATE(3542), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3280), + [sym_macro_invocation] = STATE(2950), + [sym_scoped_identifier] = STATE(2165), + [sym_scoped_type_identifier] = STATE(2929), + [sym_match_arm] = STATE(1457), + [sym_last_match_arm] = STATE(3352), + [sym_match_pattern] = STATE(3442), + [sym_const_block] = STATE(2950), + [sym__pattern] = STATE(2787), + [sym_tuple_pattern] = STATE(2950), + [sym_slice_pattern] = STATE(2950), + [sym_tuple_struct_pattern] = STATE(2950), + [sym_struct_pattern] = STATE(2950), + [sym_remaining_field_pattern] = STATE(2950), + [sym_mut_pattern] = STATE(2950), + [sym_range_pattern] = STATE(2950), + [sym_ref_pattern] = STATE(2950), + [sym_captured_pattern] = STATE(2950), + [sym_reference_pattern] = STATE(2950), + [sym_or_pattern] = STATE(2950), + [sym__literal_pattern] = STATE(2375), + [sym_negative_literal] = STATE(2371), + [sym_string_literal] = STATE(2371), + [sym_raw_string_literal] = STATE(2371), + [sym_boolean_literal] = STATE(2371), [sym_line_comment] = STATE(465), [sym_block_comment] = STATE(465), - [sym_identifier] = ACTIONS(1457), - [anon_sym_LPAREN] = ACTIONS(1455), - [anon_sym_LBRACK] = ACTIONS(1455), - [anon_sym_RBRACE] = ACTIONS(1455), - [anon_sym_PLUS] = ACTIONS(1457), - [anon_sym_STAR] = ACTIONS(1457), - [anon_sym_QMARK] = 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(1457), - [anon_sym_SLASH] = ACTIONS(1457), - [anon_sym_PERCENT] = ACTIONS(1457), - [anon_sym_CARET] = ACTIONS(1457), - [anon_sym_AMP] = ACTIONS(1457), - [anon_sym_PIPE] = ACTIONS(1457), - [anon_sym_AMP_AMP] = ACTIONS(1455), - [anon_sym_PIPE_PIPE] = ACTIONS(1455), - [anon_sym_LT_LT] = ACTIONS(1457), - [anon_sym_GT_GT] = ACTIONS(1457), - [anon_sym_PLUS_EQ] = ACTIONS(1455), - [anon_sym_DASH_EQ] = ACTIONS(1455), - [anon_sym_STAR_EQ] = ACTIONS(1455), - [anon_sym_SLASH_EQ] = ACTIONS(1455), - [anon_sym_PERCENT_EQ] = ACTIONS(1455), - [anon_sym_CARET_EQ] = ACTIONS(1455), - [anon_sym_AMP_EQ] = ACTIONS(1455), - [anon_sym_PIPE_EQ] = ACTIONS(1455), - [anon_sym_LT_LT_EQ] = ACTIONS(1455), - [anon_sym_GT_GT_EQ] = ACTIONS(1455), - [anon_sym_EQ] = ACTIONS(1457), - [anon_sym_EQ_EQ] = ACTIONS(1455), - [anon_sym_BANG_EQ] = ACTIONS(1455), - [anon_sym_GT] = ACTIONS(1457), - [anon_sym_LT] = ACTIONS(1457), - [anon_sym_GT_EQ] = ACTIONS(1455), - [anon_sym_LT_EQ] = ACTIONS(1455), - [anon_sym__] = ACTIONS(1457), - [anon_sym_DOT] = ACTIONS(1457), - [anon_sym_DOT_DOT] = ACTIONS(1457), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1455), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1455), - [anon_sym_COMMA] = ACTIONS(1455), - [anon_sym_COLON_COLON] = ACTIONS(1455), - [anon_sym_POUND] = ACTIONS(1455), - [anon_sym_as] = ACTIONS(1457), - [anon_sym_const] = ACTIONS(1457), - [anon_sym_default] = ACTIONS(1457), - [anon_sym_gen] = ACTIONS(1457), - [anon_sym_union] = ACTIONS(1457), - [anon_sym_ref] = ACTIONS(1457), - [sym_mutable_specifier] = 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), - }, - [466] = { - [sym_line_comment] = STATE(466), - [sym_block_comment] = STATE(466), - [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), - }, - [467] = { - [sym_attribute_item] = STATE(1468), - [sym_inner_attribute_item] = STATE(1468), - [sym_bracketed_type] = STATE(3553), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3287), - [sym_macro_invocation] = STATE(2757), - [sym_scoped_identifier] = STATE(2151), - [sym_scoped_type_identifier] = STATE(2982), - [sym_match_arm] = STATE(1469), - [sym_last_match_arm] = STATE(3466), - [sym_match_pattern] = STATE(3352), - [sym_const_block] = STATE(2757), - [sym__pattern] = STATE(2907), - [sym_tuple_pattern] = STATE(2757), - [sym_slice_pattern] = STATE(2757), - [sym_tuple_struct_pattern] = STATE(2757), - [sym_struct_pattern] = STATE(2757), - [sym_remaining_field_pattern] = STATE(2757), - [sym_mut_pattern] = STATE(2757), - [sym_range_pattern] = STATE(2757), - [sym_ref_pattern] = STATE(2757), - [sym_captured_pattern] = STATE(2757), - [sym_reference_pattern] = STATE(2757), - [sym_or_pattern] = STATE(2757), - [sym__literal_pattern] = STATE(2330), - [sym_negative_literal] = STATE(2364), - [sym_string_literal] = STATE(2364), - [sym_raw_string_literal] = STATE(2364), - [sym_boolean_literal] = STATE(2364), - [sym_line_comment] = STATE(467), - [sym_block_comment] = STATE(467), - [aux_sym_match_block_repeat1] = STATE(486), - [aux_sym_match_arm_repeat1] = STATE(767), + [aux_sym_match_block_repeat1] = STATE(485), + [aux_sym_match_arm_repeat1] = STATE(769), [sym_identifier] = ACTIONS(1645), [anon_sym_LPAREN] = ACTIONS(1647), [anon_sym_LBRACK] = ACTIONS(1649), @@ -68627,376 +68544,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1687), [sym_float_literal] = ACTIONS(1677), }, - [468] = { - [sym_line_comment] = STATE(468), - [sym_block_comment] = STATE(468), - [sym_identifier] = ACTIONS(1413), - [anon_sym_LPAREN] = ACTIONS(1411), - [anon_sym_LBRACK] = 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_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__] = ACTIONS(1413), - [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_COMMA] = ACTIONS(1411), - [anon_sym_COLON_COLON] = ACTIONS(1411), - [anon_sym_POUND] = ACTIONS(1411), - [anon_sym_as] = ACTIONS(1413), - [anon_sym_const] = ACTIONS(1413), - [anon_sym_default] = ACTIONS(1413), - [anon_sym_gen] = ACTIONS(1413), - [anon_sym_union] = ACTIONS(1413), - [anon_sym_ref] = ACTIONS(1413), - [sym_mutable_specifier] = 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), - }, - [469] = { - [sym_line_comment] = STATE(469), - [sym_block_comment] = STATE(469), - [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), - [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), - }, - [470] = { - [sym_line_comment] = STATE(470), - [sym_block_comment] = STATE(470), - [sym_identifier] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1361), - [anon_sym_LBRACK] = ACTIONS(1361), - [anon_sym_RBRACE] = ACTIONS(1361), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_QMARK] = ACTIONS(1361), - [anon_sym_u8] = ACTIONS(1363), - [anon_sym_i8] = ACTIONS(1363), - [anon_sym_u16] = ACTIONS(1363), - [anon_sym_i16] = ACTIONS(1363), - [anon_sym_u32] = ACTIONS(1363), - [anon_sym_i32] = ACTIONS(1363), - [anon_sym_u64] = ACTIONS(1363), - [anon_sym_i64] = ACTIONS(1363), - [anon_sym_u128] = ACTIONS(1363), - [anon_sym_i128] = ACTIONS(1363), - [anon_sym_isize] = ACTIONS(1363), - [anon_sym_usize] = ACTIONS(1363), - [anon_sym_f32] = ACTIONS(1363), - [anon_sym_f64] = ACTIONS(1363), - [anon_sym_bool] = ACTIONS(1363), - [anon_sym_str] = ACTIONS(1363), - [anon_sym_char] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_SLASH] = ACTIONS(1363), - [anon_sym_PERCENT] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1363), - [anon_sym_PIPE] = ACTIONS(1363), - [anon_sym_AMP_AMP] = ACTIONS(1361), - [anon_sym_PIPE_PIPE] = ACTIONS(1361), - [anon_sym_LT_LT] = ACTIONS(1363), - [anon_sym_GT_GT] = ACTIONS(1363), - [anon_sym_PLUS_EQ] = ACTIONS(1361), - [anon_sym_DASH_EQ] = ACTIONS(1361), - [anon_sym_STAR_EQ] = ACTIONS(1361), - [anon_sym_SLASH_EQ] = ACTIONS(1361), - [anon_sym_PERCENT_EQ] = ACTIONS(1361), - [anon_sym_CARET_EQ] = ACTIONS(1361), - [anon_sym_AMP_EQ] = ACTIONS(1361), - [anon_sym_PIPE_EQ] = ACTIONS(1361), - [anon_sym_LT_LT_EQ] = ACTIONS(1361), - [anon_sym_GT_GT_EQ] = ACTIONS(1361), - [anon_sym_EQ] = ACTIONS(1363), - [anon_sym_EQ_EQ] = ACTIONS(1361), - [anon_sym_BANG_EQ] = ACTIONS(1361), - [anon_sym_GT] = ACTIONS(1363), - [anon_sym_LT] = ACTIONS(1363), - [anon_sym_GT_EQ] = ACTIONS(1361), - [anon_sym_LT_EQ] = ACTIONS(1361), - [anon_sym__] = ACTIONS(1363), - [anon_sym_DOT] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1363), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1361), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1361), - [anon_sym_COMMA] = ACTIONS(1361), - [anon_sym_COLON_COLON] = ACTIONS(1361), - [anon_sym_POUND] = ACTIONS(1361), - [anon_sym_as] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [anon_sym_default] = ACTIONS(1363), - [anon_sym_gen] = ACTIONS(1363), - [anon_sym_union] = ACTIONS(1363), - [anon_sym_ref] = ACTIONS(1363), - [sym_mutable_specifier] = ACTIONS(1363), - [sym_integer_literal] = ACTIONS(1361), - [aux_sym_string_literal_token1] = ACTIONS(1361), - [sym_char_literal] = ACTIONS(1361), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1363), - [sym_super] = ACTIONS(1363), - [sym_crate] = ACTIONS(1363), - [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1361), - [sym_float_literal] = ACTIONS(1361), - }, - [471] = { - [sym_line_comment] = STATE(471), - [sym_block_comment] = STATE(471), - [sym_identifier] = ACTIONS(1689), - [anon_sym_LPAREN] = ACTIONS(1691), - [anon_sym_LBRACK] = ACTIONS(1691), - [anon_sym_RBRACE] = ACTIONS(1359), - [anon_sym_PLUS] = ACTIONS(1357), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_QMARK] = ACTIONS(1359), - [anon_sym_u8] = ACTIONS(1689), - [anon_sym_i8] = ACTIONS(1689), - [anon_sym_u16] = ACTIONS(1689), - [anon_sym_i16] = ACTIONS(1689), - [anon_sym_u32] = ACTIONS(1689), - [anon_sym_i32] = ACTIONS(1689), - [anon_sym_u64] = ACTIONS(1689), - [anon_sym_i64] = ACTIONS(1689), - [anon_sym_u128] = ACTIONS(1689), - [anon_sym_i128] = ACTIONS(1689), - [anon_sym_isize] = ACTIONS(1689), - [anon_sym_usize] = ACTIONS(1689), - [anon_sym_f32] = ACTIONS(1689), - [anon_sym_f64] = ACTIONS(1689), - [anon_sym_bool] = ACTIONS(1689), - [anon_sym_str] = ACTIONS(1689), - [anon_sym_char] = ACTIONS(1689), - [anon_sym_DASH] = ACTIONS(1689), - [anon_sym_SLASH] = ACTIONS(1357), - [anon_sym_PERCENT] = ACTIONS(1357), - [anon_sym_CARET] = ACTIONS(1357), - [anon_sym_AMP] = ACTIONS(1689), - [anon_sym_PIPE] = ACTIONS(1689), - [anon_sym_AMP_AMP] = ACTIONS(1359), - [anon_sym_PIPE_PIPE] = ACTIONS(1359), - [anon_sym_LT_LT] = ACTIONS(1357), - [anon_sym_GT_GT] = ACTIONS(1357), - [anon_sym_PLUS_EQ] = ACTIONS(1359), - [anon_sym_DASH_EQ] = ACTIONS(1359), - [anon_sym_STAR_EQ] = ACTIONS(1359), - [anon_sym_SLASH_EQ] = ACTIONS(1359), - [anon_sym_PERCENT_EQ] = ACTIONS(1359), - [anon_sym_CARET_EQ] = ACTIONS(1359), - [anon_sym_AMP_EQ] = ACTIONS(1359), - [anon_sym_PIPE_EQ] = ACTIONS(1359), - [anon_sym_LT_LT_EQ] = ACTIONS(1359), - [anon_sym_GT_GT_EQ] = ACTIONS(1359), - [anon_sym_EQ] = ACTIONS(1357), - [anon_sym_EQ_EQ] = ACTIONS(1359), - [anon_sym_BANG_EQ] = ACTIONS(1359), - [anon_sym_GT] = ACTIONS(1357), - [anon_sym_LT] = ACTIONS(1689), - [anon_sym_GT_EQ] = ACTIONS(1359), - [anon_sym_LT_EQ] = ACTIONS(1359), - [anon_sym__] = ACTIONS(1689), - [anon_sym_DOT] = ACTIONS(1357), - [anon_sym_DOT_DOT] = ACTIONS(1689), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1359), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1359), - [anon_sym_COMMA] = ACTIONS(1359), - [anon_sym_COLON_COLON] = ACTIONS(1691), - [anon_sym_POUND] = ACTIONS(1691), - [anon_sym_as] = ACTIONS(1357), - [anon_sym_const] = ACTIONS(1689), - [anon_sym_default] = ACTIONS(1689), - [anon_sym_gen] = ACTIONS(1689), - [anon_sym_union] = ACTIONS(1689), - [anon_sym_ref] = ACTIONS(1689), - [sym_mutable_specifier] = ACTIONS(1689), - [sym_integer_literal] = ACTIONS(1691), - [aux_sym_string_literal_token1] = ACTIONS(1691), - [sym_char_literal] = ACTIONS(1691), - [anon_sym_true] = ACTIONS(1689), - [anon_sym_false] = ACTIONS(1689), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1689), - [sym_super] = ACTIONS(1689), - [sym_crate] = ACTIONS(1689), - [sym_metavariable] = ACTIONS(1691), - [sym__raw_string_literal_start] = ACTIONS(1691), - [sym_float_literal] = ACTIONS(1691), - }, - [472] = { - [sym_attribute_item] = STATE(1468), - [sym_inner_attribute_item] = STATE(1468), - [sym_bracketed_type] = STATE(3553), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3287), - [sym_macro_invocation] = STATE(2757), - [sym_scoped_identifier] = STATE(2151), - [sym_scoped_type_identifier] = STATE(2982), - [sym_match_arm] = STATE(1469), - [sym_last_match_arm] = STATE(3406), - [sym_match_pattern] = STATE(3352), - [sym_const_block] = STATE(2757), - [sym__pattern] = STATE(2907), - [sym_tuple_pattern] = STATE(2757), - [sym_slice_pattern] = STATE(2757), - [sym_tuple_struct_pattern] = STATE(2757), - [sym_struct_pattern] = STATE(2757), - [sym_remaining_field_pattern] = STATE(2757), - [sym_mut_pattern] = STATE(2757), - [sym_range_pattern] = STATE(2757), - [sym_ref_pattern] = STATE(2757), - [sym_captured_pattern] = STATE(2757), - [sym_reference_pattern] = STATE(2757), - [sym_or_pattern] = STATE(2757), - [sym__literal_pattern] = STATE(2330), - [sym_negative_literal] = STATE(2364), - [sym_string_literal] = STATE(2364), - [sym_raw_string_literal] = STATE(2364), - [sym_boolean_literal] = STATE(2364), - [sym_line_comment] = STATE(472), - [sym_block_comment] = STATE(472), - [aux_sym_match_block_repeat1] = STATE(484), - [aux_sym_match_arm_repeat1] = STATE(767), + [STATE(466)] = { + [sym_line_comment] = STATE(466), + [sym_block_comment] = STATE(466), + [sym_identifier] = ACTIONS(1421), + [anon_sym_LPAREN] = ACTIONS(1419), + [anon_sym_LBRACK] = 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_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__] = ACTIONS(1421), + [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_COMMA] = ACTIONS(1419), + [anon_sym_COLON_COLON] = ACTIONS(1419), + [anon_sym_POUND] = ACTIONS(1419), + [anon_sym_as] = ACTIONS(1421), + [anon_sym_const] = ACTIONS(1421), + [anon_sym_default] = ACTIONS(1421), + [anon_sym_gen] = ACTIONS(1421), + [anon_sym_union] = ACTIONS(1421), + [anon_sym_ref] = ACTIONS(1421), + [sym_mutable_specifier] = 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(467)] = { + [sym_attribute_item] = STATE(1456), + [sym_inner_attribute_item] = STATE(1456), + [sym_bracketed_type] = STATE(3542), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3280), + [sym_macro_invocation] = STATE(2950), + [sym_scoped_identifier] = STATE(2165), + [sym_scoped_type_identifier] = STATE(2929), + [sym_match_arm] = STATE(1457), + [sym_last_match_arm] = STATE(3416), + [sym_match_pattern] = STATE(3442), + [sym_const_block] = STATE(2950), + [sym__pattern] = STATE(2787), + [sym_tuple_pattern] = STATE(2950), + [sym_slice_pattern] = STATE(2950), + [sym_tuple_struct_pattern] = STATE(2950), + [sym_struct_pattern] = STATE(2950), + [sym_remaining_field_pattern] = STATE(2950), + [sym_mut_pattern] = STATE(2950), + [sym_range_pattern] = STATE(2950), + [sym_ref_pattern] = STATE(2950), + [sym_captured_pattern] = STATE(2950), + [sym_reference_pattern] = STATE(2950), + [sym_or_pattern] = STATE(2950), + [sym__literal_pattern] = STATE(2375), + [sym_negative_literal] = STATE(2371), + [sym_string_literal] = STATE(2371), + [sym_raw_string_literal] = STATE(2371), + [sym_boolean_literal] = STATE(2371), + [sym_line_comment] = STATE(467), + [sym_block_comment] = STATE(467), + [aux_sym_match_block_repeat1] = STATE(483), + [aux_sym_match_arm_repeat1] = STATE(769), [sym_identifier] = ACTIONS(1645), [anon_sym_LPAREN] = ACTIONS(1647), [anon_sym_LBRACK] = ACTIONS(1649), - [anon_sym_RBRACE] = ACTIONS(1693), + [anon_sym_RBRACE] = ACTIONS(1689), [anon_sym_u8] = ACTIONS(1653), [anon_sym_i8] = ACTIONS(1653), [anon_sym_u16] = ACTIONS(1653), @@ -69042,127 +68710,376 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1687), [sym_float_literal] = ACTIONS(1677), }, - [473] = { - [sym_line_comment] = STATE(473), - [sym_block_comment] = STATE(473), - [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), - }, - [474] = { - [sym_attribute_item] = STATE(1468), - [sym_inner_attribute_item] = STATE(1468), - [sym_bracketed_type] = STATE(3553), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3287), - [sym_macro_invocation] = STATE(2757), - [sym_scoped_identifier] = STATE(2151), - [sym_scoped_type_identifier] = STATE(2982), - [sym_match_arm] = STATE(1469), - [sym_last_match_arm] = STATE(3342), - [sym_match_pattern] = STATE(3352), - [sym_const_block] = STATE(2757), - [sym__pattern] = STATE(2907), - [sym_tuple_pattern] = STATE(2757), - [sym_slice_pattern] = STATE(2757), - [sym_tuple_struct_pattern] = STATE(2757), - [sym_struct_pattern] = STATE(2757), - [sym_remaining_field_pattern] = STATE(2757), - [sym_mut_pattern] = STATE(2757), - [sym_range_pattern] = STATE(2757), - [sym_ref_pattern] = STATE(2757), - [sym_captured_pattern] = STATE(2757), - [sym_reference_pattern] = STATE(2757), - [sym_or_pattern] = STATE(2757), - [sym__literal_pattern] = STATE(2330), - [sym_negative_literal] = STATE(2364), - [sym_string_literal] = STATE(2364), - [sym_raw_string_literal] = STATE(2364), - [sym_boolean_literal] = STATE(2364), - [sym_line_comment] = STATE(474), - [sym_block_comment] = STATE(474), - [aux_sym_match_block_repeat1] = STATE(483), - [aux_sym_match_arm_repeat1] = STATE(767), + [STATE(468)] = { + [sym_line_comment] = STATE(468), + [sym_block_comment] = STATE(468), + [sym_identifier] = ACTIONS(1295), + [anon_sym_LPAREN] = ACTIONS(1293), + [anon_sym_LBRACK] = ACTIONS(1293), + [anon_sym_RBRACE] = ACTIONS(1293), + [anon_sym_PLUS] = ACTIONS(1295), + [anon_sym_STAR] = ACTIONS(1295), + [anon_sym_QMARK] = ACTIONS(1293), + [anon_sym_u8] = ACTIONS(1295), + [anon_sym_i8] = ACTIONS(1295), + [anon_sym_u16] = ACTIONS(1295), + [anon_sym_i16] = ACTIONS(1295), + [anon_sym_u32] = ACTIONS(1295), + [anon_sym_i32] = ACTIONS(1295), + [anon_sym_u64] = ACTIONS(1295), + [anon_sym_i64] = ACTIONS(1295), + [anon_sym_u128] = ACTIONS(1295), + [anon_sym_i128] = ACTIONS(1295), + [anon_sym_isize] = ACTIONS(1295), + [anon_sym_usize] = ACTIONS(1295), + [anon_sym_f32] = ACTIONS(1295), + [anon_sym_f64] = ACTIONS(1295), + [anon_sym_bool] = ACTIONS(1295), + [anon_sym_str] = ACTIONS(1295), + [anon_sym_char] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_SLASH] = ACTIONS(1295), + [anon_sym_PERCENT] = ACTIONS(1295), + [anon_sym_CARET] = ACTIONS(1295), + [anon_sym_AMP] = ACTIONS(1295), + [anon_sym_PIPE] = ACTIONS(1295), + [anon_sym_AMP_AMP] = ACTIONS(1293), + [anon_sym_PIPE_PIPE] = ACTIONS(1293), + [anon_sym_LT_LT] = ACTIONS(1295), + [anon_sym_GT_GT] = ACTIONS(1295), + [anon_sym_PLUS_EQ] = ACTIONS(1293), + [anon_sym_DASH_EQ] = ACTIONS(1293), + [anon_sym_STAR_EQ] = ACTIONS(1293), + [anon_sym_SLASH_EQ] = ACTIONS(1293), + [anon_sym_PERCENT_EQ] = ACTIONS(1293), + [anon_sym_CARET_EQ] = ACTIONS(1293), + [anon_sym_AMP_EQ] = ACTIONS(1293), + [anon_sym_PIPE_EQ] = ACTIONS(1293), + [anon_sym_LT_LT_EQ] = ACTIONS(1293), + [anon_sym_GT_GT_EQ] = ACTIONS(1293), + [anon_sym_EQ] = ACTIONS(1295), + [anon_sym_EQ_EQ] = ACTIONS(1293), + [anon_sym_BANG_EQ] = ACTIONS(1293), + [anon_sym_GT] = ACTIONS(1295), + [anon_sym_LT] = ACTIONS(1295), + [anon_sym_GT_EQ] = ACTIONS(1293), + [anon_sym_LT_EQ] = ACTIONS(1293), + [anon_sym__] = ACTIONS(1295), + [anon_sym_DOT] = ACTIONS(1295), + [anon_sym_DOT_DOT] = ACTIONS(1295), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1293), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1293), + [anon_sym_COMMA] = ACTIONS(1293), + [anon_sym_COLON_COLON] = ACTIONS(1293), + [anon_sym_POUND] = ACTIONS(1293), + [anon_sym_as] = ACTIONS(1295), + [anon_sym_const] = ACTIONS(1295), + [anon_sym_default] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1295), + [anon_sym_union] = ACTIONS(1295), + [anon_sym_ref] = ACTIONS(1295), + [sym_mutable_specifier] = ACTIONS(1295), + [sym_integer_literal] = ACTIONS(1293), + [aux_sym_string_literal_token1] = ACTIONS(1293), + [sym_char_literal] = ACTIONS(1293), + [anon_sym_true] = ACTIONS(1295), + [anon_sym_false] = ACTIONS(1295), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1295), + [sym_super] = ACTIONS(1295), + [sym_crate] = ACTIONS(1295), + [sym_metavariable] = ACTIONS(1293), + [sym__raw_string_literal_start] = ACTIONS(1293), + [sym_float_literal] = ACTIONS(1293), + }, + [STATE(469)] = { + [sym_line_comment] = STATE(469), + [sym_block_comment] = STATE(469), + [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), + [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), + }, + [STATE(470)] = { + [sym_line_comment] = STATE(470), + [sym_block_comment] = STATE(470), + [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(471)] = { + [sym_line_comment] = STATE(471), + [sym_block_comment] = STATE(471), + [sym_identifier] = ACTIONS(1283), + [anon_sym_LPAREN] = ACTIONS(1281), + [anon_sym_LBRACK] = ACTIONS(1281), + [anon_sym_RBRACE] = ACTIONS(1281), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_STAR] = ACTIONS(1283), + [anon_sym_QMARK] = ACTIONS(1281), + [anon_sym_u8] = ACTIONS(1283), + [anon_sym_i8] = ACTIONS(1283), + [anon_sym_u16] = ACTIONS(1283), + [anon_sym_i16] = ACTIONS(1283), + [anon_sym_u32] = ACTIONS(1283), + [anon_sym_i32] = ACTIONS(1283), + [anon_sym_u64] = ACTIONS(1283), + [anon_sym_i64] = ACTIONS(1283), + [anon_sym_u128] = ACTIONS(1283), + [anon_sym_i128] = ACTIONS(1283), + [anon_sym_isize] = ACTIONS(1283), + [anon_sym_usize] = ACTIONS(1283), + [anon_sym_f32] = ACTIONS(1283), + [anon_sym_f64] = ACTIONS(1283), + [anon_sym_bool] = ACTIONS(1283), + [anon_sym_str] = ACTIONS(1283), + [anon_sym_char] = ACTIONS(1283), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_SLASH] = ACTIONS(1283), + [anon_sym_PERCENT] = ACTIONS(1283), + [anon_sym_CARET] = ACTIONS(1283), + [anon_sym_AMP] = ACTIONS(1283), + [anon_sym_PIPE] = ACTIONS(1283), + [anon_sym_AMP_AMP] = ACTIONS(1281), + [anon_sym_PIPE_PIPE] = ACTIONS(1281), + [anon_sym_LT_LT] = ACTIONS(1283), + [anon_sym_GT_GT] = ACTIONS(1283), + [anon_sym_PLUS_EQ] = ACTIONS(1281), + [anon_sym_DASH_EQ] = ACTIONS(1281), + [anon_sym_STAR_EQ] = ACTIONS(1281), + [anon_sym_SLASH_EQ] = ACTIONS(1281), + [anon_sym_PERCENT_EQ] = ACTIONS(1281), + [anon_sym_CARET_EQ] = ACTIONS(1281), + [anon_sym_AMP_EQ] = ACTIONS(1281), + [anon_sym_PIPE_EQ] = ACTIONS(1281), + [anon_sym_LT_LT_EQ] = ACTIONS(1281), + [anon_sym_GT_GT_EQ] = ACTIONS(1281), + [anon_sym_EQ] = ACTIONS(1283), + [anon_sym_EQ_EQ] = ACTIONS(1281), + [anon_sym_BANG_EQ] = ACTIONS(1281), + [anon_sym_GT] = ACTIONS(1283), + [anon_sym_LT] = ACTIONS(1283), + [anon_sym_GT_EQ] = ACTIONS(1281), + [anon_sym_LT_EQ] = ACTIONS(1281), + [anon_sym__] = ACTIONS(1283), + [anon_sym_DOT] = ACTIONS(1283), + [anon_sym_DOT_DOT] = ACTIONS(1283), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1281), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1281), + [anon_sym_COMMA] = ACTIONS(1281), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_POUND] = ACTIONS(1281), + [anon_sym_as] = ACTIONS(1283), + [anon_sym_const] = ACTIONS(1283), + [anon_sym_default] = ACTIONS(1283), + [anon_sym_gen] = ACTIONS(1283), + [anon_sym_union] = ACTIONS(1283), + [anon_sym_ref] = ACTIONS(1283), + [sym_mutable_specifier] = ACTIONS(1283), + [sym_integer_literal] = ACTIONS(1281), + [aux_sym_string_literal_token1] = ACTIONS(1281), + [sym_char_literal] = ACTIONS(1281), + [anon_sym_true] = ACTIONS(1283), + [anon_sym_false] = ACTIONS(1283), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1283), + [sym_super] = ACTIONS(1283), + [sym_crate] = ACTIONS(1283), + [sym_metavariable] = ACTIONS(1281), + [sym__raw_string_literal_start] = ACTIONS(1281), + [sym_float_literal] = ACTIONS(1281), + }, + [STATE(472)] = { + [sym_attribute_item] = STATE(1456), + [sym_inner_attribute_item] = STATE(1456), + [sym_bracketed_type] = STATE(3542), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3280), + [sym_macro_invocation] = STATE(2950), + [sym_scoped_identifier] = STATE(2165), + [sym_scoped_type_identifier] = STATE(2929), + [sym_match_arm] = STATE(1457), + [sym_last_match_arm] = STATE(3448), + [sym_match_pattern] = STATE(3442), + [sym_const_block] = STATE(2950), + [sym__pattern] = STATE(2787), + [sym_tuple_pattern] = STATE(2950), + [sym_slice_pattern] = STATE(2950), + [sym_tuple_struct_pattern] = STATE(2950), + [sym_struct_pattern] = STATE(2950), + [sym_remaining_field_pattern] = STATE(2950), + [sym_mut_pattern] = STATE(2950), + [sym_range_pattern] = STATE(2950), + [sym_ref_pattern] = STATE(2950), + [sym_captured_pattern] = STATE(2950), + [sym_reference_pattern] = STATE(2950), + [sym_or_pattern] = STATE(2950), + [sym__literal_pattern] = STATE(2375), + [sym_negative_literal] = STATE(2371), + [sym_string_literal] = STATE(2371), + [sym_raw_string_literal] = STATE(2371), + [sym_boolean_literal] = STATE(2371), + [sym_line_comment] = STATE(472), + [sym_block_comment] = STATE(472), + [aux_sym_match_block_repeat1] = STATE(486), + [aux_sym_match_arm_repeat1] = STATE(769), [sym_identifier] = ACTIONS(1645), [anon_sym_LPAREN] = ACTIONS(1647), [anon_sym_LBRACK] = ACTIONS(1649), - [anon_sym_RBRACE] = ACTIONS(1695), + [anon_sym_RBRACE] = ACTIONS(1691), [anon_sym_u8] = ACTIONS(1653), [anon_sym_i8] = ACTIONS(1653), [anon_sym_u16] = ACTIONS(1653), @@ -69208,44 +69125,376 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1687), [sym_float_literal] = ACTIONS(1677), }, - [475] = { - [sym_attribute_item] = STATE(1468), - [sym_inner_attribute_item] = STATE(1468), - [sym_bracketed_type] = STATE(3553), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3287), - [sym_macro_invocation] = STATE(2757), - [sym_scoped_identifier] = STATE(2151), - [sym_scoped_type_identifier] = STATE(2982), - [sym_match_arm] = STATE(1469), - [sym_last_match_arm] = STATE(3506), - [sym_match_pattern] = STATE(3352), - [sym_const_block] = STATE(2757), - [sym__pattern] = STATE(2907), - [sym_tuple_pattern] = STATE(2757), - [sym_slice_pattern] = STATE(2757), - [sym_tuple_struct_pattern] = STATE(2757), - [sym_struct_pattern] = STATE(2757), - [sym_remaining_field_pattern] = STATE(2757), - [sym_mut_pattern] = STATE(2757), - [sym_range_pattern] = STATE(2757), - [sym_ref_pattern] = STATE(2757), - [sym_captured_pattern] = STATE(2757), - [sym_reference_pattern] = STATE(2757), - [sym_or_pattern] = STATE(2757), - [sym__literal_pattern] = STATE(2330), - [sym_negative_literal] = STATE(2364), - [sym_string_literal] = STATE(2364), - [sym_raw_string_literal] = STATE(2364), - [sym_boolean_literal] = STATE(2364), + [STATE(473)] = { + [sym_line_comment] = STATE(473), + [sym_block_comment] = STATE(473), + [sym_identifier] = ACTIONS(1279), + [anon_sym_LPAREN] = ACTIONS(1277), + [anon_sym_LBRACK] = ACTIONS(1277), + [anon_sym_RBRACE] = ACTIONS(1277), + [anon_sym_PLUS] = ACTIONS(1279), + [anon_sym_STAR] = ACTIONS(1279), + [anon_sym_QMARK] = ACTIONS(1277), + [anon_sym_u8] = ACTIONS(1279), + [anon_sym_i8] = ACTIONS(1279), + [anon_sym_u16] = ACTIONS(1279), + [anon_sym_i16] = ACTIONS(1279), + [anon_sym_u32] = ACTIONS(1279), + [anon_sym_i32] = ACTIONS(1279), + [anon_sym_u64] = ACTIONS(1279), + [anon_sym_i64] = ACTIONS(1279), + [anon_sym_u128] = ACTIONS(1279), + [anon_sym_i128] = ACTIONS(1279), + [anon_sym_isize] = ACTIONS(1279), + [anon_sym_usize] = ACTIONS(1279), + [anon_sym_f32] = ACTIONS(1279), + [anon_sym_f64] = ACTIONS(1279), + [anon_sym_bool] = ACTIONS(1279), + [anon_sym_str] = ACTIONS(1279), + [anon_sym_char] = ACTIONS(1279), + [anon_sym_DASH] = ACTIONS(1279), + [anon_sym_SLASH] = ACTIONS(1279), + [anon_sym_PERCENT] = ACTIONS(1279), + [anon_sym_CARET] = ACTIONS(1279), + [anon_sym_AMP] = ACTIONS(1279), + [anon_sym_PIPE] = ACTIONS(1279), + [anon_sym_AMP_AMP] = ACTIONS(1277), + [anon_sym_PIPE_PIPE] = ACTIONS(1277), + [anon_sym_LT_LT] = ACTIONS(1279), + [anon_sym_GT_GT] = ACTIONS(1279), + [anon_sym_PLUS_EQ] = ACTIONS(1277), + [anon_sym_DASH_EQ] = ACTIONS(1277), + [anon_sym_STAR_EQ] = ACTIONS(1277), + [anon_sym_SLASH_EQ] = ACTIONS(1277), + [anon_sym_PERCENT_EQ] = ACTIONS(1277), + [anon_sym_CARET_EQ] = ACTIONS(1277), + [anon_sym_AMP_EQ] = ACTIONS(1277), + [anon_sym_PIPE_EQ] = ACTIONS(1277), + [anon_sym_LT_LT_EQ] = ACTIONS(1277), + [anon_sym_GT_GT_EQ] = ACTIONS(1277), + [anon_sym_EQ] = ACTIONS(1279), + [anon_sym_EQ_EQ] = ACTIONS(1277), + [anon_sym_BANG_EQ] = ACTIONS(1277), + [anon_sym_GT] = ACTIONS(1279), + [anon_sym_LT] = ACTIONS(1279), + [anon_sym_GT_EQ] = ACTIONS(1277), + [anon_sym_LT_EQ] = ACTIONS(1277), + [anon_sym__] = ACTIONS(1279), + [anon_sym_DOT] = ACTIONS(1279), + [anon_sym_DOT_DOT] = ACTIONS(1279), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1277), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COMMA] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1277), + [anon_sym_POUND] = ACTIONS(1277), + [anon_sym_as] = ACTIONS(1279), + [anon_sym_const] = ACTIONS(1279), + [anon_sym_default] = ACTIONS(1279), + [anon_sym_gen] = ACTIONS(1279), + [anon_sym_union] = ACTIONS(1279), + [anon_sym_ref] = ACTIONS(1279), + [sym_mutable_specifier] = ACTIONS(1279), + [sym_integer_literal] = ACTIONS(1277), + [aux_sym_string_literal_token1] = ACTIONS(1277), + [sym_char_literal] = ACTIONS(1277), + [anon_sym_true] = ACTIONS(1279), + [anon_sym_false] = ACTIONS(1279), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1279), + [sym_super] = ACTIONS(1279), + [sym_crate] = ACTIONS(1279), + [sym_metavariable] = ACTIONS(1277), + [sym__raw_string_literal_start] = ACTIONS(1277), + [sym_float_literal] = ACTIONS(1277), + }, + [STATE(474)] = { + [sym_line_comment] = STATE(474), + [sym_block_comment] = STATE(474), + [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), + }, + [STATE(475)] = { [sym_line_comment] = STATE(475), [sym_block_comment] = STATE(475), - [aux_sym_match_block_repeat1] = STATE(485), - [aux_sym_match_arm_repeat1] = STATE(767), + [sym_identifier] = ACTIONS(1425), + [anon_sym_LPAREN] = ACTIONS(1423), + [anon_sym_LBRACK] = ACTIONS(1423), + [anon_sym_RBRACE] = ACTIONS(1423), + [anon_sym_PLUS] = ACTIONS(1425), + [anon_sym_STAR] = ACTIONS(1425), + [anon_sym_QMARK] = ACTIONS(1423), + [anon_sym_u8] = ACTIONS(1425), + [anon_sym_i8] = ACTIONS(1425), + [anon_sym_u16] = ACTIONS(1425), + [anon_sym_i16] = ACTIONS(1425), + [anon_sym_u32] = ACTIONS(1425), + [anon_sym_i32] = ACTIONS(1425), + [anon_sym_u64] = ACTIONS(1425), + [anon_sym_i64] = ACTIONS(1425), + [anon_sym_u128] = ACTIONS(1425), + [anon_sym_i128] = ACTIONS(1425), + [anon_sym_isize] = ACTIONS(1425), + [anon_sym_usize] = ACTIONS(1425), + [anon_sym_f32] = ACTIONS(1425), + [anon_sym_f64] = ACTIONS(1425), + [anon_sym_bool] = ACTIONS(1425), + [anon_sym_str] = ACTIONS(1425), + [anon_sym_char] = ACTIONS(1425), + [anon_sym_DASH] = ACTIONS(1425), + [anon_sym_SLASH] = ACTIONS(1425), + [anon_sym_PERCENT] = ACTIONS(1425), + [anon_sym_CARET] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1425), + [anon_sym_PIPE] = ACTIONS(1425), + [anon_sym_AMP_AMP] = ACTIONS(1423), + [anon_sym_PIPE_PIPE] = ACTIONS(1423), + [anon_sym_LT_LT] = ACTIONS(1425), + [anon_sym_GT_GT] = ACTIONS(1425), + [anon_sym_PLUS_EQ] = ACTIONS(1423), + [anon_sym_DASH_EQ] = ACTIONS(1423), + [anon_sym_STAR_EQ] = ACTIONS(1423), + [anon_sym_SLASH_EQ] = ACTIONS(1423), + [anon_sym_PERCENT_EQ] = ACTIONS(1423), + [anon_sym_CARET_EQ] = ACTIONS(1423), + [anon_sym_AMP_EQ] = ACTIONS(1423), + [anon_sym_PIPE_EQ] = ACTIONS(1423), + [anon_sym_LT_LT_EQ] = ACTIONS(1423), + [anon_sym_GT_GT_EQ] = ACTIONS(1423), + [anon_sym_EQ] = ACTIONS(1425), + [anon_sym_EQ_EQ] = ACTIONS(1423), + [anon_sym_BANG_EQ] = ACTIONS(1423), + [anon_sym_GT] = ACTIONS(1425), + [anon_sym_LT] = ACTIONS(1425), + [anon_sym_GT_EQ] = ACTIONS(1423), + [anon_sym_LT_EQ] = ACTIONS(1423), + [anon_sym__] = ACTIONS(1425), + [anon_sym_DOT] = ACTIONS(1425), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1423), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1423), + [anon_sym_COMMA] = ACTIONS(1423), + [anon_sym_COLON_COLON] = ACTIONS(1423), + [anon_sym_POUND] = ACTIONS(1423), + [anon_sym_as] = ACTIONS(1425), + [anon_sym_const] = ACTIONS(1425), + [anon_sym_default] = ACTIONS(1425), + [anon_sym_gen] = ACTIONS(1425), + [anon_sym_union] = ACTIONS(1425), + [anon_sym_ref] = ACTIONS(1425), + [sym_mutable_specifier] = ACTIONS(1425), + [sym_integer_literal] = ACTIONS(1423), + [aux_sym_string_literal_token1] = ACTIONS(1423), + [sym_char_literal] = ACTIONS(1423), + [anon_sym_true] = ACTIONS(1425), + [anon_sym_false] = ACTIONS(1425), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1425), + [sym_super] = ACTIONS(1425), + [sym_crate] = ACTIONS(1425), + [sym_metavariable] = ACTIONS(1423), + [sym__raw_string_literal_start] = ACTIONS(1423), + [sym_float_literal] = ACTIONS(1423), + }, + [STATE(476)] = { + [sym_line_comment] = STATE(476), + [sym_block_comment] = STATE(476), + [sym_identifier] = ACTIONS(1437), + [anon_sym_LPAREN] = ACTIONS(1435), + [anon_sym_LBRACK] = ACTIONS(1435), + [anon_sym_RBRACE] = ACTIONS(1435), + [anon_sym_PLUS] = ACTIONS(1437), + [anon_sym_STAR] = ACTIONS(1437), + [anon_sym_QMARK] = ACTIONS(1435), + [anon_sym_u8] = ACTIONS(1437), + [anon_sym_i8] = ACTIONS(1437), + [anon_sym_u16] = ACTIONS(1437), + [anon_sym_i16] = ACTIONS(1437), + [anon_sym_u32] = ACTIONS(1437), + [anon_sym_i32] = ACTIONS(1437), + [anon_sym_u64] = ACTIONS(1437), + [anon_sym_i64] = ACTIONS(1437), + [anon_sym_u128] = ACTIONS(1437), + [anon_sym_i128] = ACTIONS(1437), + [anon_sym_isize] = ACTIONS(1437), + [anon_sym_usize] = ACTIONS(1437), + [anon_sym_f32] = ACTIONS(1437), + [anon_sym_f64] = ACTIONS(1437), + [anon_sym_bool] = ACTIONS(1437), + [anon_sym_str] = ACTIONS(1437), + [anon_sym_char] = ACTIONS(1437), + [anon_sym_DASH] = ACTIONS(1437), + [anon_sym_SLASH] = ACTIONS(1437), + [anon_sym_PERCENT] = ACTIONS(1437), + [anon_sym_CARET] = ACTIONS(1437), + [anon_sym_AMP] = ACTIONS(1437), + [anon_sym_PIPE] = ACTIONS(1437), + [anon_sym_AMP_AMP] = ACTIONS(1435), + [anon_sym_PIPE_PIPE] = ACTIONS(1435), + [anon_sym_LT_LT] = ACTIONS(1437), + [anon_sym_GT_GT] = ACTIONS(1437), + [anon_sym_PLUS_EQ] = ACTIONS(1435), + [anon_sym_DASH_EQ] = ACTIONS(1435), + [anon_sym_STAR_EQ] = ACTIONS(1435), + [anon_sym_SLASH_EQ] = ACTIONS(1435), + [anon_sym_PERCENT_EQ] = ACTIONS(1435), + [anon_sym_CARET_EQ] = ACTIONS(1435), + [anon_sym_AMP_EQ] = ACTIONS(1435), + [anon_sym_PIPE_EQ] = ACTIONS(1435), + [anon_sym_LT_LT_EQ] = ACTIONS(1435), + [anon_sym_GT_GT_EQ] = ACTIONS(1435), + [anon_sym_EQ] = ACTIONS(1437), + [anon_sym_EQ_EQ] = ACTIONS(1435), + [anon_sym_BANG_EQ] = ACTIONS(1435), + [anon_sym_GT] = ACTIONS(1437), + [anon_sym_LT] = ACTIONS(1437), + [anon_sym_GT_EQ] = ACTIONS(1435), + [anon_sym_LT_EQ] = ACTIONS(1435), + [anon_sym__] = ACTIONS(1437), + [anon_sym_DOT] = ACTIONS(1437), + [anon_sym_DOT_DOT] = ACTIONS(1437), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1435), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1435), + [anon_sym_COMMA] = ACTIONS(1435), + [anon_sym_COLON_COLON] = ACTIONS(1435), + [anon_sym_POUND] = ACTIONS(1435), + [anon_sym_as] = ACTIONS(1437), + [anon_sym_const] = ACTIONS(1437), + [anon_sym_default] = ACTIONS(1437), + [anon_sym_gen] = ACTIONS(1437), + [anon_sym_union] = ACTIONS(1437), + [anon_sym_ref] = ACTIONS(1437), + [sym_mutable_specifier] = ACTIONS(1437), + [sym_integer_literal] = ACTIONS(1435), + [aux_sym_string_literal_token1] = ACTIONS(1435), + [sym_char_literal] = ACTIONS(1435), + [anon_sym_true] = ACTIONS(1437), + [anon_sym_false] = ACTIONS(1437), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1437), + [sym_super] = ACTIONS(1437), + [sym_crate] = ACTIONS(1437), + [sym_metavariable] = ACTIONS(1435), + [sym__raw_string_literal_start] = ACTIONS(1435), + [sym_float_literal] = ACTIONS(1435), + }, + [STATE(477)] = { + [sym_attribute_item] = STATE(1456), + [sym_inner_attribute_item] = STATE(1456), + [sym_bracketed_type] = STATE(3542), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3280), + [sym_macro_invocation] = STATE(2950), + [sym_scoped_identifier] = STATE(2165), + [sym_scoped_type_identifier] = STATE(2929), + [sym_match_arm] = STATE(1457), + [sym_last_match_arm] = STATE(3383), + [sym_match_pattern] = STATE(3442), + [sym_const_block] = STATE(2950), + [sym__pattern] = STATE(2787), + [sym_tuple_pattern] = STATE(2950), + [sym_slice_pattern] = STATE(2950), + [sym_tuple_struct_pattern] = STATE(2950), + [sym_struct_pattern] = STATE(2950), + [sym_remaining_field_pattern] = STATE(2950), + [sym_mut_pattern] = STATE(2950), + [sym_range_pattern] = STATE(2950), + [sym_ref_pattern] = STATE(2950), + [sym_captured_pattern] = STATE(2950), + [sym_reference_pattern] = STATE(2950), + [sym_or_pattern] = STATE(2950), + [sym__literal_pattern] = STATE(2375), + [sym_negative_literal] = STATE(2371), + [sym_string_literal] = STATE(2371), + [sym_raw_string_literal] = STATE(2371), + [sym_boolean_literal] = STATE(2371), + [sym_line_comment] = STATE(477), + [sym_block_comment] = STATE(477), + [aux_sym_match_block_repeat1] = STATE(484), + [aux_sym_match_arm_repeat1] = STATE(769), [sym_identifier] = ACTIONS(1645), [anon_sym_LPAREN] = ACTIONS(1647), [anon_sym_LBRACK] = ACTIONS(1649), - [anon_sym_RBRACE] = ACTIONS(1697), + [anon_sym_RBRACE] = ACTIONS(1693), [anon_sym_u8] = ACTIONS(1653), [anon_sym_i8] = ACTIONS(1653), [anon_sym_u16] = ACTIONS(1653), @@ -69291,9 +69540,341 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1687), [sym_float_literal] = ACTIONS(1677), }, - [476] = { - [sym_line_comment] = STATE(476), - [sym_block_comment] = STATE(476), + [STATE(478)] = { + [sym_line_comment] = STATE(478), + [sym_block_comment] = STATE(478), + [sym_identifier] = ACTIONS(1429), + [anon_sym_LPAREN] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1427), + [anon_sym_RBRACE] = ACTIONS(1427), + [anon_sym_PLUS] = ACTIONS(1429), + [anon_sym_STAR] = ACTIONS(1429), + [anon_sym_QMARK] = ACTIONS(1427), + [anon_sym_u8] = ACTIONS(1429), + [anon_sym_i8] = ACTIONS(1429), + [anon_sym_u16] = ACTIONS(1429), + [anon_sym_i16] = ACTIONS(1429), + [anon_sym_u32] = ACTIONS(1429), + [anon_sym_i32] = ACTIONS(1429), + [anon_sym_u64] = ACTIONS(1429), + [anon_sym_i64] = ACTIONS(1429), + [anon_sym_u128] = ACTIONS(1429), + [anon_sym_i128] = ACTIONS(1429), + [anon_sym_isize] = ACTIONS(1429), + [anon_sym_usize] = ACTIONS(1429), + [anon_sym_f32] = ACTIONS(1429), + [anon_sym_f64] = ACTIONS(1429), + [anon_sym_bool] = ACTIONS(1429), + [anon_sym_str] = ACTIONS(1429), + [anon_sym_char] = ACTIONS(1429), + [anon_sym_DASH] = ACTIONS(1429), + [anon_sym_SLASH] = ACTIONS(1429), + [anon_sym_PERCENT] = ACTIONS(1429), + [anon_sym_CARET] = ACTIONS(1429), + [anon_sym_AMP] = ACTIONS(1429), + [anon_sym_PIPE] = ACTIONS(1429), + [anon_sym_AMP_AMP] = ACTIONS(1427), + [anon_sym_PIPE_PIPE] = ACTIONS(1427), + [anon_sym_LT_LT] = ACTIONS(1429), + [anon_sym_GT_GT] = ACTIONS(1429), + [anon_sym_PLUS_EQ] = ACTIONS(1427), + [anon_sym_DASH_EQ] = ACTIONS(1427), + [anon_sym_STAR_EQ] = ACTIONS(1427), + [anon_sym_SLASH_EQ] = ACTIONS(1427), + [anon_sym_PERCENT_EQ] = ACTIONS(1427), + [anon_sym_CARET_EQ] = ACTIONS(1427), + [anon_sym_AMP_EQ] = ACTIONS(1427), + [anon_sym_PIPE_EQ] = ACTIONS(1427), + [anon_sym_LT_LT_EQ] = ACTIONS(1427), + [anon_sym_GT_GT_EQ] = ACTIONS(1427), + [anon_sym_EQ] = ACTIONS(1429), + [anon_sym_EQ_EQ] = ACTIONS(1427), + [anon_sym_BANG_EQ] = ACTIONS(1427), + [anon_sym_GT] = ACTIONS(1429), + [anon_sym_LT] = ACTIONS(1429), + [anon_sym_GT_EQ] = ACTIONS(1427), + [anon_sym_LT_EQ] = ACTIONS(1427), + [anon_sym__] = ACTIONS(1429), + [anon_sym_DOT] = ACTIONS(1429), + [anon_sym_DOT_DOT] = ACTIONS(1429), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1427), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1427), + [anon_sym_COMMA] = ACTIONS(1427), + [anon_sym_COLON_COLON] = ACTIONS(1427), + [anon_sym_POUND] = ACTIONS(1427), + [anon_sym_as] = ACTIONS(1429), + [anon_sym_const] = ACTIONS(1429), + [anon_sym_default] = ACTIONS(1429), + [anon_sym_gen] = ACTIONS(1429), + [anon_sym_union] = ACTIONS(1429), + [anon_sym_ref] = ACTIONS(1429), + [sym_mutable_specifier] = ACTIONS(1429), + [sym_integer_literal] = ACTIONS(1427), + [aux_sym_string_literal_token1] = ACTIONS(1427), + [sym_char_literal] = ACTIONS(1427), + [anon_sym_true] = ACTIONS(1429), + [anon_sym_false] = ACTIONS(1429), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1429), + [sym_super] = ACTIONS(1429), + [sym_crate] = ACTIONS(1429), + [sym_metavariable] = ACTIONS(1427), + [sym__raw_string_literal_start] = ACTIONS(1427), + [sym_float_literal] = ACTIONS(1427), + }, + [STATE(479)] = { + [sym_line_comment] = STATE(479), + [sym_block_comment] = STATE(479), + [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(480)] = { + [sym_line_comment] = STATE(480), + [sym_block_comment] = STATE(480), + [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(481)] = { + [sym_line_comment] = STATE(481), + [sym_block_comment] = STATE(481), + [sym_identifier] = ACTIONS(1695), + [anon_sym_LPAREN] = ACTIONS(1697), + [anon_sym_LBRACK] = ACTIONS(1697), + [anon_sym_RBRACE] = ACTIONS(1413), + [anon_sym_PLUS] = ACTIONS(1411), + [anon_sym_STAR] = ACTIONS(1411), + [anon_sym_QMARK] = ACTIONS(1413), + [anon_sym_u8] = ACTIONS(1695), + [anon_sym_i8] = ACTIONS(1695), + [anon_sym_u16] = ACTIONS(1695), + [anon_sym_i16] = ACTIONS(1695), + [anon_sym_u32] = ACTIONS(1695), + [anon_sym_i32] = ACTIONS(1695), + [anon_sym_u64] = ACTIONS(1695), + [anon_sym_i64] = ACTIONS(1695), + [anon_sym_u128] = ACTIONS(1695), + [anon_sym_i128] = ACTIONS(1695), + [anon_sym_isize] = ACTIONS(1695), + [anon_sym_usize] = ACTIONS(1695), + [anon_sym_f32] = ACTIONS(1695), + [anon_sym_f64] = ACTIONS(1695), + [anon_sym_bool] = ACTIONS(1695), + [anon_sym_str] = ACTIONS(1695), + [anon_sym_char] = ACTIONS(1695), + [anon_sym_DASH] = ACTIONS(1695), + [anon_sym_SLASH] = ACTIONS(1411), + [anon_sym_PERCENT] = ACTIONS(1411), + [anon_sym_CARET] = ACTIONS(1411), + [anon_sym_AMP] = ACTIONS(1695), + [anon_sym_PIPE] = ACTIONS(1695), + [anon_sym_AMP_AMP] = ACTIONS(1413), + [anon_sym_PIPE_PIPE] = ACTIONS(1413), + [anon_sym_LT_LT] = ACTIONS(1411), + [anon_sym_GT_GT] = ACTIONS(1411), + [anon_sym_PLUS_EQ] = ACTIONS(1413), + [anon_sym_DASH_EQ] = ACTIONS(1413), + [anon_sym_STAR_EQ] = ACTIONS(1413), + [anon_sym_SLASH_EQ] = ACTIONS(1413), + [anon_sym_PERCENT_EQ] = ACTIONS(1413), + [anon_sym_CARET_EQ] = ACTIONS(1413), + [anon_sym_AMP_EQ] = ACTIONS(1413), + [anon_sym_PIPE_EQ] = ACTIONS(1413), + [anon_sym_LT_LT_EQ] = ACTIONS(1413), + [anon_sym_GT_GT_EQ] = ACTIONS(1413), + [anon_sym_EQ] = ACTIONS(1411), + [anon_sym_EQ_EQ] = ACTIONS(1413), + [anon_sym_BANG_EQ] = ACTIONS(1413), + [anon_sym_GT] = ACTIONS(1411), + [anon_sym_LT] = ACTIONS(1695), + [anon_sym_GT_EQ] = ACTIONS(1413), + [anon_sym_LT_EQ] = ACTIONS(1413), + [anon_sym__] = ACTIONS(1695), + [anon_sym_DOT] = ACTIONS(1411), + [anon_sym_DOT_DOT] = ACTIONS(1695), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1413), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1413), + [anon_sym_COMMA] = ACTIONS(1413), + [anon_sym_COLON_COLON] = ACTIONS(1697), + [anon_sym_POUND] = ACTIONS(1697), + [anon_sym_as] = ACTIONS(1411), + [anon_sym_const] = ACTIONS(1695), + [anon_sym_default] = ACTIONS(1695), + [anon_sym_gen] = ACTIONS(1695), + [anon_sym_union] = ACTIONS(1695), + [anon_sym_ref] = ACTIONS(1695), + [sym_mutable_specifier] = ACTIONS(1695), + [sym_integer_literal] = ACTIONS(1697), + [aux_sym_string_literal_token1] = ACTIONS(1697), + [sym_char_literal] = ACTIONS(1697), + [anon_sym_true] = ACTIONS(1695), + [anon_sym_false] = ACTIONS(1695), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1695), + [sym_super] = ACTIONS(1695), + [sym_crate] = ACTIONS(1695), + [sym_metavariable] = ACTIONS(1697), + [sym__raw_string_literal_start] = ACTIONS(1697), + [sym_float_literal] = ACTIONS(1697), + }, + [STATE(482)] = { + [sym_line_comment] = STATE(482), + [sym_block_comment] = STATE(482), [sym_identifier] = ACTIONS(1481), [anon_sym_LPAREN] = ACTIONS(1479), [anon_sym_LBRACK] = ACTIONS(1479), @@ -69374,538 +69955,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1479), [sym_float_literal] = ACTIONS(1479), }, - [477] = { - [sym_line_comment] = STATE(477), - [sym_block_comment] = STATE(477), - [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), - }, - [478] = { - [sym_line_comment] = STATE(478), - [sym_block_comment] = STATE(478), - [sym_identifier] = ACTIONS(1489), - [anon_sym_LPAREN] = ACTIONS(1487), - [anon_sym_LBRACK] = ACTIONS(1487), - [anon_sym_RBRACE] = ACTIONS(1487), - [anon_sym_PLUS] = ACTIONS(1489), - [anon_sym_STAR] = ACTIONS(1489), - [anon_sym_QMARK] = ACTIONS(1487), - [anon_sym_u8] = ACTIONS(1489), - [anon_sym_i8] = ACTIONS(1489), - [anon_sym_u16] = ACTIONS(1489), - [anon_sym_i16] = ACTIONS(1489), - [anon_sym_u32] = ACTIONS(1489), - [anon_sym_i32] = ACTIONS(1489), - [anon_sym_u64] = ACTIONS(1489), - [anon_sym_i64] = ACTIONS(1489), - [anon_sym_u128] = ACTIONS(1489), - [anon_sym_i128] = ACTIONS(1489), - [anon_sym_isize] = ACTIONS(1489), - [anon_sym_usize] = ACTIONS(1489), - [anon_sym_f32] = ACTIONS(1489), - [anon_sym_f64] = ACTIONS(1489), - [anon_sym_bool] = ACTIONS(1489), - [anon_sym_str] = ACTIONS(1489), - [anon_sym_char] = ACTIONS(1489), - [anon_sym_DASH] = ACTIONS(1489), - [anon_sym_SLASH] = ACTIONS(1489), - [anon_sym_PERCENT] = ACTIONS(1489), - [anon_sym_CARET] = ACTIONS(1489), - [anon_sym_AMP] = ACTIONS(1489), - [anon_sym_PIPE] = ACTIONS(1489), - [anon_sym_AMP_AMP] = ACTIONS(1487), - [anon_sym_PIPE_PIPE] = ACTIONS(1487), - [anon_sym_LT_LT] = ACTIONS(1489), - [anon_sym_GT_GT] = ACTIONS(1489), - [anon_sym_PLUS_EQ] = ACTIONS(1487), - [anon_sym_DASH_EQ] = ACTIONS(1487), - [anon_sym_STAR_EQ] = ACTIONS(1487), - [anon_sym_SLASH_EQ] = ACTIONS(1487), - [anon_sym_PERCENT_EQ] = ACTIONS(1487), - [anon_sym_CARET_EQ] = ACTIONS(1487), - [anon_sym_AMP_EQ] = ACTIONS(1487), - [anon_sym_PIPE_EQ] = ACTIONS(1487), - [anon_sym_LT_LT_EQ] = ACTIONS(1487), - [anon_sym_GT_GT_EQ] = ACTIONS(1487), - [anon_sym_EQ] = ACTIONS(1489), - [anon_sym_EQ_EQ] = ACTIONS(1487), - [anon_sym_BANG_EQ] = ACTIONS(1487), - [anon_sym_GT] = ACTIONS(1489), - [anon_sym_LT] = ACTIONS(1489), - [anon_sym_GT_EQ] = ACTIONS(1487), - [anon_sym_LT_EQ] = ACTIONS(1487), - [anon_sym__] = ACTIONS(1489), - [anon_sym_DOT] = ACTIONS(1489), - [anon_sym_DOT_DOT] = ACTIONS(1489), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1487), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1487), - [anon_sym_COMMA] = ACTIONS(1487), - [anon_sym_COLON_COLON] = ACTIONS(1487), - [anon_sym_POUND] = ACTIONS(1487), - [anon_sym_as] = ACTIONS(1489), - [anon_sym_const] = ACTIONS(1489), - [anon_sym_default] = ACTIONS(1489), - [anon_sym_gen] = ACTIONS(1489), - [anon_sym_union] = ACTIONS(1489), - [anon_sym_ref] = ACTIONS(1489), - [sym_mutable_specifier] = ACTIONS(1489), - [sym_integer_literal] = ACTIONS(1487), - [aux_sym_string_literal_token1] = ACTIONS(1487), - [sym_char_literal] = ACTIONS(1487), - [anon_sym_true] = ACTIONS(1489), - [anon_sym_false] = ACTIONS(1489), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1489), - [sym_super] = ACTIONS(1489), - [sym_crate] = ACTIONS(1489), - [sym_metavariable] = ACTIONS(1487), - [sym__raw_string_literal_start] = ACTIONS(1487), - [sym_float_literal] = ACTIONS(1487), - }, - [479] = { - [sym_line_comment] = STATE(479), - [sym_block_comment] = STATE(479), - [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), - }, - [480] = { - [sym_line_comment] = STATE(480), - [sym_block_comment] = STATE(480), - [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), - }, - [481] = { - [sym_line_comment] = STATE(481), - [sym_block_comment] = STATE(481), - [sym_identifier] = ACTIONS(1279), - [anon_sym_LPAREN] = ACTIONS(1277), - [anon_sym_LBRACK] = ACTIONS(1277), - [anon_sym_RBRACE] = ACTIONS(1277), - [anon_sym_PLUS] = ACTIONS(1279), - [anon_sym_STAR] = ACTIONS(1279), - [anon_sym_QMARK] = ACTIONS(1277), - [anon_sym_u8] = ACTIONS(1279), - [anon_sym_i8] = ACTIONS(1279), - [anon_sym_u16] = ACTIONS(1279), - [anon_sym_i16] = ACTIONS(1279), - [anon_sym_u32] = ACTIONS(1279), - [anon_sym_i32] = ACTIONS(1279), - [anon_sym_u64] = ACTIONS(1279), - [anon_sym_i64] = ACTIONS(1279), - [anon_sym_u128] = ACTIONS(1279), - [anon_sym_i128] = ACTIONS(1279), - [anon_sym_isize] = ACTIONS(1279), - [anon_sym_usize] = ACTIONS(1279), - [anon_sym_f32] = ACTIONS(1279), - [anon_sym_f64] = ACTIONS(1279), - [anon_sym_bool] = ACTIONS(1279), - [anon_sym_str] = ACTIONS(1279), - [anon_sym_char] = ACTIONS(1279), - [anon_sym_DASH] = ACTIONS(1279), - [anon_sym_SLASH] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1279), - [anon_sym_CARET] = ACTIONS(1279), - [anon_sym_AMP] = ACTIONS(1279), - [anon_sym_PIPE] = ACTIONS(1279), - [anon_sym_AMP_AMP] = ACTIONS(1277), - [anon_sym_PIPE_PIPE] = ACTIONS(1277), - [anon_sym_LT_LT] = ACTIONS(1279), - [anon_sym_GT_GT] = ACTIONS(1279), - [anon_sym_PLUS_EQ] = ACTIONS(1277), - [anon_sym_DASH_EQ] = ACTIONS(1277), - [anon_sym_STAR_EQ] = ACTIONS(1277), - [anon_sym_SLASH_EQ] = ACTIONS(1277), - [anon_sym_PERCENT_EQ] = ACTIONS(1277), - [anon_sym_CARET_EQ] = ACTIONS(1277), - [anon_sym_AMP_EQ] = ACTIONS(1277), - [anon_sym_PIPE_EQ] = ACTIONS(1277), - [anon_sym_LT_LT_EQ] = ACTIONS(1277), - [anon_sym_GT_GT_EQ] = ACTIONS(1277), - [anon_sym_EQ] = ACTIONS(1279), - [anon_sym_EQ_EQ] = ACTIONS(1277), - [anon_sym_BANG_EQ] = ACTIONS(1277), - [anon_sym_GT] = ACTIONS(1279), - [anon_sym_LT] = ACTIONS(1279), - [anon_sym_GT_EQ] = ACTIONS(1277), - [anon_sym_LT_EQ] = ACTIONS(1277), - [anon_sym__] = ACTIONS(1279), - [anon_sym_DOT] = ACTIONS(1279), - [anon_sym_DOT_DOT] = ACTIONS(1279), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1277), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), - [anon_sym_COMMA] = ACTIONS(1277), - [anon_sym_COLON_COLON] = ACTIONS(1277), - [anon_sym_POUND] = ACTIONS(1277), - [anon_sym_as] = ACTIONS(1279), - [anon_sym_const] = ACTIONS(1279), - [anon_sym_default] = ACTIONS(1279), - [anon_sym_gen] = ACTIONS(1279), - [anon_sym_union] = ACTIONS(1279), - [anon_sym_ref] = ACTIONS(1279), - [sym_mutable_specifier] = ACTIONS(1279), - [sym_integer_literal] = ACTIONS(1277), - [aux_sym_string_literal_token1] = ACTIONS(1277), - [sym_char_literal] = ACTIONS(1277), - [anon_sym_true] = ACTIONS(1279), - [anon_sym_false] = ACTIONS(1279), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1279), - [sym_super] = ACTIONS(1279), - [sym_crate] = ACTIONS(1279), - [sym_metavariable] = ACTIONS(1277), - [sym__raw_string_literal_start] = ACTIONS(1277), - [sym_float_literal] = ACTIONS(1277), - }, - [482] = { - [sym_line_comment] = STATE(482), - [sym_block_comment] = STATE(482), - [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), - }, - [483] = { - [sym_attribute_item] = STATE(1468), - [sym_inner_attribute_item] = STATE(1468), - [sym_bracketed_type] = STATE(3553), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3287), - [sym_macro_invocation] = STATE(2757), - [sym_scoped_identifier] = STATE(2151), - [sym_scoped_type_identifier] = STATE(2982), - [sym_match_arm] = STATE(1469), - [sym_last_match_arm] = STATE(3534), - [sym_match_pattern] = STATE(3352), - [sym_const_block] = STATE(2757), - [sym__pattern] = STATE(2907), - [sym_tuple_pattern] = STATE(2757), - [sym_slice_pattern] = STATE(2757), - [sym_tuple_struct_pattern] = STATE(2757), - [sym_struct_pattern] = STATE(2757), - [sym_remaining_field_pattern] = STATE(2757), - [sym_mut_pattern] = STATE(2757), - [sym_range_pattern] = STATE(2757), - [sym_ref_pattern] = STATE(2757), - [sym_captured_pattern] = STATE(2757), - [sym_reference_pattern] = STATE(2757), - [sym_or_pattern] = STATE(2757), - [sym__literal_pattern] = STATE(2330), - [sym_negative_literal] = STATE(2364), - [sym_string_literal] = STATE(2364), - [sym_raw_string_literal] = STATE(2364), - [sym_boolean_literal] = STATE(2364), + [STATE(483)] = { + [sym_attribute_item] = STATE(1456), + [sym_inner_attribute_item] = STATE(1456), + [sym_bracketed_type] = STATE(3542), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3280), + [sym_macro_invocation] = STATE(2950), + [sym_scoped_identifier] = STATE(2165), + [sym_scoped_type_identifier] = STATE(2929), + [sym_match_arm] = STATE(1457), + [sym_last_match_arm] = STATE(3344), + [sym_match_pattern] = STATE(3442), + [sym_const_block] = STATE(2950), + [sym__pattern] = STATE(2787), + [sym_tuple_pattern] = STATE(2950), + [sym_slice_pattern] = STATE(2950), + [sym_tuple_struct_pattern] = STATE(2950), + [sym_struct_pattern] = STATE(2950), + [sym_remaining_field_pattern] = STATE(2950), + [sym_mut_pattern] = STATE(2950), + [sym_range_pattern] = STATE(2950), + [sym_ref_pattern] = STATE(2950), + [sym_captured_pattern] = STATE(2950), + [sym_reference_pattern] = STATE(2950), + [sym_or_pattern] = STATE(2950), + [sym__literal_pattern] = STATE(2375), + [sym_negative_literal] = STATE(2371), + [sym_string_literal] = STATE(2371), + [sym_raw_string_literal] = STATE(2371), + [sym_boolean_literal] = STATE(2371), [sym_line_comment] = STATE(483), [sym_block_comment] = STATE(483), - [aux_sym_match_block_repeat1] = STATE(699), - [aux_sym_match_arm_repeat1] = STATE(767), + [aux_sym_match_block_repeat1] = STATE(725), + [aux_sym_match_arm_repeat1] = STATE(769), [sym_identifier] = ACTIONS(1645), [anon_sym_LPAREN] = ACTIONS(1647), [anon_sym_LBRACK] = ACTIONS(1649), @@ -69954,40 +70037,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1687), [sym_float_literal] = ACTIONS(1677), }, - [484] = { - [sym_attribute_item] = STATE(1468), - [sym_inner_attribute_item] = STATE(1468), - [sym_bracketed_type] = STATE(3553), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3287), - [sym_macro_invocation] = STATE(2757), - [sym_scoped_identifier] = STATE(2151), - [sym_scoped_type_identifier] = STATE(2982), - [sym_match_arm] = STATE(1469), - [sym_last_match_arm] = STATE(3416), - [sym_match_pattern] = STATE(3352), - [sym_const_block] = STATE(2757), - [sym__pattern] = STATE(2907), - [sym_tuple_pattern] = STATE(2757), - [sym_slice_pattern] = STATE(2757), - [sym_tuple_struct_pattern] = STATE(2757), - [sym_struct_pattern] = STATE(2757), - [sym_remaining_field_pattern] = STATE(2757), - [sym_mut_pattern] = STATE(2757), - [sym_range_pattern] = STATE(2757), - [sym_ref_pattern] = STATE(2757), - [sym_captured_pattern] = STATE(2757), - [sym_reference_pattern] = STATE(2757), - [sym_or_pattern] = STATE(2757), - [sym__literal_pattern] = STATE(2330), - [sym_negative_literal] = STATE(2364), - [sym_string_literal] = STATE(2364), - [sym_raw_string_literal] = STATE(2364), - [sym_boolean_literal] = STATE(2364), + [STATE(484)] = { + [sym_attribute_item] = STATE(1456), + [sym_inner_attribute_item] = STATE(1456), + [sym_bracketed_type] = STATE(3542), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3280), + [sym_macro_invocation] = STATE(2950), + [sym_scoped_identifier] = STATE(2165), + [sym_scoped_type_identifier] = STATE(2929), + [sym_match_arm] = STATE(1457), + [sym_last_match_arm] = STATE(3394), + [sym_match_pattern] = STATE(3442), + [sym_const_block] = STATE(2950), + [sym__pattern] = STATE(2787), + [sym_tuple_pattern] = STATE(2950), + [sym_slice_pattern] = STATE(2950), + [sym_tuple_struct_pattern] = STATE(2950), + [sym_struct_pattern] = STATE(2950), + [sym_remaining_field_pattern] = STATE(2950), + [sym_mut_pattern] = STATE(2950), + [sym_range_pattern] = STATE(2950), + [sym_ref_pattern] = STATE(2950), + [sym_captured_pattern] = STATE(2950), + [sym_reference_pattern] = STATE(2950), + [sym_or_pattern] = STATE(2950), + [sym__literal_pattern] = STATE(2375), + [sym_negative_literal] = STATE(2371), + [sym_string_literal] = STATE(2371), + [sym_raw_string_literal] = STATE(2371), + [sym_boolean_literal] = STATE(2371), [sym_line_comment] = STATE(484), [sym_block_comment] = STATE(484), - [aux_sym_match_block_repeat1] = STATE(699), - [aux_sym_match_arm_repeat1] = STATE(767), + [aux_sym_match_block_repeat1] = STATE(725), + [aux_sym_match_arm_repeat1] = STATE(769), [sym_identifier] = ACTIONS(1645), [anon_sym_LPAREN] = ACTIONS(1647), [anon_sym_LBRACK] = ACTIONS(1649), @@ -70036,40 +70119,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1687), [sym_float_literal] = ACTIONS(1677), }, - [485] = { - [sym_attribute_item] = STATE(1468), - [sym_inner_attribute_item] = STATE(1468), - [sym_bracketed_type] = STATE(3553), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3287), - [sym_macro_invocation] = STATE(2757), - [sym_scoped_identifier] = STATE(2151), - [sym_scoped_type_identifier] = STATE(2982), - [sym_match_arm] = STATE(1469), - [sym_last_match_arm] = STATE(3374), - [sym_match_pattern] = STATE(3352), - [sym_const_block] = STATE(2757), - [sym__pattern] = STATE(2907), - [sym_tuple_pattern] = STATE(2757), - [sym_slice_pattern] = STATE(2757), - [sym_tuple_struct_pattern] = STATE(2757), - [sym_struct_pattern] = STATE(2757), - [sym_remaining_field_pattern] = STATE(2757), - [sym_mut_pattern] = STATE(2757), - [sym_range_pattern] = STATE(2757), - [sym_ref_pattern] = STATE(2757), - [sym_captured_pattern] = STATE(2757), - [sym_reference_pattern] = STATE(2757), - [sym_or_pattern] = STATE(2757), - [sym__literal_pattern] = STATE(2330), - [sym_negative_literal] = STATE(2364), - [sym_string_literal] = STATE(2364), - [sym_raw_string_literal] = STATE(2364), - [sym_boolean_literal] = STATE(2364), + [STATE(485)] = { + [sym_attribute_item] = STATE(1456), + [sym_inner_attribute_item] = STATE(1456), + [sym_bracketed_type] = STATE(3542), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3280), + [sym_macro_invocation] = STATE(2950), + [sym_scoped_identifier] = STATE(2165), + [sym_scoped_type_identifier] = STATE(2929), + [sym_match_arm] = STATE(1457), + [sym_last_match_arm] = STATE(3380), + [sym_match_pattern] = STATE(3442), + [sym_const_block] = STATE(2950), + [sym__pattern] = STATE(2787), + [sym_tuple_pattern] = STATE(2950), + [sym_slice_pattern] = STATE(2950), + [sym_tuple_struct_pattern] = STATE(2950), + [sym_struct_pattern] = STATE(2950), + [sym_remaining_field_pattern] = STATE(2950), + [sym_mut_pattern] = STATE(2950), + [sym_range_pattern] = STATE(2950), + [sym_ref_pattern] = STATE(2950), + [sym_captured_pattern] = STATE(2950), + [sym_reference_pattern] = STATE(2950), + [sym_or_pattern] = STATE(2950), + [sym__literal_pattern] = STATE(2375), + [sym_negative_literal] = STATE(2371), + [sym_string_literal] = STATE(2371), + [sym_raw_string_literal] = STATE(2371), + [sym_boolean_literal] = STATE(2371), [sym_line_comment] = STATE(485), [sym_block_comment] = STATE(485), - [aux_sym_match_block_repeat1] = STATE(699), - [aux_sym_match_arm_repeat1] = STATE(767), + [aux_sym_match_block_repeat1] = STATE(725), + [aux_sym_match_arm_repeat1] = STATE(769), [sym_identifier] = ACTIONS(1645), [anon_sym_LPAREN] = ACTIONS(1647), [anon_sym_LBRACK] = ACTIONS(1649), @@ -70118,40 +70201,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1687), [sym_float_literal] = ACTIONS(1677), }, - [486] = { - [sym_attribute_item] = STATE(1468), - [sym_inner_attribute_item] = STATE(1468), - [sym_bracketed_type] = STATE(3553), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3287), - [sym_macro_invocation] = STATE(2757), - [sym_scoped_identifier] = STATE(2151), - [sym_scoped_type_identifier] = STATE(2982), - [sym_match_arm] = STATE(1469), - [sym_last_match_arm] = STATE(3530), - [sym_match_pattern] = STATE(3352), - [sym_const_block] = STATE(2757), - [sym__pattern] = STATE(2907), - [sym_tuple_pattern] = STATE(2757), - [sym_slice_pattern] = STATE(2757), - [sym_tuple_struct_pattern] = STATE(2757), - [sym_struct_pattern] = STATE(2757), - [sym_remaining_field_pattern] = STATE(2757), - [sym_mut_pattern] = STATE(2757), - [sym_range_pattern] = STATE(2757), - [sym_ref_pattern] = STATE(2757), - [sym_captured_pattern] = STATE(2757), - [sym_reference_pattern] = STATE(2757), - [sym_or_pattern] = STATE(2757), - [sym__literal_pattern] = STATE(2330), - [sym_negative_literal] = STATE(2364), - [sym_string_literal] = STATE(2364), - [sym_raw_string_literal] = STATE(2364), - [sym_boolean_literal] = STATE(2364), + [STATE(486)] = { + [sym_attribute_item] = STATE(1456), + [sym_inner_attribute_item] = STATE(1456), + [sym_bracketed_type] = STATE(3542), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3280), + [sym_macro_invocation] = STATE(2950), + [sym_scoped_identifier] = STATE(2165), + [sym_scoped_type_identifier] = STATE(2929), + [sym_match_arm] = STATE(1457), + [sym_last_match_arm] = STATE(3493), + [sym_match_pattern] = STATE(3442), + [sym_const_block] = STATE(2950), + [sym__pattern] = STATE(2787), + [sym_tuple_pattern] = STATE(2950), + [sym_slice_pattern] = STATE(2950), + [sym_tuple_struct_pattern] = STATE(2950), + [sym_struct_pattern] = STATE(2950), + [sym_remaining_field_pattern] = STATE(2950), + [sym_mut_pattern] = STATE(2950), + [sym_range_pattern] = STATE(2950), + [sym_ref_pattern] = STATE(2950), + [sym_captured_pattern] = STATE(2950), + [sym_reference_pattern] = STATE(2950), + [sym_or_pattern] = STATE(2950), + [sym__literal_pattern] = STATE(2375), + [sym_negative_literal] = STATE(2371), + [sym_string_literal] = STATE(2371), + [sym_raw_string_literal] = STATE(2371), + [sym_boolean_literal] = STATE(2371), [sym_line_comment] = STATE(486), [sym_block_comment] = STATE(486), - [aux_sym_match_block_repeat1] = STATE(699), - [aux_sym_match_arm_repeat1] = STATE(767), + [aux_sym_match_block_repeat1] = STATE(725), + [aux_sym_match_arm_repeat1] = STATE(769), [sym_identifier] = ACTIONS(1645), [anon_sym_LPAREN] = ACTIONS(1647), [anon_sym_LBRACK] = ACTIONS(1649), @@ -70200,7 +70283,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1687), [sym_float_literal] = ACTIONS(1677), }, - [487] = { + [STATE(487)] = { [sym_line_comment] = STATE(487), [sym_block_comment] = STATE(487), [ts_builtin_sym_end] = ACTIONS(1699), @@ -70281,7 +70364,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1699), [sym_float_literal] = ACTIONS(1699), }, - [488] = { + [STATE(488)] = { [sym_line_comment] = STATE(488), [sym_block_comment] = STATE(488), [ts_builtin_sym_end] = ACTIONS(1703), @@ -70362,7 +70445,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1703), [sym_float_literal] = ACTIONS(1703), }, - [489] = { + [STATE(489)] = { [sym_line_comment] = STATE(489), [sym_block_comment] = STATE(489), [ts_builtin_sym_end] = ACTIONS(1707), @@ -70443,7 +70526,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1707), [sym_float_literal] = ACTIONS(1707), }, - [490] = { + [STATE(490)] = { [sym_line_comment] = STATE(490), [sym_block_comment] = STATE(490), [ts_builtin_sym_end] = ACTIONS(1711), @@ -70524,7 +70607,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1711), [sym_float_literal] = ACTIONS(1711), }, - [491] = { + [STATE(491)] = { [sym_line_comment] = STATE(491), [sym_block_comment] = STATE(491), [ts_builtin_sym_end] = ACTIONS(1715), @@ -70605,7 +70688,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1715), [sym_float_literal] = ACTIONS(1715), }, - [492] = { + [STATE(492)] = { [sym_line_comment] = STATE(492), [sym_block_comment] = STATE(492), [ts_builtin_sym_end] = ACTIONS(1719), @@ -70686,7 +70769,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1719), [sym_float_literal] = ACTIONS(1719), }, - [493] = { + [STATE(493)] = { [sym_line_comment] = STATE(493), [sym_block_comment] = STATE(493), [ts_builtin_sym_end] = ACTIONS(1723), @@ -70767,7 +70850,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1723), [sym_float_literal] = ACTIONS(1723), }, - [494] = { + [STATE(494)] = { [sym_line_comment] = STATE(494), [sym_block_comment] = STATE(494), [ts_builtin_sym_end] = ACTIONS(1727), @@ -70848,7 +70931,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1727), [sym_float_literal] = ACTIONS(1727), }, - [495] = { + [STATE(495)] = { [sym_line_comment] = STATE(495), [sym_block_comment] = STATE(495), [ts_builtin_sym_end] = ACTIONS(1731), @@ -70929,7 +71012,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1731), [sym_float_literal] = ACTIONS(1731), }, - [496] = { + [STATE(496)] = { [sym_line_comment] = STATE(496), [sym_block_comment] = STATE(496), [ts_builtin_sym_end] = ACTIONS(1735), @@ -71010,7 +71093,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1735), [sym_float_literal] = ACTIONS(1735), }, - [497] = { + [STATE(497)] = { [sym_line_comment] = STATE(497), [sym_block_comment] = STATE(497), [ts_builtin_sym_end] = ACTIONS(1739), @@ -71091,7 +71174,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1739), [sym_float_literal] = ACTIONS(1739), }, - [498] = { + [STATE(498)] = { [sym_line_comment] = STATE(498), [sym_block_comment] = STATE(498), [ts_builtin_sym_end] = ACTIONS(1743), @@ -71172,7 +71255,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1743), [sym_float_literal] = ACTIONS(1743), }, - [499] = { + [STATE(499)] = { [sym_line_comment] = STATE(499), [sym_block_comment] = STATE(499), [ts_builtin_sym_end] = ACTIONS(1747), @@ -71253,7 +71336,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1747), [sym_float_literal] = ACTIONS(1747), }, - [500] = { + [STATE(500)] = { [sym_line_comment] = STATE(500), [sym_block_comment] = STATE(500), [ts_builtin_sym_end] = ACTIONS(1751), @@ -71334,7 +71417,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1751), [sym_float_literal] = ACTIONS(1751), }, - [501] = { + [STATE(501)] = { [sym_line_comment] = STATE(501), [sym_block_comment] = STATE(501), [ts_builtin_sym_end] = ACTIONS(1755), @@ -71415,7 +71498,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1755), [sym_float_literal] = ACTIONS(1755), }, - [502] = { + [STATE(502)] = { [sym_line_comment] = STATE(502), [sym_block_comment] = STATE(502), [ts_builtin_sym_end] = ACTIONS(1759), @@ -71496,7 +71579,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1759), [sym_float_literal] = ACTIONS(1759), }, - [503] = { + [STATE(503)] = { [sym_line_comment] = STATE(503), [sym_block_comment] = STATE(503), [ts_builtin_sym_end] = ACTIONS(1763), @@ -71577,7 +71660,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1763), [sym_float_literal] = ACTIONS(1763), }, - [504] = { + [STATE(504)] = { [sym_line_comment] = STATE(504), [sym_block_comment] = STATE(504), [ts_builtin_sym_end] = ACTIONS(1767), @@ -71658,7 +71741,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1767), [sym_float_literal] = ACTIONS(1767), }, - [505] = { + [STATE(505)] = { [sym_line_comment] = STATE(505), [sym_block_comment] = STATE(505), [ts_builtin_sym_end] = ACTIONS(1771), @@ -71739,7 +71822,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1771), [sym_float_literal] = ACTIONS(1771), }, - [506] = { + [STATE(506)] = { [sym_line_comment] = STATE(506), [sym_block_comment] = STATE(506), [ts_builtin_sym_end] = ACTIONS(1775), @@ -71820,7 +71903,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1775), [sym_float_literal] = ACTIONS(1775), }, - [507] = { + [STATE(507)] = { [sym_line_comment] = STATE(507), [sym_block_comment] = STATE(507), [ts_builtin_sym_end] = ACTIONS(1779), @@ -71901,7 +71984,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1779), [sym_float_literal] = ACTIONS(1779), }, - [508] = { + [STATE(508)] = { [sym_line_comment] = STATE(508), [sym_block_comment] = STATE(508), [ts_builtin_sym_end] = ACTIONS(1783), @@ -71982,7 +72065,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1783), [sym_float_literal] = ACTIONS(1783), }, - [509] = { + [STATE(509)] = { [sym_line_comment] = STATE(509), [sym_block_comment] = STATE(509), [ts_builtin_sym_end] = ACTIONS(1787), @@ -72063,7 +72146,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1787), [sym_float_literal] = ACTIONS(1787), }, - [510] = { + [STATE(510)] = { [sym_line_comment] = STATE(510), [sym_block_comment] = STATE(510), [ts_builtin_sym_end] = ACTIONS(1791), @@ -72144,7 +72227,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1791), [sym_float_literal] = ACTIONS(1791), }, - [511] = { + [STATE(511)] = { [sym_line_comment] = STATE(511), [sym_block_comment] = STATE(511), [ts_builtin_sym_end] = ACTIONS(1795), @@ -72225,7 +72308,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1795), [sym_float_literal] = ACTIONS(1795), }, - [512] = { + [STATE(512)] = { [sym_line_comment] = STATE(512), [sym_block_comment] = STATE(512), [ts_builtin_sym_end] = ACTIONS(1799), @@ -72306,7 +72389,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1799), [sym_float_literal] = ACTIONS(1799), }, - [513] = { + [STATE(513)] = { [sym_line_comment] = STATE(513), [sym_block_comment] = STATE(513), [ts_builtin_sym_end] = ACTIONS(1803), @@ -72387,1062 +72470,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1803), [sym_float_literal] = ACTIONS(1803), }, - [514] = { + [STATE(514)] = { + [sym_empty_statement] = STATE(1246), + [sym_macro_definition] = STATE(1246), + [sym_attribute_item] = STATE(1246), + [sym_inner_attribute_item] = STATE(1246), + [sym_mod_item] = STATE(1246), + [sym_foreign_mod_item] = STATE(1246), + [sym_struct_item] = STATE(1246), + [sym_union_item] = STATE(1246), + [sym_enum_item] = STATE(1246), + [sym_extern_crate_declaration] = STATE(1246), + [sym_const_item] = STATE(1246), + [sym_static_item] = STATE(1246), + [sym_type_item] = STATE(1246), + [sym_function_item] = STATE(1246), + [sym_function_signature_item] = STATE(1246), + [sym_function_modifiers] = STATE(3612), + [sym_impl_item] = STATE(1246), + [sym_trait_item] = STATE(1246), + [sym_associated_type] = STATE(1246), + [sym_let_declaration] = STATE(1246), + [sym_use_declaration] = STATE(1246), + [sym_extern_modifier] = STATE(2160), + [sym_visibility_modifier] = STATE(1955), + [sym_bracketed_type] = STATE(3345), + [sym_generic_type_with_turbofish] = STATE(3370), + [sym_macro_invocation] = STATE(1246), + [sym_scoped_identifier] = STATE(3211), [sym_line_comment] = STATE(514), [sym_block_comment] = STATE(514), - [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), - }, - [515] = { - [sym_line_comment] = STATE(515), - [sym_block_comment] = STATE(515), - [ts_builtin_sym_end] = ACTIONS(1811), - [sym_identifier] = ACTIONS(1813), - [anon_sym_SEMI] = ACTIONS(1811), + [aux_sym_declaration_list_repeat1] = STATE(651), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1807), + [anon_sym_SEMI] = ACTIONS(1809), [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), - }, - [516] = { - [sym_line_comment] = STATE(516), - [sym_block_comment] = STATE(516), - [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), - }, - [517] = { - [sym_line_comment] = STATE(517), - [sym_block_comment] = STATE(517), - [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_RBRACE] = ACTIONS(1813), + [anon_sym_u8] = ACTIONS(1815), + [anon_sym_i8] = ACTIONS(1815), + [anon_sym_u16] = ACTIONS(1815), + [anon_sym_i16] = ACTIONS(1815), + [anon_sym_u32] = ACTIONS(1815), + [anon_sym_i32] = ACTIONS(1815), + [anon_sym_u64] = ACTIONS(1815), + [anon_sym_i64] = ACTIONS(1815), + [anon_sym_u128] = ACTIONS(1815), + [anon_sym_i128] = ACTIONS(1815), + [anon_sym_isize] = ACTIONS(1815), + [anon_sym_usize] = ACTIONS(1815), + [anon_sym_f32] = ACTIONS(1815), + [anon_sym_f64] = ACTIONS(1815), + [anon_sym_bool] = ACTIONS(1815), + [anon_sym_str] = ACTIONS(1815), + [anon_sym_char] = ACTIONS(1815), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1817), [anon_sym_POUND] = ACTIONS(1819), - [anon_sym_SQUOTE] = ACTIONS(1821), - [anon_sym_async] = ACTIONS(1821), - [anon_sym_break] = ACTIONS(1821), + [anon_sym_async] = ACTIONS(1337), [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), - }, - [518] = { - [sym_line_comment] = STATE(518), - [sym_block_comment] = STATE(518), - [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_default] = ACTIONS(1823), [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), - }, - [519] = { - [sym_line_comment] = STATE(519), - [sym_block_comment] = STATE(519), - [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_fn] = ACTIONS(1827), [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), - }, - [520] = { - [sym_line_comment] = STATE(520), - [sym_block_comment] = STATE(520), - [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_impl] = ACTIONS(1831), [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), - }, - [521] = { - [sym_line_comment] = STATE(521), - [sym_block_comment] = STATE(521), - [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_mod] = ACTIONS(1835), + [anon_sym_pub] = ACTIONS(69), [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), - }, - [522] = { - [sym_line_comment] = STATE(522), - [sym_block_comment] = STATE(522), - [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_struct] = ACTIONS(1839), [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), - }, - [523] = { - [sym_line_comment] = STATE(523), - [sym_block_comment] = STATE(523), - [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_type] = ACTIONS(1843), [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), - }, - [524] = { - [sym_line_comment] = STATE(524), - [sym_block_comment] = STATE(524), - [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_unsafe] = ACTIONS(1847), [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), - }, - [525] = { - [sym_line_comment] = STATE(525), - [sym_block_comment] = STATE(525), - [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_extern] = ACTIONS(1851), [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), + [sym_crate] = ACTIONS(1855), + [sym_metavariable] = ACTIONS(1857), }, - [526] = { - [sym_line_comment] = STATE(526), - [sym_block_comment] = STATE(526), - [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), - }, - [527] = { - [sym_line_comment] = STATE(527), - [sym_block_comment] = STATE(527), + [STATE(515)] = { + [sym_line_comment] = STATE(515), + [sym_block_comment] = STATE(515), [ts_builtin_sym_end] = ACTIONS(1859), [sym_identifier] = ACTIONS(1861), [anon_sym_SEMI] = ACTIONS(1859), @@ -73521,9 +72632,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1859), [sym_float_literal] = ACTIONS(1859), }, - [528] = { - [sym_line_comment] = STATE(528), - [sym_block_comment] = STATE(528), + [STATE(516)] = { + [sym_line_comment] = STATE(516), + [sym_block_comment] = STATE(516), [ts_builtin_sym_end] = ACTIONS(1863), [sym_identifier] = ACTIONS(1865), [anon_sym_SEMI] = ACTIONS(1863), @@ -73602,9 +72713,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1863), [sym_float_literal] = ACTIONS(1863), }, - [529] = { - [sym_line_comment] = STATE(529), - [sym_block_comment] = STATE(529), + [STATE(517)] = { + [sym_line_comment] = STATE(517), + [sym_block_comment] = STATE(517), [ts_builtin_sym_end] = ACTIONS(1867), [sym_identifier] = ACTIONS(1869), [anon_sym_SEMI] = ACTIONS(1867), @@ -73683,9 +72794,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1867), [sym_float_literal] = ACTIONS(1867), }, - [530] = { - [sym_line_comment] = STATE(530), - [sym_block_comment] = STATE(530), + [STATE(518)] = { + [sym_line_comment] = STATE(518), + [sym_block_comment] = STATE(518), [ts_builtin_sym_end] = ACTIONS(1871), [sym_identifier] = ACTIONS(1873), [anon_sym_SEMI] = ACTIONS(1871), @@ -73764,9 +72875,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1871), [sym_float_literal] = ACTIONS(1871), }, - [531] = { - [sym_line_comment] = STATE(531), - [sym_block_comment] = STATE(531), + [STATE(519)] = { + [sym_line_comment] = STATE(519), + [sym_block_comment] = STATE(519), [ts_builtin_sym_end] = ACTIONS(1875), [sym_identifier] = ACTIONS(1877), [anon_sym_SEMI] = ACTIONS(1875), @@ -73845,9 +72956,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1875), [sym_float_literal] = ACTIONS(1875), }, - [532] = { - [sym_line_comment] = STATE(532), - [sym_block_comment] = STATE(532), + [STATE(520)] = { + [sym_line_comment] = STATE(520), + [sym_block_comment] = STATE(520), [ts_builtin_sym_end] = ACTIONS(1879), [sym_identifier] = ACTIONS(1881), [anon_sym_SEMI] = ACTIONS(1879), @@ -73926,9 +73037,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1879), [sym_float_literal] = ACTIONS(1879), }, - [533] = { - [sym_line_comment] = STATE(533), - [sym_block_comment] = STATE(533), + [STATE(521)] = { + [sym_line_comment] = STATE(521), + [sym_block_comment] = STATE(521), [ts_builtin_sym_end] = ACTIONS(1883), [sym_identifier] = ACTIONS(1885), [anon_sym_SEMI] = ACTIONS(1883), @@ -74007,9 +73118,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1883), [sym_float_literal] = ACTIONS(1883), }, - [534] = { - [sym_line_comment] = STATE(534), - [sym_block_comment] = STATE(534), + [STATE(522)] = { + [sym_line_comment] = STATE(522), + [sym_block_comment] = STATE(522), [ts_builtin_sym_end] = ACTIONS(1887), [sym_identifier] = ACTIONS(1889), [anon_sym_SEMI] = ACTIONS(1887), @@ -74088,9 +73199,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1887), [sym_float_literal] = ACTIONS(1887), }, - [535] = { - [sym_line_comment] = STATE(535), - [sym_block_comment] = STATE(535), + [STATE(523)] = { + [sym_line_comment] = STATE(523), + [sym_block_comment] = STATE(523), [ts_builtin_sym_end] = ACTIONS(1891), [sym_identifier] = ACTIONS(1893), [anon_sym_SEMI] = ACTIONS(1891), @@ -74169,9 +73280,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1891), [sym_float_literal] = ACTIONS(1891), }, - [536] = { - [sym_line_comment] = STATE(536), - [sym_block_comment] = STATE(536), + [STATE(524)] = { + [sym_line_comment] = STATE(524), + [sym_block_comment] = STATE(524), [ts_builtin_sym_end] = ACTIONS(1895), [sym_identifier] = ACTIONS(1897), [anon_sym_SEMI] = ACTIONS(1895), @@ -74250,9 +73361,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1895), [sym_float_literal] = ACTIONS(1895), }, - [537] = { - [sym_line_comment] = STATE(537), - [sym_block_comment] = STATE(537), + [STATE(525)] = { + [sym_line_comment] = STATE(525), + [sym_block_comment] = STATE(525), [ts_builtin_sym_end] = ACTIONS(1899), [sym_identifier] = ACTIONS(1901), [anon_sym_SEMI] = ACTIONS(1899), @@ -74331,9 +73442,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1899), [sym_float_literal] = ACTIONS(1899), }, - [538] = { - [sym_line_comment] = STATE(538), - [sym_block_comment] = STATE(538), + [STATE(526)] = { + [sym_line_comment] = STATE(526), + [sym_block_comment] = STATE(526), [ts_builtin_sym_end] = ACTIONS(1903), [sym_identifier] = ACTIONS(1905), [anon_sym_SEMI] = ACTIONS(1903), @@ -74412,9 +73523,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1903), [sym_float_literal] = ACTIONS(1903), }, - [539] = { - [sym_line_comment] = STATE(539), - [sym_block_comment] = STATE(539), + [STATE(527)] = { + [sym_line_comment] = STATE(527), + [sym_block_comment] = STATE(527), [ts_builtin_sym_end] = ACTIONS(1907), [sym_identifier] = ACTIONS(1909), [anon_sym_SEMI] = ACTIONS(1907), @@ -74493,9 +73604,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1907), [sym_float_literal] = ACTIONS(1907), }, - [540] = { - [sym_line_comment] = STATE(540), - [sym_block_comment] = STATE(540), + [STATE(528)] = { + [sym_line_comment] = STATE(528), + [sym_block_comment] = STATE(528), [ts_builtin_sym_end] = ACTIONS(1911), [sym_identifier] = ACTIONS(1913), [anon_sym_SEMI] = ACTIONS(1911), @@ -74574,9 +73685,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1911), [sym_float_literal] = ACTIONS(1911), }, - [541] = { - [sym_line_comment] = STATE(541), - [sym_block_comment] = STATE(541), + [STATE(529)] = { + [sym_line_comment] = STATE(529), + [sym_block_comment] = STATE(529), [ts_builtin_sym_end] = ACTIONS(1915), [sym_identifier] = ACTIONS(1917), [anon_sym_SEMI] = ACTIONS(1915), @@ -74655,7137 +73766,5436 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1915), [sym_float_literal] = ACTIONS(1915), }, - [542] = { + [STATE(530)] = { + [sym_empty_statement] = STATE(1246), + [sym_macro_definition] = STATE(1246), + [sym_attribute_item] = STATE(1246), + [sym_inner_attribute_item] = STATE(1246), + [sym_mod_item] = STATE(1246), + [sym_foreign_mod_item] = STATE(1246), + [sym_struct_item] = STATE(1246), + [sym_union_item] = STATE(1246), + [sym_enum_item] = STATE(1246), + [sym_extern_crate_declaration] = STATE(1246), + [sym_const_item] = STATE(1246), + [sym_static_item] = STATE(1246), + [sym_type_item] = STATE(1246), + [sym_function_item] = STATE(1246), + [sym_function_signature_item] = STATE(1246), + [sym_function_modifiers] = STATE(3612), + [sym_impl_item] = STATE(1246), + [sym_trait_item] = STATE(1246), + [sym_associated_type] = STATE(1246), + [sym_let_declaration] = STATE(1246), + [sym_use_declaration] = STATE(1246), + [sym_extern_modifier] = STATE(2160), + [sym_visibility_modifier] = STATE(1955), + [sym_bracketed_type] = STATE(3345), + [sym_generic_type_with_turbofish] = STATE(3370), + [sym_macro_invocation] = STATE(1246), + [sym_scoped_identifier] = STATE(3211), + [sym_line_comment] = STATE(530), + [sym_block_comment] = STATE(530), + [aux_sym_declaration_list_repeat1] = STATE(514), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1807), + [anon_sym_SEMI] = ACTIONS(1809), + [anon_sym_macro_rules_BANG] = ACTIONS(1811), + [anon_sym_RBRACE] = ACTIONS(1919), + [anon_sym_u8] = ACTIONS(1815), + [anon_sym_i8] = ACTIONS(1815), + [anon_sym_u16] = ACTIONS(1815), + [anon_sym_i16] = ACTIONS(1815), + [anon_sym_u32] = ACTIONS(1815), + [anon_sym_i32] = ACTIONS(1815), + [anon_sym_u64] = ACTIONS(1815), + [anon_sym_i64] = ACTIONS(1815), + [anon_sym_u128] = ACTIONS(1815), + [anon_sym_i128] = ACTIONS(1815), + [anon_sym_isize] = ACTIONS(1815), + [anon_sym_usize] = ACTIONS(1815), + [anon_sym_f32] = ACTIONS(1815), + [anon_sym_f64] = ACTIONS(1815), + [anon_sym_bool] = ACTIONS(1815), + [anon_sym_str] = ACTIONS(1815), + [anon_sym_char] = ACTIONS(1815), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1817), + [anon_sym_POUND] = ACTIONS(1819), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1821), + [anon_sym_default] = ACTIONS(1823), + [anon_sym_enum] = ACTIONS(1825), + [anon_sym_fn] = ACTIONS(1827), + [anon_sym_gen] = ACTIONS(1829), + [anon_sym_impl] = ACTIONS(1831), + [anon_sym_let] = ACTIONS(1833), + [anon_sym_mod] = ACTIONS(1835), + [anon_sym_pub] = ACTIONS(69), + [anon_sym_static] = ACTIONS(1837), + [anon_sym_struct] = ACTIONS(1839), + [anon_sym_trait] = ACTIONS(1841), + [anon_sym_type] = ACTIONS(1843), + [anon_sym_union] = ACTIONS(1845), + [anon_sym_unsafe] = ACTIONS(1847), + [anon_sym_use] = ACTIONS(1849), + [anon_sym_extern] = ACTIONS(1851), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1853), + [sym_super] = ACTIONS(1853), + [sym_crate] = ACTIONS(1855), + [sym_metavariable] = ACTIONS(1857), + }, + [STATE(531)] = { + [sym_line_comment] = STATE(531), + [sym_block_comment] = STATE(531), + [ts_builtin_sym_end] = ACTIONS(1921), + [sym_identifier] = ACTIONS(1923), + [anon_sym_SEMI] = ACTIONS(1921), + [anon_sym_macro_rules_BANG] = ACTIONS(1921), + [anon_sym_LPAREN] = ACTIONS(1921), + [anon_sym_LBRACK] = ACTIONS(1921), + [anon_sym_LBRACE] = ACTIONS(1921), + [anon_sym_RBRACE] = ACTIONS(1921), + [anon_sym_STAR] = ACTIONS(1921), + [anon_sym_u8] = ACTIONS(1923), + [anon_sym_i8] = ACTIONS(1923), + [anon_sym_u16] = ACTIONS(1923), + [anon_sym_i16] = ACTIONS(1923), + [anon_sym_u32] = ACTIONS(1923), + [anon_sym_i32] = ACTIONS(1923), + [anon_sym_u64] = ACTIONS(1923), + [anon_sym_i64] = ACTIONS(1923), + [anon_sym_u128] = ACTIONS(1923), + [anon_sym_i128] = ACTIONS(1923), + [anon_sym_isize] = ACTIONS(1923), + [anon_sym_usize] = ACTIONS(1923), + [anon_sym_f32] = ACTIONS(1923), + [anon_sym_f64] = ACTIONS(1923), + [anon_sym_bool] = ACTIONS(1923), + [anon_sym_str] = ACTIONS(1923), + [anon_sym_char] = ACTIONS(1923), + [anon_sym_DASH] = ACTIONS(1921), + [anon_sym_BANG] = ACTIONS(1921), + [anon_sym_AMP] = ACTIONS(1921), + [anon_sym_PIPE] = ACTIONS(1921), + [anon_sym_LT] = ACTIONS(1921), + [anon_sym_DOT_DOT] = ACTIONS(1921), + [anon_sym_COLON_COLON] = ACTIONS(1921), + [anon_sym_POUND] = ACTIONS(1921), + [anon_sym_SQUOTE] = ACTIONS(1923), + [anon_sym_async] = ACTIONS(1923), + [anon_sym_break] = ACTIONS(1923), + [anon_sym_const] = ACTIONS(1923), + [anon_sym_continue] = ACTIONS(1923), + [anon_sym_default] = ACTIONS(1923), + [anon_sym_enum] = ACTIONS(1923), + [anon_sym_fn] = ACTIONS(1923), + [anon_sym_for] = ACTIONS(1923), + [anon_sym_gen] = ACTIONS(1923), + [anon_sym_if] = ACTIONS(1923), + [anon_sym_impl] = ACTIONS(1923), + [anon_sym_let] = ACTIONS(1923), + [anon_sym_loop] = ACTIONS(1923), + [anon_sym_match] = ACTIONS(1923), + [anon_sym_mod] = ACTIONS(1923), + [anon_sym_pub] = ACTIONS(1923), + [anon_sym_return] = ACTIONS(1923), + [anon_sym_static] = ACTIONS(1923), + [anon_sym_struct] = ACTIONS(1923), + [anon_sym_trait] = ACTIONS(1923), + [anon_sym_type] = ACTIONS(1923), + [anon_sym_union] = ACTIONS(1923), + [anon_sym_unsafe] = ACTIONS(1923), + [anon_sym_use] = ACTIONS(1923), + [anon_sym_while] = ACTIONS(1923), + [anon_sym_extern] = ACTIONS(1923), + [anon_sym_yield] = ACTIONS(1923), + [anon_sym_move] = ACTIONS(1923), + [anon_sym_try] = ACTIONS(1923), + [sym_integer_literal] = ACTIONS(1921), + [aux_sym_string_literal_token1] = ACTIONS(1921), + [sym_char_literal] = ACTIONS(1921), + [anon_sym_true] = ACTIONS(1923), + [anon_sym_false] = ACTIONS(1923), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1923), + [sym_super] = ACTIONS(1923), + [sym_crate] = ACTIONS(1923), + [sym_metavariable] = ACTIONS(1921), + [sym__raw_string_literal_start] = ACTIONS(1921), + [sym_float_literal] = ACTIONS(1921), + }, + [STATE(532)] = { + [sym_line_comment] = STATE(532), + [sym_block_comment] = STATE(532), + [ts_builtin_sym_end] = ACTIONS(1925), + [sym_identifier] = ACTIONS(1927), + [anon_sym_SEMI] = ACTIONS(1925), + [anon_sym_macro_rules_BANG] = ACTIONS(1925), + [anon_sym_LPAREN] = ACTIONS(1925), + [anon_sym_LBRACK] = ACTIONS(1925), + [anon_sym_LBRACE] = ACTIONS(1925), + [anon_sym_RBRACE] = ACTIONS(1925), + [anon_sym_STAR] = ACTIONS(1925), + [anon_sym_u8] = ACTIONS(1927), + [anon_sym_i8] = ACTIONS(1927), + [anon_sym_u16] = ACTIONS(1927), + [anon_sym_i16] = ACTIONS(1927), + [anon_sym_u32] = ACTIONS(1927), + [anon_sym_i32] = ACTIONS(1927), + [anon_sym_u64] = ACTIONS(1927), + [anon_sym_i64] = ACTIONS(1927), + [anon_sym_u128] = ACTIONS(1927), + [anon_sym_i128] = ACTIONS(1927), + [anon_sym_isize] = ACTIONS(1927), + [anon_sym_usize] = ACTIONS(1927), + [anon_sym_f32] = ACTIONS(1927), + [anon_sym_f64] = ACTIONS(1927), + [anon_sym_bool] = ACTIONS(1927), + [anon_sym_str] = ACTIONS(1927), + [anon_sym_char] = ACTIONS(1927), + [anon_sym_DASH] = ACTIONS(1925), + [anon_sym_BANG] = ACTIONS(1925), + [anon_sym_AMP] = ACTIONS(1925), + [anon_sym_PIPE] = ACTIONS(1925), + [anon_sym_LT] = ACTIONS(1925), + [anon_sym_DOT_DOT] = ACTIONS(1925), + [anon_sym_COLON_COLON] = ACTIONS(1925), + [anon_sym_POUND] = ACTIONS(1925), + [anon_sym_SQUOTE] = ACTIONS(1927), + [anon_sym_async] = ACTIONS(1927), + [anon_sym_break] = ACTIONS(1927), + [anon_sym_const] = ACTIONS(1927), + [anon_sym_continue] = ACTIONS(1927), + [anon_sym_default] = ACTIONS(1927), + [anon_sym_enum] = ACTIONS(1927), + [anon_sym_fn] = ACTIONS(1927), + [anon_sym_for] = ACTIONS(1927), + [anon_sym_gen] = ACTIONS(1927), + [anon_sym_if] = ACTIONS(1927), + [anon_sym_impl] = ACTIONS(1927), + [anon_sym_let] = ACTIONS(1927), + [anon_sym_loop] = ACTIONS(1927), + [anon_sym_match] = ACTIONS(1927), + [anon_sym_mod] = ACTIONS(1927), + [anon_sym_pub] = ACTIONS(1927), + [anon_sym_return] = ACTIONS(1927), + [anon_sym_static] = ACTIONS(1927), + [anon_sym_struct] = ACTIONS(1927), + [anon_sym_trait] = ACTIONS(1927), + [anon_sym_type] = ACTIONS(1927), + [anon_sym_union] = ACTIONS(1927), + [anon_sym_unsafe] = ACTIONS(1927), + [anon_sym_use] = ACTIONS(1927), + [anon_sym_while] = ACTIONS(1927), + [anon_sym_extern] = ACTIONS(1927), + [anon_sym_yield] = ACTIONS(1927), + [anon_sym_move] = ACTIONS(1927), + [anon_sym_try] = ACTIONS(1927), + [sym_integer_literal] = ACTIONS(1925), + [aux_sym_string_literal_token1] = ACTIONS(1925), + [sym_char_literal] = ACTIONS(1925), + [anon_sym_true] = ACTIONS(1927), + [anon_sym_false] = ACTIONS(1927), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1927), + [sym_super] = ACTIONS(1927), + [sym_crate] = ACTIONS(1927), + [sym_metavariable] = ACTIONS(1925), + [sym__raw_string_literal_start] = ACTIONS(1925), + [sym_float_literal] = ACTIONS(1925), + }, + [STATE(533)] = { + [sym_line_comment] = STATE(533), + [sym_block_comment] = STATE(533), + [ts_builtin_sym_end] = ACTIONS(1929), + [sym_identifier] = ACTIONS(1931), + [anon_sym_SEMI] = ACTIONS(1929), + [anon_sym_macro_rules_BANG] = ACTIONS(1929), + [anon_sym_LPAREN] = ACTIONS(1929), + [anon_sym_LBRACK] = ACTIONS(1929), + [anon_sym_LBRACE] = ACTIONS(1929), + [anon_sym_RBRACE] = ACTIONS(1929), + [anon_sym_STAR] = ACTIONS(1929), + [anon_sym_u8] = ACTIONS(1931), + [anon_sym_i8] = ACTIONS(1931), + [anon_sym_u16] = ACTIONS(1931), + [anon_sym_i16] = ACTIONS(1931), + [anon_sym_u32] = ACTIONS(1931), + [anon_sym_i32] = ACTIONS(1931), + [anon_sym_u64] = ACTIONS(1931), + [anon_sym_i64] = ACTIONS(1931), + [anon_sym_u128] = ACTIONS(1931), + [anon_sym_i128] = ACTIONS(1931), + [anon_sym_isize] = ACTIONS(1931), + [anon_sym_usize] = ACTIONS(1931), + [anon_sym_f32] = ACTIONS(1931), + [anon_sym_f64] = ACTIONS(1931), + [anon_sym_bool] = ACTIONS(1931), + [anon_sym_str] = ACTIONS(1931), + [anon_sym_char] = ACTIONS(1931), + [anon_sym_DASH] = ACTIONS(1929), + [anon_sym_BANG] = ACTIONS(1929), + [anon_sym_AMP] = ACTIONS(1929), + [anon_sym_PIPE] = ACTIONS(1929), + [anon_sym_LT] = ACTIONS(1929), + [anon_sym_DOT_DOT] = ACTIONS(1929), + [anon_sym_COLON_COLON] = ACTIONS(1929), + [anon_sym_POUND] = ACTIONS(1929), + [anon_sym_SQUOTE] = ACTIONS(1931), + [anon_sym_async] = ACTIONS(1931), + [anon_sym_break] = ACTIONS(1931), + [anon_sym_const] = ACTIONS(1931), + [anon_sym_continue] = ACTIONS(1931), + [anon_sym_default] = ACTIONS(1931), + [anon_sym_enum] = ACTIONS(1931), + [anon_sym_fn] = ACTIONS(1931), + [anon_sym_for] = ACTIONS(1931), + [anon_sym_gen] = ACTIONS(1931), + [anon_sym_if] = ACTIONS(1931), + [anon_sym_impl] = ACTIONS(1931), + [anon_sym_let] = ACTIONS(1931), + [anon_sym_loop] = ACTIONS(1931), + [anon_sym_match] = ACTIONS(1931), + [anon_sym_mod] = ACTIONS(1931), + [anon_sym_pub] = ACTIONS(1931), + [anon_sym_return] = ACTIONS(1931), + [anon_sym_static] = ACTIONS(1931), + [anon_sym_struct] = ACTIONS(1931), + [anon_sym_trait] = ACTIONS(1931), + [anon_sym_type] = ACTIONS(1931), + [anon_sym_union] = ACTIONS(1931), + [anon_sym_unsafe] = ACTIONS(1931), + [anon_sym_use] = ACTIONS(1931), + [anon_sym_while] = ACTIONS(1931), + [anon_sym_extern] = ACTIONS(1931), + [anon_sym_yield] = ACTIONS(1931), + [anon_sym_move] = ACTIONS(1931), + [anon_sym_try] = ACTIONS(1931), + [sym_integer_literal] = ACTIONS(1929), + [aux_sym_string_literal_token1] = ACTIONS(1929), + [sym_char_literal] = ACTIONS(1929), + [anon_sym_true] = ACTIONS(1931), + [anon_sym_false] = ACTIONS(1931), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1931), + [sym_super] = ACTIONS(1931), + [sym_crate] = ACTIONS(1931), + [sym_metavariable] = ACTIONS(1929), + [sym__raw_string_literal_start] = ACTIONS(1929), + [sym_float_literal] = ACTIONS(1929), + }, + [STATE(534)] = { + [sym_line_comment] = STATE(534), + [sym_block_comment] = STATE(534), + [ts_builtin_sym_end] = ACTIONS(1933), + [sym_identifier] = ACTIONS(1935), + [anon_sym_SEMI] = ACTIONS(1933), + [anon_sym_macro_rules_BANG] = ACTIONS(1933), + [anon_sym_LPAREN] = ACTIONS(1933), + [anon_sym_LBRACK] = ACTIONS(1933), + [anon_sym_LBRACE] = ACTIONS(1933), + [anon_sym_RBRACE] = ACTIONS(1933), + [anon_sym_STAR] = ACTIONS(1933), + [anon_sym_u8] = ACTIONS(1935), + [anon_sym_i8] = ACTIONS(1935), + [anon_sym_u16] = ACTIONS(1935), + [anon_sym_i16] = ACTIONS(1935), + [anon_sym_u32] = ACTIONS(1935), + [anon_sym_i32] = ACTIONS(1935), + [anon_sym_u64] = ACTIONS(1935), + [anon_sym_i64] = ACTIONS(1935), + [anon_sym_u128] = ACTIONS(1935), + [anon_sym_i128] = ACTIONS(1935), + [anon_sym_isize] = ACTIONS(1935), + [anon_sym_usize] = ACTIONS(1935), + [anon_sym_f32] = ACTIONS(1935), + [anon_sym_f64] = ACTIONS(1935), + [anon_sym_bool] = ACTIONS(1935), + [anon_sym_str] = ACTIONS(1935), + [anon_sym_char] = ACTIONS(1935), + [anon_sym_DASH] = ACTIONS(1933), + [anon_sym_BANG] = ACTIONS(1933), + [anon_sym_AMP] = ACTIONS(1933), + [anon_sym_PIPE] = ACTIONS(1933), + [anon_sym_LT] = ACTIONS(1933), + [anon_sym_DOT_DOT] = ACTIONS(1933), + [anon_sym_COLON_COLON] = ACTIONS(1933), + [anon_sym_POUND] = ACTIONS(1933), + [anon_sym_SQUOTE] = ACTIONS(1935), + [anon_sym_async] = ACTIONS(1935), + [anon_sym_break] = ACTIONS(1935), + [anon_sym_const] = ACTIONS(1935), + [anon_sym_continue] = ACTIONS(1935), + [anon_sym_default] = ACTIONS(1935), + [anon_sym_enum] = ACTIONS(1935), + [anon_sym_fn] = ACTIONS(1935), + [anon_sym_for] = ACTIONS(1935), + [anon_sym_gen] = ACTIONS(1935), + [anon_sym_if] = ACTIONS(1935), + [anon_sym_impl] = ACTIONS(1935), + [anon_sym_let] = ACTIONS(1935), + [anon_sym_loop] = ACTIONS(1935), + [anon_sym_match] = ACTIONS(1935), + [anon_sym_mod] = ACTIONS(1935), + [anon_sym_pub] = ACTIONS(1935), + [anon_sym_return] = ACTIONS(1935), + [anon_sym_static] = ACTIONS(1935), + [anon_sym_struct] = ACTIONS(1935), + [anon_sym_trait] = ACTIONS(1935), + [anon_sym_type] = ACTIONS(1935), + [anon_sym_union] = ACTIONS(1935), + [anon_sym_unsafe] = ACTIONS(1935), + [anon_sym_use] = ACTIONS(1935), + [anon_sym_while] = ACTIONS(1935), + [anon_sym_extern] = ACTIONS(1935), + [anon_sym_yield] = ACTIONS(1935), + [anon_sym_move] = ACTIONS(1935), + [anon_sym_try] = ACTIONS(1935), + [sym_integer_literal] = ACTIONS(1933), + [aux_sym_string_literal_token1] = ACTIONS(1933), + [sym_char_literal] = ACTIONS(1933), + [anon_sym_true] = ACTIONS(1935), + [anon_sym_false] = ACTIONS(1935), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1935), + [sym_super] = ACTIONS(1935), + [sym_crate] = ACTIONS(1935), + [sym_metavariable] = ACTIONS(1933), + [sym__raw_string_literal_start] = ACTIONS(1933), + [sym_float_literal] = ACTIONS(1933), + }, + [STATE(535)] = { + [sym_line_comment] = STATE(535), + [sym_block_comment] = STATE(535), + [ts_builtin_sym_end] = ACTIONS(1937), + [sym_identifier] = ACTIONS(1939), + [anon_sym_SEMI] = ACTIONS(1937), + [anon_sym_macro_rules_BANG] = ACTIONS(1937), + [anon_sym_LPAREN] = ACTIONS(1937), + [anon_sym_LBRACK] = ACTIONS(1937), + [anon_sym_LBRACE] = ACTIONS(1937), + [anon_sym_RBRACE] = ACTIONS(1937), + [anon_sym_STAR] = ACTIONS(1937), + [anon_sym_u8] = ACTIONS(1939), + [anon_sym_i8] = ACTIONS(1939), + [anon_sym_u16] = ACTIONS(1939), + [anon_sym_i16] = ACTIONS(1939), + [anon_sym_u32] = ACTIONS(1939), + [anon_sym_i32] = ACTIONS(1939), + [anon_sym_u64] = ACTIONS(1939), + [anon_sym_i64] = ACTIONS(1939), + [anon_sym_u128] = ACTIONS(1939), + [anon_sym_i128] = ACTIONS(1939), + [anon_sym_isize] = ACTIONS(1939), + [anon_sym_usize] = ACTIONS(1939), + [anon_sym_f32] = ACTIONS(1939), + [anon_sym_f64] = ACTIONS(1939), + [anon_sym_bool] = ACTIONS(1939), + [anon_sym_str] = ACTIONS(1939), + [anon_sym_char] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1937), + [anon_sym_BANG] = ACTIONS(1937), + [anon_sym_AMP] = ACTIONS(1937), + [anon_sym_PIPE] = ACTIONS(1937), + [anon_sym_LT] = ACTIONS(1937), + [anon_sym_DOT_DOT] = ACTIONS(1937), + [anon_sym_COLON_COLON] = ACTIONS(1937), + [anon_sym_POUND] = ACTIONS(1937), + [anon_sym_SQUOTE] = ACTIONS(1939), + [anon_sym_async] = ACTIONS(1939), + [anon_sym_break] = ACTIONS(1939), + [anon_sym_const] = ACTIONS(1939), + [anon_sym_continue] = ACTIONS(1939), + [anon_sym_default] = ACTIONS(1939), + [anon_sym_enum] = ACTIONS(1939), + [anon_sym_fn] = ACTIONS(1939), + [anon_sym_for] = ACTIONS(1939), + [anon_sym_gen] = ACTIONS(1939), + [anon_sym_if] = ACTIONS(1939), + [anon_sym_impl] = ACTIONS(1939), + [anon_sym_let] = ACTIONS(1939), + [anon_sym_loop] = ACTIONS(1939), + [anon_sym_match] = ACTIONS(1939), + [anon_sym_mod] = ACTIONS(1939), + [anon_sym_pub] = ACTIONS(1939), + [anon_sym_return] = ACTIONS(1939), + [anon_sym_static] = ACTIONS(1939), + [anon_sym_struct] = ACTIONS(1939), + [anon_sym_trait] = ACTIONS(1939), + [anon_sym_type] = ACTIONS(1939), + [anon_sym_union] = ACTIONS(1939), + [anon_sym_unsafe] = ACTIONS(1939), + [anon_sym_use] = ACTIONS(1939), + [anon_sym_while] = ACTIONS(1939), + [anon_sym_extern] = ACTIONS(1939), + [anon_sym_yield] = ACTIONS(1939), + [anon_sym_move] = ACTIONS(1939), + [anon_sym_try] = ACTIONS(1939), + [sym_integer_literal] = ACTIONS(1937), + [aux_sym_string_literal_token1] = ACTIONS(1937), + [sym_char_literal] = ACTIONS(1937), + [anon_sym_true] = ACTIONS(1939), + [anon_sym_false] = ACTIONS(1939), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1939), + [sym_super] = ACTIONS(1939), + [sym_crate] = ACTIONS(1939), + [sym_metavariable] = ACTIONS(1937), + [sym__raw_string_literal_start] = ACTIONS(1937), + [sym_float_literal] = ACTIONS(1937), + }, + [STATE(536)] = { + [sym_line_comment] = STATE(536), + [sym_block_comment] = STATE(536), + [ts_builtin_sym_end] = ACTIONS(1941), + [sym_identifier] = ACTIONS(1943), + [anon_sym_SEMI] = ACTIONS(1941), + [anon_sym_macro_rules_BANG] = ACTIONS(1941), + [anon_sym_LPAREN] = ACTIONS(1941), + [anon_sym_LBRACK] = ACTIONS(1941), + [anon_sym_LBRACE] = ACTIONS(1941), + [anon_sym_RBRACE] = ACTIONS(1941), + [anon_sym_STAR] = ACTIONS(1941), + [anon_sym_u8] = ACTIONS(1943), + [anon_sym_i8] = ACTIONS(1943), + [anon_sym_u16] = ACTIONS(1943), + [anon_sym_i16] = ACTIONS(1943), + [anon_sym_u32] = ACTIONS(1943), + [anon_sym_i32] = ACTIONS(1943), + [anon_sym_u64] = ACTIONS(1943), + [anon_sym_i64] = ACTIONS(1943), + [anon_sym_u128] = ACTIONS(1943), + [anon_sym_i128] = ACTIONS(1943), + [anon_sym_isize] = ACTIONS(1943), + [anon_sym_usize] = ACTIONS(1943), + [anon_sym_f32] = ACTIONS(1943), + [anon_sym_f64] = ACTIONS(1943), + [anon_sym_bool] = ACTIONS(1943), + [anon_sym_str] = ACTIONS(1943), + [anon_sym_char] = ACTIONS(1943), + [anon_sym_DASH] = ACTIONS(1941), + [anon_sym_BANG] = ACTIONS(1941), + [anon_sym_AMP] = ACTIONS(1941), + [anon_sym_PIPE] = ACTIONS(1941), + [anon_sym_LT] = ACTIONS(1941), + [anon_sym_DOT_DOT] = ACTIONS(1941), + [anon_sym_COLON_COLON] = ACTIONS(1941), + [anon_sym_POUND] = ACTIONS(1941), + [anon_sym_SQUOTE] = ACTIONS(1943), + [anon_sym_async] = ACTIONS(1943), + [anon_sym_break] = ACTIONS(1943), + [anon_sym_const] = ACTIONS(1943), + [anon_sym_continue] = ACTIONS(1943), + [anon_sym_default] = ACTIONS(1943), + [anon_sym_enum] = ACTIONS(1943), + [anon_sym_fn] = ACTIONS(1943), + [anon_sym_for] = ACTIONS(1943), + [anon_sym_gen] = ACTIONS(1943), + [anon_sym_if] = ACTIONS(1943), + [anon_sym_impl] = ACTIONS(1943), + [anon_sym_let] = ACTIONS(1943), + [anon_sym_loop] = ACTIONS(1943), + [anon_sym_match] = ACTIONS(1943), + [anon_sym_mod] = ACTIONS(1943), + [anon_sym_pub] = ACTIONS(1943), + [anon_sym_return] = ACTIONS(1943), + [anon_sym_static] = ACTIONS(1943), + [anon_sym_struct] = ACTIONS(1943), + [anon_sym_trait] = ACTIONS(1943), + [anon_sym_type] = ACTIONS(1943), + [anon_sym_union] = ACTIONS(1943), + [anon_sym_unsafe] = ACTIONS(1943), + [anon_sym_use] = ACTIONS(1943), + [anon_sym_while] = ACTIONS(1943), + [anon_sym_extern] = ACTIONS(1943), + [anon_sym_yield] = ACTIONS(1943), + [anon_sym_move] = ACTIONS(1943), + [anon_sym_try] = ACTIONS(1943), + [sym_integer_literal] = ACTIONS(1941), + [aux_sym_string_literal_token1] = ACTIONS(1941), + [sym_char_literal] = ACTIONS(1941), + [anon_sym_true] = ACTIONS(1943), + [anon_sym_false] = ACTIONS(1943), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1943), + [sym_super] = ACTIONS(1943), + [sym_crate] = ACTIONS(1943), + [sym_metavariable] = ACTIONS(1941), + [sym__raw_string_literal_start] = ACTIONS(1941), + [sym_float_literal] = ACTIONS(1941), + }, + [STATE(537)] = { + [sym_line_comment] = STATE(537), + [sym_block_comment] = STATE(537), + [ts_builtin_sym_end] = ACTIONS(1945), + [sym_identifier] = ACTIONS(1947), + [anon_sym_SEMI] = ACTIONS(1945), + [anon_sym_macro_rules_BANG] = ACTIONS(1945), + [anon_sym_LPAREN] = ACTIONS(1945), + [anon_sym_LBRACK] = ACTIONS(1945), + [anon_sym_LBRACE] = ACTIONS(1945), + [anon_sym_RBRACE] = ACTIONS(1945), + [anon_sym_STAR] = ACTIONS(1945), + [anon_sym_u8] = ACTIONS(1947), + [anon_sym_i8] = ACTIONS(1947), + [anon_sym_u16] = ACTIONS(1947), + [anon_sym_i16] = ACTIONS(1947), + [anon_sym_u32] = ACTIONS(1947), + [anon_sym_i32] = ACTIONS(1947), + [anon_sym_u64] = ACTIONS(1947), + [anon_sym_i64] = ACTIONS(1947), + [anon_sym_u128] = ACTIONS(1947), + [anon_sym_i128] = ACTIONS(1947), + [anon_sym_isize] = ACTIONS(1947), + [anon_sym_usize] = ACTIONS(1947), + [anon_sym_f32] = ACTIONS(1947), + [anon_sym_f64] = ACTIONS(1947), + [anon_sym_bool] = ACTIONS(1947), + [anon_sym_str] = ACTIONS(1947), + [anon_sym_char] = ACTIONS(1947), + [anon_sym_DASH] = ACTIONS(1945), + [anon_sym_BANG] = ACTIONS(1945), + [anon_sym_AMP] = ACTIONS(1945), + [anon_sym_PIPE] = ACTIONS(1945), + [anon_sym_LT] = ACTIONS(1945), + [anon_sym_DOT_DOT] = ACTIONS(1945), + [anon_sym_COLON_COLON] = ACTIONS(1945), + [anon_sym_POUND] = ACTIONS(1945), + [anon_sym_SQUOTE] = ACTIONS(1947), + [anon_sym_async] = ACTIONS(1947), + [anon_sym_break] = ACTIONS(1947), + [anon_sym_const] = ACTIONS(1947), + [anon_sym_continue] = ACTIONS(1947), + [anon_sym_default] = ACTIONS(1947), + [anon_sym_enum] = ACTIONS(1947), + [anon_sym_fn] = ACTIONS(1947), + [anon_sym_for] = ACTIONS(1947), + [anon_sym_gen] = ACTIONS(1947), + [anon_sym_if] = ACTIONS(1947), + [anon_sym_impl] = ACTIONS(1947), + [anon_sym_let] = ACTIONS(1947), + [anon_sym_loop] = ACTIONS(1947), + [anon_sym_match] = ACTIONS(1947), + [anon_sym_mod] = ACTIONS(1947), + [anon_sym_pub] = ACTIONS(1947), + [anon_sym_return] = ACTIONS(1947), + [anon_sym_static] = ACTIONS(1947), + [anon_sym_struct] = ACTIONS(1947), + [anon_sym_trait] = ACTIONS(1947), + [anon_sym_type] = ACTIONS(1947), + [anon_sym_union] = ACTIONS(1947), + [anon_sym_unsafe] = ACTIONS(1947), + [anon_sym_use] = ACTIONS(1947), + [anon_sym_while] = ACTIONS(1947), + [anon_sym_extern] = ACTIONS(1947), + [anon_sym_yield] = ACTIONS(1947), + [anon_sym_move] = ACTIONS(1947), + [anon_sym_try] = ACTIONS(1947), + [sym_integer_literal] = ACTIONS(1945), + [aux_sym_string_literal_token1] = ACTIONS(1945), + [sym_char_literal] = ACTIONS(1945), + [anon_sym_true] = ACTIONS(1947), + [anon_sym_false] = ACTIONS(1947), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1947), + [sym_super] = ACTIONS(1947), + [sym_crate] = ACTIONS(1947), + [sym_metavariable] = ACTIONS(1945), + [sym__raw_string_literal_start] = ACTIONS(1945), + [sym_float_literal] = ACTIONS(1945), + }, + [STATE(538)] = { + [sym_line_comment] = STATE(538), + [sym_block_comment] = STATE(538), + [ts_builtin_sym_end] = ACTIONS(1949), + [sym_identifier] = ACTIONS(1951), + [anon_sym_SEMI] = ACTIONS(1949), + [anon_sym_macro_rules_BANG] = ACTIONS(1949), + [anon_sym_LPAREN] = ACTIONS(1949), + [anon_sym_LBRACK] = ACTIONS(1949), + [anon_sym_LBRACE] = ACTIONS(1949), + [anon_sym_RBRACE] = ACTIONS(1949), + [anon_sym_STAR] = ACTIONS(1949), + [anon_sym_u8] = ACTIONS(1951), + [anon_sym_i8] = ACTIONS(1951), + [anon_sym_u16] = ACTIONS(1951), + [anon_sym_i16] = ACTIONS(1951), + [anon_sym_u32] = ACTIONS(1951), + [anon_sym_i32] = ACTIONS(1951), + [anon_sym_u64] = ACTIONS(1951), + [anon_sym_i64] = ACTIONS(1951), + [anon_sym_u128] = ACTIONS(1951), + [anon_sym_i128] = ACTIONS(1951), + [anon_sym_isize] = ACTIONS(1951), + [anon_sym_usize] = ACTIONS(1951), + [anon_sym_f32] = ACTIONS(1951), + [anon_sym_f64] = ACTIONS(1951), + [anon_sym_bool] = ACTIONS(1951), + [anon_sym_str] = ACTIONS(1951), + [anon_sym_char] = ACTIONS(1951), + [anon_sym_DASH] = ACTIONS(1949), + [anon_sym_BANG] = ACTIONS(1949), + [anon_sym_AMP] = ACTIONS(1949), + [anon_sym_PIPE] = ACTIONS(1949), + [anon_sym_LT] = ACTIONS(1949), + [anon_sym_DOT_DOT] = ACTIONS(1949), + [anon_sym_COLON_COLON] = ACTIONS(1949), + [anon_sym_POUND] = ACTIONS(1949), + [anon_sym_SQUOTE] = ACTIONS(1951), + [anon_sym_async] = ACTIONS(1951), + [anon_sym_break] = ACTIONS(1951), + [anon_sym_const] = ACTIONS(1951), + [anon_sym_continue] = ACTIONS(1951), + [anon_sym_default] = ACTIONS(1951), + [anon_sym_enum] = ACTIONS(1951), + [anon_sym_fn] = ACTIONS(1951), + [anon_sym_for] = ACTIONS(1951), + [anon_sym_gen] = ACTIONS(1951), + [anon_sym_if] = ACTIONS(1951), + [anon_sym_impl] = ACTIONS(1951), + [anon_sym_let] = ACTIONS(1951), + [anon_sym_loop] = ACTIONS(1951), + [anon_sym_match] = ACTIONS(1951), + [anon_sym_mod] = ACTIONS(1951), + [anon_sym_pub] = ACTIONS(1951), + [anon_sym_return] = ACTIONS(1951), + [anon_sym_static] = ACTIONS(1951), + [anon_sym_struct] = ACTIONS(1951), + [anon_sym_trait] = ACTIONS(1951), + [anon_sym_type] = ACTIONS(1951), + [anon_sym_union] = ACTIONS(1951), + [anon_sym_unsafe] = ACTIONS(1951), + [anon_sym_use] = ACTIONS(1951), + [anon_sym_while] = ACTIONS(1951), + [anon_sym_extern] = ACTIONS(1951), + [anon_sym_yield] = ACTIONS(1951), + [anon_sym_move] = ACTIONS(1951), + [anon_sym_try] = ACTIONS(1951), + [sym_integer_literal] = ACTIONS(1949), + [aux_sym_string_literal_token1] = ACTIONS(1949), + [sym_char_literal] = ACTIONS(1949), + [anon_sym_true] = ACTIONS(1951), + [anon_sym_false] = ACTIONS(1951), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1951), + [sym_super] = ACTIONS(1951), + [sym_crate] = ACTIONS(1951), + [sym_metavariable] = ACTIONS(1949), + [sym__raw_string_literal_start] = ACTIONS(1949), + [sym_float_literal] = ACTIONS(1949), + }, + [STATE(539)] = { + [sym_line_comment] = STATE(539), + [sym_block_comment] = STATE(539), + [ts_builtin_sym_end] = ACTIONS(1953), + [sym_identifier] = ACTIONS(1955), + [anon_sym_SEMI] = ACTIONS(1953), + [anon_sym_macro_rules_BANG] = ACTIONS(1953), + [anon_sym_LPAREN] = ACTIONS(1953), + [anon_sym_LBRACK] = ACTIONS(1953), + [anon_sym_LBRACE] = ACTIONS(1953), + [anon_sym_RBRACE] = ACTIONS(1953), + [anon_sym_STAR] = ACTIONS(1953), + [anon_sym_u8] = ACTIONS(1955), + [anon_sym_i8] = ACTIONS(1955), + [anon_sym_u16] = ACTIONS(1955), + [anon_sym_i16] = ACTIONS(1955), + [anon_sym_u32] = ACTIONS(1955), + [anon_sym_i32] = ACTIONS(1955), + [anon_sym_u64] = ACTIONS(1955), + [anon_sym_i64] = ACTIONS(1955), + [anon_sym_u128] = ACTIONS(1955), + [anon_sym_i128] = ACTIONS(1955), + [anon_sym_isize] = ACTIONS(1955), + [anon_sym_usize] = ACTIONS(1955), + [anon_sym_f32] = ACTIONS(1955), + [anon_sym_f64] = ACTIONS(1955), + [anon_sym_bool] = ACTIONS(1955), + [anon_sym_str] = ACTIONS(1955), + [anon_sym_char] = ACTIONS(1955), + [anon_sym_DASH] = ACTIONS(1953), + [anon_sym_BANG] = ACTIONS(1953), + [anon_sym_AMP] = ACTIONS(1953), + [anon_sym_PIPE] = ACTIONS(1953), + [anon_sym_LT] = ACTIONS(1953), + [anon_sym_DOT_DOT] = ACTIONS(1953), + [anon_sym_COLON_COLON] = ACTIONS(1953), + [anon_sym_POUND] = ACTIONS(1953), + [anon_sym_SQUOTE] = ACTIONS(1955), + [anon_sym_async] = ACTIONS(1955), + [anon_sym_break] = ACTIONS(1955), + [anon_sym_const] = ACTIONS(1955), + [anon_sym_continue] = ACTIONS(1955), + [anon_sym_default] = ACTIONS(1955), + [anon_sym_enum] = ACTIONS(1955), + [anon_sym_fn] = ACTIONS(1955), + [anon_sym_for] = ACTIONS(1955), + [anon_sym_gen] = ACTIONS(1955), + [anon_sym_if] = ACTIONS(1955), + [anon_sym_impl] = ACTIONS(1955), + [anon_sym_let] = ACTIONS(1955), + [anon_sym_loop] = ACTIONS(1955), + [anon_sym_match] = ACTIONS(1955), + [anon_sym_mod] = ACTIONS(1955), + [anon_sym_pub] = ACTIONS(1955), + [anon_sym_return] = ACTIONS(1955), + [anon_sym_static] = ACTIONS(1955), + [anon_sym_struct] = ACTIONS(1955), + [anon_sym_trait] = ACTIONS(1955), + [anon_sym_type] = ACTIONS(1955), + [anon_sym_union] = ACTIONS(1955), + [anon_sym_unsafe] = ACTIONS(1955), + [anon_sym_use] = ACTIONS(1955), + [anon_sym_while] = ACTIONS(1955), + [anon_sym_extern] = ACTIONS(1955), + [anon_sym_yield] = ACTIONS(1955), + [anon_sym_move] = ACTIONS(1955), + [anon_sym_try] = ACTIONS(1955), + [sym_integer_literal] = ACTIONS(1953), + [aux_sym_string_literal_token1] = ACTIONS(1953), + [sym_char_literal] = ACTIONS(1953), + [anon_sym_true] = ACTIONS(1955), + [anon_sym_false] = ACTIONS(1955), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1955), + [sym_super] = ACTIONS(1955), + [sym_crate] = ACTIONS(1955), + [sym_metavariable] = ACTIONS(1953), + [sym__raw_string_literal_start] = ACTIONS(1953), + [sym_float_literal] = ACTIONS(1953), + }, + [STATE(540)] = { + [sym_line_comment] = STATE(540), + [sym_block_comment] = STATE(540), + [ts_builtin_sym_end] = ACTIONS(1957), + [sym_identifier] = ACTIONS(1959), + [anon_sym_SEMI] = ACTIONS(1957), + [anon_sym_macro_rules_BANG] = ACTIONS(1957), + [anon_sym_LPAREN] = ACTIONS(1957), + [anon_sym_LBRACK] = ACTIONS(1957), + [anon_sym_LBRACE] = ACTIONS(1957), + [anon_sym_RBRACE] = ACTIONS(1957), + [anon_sym_STAR] = ACTIONS(1957), + [anon_sym_u8] = ACTIONS(1959), + [anon_sym_i8] = ACTIONS(1959), + [anon_sym_u16] = ACTIONS(1959), + [anon_sym_i16] = ACTIONS(1959), + [anon_sym_u32] = ACTIONS(1959), + [anon_sym_i32] = ACTIONS(1959), + [anon_sym_u64] = ACTIONS(1959), + [anon_sym_i64] = ACTIONS(1959), + [anon_sym_u128] = ACTIONS(1959), + [anon_sym_i128] = ACTIONS(1959), + [anon_sym_isize] = ACTIONS(1959), + [anon_sym_usize] = ACTIONS(1959), + [anon_sym_f32] = ACTIONS(1959), + [anon_sym_f64] = ACTIONS(1959), + [anon_sym_bool] = ACTIONS(1959), + [anon_sym_str] = ACTIONS(1959), + [anon_sym_char] = ACTIONS(1959), + [anon_sym_DASH] = ACTIONS(1957), + [anon_sym_BANG] = ACTIONS(1957), + [anon_sym_AMP] = ACTIONS(1957), + [anon_sym_PIPE] = ACTIONS(1957), + [anon_sym_LT] = ACTIONS(1957), + [anon_sym_DOT_DOT] = ACTIONS(1957), + [anon_sym_COLON_COLON] = ACTIONS(1957), + [anon_sym_POUND] = ACTIONS(1957), + [anon_sym_SQUOTE] = ACTIONS(1959), + [anon_sym_async] = ACTIONS(1959), + [anon_sym_break] = ACTIONS(1959), + [anon_sym_const] = ACTIONS(1959), + [anon_sym_continue] = ACTIONS(1959), + [anon_sym_default] = ACTIONS(1959), + [anon_sym_enum] = ACTIONS(1959), + [anon_sym_fn] = ACTIONS(1959), + [anon_sym_for] = ACTIONS(1959), + [anon_sym_gen] = ACTIONS(1959), + [anon_sym_if] = ACTIONS(1959), + [anon_sym_impl] = ACTIONS(1959), + [anon_sym_let] = ACTIONS(1959), + [anon_sym_loop] = ACTIONS(1959), + [anon_sym_match] = ACTIONS(1959), + [anon_sym_mod] = ACTIONS(1959), + [anon_sym_pub] = ACTIONS(1959), + [anon_sym_return] = ACTIONS(1959), + [anon_sym_static] = ACTIONS(1959), + [anon_sym_struct] = ACTIONS(1959), + [anon_sym_trait] = ACTIONS(1959), + [anon_sym_type] = ACTIONS(1959), + [anon_sym_union] = ACTIONS(1959), + [anon_sym_unsafe] = ACTIONS(1959), + [anon_sym_use] = ACTIONS(1959), + [anon_sym_while] = ACTIONS(1959), + [anon_sym_extern] = ACTIONS(1959), + [anon_sym_yield] = ACTIONS(1959), + [anon_sym_move] = ACTIONS(1959), + [anon_sym_try] = ACTIONS(1959), + [sym_integer_literal] = ACTIONS(1957), + [aux_sym_string_literal_token1] = ACTIONS(1957), + [sym_char_literal] = ACTIONS(1957), + [anon_sym_true] = ACTIONS(1959), + [anon_sym_false] = ACTIONS(1959), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1959), + [sym_super] = ACTIONS(1959), + [sym_crate] = ACTIONS(1959), + [sym_metavariable] = ACTIONS(1957), + [sym__raw_string_literal_start] = ACTIONS(1957), + [sym_float_literal] = ACTIONS(1957), + }, + [STATE(541)] = { + [sym_line_comment] = STATE(541), + [sym_block_comment] = STATE(541), + [ts_builtin_sym_end] = ACTIONS(1961), + [sym_identifier] = ACTIONS(1963), + [anon_sym_SEMI] = ACTIONS(1961), + [anon_sym_macro_rules_BANG] = ACTIONS(1961), + [anon_sym_LPAREN] = ACTIONS(1961), + [anon_sym_LBRACK] = ACTIONS(1961), + [anon_sym_LBRACE] = ACTIONS(1961), + [anon_sym_RBRACE] = ACTIONS(1961), + [anon_sym_STAR] = ACTIONS(1961), + [anon_sym_u8] = ACTIONS(1963), + [anon_sym_i8] = ACTIONS(1963), + [anon_sym_u16] = ACTIONS(1963), + [anon_sym_i16] = ACTIONS(1963), + [anon_sym_u32] = ACTIONS(1963), + [anon_sym_i32] = ACTIONS(1963), + [anon_sym_u64] = ACTIONS(1963), + [anon_sym_i64] = ACTIONS(1963), + [anon_sym_u128] = ACTIONS(1963), + [anon_sym_i128] = ACTIONS(1963), + [anon_sym_isize] = ACTIONS(1963), + [anon_sym_usize] = ACTIONS(1963), + [anon_sym_f32] = ACTIONS(1963), + [anon_sym_f64] = ACTIONS(1963), + [anon_sym_bool] = ACTIONS(1963), + [anon_sym_str] = ACTIONS(1963), + [anon_sym_char] = ACTIONS(1963), + [anon_sym_DASH] = ACTIONS(1961), + [anon_sym_BANG] = ACTIONS(1961), + [anon_sym_AMP] = ACTIONS(1961), + [anon_sym_PIPE] = ACTIONS(1961), + [anon_sym_LT] = ACTIONS(1961), + [anon_sym_DOT_DOT] = ACTIONS(1961), + [anon_sym_COLON_COLON] = ACTIONS(1961), + [anon_sym_POUND] = ACTIONS(1961), + [anon_sym_SQUOTE] = ACTIONS(1963), + [anon_sym_async] = ACTIONS(1963), + [anon_sym_break] = ACTIONS(1963), + [anon_sym_const] = ACTIONS(1963), + [anon_sym_continue] = ACTIONS(1963), + [anon_sym_default] = ACTIONS(1963), + [anon_sym_enum] = ACTIONS(1963), + [anon_sym_fn] = ACTIONS(1963), + [anon_sym_for] = ACTIONS(1963), + [anon_sym_gen] = ACTIONS(1963), + [anon_sym_if] = ACTIONS(1963), + [anon_sym_impl] = ACTIONS(1963), + [anon_sym_let] = ACTIONS(1963), + [anon_sym_loop] = ACTIONS(1963), + [anon_sym_match] = ACTIONS(1963), + [anon_sym_mod] = ACTIONS(1963), + [anon_sym_pub] = ACTIONS(1963), + [anon_sym_return] = ACTIONS(1963), + [anon_sym_static] = ACTIONS(1963), + [anon_sym_struct] = ACTIONS(1963), + [anon_sym_trait] = ACTIONS(1963), + [anon_sym_type] = ACTIONS(1963), + [anon_sym_union] = ACTIONS(1963), + [anon_sym_unsafe] = ACTIONS(1963), + [anon_sym_use] = ACTIONS(1963), + [anon_sym_while] = ACTIONS(1963), + [anon_sym_extern] = ACTIONS(1963), + [anon_sym_yield] = ACTIONS(1963), + [anon_sym_move] = ACTIONS(1963), + [anon_sym_try] = ACTIONS(1963), + [sym_integer_literal] = ACTIONS(1961), + [aux_sym_string_literal_token1] = ACTIONS(1961), + [sym_char_literal] = ACTIONS(1961), + [anon_sym_true] = ACTIONS(1963), + [anon_sym_false] = ACTIONS(1963), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1963), + [sym_super] = ACTIONS(1963), + [sym_crate] = ACTIONS(1963), + [sym_metavariable] = ACTIONS(1961), + [sym__raw_string_literal_start] = ACTIONS(1961), + [sym_float_literal] = ACTIONS(1961), + }, + [STATE(542)] = { [sym_line_comment] = STATE(542), [sym_block_comment] = STATE(542), - [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), - }, - [543] = { + [ts_builtin_sym_end] = ACTIONS(1965), + [sym_identifier] = ACTIONS(1967), + [anon_sym_SEMI] = ACTIONS(1965), + [anon_sym_macro_rules_BANG] = ACTIONS(1965), + [anon_sym_LPAREN] = ACTIONS(1965), + [anon_sym_LBRACK] = ACTIONS(1965), + [anon_sym_LBRACE] = ACTIONS(1965), + [anon_sym_RBRACE] = ACTIONS(1965), + [anon_sym_STAR] = ACTIONS(1965), + [anon_sym_u8] = ACTIONS(1967), + [anon_sym_i8] = ACTIONS(1967), + [anon_sym_u16] = ACTIONS(1967), + [anon_sym_i16] = ACTIONS(1967), + [anon_sym_u32] = ACTIONS(1967), + [anon_sym_i32] = ACTIONS(1967), + [anon_sym_u64] = ACTIONS(1967), + [anon_sym_i64] = ACTIONS(1967), + [anon_sym_u128] = ACTIONS(1967), + [anon_sym_i128] = ACTIONS(1967), + [anon_sym_isize] = ACTIONS(1967), + [anon_sym_usize] = ACTIONS(1967), + [anon_sym_f32] = ACTIONS(1967), + [anon_sym_f64] = ACTIONS(1967), + [anon_sym_bool] = ACTIONS(1967), + [anon_sym_str] = ACTIONS(1967), + [anon_sym_char] = ACTIONS(1967), + [anon_sym_DASH] = ACTIONS(1965), + [anon_sym_BANG] = ACTIONS(1965), + [anon_sym_AMP] = ACTIONS(1965), + [anon_sym_PIPE] = ACTIONS(1965), + [anon_sym_LT] = ACTIONS(1965), + [anon_sym_DOT_DOT] = ACTIONS(1965), + [anon_sym_COLON_COLON] = ACTIONS(1965), + [anon_sym_POUND] = ACTIONS(1965), + [anon_sym_SQUOTE] = ACTIONS(1967), + [anon_sym_async] = ACTIONS(1967), + [anon_sym_break] = ACTIONS(1967), + [anon_sym_const] = ACTIONS(1967), + [anon_sym_continue] = ACTIONS(1967), + [anon_sym_default] = ACTIONS(1967), + [anon_sym_enum] = ACTIONS(1967), + [anon_sym_fn] = ACTIONS(1967), + [anon_sym_for] = ACTIONS(1967), + [anon_sym_gen] = ACTIONS(1967), + [anon_sym_if] = ACTIONS(1967), + [anon_sym_impl] = ACTIONS(1967), + [anon_sym_let] = ACTIONS(1967), + [anon_sym_loop] = ACTIONS(1967), + [anon_sym_match] = ACTIONS(1967), + [anon_sym_mod] = ACTIONS(1967), + [anon_sym_pub] = ACTIONS(1967), + [anon_sym_return] = ACTIONS(1967), + [anon_sym_static] = ACTIONS(1967), + [anon_sym_struct] = ACTIONS(1967), + [anon_sym_trait] = ACTIONS(1967), + [anon_sym_type] = ACTIONS(1967), + [anon_sym_union] = ACTIONS(1967), + [anon_sym_unsafe] = ACTIONS(1967), + [anon_sym_use] = ACTIONS(1967), + [anon_sym_while] = ACTIONS(1967), + [anon_sym_extern] = ACTIONS(1967), + [anon_sym_yield] = ACTIONS(1967), + [anon_sym_move] = ACTIONS(1967), + [anon_sym_try] = ACTIONS(1967), + [sym_integer_literal] = ACTIONS(1965), + [aux_sym_string_literal_token1] = ACTIONS(1965), + [sym_char_literal] = ACTIONS(1965), + [anon_sym_true] = ACTIONS(1967), + [anon_sym_false] = ACTIONS(1967), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1967), + [sym_super] = ACTIONS(1967), + [sym_crate] = ACTIONS(1967), + [sym_metavariable] = ACTIONS(1965), + [sym__raw_string_literal_start] = ACTIONS(1965), + [sym_float_literal] = ACTIONS(1965), + }, + [STATE(543)] = { [sym_line_comment] = STATE(543), [sym_block_comment] = STATE(543), - [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), - }, - [544] = { + [ts_builtin_sym_end] = ACTIONS(1969), + [sym_identifier] = ACTIONS(1971), + [anon_sym_SEMI] = ACTIONS(1969), + [anon_sym_macro_rules_BANG] = ACTIONS(1969), + [anon_sym_LPAREN] = ACTIONS(1969), + [anon_sym_LBRACK] = ACTIONS(1969), + [anon_sym_LBRACE] = ACTIONS(1969), + [anon_sym_RBRACE] = ACTIONS(1969), + [anon_sym_STAR] = ACTIONS(1969), + [anon_sym_u8] = ACTIONS(1971), + [anon_sym_i8] = ACTIONS(1971), + [anon_sym_u16] = ACTIONS(1971), + [anon_sym_i16] = ACTIONS(1971), + [anon_sym_u32] = ACTIONS(1971), + [anon_sym_i32] = ACTIONS(1971), + [anon_sym_u64] = ACTIONS(1971), + [anon_sym_i64] = ACTIONS(1971), + [anon_sym_u128] = ACTIONS(1971), + [anon_sym_i128] = ACTIONS(1971), + [anon_sym_isize] = ACTIONS(1971), + [anon_sym_usize] = ACTIONS(1971), + [anon_sym_f32] = ACTIONS(1971), + [anon_sym_f64] = ACTIONS(1971), + [anon_sym_bool] = ACTIONS(1971), + [anon_sym_str] = ACTIONS(1971), + [anon_sym_char] = ACTIONS(1971), + [anon_sym_DASH] = ACTIONS(1969), + [anon_sym_BANG] = ACTIONS(1969), + [anon_sym_AMP] = ACTIONS(1969), + [anon_sym_PIPE] = ACTIONS(1969), + [anon_sym_LT] = ACTIONS(1969), + [anon_sym_DOT_DOT] = ACTIONS(1969), + [anon_sym_COLON_COLON] = ACTIONS(1969), + [anon_sym_POUND] = ACTIONS(1969), + [anon_sym_SQUOTE] = ACTIONS(1971), + [anon_sym_async] = ACTIONS(1971), + [anon_sym_break] = ACTIONS(1971), + [anon_sym_const] = ACTIONS(1971), + [anon_sym_continue] = ACTIONS(1971), + [anon_sym_default] = ACTIONS(1971), + [anon_sym_enum] = ACTIONS(1971), + [anon_sym_fn] = ACTIONS(1971), + [anon_sym_for] = ACTIONS(1971), + [anon_sym_gen] = ACTIONS(1971), + [anon_sym_if] = ACTIONS(1971), + [anon_sym_impl] = ACTIONS(1971), + [anon_sym_let] = ACTIONS(1971), + [anon_sym_loop] = ACTIONS(1971), + [anon_sym_match] = ACTIONS(1971), + [anon_sym_mod] = ACTIONS(1971), + [anon_sym_pub] = ACTIONS(1971), + [anon_sym_return] = ACTIONS(1971), + [anon_sym_static] = ACTIONS(1971), + [anon_sym_struct] = ACTIONS(1971), + [anon_sym_trait] = ACTIONS(1971), + [anon_sym_type] = ACTIONS(1971), + [anon_sym_union] = ACTIONS(1971), + [anon_sym_unsafe] = ACTIONS(1971), + [anon_sym_use] = ACTIONS(1971), + [anon_sym_while] = ACTIONS(1971), + [anon_sym_extern] = ACTIONS(1971), + [anon_sym_yield] = ACTIONS(1971), + [anon_sym_move] = ACTIONS(1971), + [anon_sym_try] = ACTIONS(1971), + [sym_integer_literal] = ACTIONS(1969), + [aux_sym_string_literal_token1] = ACTIONS(1969), + [sym_char_literal] = ACTIONS(1969), + [anon_sym_true] = ACTIONS(1971), + [anon_sym_false] = ACTIONS(1971), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1971), + [sym_super] = ACTIONS(1971), + [sym_crate] = ACTIONS(1971), + [sym_metavariable] = ACTIONS(1969), + [sym__raw_string_literal_start] = ACTIONS(1969), + [sym_float_literal] = ACTIONS(1969), + }, + [STATE(544)] = { [sym_line_comment] = STATE(544), [sym_block_comment] = STATE(544), - [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), - }, - [545] = { + [ts_builtin_sym_end] = ACTIONS(1973), + [sym_identifier] = ACTIONS(1975), + [anon_sym_SEMI] = ACTIONS(1973), + [anon_sym_macro_rules_BANG] = ACTIONS(1973), + [anon_sym_LPAREN] = ACTIONS(1973), + [anon_sym_LBRACK] = ACTIONS(1973), + [anon_sym_LBRACE] = ACTIONS(1973), + [anon_sym_RBRACE] = ACTIONS(1973), + [anon_sym_STAR] = ACTIONS(1973), + [anon_sym_u8] = ACTIONS(1975), + [anon_sym_i8] = ACTIONS(1975), + [anon_sym_u16] = ACTIONS(1975), + [anon_sym_i16] = ACTIONS(1975), + [anon_sym_u32] = ACTIONS(1975), + [anon_sym_i32] = ACTIONS(1975), + [anon_sym_u64] = ACTIONS(1975), + [anon_sym_i64] = ACTIONS(1975), + [anon_sym_u128] = ACTIONS(1975), + [anon_sym_i128] = ACTIONS(1975), + [anon_sym_isize] = ACTIONS(1975), + [anon_sym_usize] = ACTIONS(1975), + [anon_sym_f32] = ACTIONS(1975), + [anon_sym_f64] = ACTIONS(1975), + [anon_sym_bool] = ACTIONS(1975), + [anon_sym_str] = ACTIONS(1975), + [anon_sym_char] = ACTIONS(1975), + [anon_sym_DASH] = ACTIONS(1973), + [anon_sym_BANG] = ACTIONS(1973), + [anon_sym_AMP] = ACTIONS(1973), + [anon_sym_PIPE] = ACTIONS(1973), + [anon_sym_LT] = ACTIONS(1973), + [anon_sym_DOT_DOT] = ACTIONS(1973), + [anon_sym_COLON_COLON] = ACTIONS(1973), + [anon_sym_POUND] = ACTIONS(1973), + [anon_sym_SQUOTE] = ACTIONS(1975), + [anon_sym_async] = ACTIONS(1975), + [anon_sym_break] = ACTIONS(1975), + [anon_sym_const] = ACTIONS(1975), + [anon_sym_continue] = ACTIONS(1975), + [anon_sym_default] = ACTIONS(1975), + [anon_sym_enum] = ACTIONS(1975), + [anon_sym_fn] = ACTIONS(1975), + [anon_sym_for] = ACTIONS(1975), + [anon_sym_gen] = ACTIONS(1975), + [anon_sym_if] = ACTIONS(1975), + [anon_sym_impl] = ACTIONS(1975), + [anon_sym_let] = ACTIONS(1975), + [anon_sym_loop] = ACTIONS(1975), + [anon_sym_match] = ACTIONS(1975), + [anon_sym_mod] = ACTIONS(1975), + [anon_sym_pub] = ACTIONS(1975), + [anon_sym_return] = ACTIONS(1975), + [anon_sym_static] = ACTIONS(1975), + [anon_sym_struct] = ACTIONS(1975), + [anon_sym_trait] = ACTIONS(1975), + [anon_sym_type] = ACTIONS(1975), + [anon_sym_union] = ACTIONS(1975), + [anon_sym_unsafe] = ACTIONS(1975), + [anon_sym_use] = ACTIONS(1975), + [anon_sym_while] = ACTIONS(1975), + [anon_sym_extern] = ACTIONS(1975), + [anon_sym_yield] = ACTIONS(1975), + [anon_sym_move] = ACTIONS(1975), + [anon_sym_try] = ACTIONS(1975), + [sym_integer_literal] = ACTIONS(1973), + [aux_sym_string_literal_token1] = ACTIONS(1973), + [sym_char_literal] = ACTIONS(1973), + [anon_sym_true] = ACTIONS(1975), + [anon_sym_false] = ACTIONS(1975), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1975), + [sym_super] = ACTIONS(1975), + [sym_crate] = ACTIONS(1975), + [sym_metavariable] = ACTIONS(1973), + [sym__raw_string_literal_start] = ACTIONS(1973), + [sym_float_literal] = ACTIONS(1973), + }, + [STATE(545)] = { [sym_line_comment] = STATE(545), [sym_block_comment] = STATE(545), - [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), - }, - [546] = { + [ts_builtin_sym_end] = ACTIONS(1977), + [sym_identifier] = ACTIONS(1979), + [anon_sym_SEMI] = ACTIONS(1977), + [anon_sym_macro_rules_BANG] = ACTIONS(1977), + [anon_sym_LPAREN] = ACTIONS(1977), + [anon_sym_LBRACK] = ACTIONS(1977), + [anon_sym_LBRACE] = ACTIONS(1977), + [anon_sym_RBRACE] = ACTIONS(1977), + [anon_sym_STAR] = ACTIONS(1977), + [anon_sym_u8] = ACTIONS(1979), + [anon_sym_i8] = ACTIONS(1979), + [anon_sym_u16] = ACTIONS(1979), + [anon_sym_i16] = ACTIONS(1979), + [anon_sym_u32] = ACTIONS(1979), + [anon_sym_i32] = ACTIONS(1979), + [anon_sym_u64] = ACTIONS(1979), + [anon_sym_i64] = ACTIONS(1979), + [anon_sym_u128] = ACTIONS(1979), + [anon_sym_i128] = ACTIONS(1979), + [anon_sym_isize] = ACTIONS(1979), + [anon_sym_usize] = ACTIONS(1979), + [anon_sym_f32] = ACTIONS(1979), + [anon_sym_f64] = ACTIONS(1979), + [anon_sym_bool] = ACTIONS(1979), + [anon_sym_str] = ACTIONS(1979), + [anon_sym_char] = ACTIONS(1979), + [anon_sym_DASH] = ACTIONS(1977), + [anon_sym_BANG] = ACTIONS(1977), + [anon_sym_AMP] = ACTIONS(1977), + [anon_sym_PIPE] = ACTIONS(1977), + [anon_sym_LT] = ACTIONS(1977), + [anon_sym_DOT_DOT] = ACTIONS(1977), + [anon_sym_COLON_COLON] = ACTIONS(1977), + [anon_sym_POUND] = ACTIONS(1977), + [anon_sym_SQUOTE] = ACTIONS(1979), + [anon_sym_async] = ACTIONS(1979), + [anon_sym_break] = ACTIONS(1979), + [anon_sym_const] = ACTIONS(1979), + [anon_sym_continue] = ACTIONS(1979), + [anon_sym_default] = ACTIONS(1979), + [anon_sym_enum] = ACTIONS(1979), + [anon_sym_fn] = ACTIONS(1979), + [anon_sym_for] = ACTIONS(1979), + [anon_sym_gen] = ACTIONS(1979), + [anon_sym_if] = ACTIONS(1979), + [anon_sym_impl] = ACTIONS(1979), + [anon_sym_let] = ACTIONS(1979), + [anon_sym_loop] = ACTIONS(1979), + [anon_sym_match] = ACTIONS(1979), + [anon_sym_mod] = ACTIONS(1979), + [anon_sym_pub] = ACTIONS(1979), + [anon_sym_return] = ACTIONS(1979), + [anon_sym_static] = ACTIONS(1979), + [anon_sym_struct] = ACTIONS(1979), + [anon_sym_trait] = ACTIONS(1979), + [anon_sym_type] = ACTIONS(1979), + [anon_sym_union] = ACTIONS(1979), + [anon_sym_unsafe] = ACTIONS(1979), + [anon_sym_use] = ACTIONS(1979), + [anon_sym_while] = ACTIONS(1979), + [anon_sym_extern] = ACTIONS(1979), + [anon_sym_yield] = ACTIONS(1979), + [anon_sym_move] = ACTIONS(1979), + [anon_sym_try] = ACTIONS(1979), + [sym_integer_literal] = ACTIONS(1977), + [aux_sym_string_literal_token1] = ACTIONS(1977), + [sym_char_literal] = ACTIONS(1977), + [anon_sym_true] = ACTIONS(1979), + [anon_sym_false] = ACTIONS(1979), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1979), + [sym_super] = ACTIONS(1979), + [sym_crate] = ACTIONS(1979), + [sym_metavariable] = ACTIONS(1977), + [sym__raw_string_literal_start] = ACTIONS(1977), + [sym_float_literal] = ACTIONS(1977), + }, + [STATE(546)] = { [sym_line_comment] = STATE(546), [sym_block_comment] = STATE(546), - [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), - }, - [547] = { + [ts_builtin_sym_end] = ACTIONS(1981), + [sym_identifier] = ACTIONS(1983), + [anon_sym_SEMI] = ACTIONS(1981), + [anon_sym_macro_rules_BANG] = ACTIONS(1981), + [anon_sym_LPAREN] = ACTIONS(1981), + [anon_sym_LBRACK] = ACTIONS(1981), + [anon_sym_LBRACE] = ACTIONS(1981), + [anon_sym_RBRACE] = ACTIONS(1981), + [anon_sym_STAR] = ACTIONS(1981), + [anon_sym_u8] = ACTIONS(1983), + [anon_sym_i8] = ACTIONS(1983), + [anon_sym_u16] = ACTIONS(1983), + [anon_sym_i16] = ACTIONS(1983), + [anon_sym_u32] = ACTIONS(1983), + [anon_sym_i32] = ACTIONS(1983), + [anon_sym_u64] = ACTIONS(1983), + [anon_sym_i64] = ACTIONS(1983), + [anon_sym_u128] = ACTIONS(1983), + [anon_sym_i128] = ACTIONS(1983), + [anon_sym_isize] = ACTIONS(1983), + [anon_sym_usize] = ACTIONS(1983), + [anon_sym_f32] = ACTIONS(1983), + [anon_sym_f64] = ACTIONS(1983), + [anon_sym_bool] = ACTIONS(1983), + [anon_sym_str] = ACTIONS(1983), + [anon_sym_char] = ACTIONS(1983), + [anon_sym_DASH] = ACTIONS(1981), + [anon_sym_BANG] = ACTIONS(1981), + [anon_sym_AMP] = ACTIONS(1981), + [anon_sym_PIPE] = ACTIONS(1981), + [anon_sym_LT] = ACTIONS(1981), + [anon_sym_DOT_DOT] = ACTIONS(1981), + [anon_sym_COLON_COLON] = ACTIONS(1981), + [anon_sym_POUND] = ACTIONS(1981), + [anon_sym_SQUOTE] = ACTIONS(1983), + [anon_sym_async] = ACTIONS(1983), + [anon_sym_break] = ACTIONS(1983), + [anon_sym_const] = ACTIONS(1983), + [anon_sym_continue] = ACTIONS(1983), + [anon_sym_default] = ACTIONS(1983), + [anon_sym_enum] = ACTIONS(1983), + [anon_sym_fn] = ACTIONS(1983), + [anon_sym_for] = ACTIONS(1983), + [anon_sym_gen] = ACTIONS(1983), + [anon_sym_if] = ACTIONS(1983), + [anon_sym_impl] = ACTIONS(1983), + [anon_sym_let] = ACTIONS(1983), + [anon_sym_loop] = ACTIONS(1983), + [anon_sym_match] = ACTIONS(1983), + [anon_sym_mod] = ACTIONS(1983), + [anon_sym_pub] = ACTIONS(1983), + [anon_sym_return] = ACTIONS(1983), + [anon_sym_static] = ACTIONS(1983), + [anon_sym_struct] = ACTIONS(1983), + [anon_sym_trait] = ACTIONS(1983), + [anon_sym_type] = ACTIONS(1983), + [anon_sym_union] = ACTIONS(1983), + [anon_sym_unsafe] = ACTIONS(1983), + [anon_sym_use] = ACTIONS(1983), + [anon_sym_while] = ACTIONS(1983), + [anon_sym_extern] = ACTIONS(1983), + [anon_sym_yield] = ACTIONS(1983), + [anon_sym_move] = ACTIONS(1983), + [anon_sym_try] = ACTIONS(1983), + [sym_integer_literal] = ACTIONS(1981), + [aux_sym_string_literal_token1] = ACTIONS(1981), + [sym_char_literal] = ACTIONS(1981), + [anon_sym_true] = ACTIONS(1983), + [anon_sym_false] = ACTIONS(1983), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1983), + [sym_super] = ACTIONS(1983), + [sym_crate] = ACTIONS(1983), + [sym_metavariable] = ACTIONS(1981), + [sym__raw_string_literal_start] = ACTIONS(1981), + [sym_float_literal] = ACTIONS(1981), + }, + [STATE(547)] = { [sym_line_comment] = STATE(547), [sym_block_comment] = STATE(547), - [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), - }, - [548] = { + [ts_builtin_sym_end] = ACTIONS(1985), + [sym_identifier] = ACTIONS(1987), + [anon_sym_SEMI] = ACTIONS(1985), + [anon_sym_macro_rules_BANG] = ACTIONS(1985), + [anon_sym_LPAREN] = ACTIONS(1985), + [anon_sym_LBRACK] = ACTIONS(1985), + [anon_sym_LBRACE] = ACTIONS(1985), + [anon_sym_RBRACE] = ACTIONS(1985), + [anon_sym_STAR] = ACTIONS(1985), + [anon_sym_u8] = ACTIONS(1987), + [anon_sym_i8] = ACTIONS(1987), + [anon_sym_u16] = ACTIONS(1987), + [anon_sym_i16] = ACTIONS(1987), + [anon_sym_u32] = ACTIONS(1987), + [anon_sym_i32] = ACTIONS(1987), + [anon_sym_u64] = ACTIONS(1987), + [anon_sym_i64] = ACTIONS(1987), + [anon_sym_u128] = ACTIONS(1987), + [anon_sym_i128] = ACTIONS(1987), + [anon_sym_isize] = ACTIONS(1987), + [anon_sym_usize] = ACTIONS(1987), + [anon_sym_f32] = ACTIONS(1987), + [anon_sym_f64] = ACTIONS(1987), + [anon_sym_bool] = ACTIONS(1987), + [anon_sym_str] = ACTIONS(1987), + [anon_sym_char] = ACTIONS(1987), + [anon_sym_DASH] = ACTIONS(1985), + [anon_sym_BANG] = ACTIONS(1985), + [anon_sym_AMP] = ACTIONS(1985), + [anon_sym_PIPE] = ACTIONS(1985), + [anon_sym_LT] = ACTIONS(1985), + [anon_sym_DOT_DOT] = ACTIONS(1985), + [anon_sym_COLON_COLON] = ACTIONS(1985), + [anon_sym_POUND] = ACTIONS(1985), + [anon_sym_SQUOTE] = ACTIONS(1987), + [anon_sym_async] = ACTIONS(1987), + [anon_sym_break] = ACTIONS(1987), + [anon_sym_const] = ACTIONS(1987), + [anon_sym_continue] = ACTIONS(1987), + [anon_sym_default] = ACTIONS(1987), + [anon_sym_enum] = ACTIONS(1987), + [anon_sym_fn] = ACTIONS(1987), + [anon_sym_for] = ACTIONS(1987), + [anon_sym_gen] = ACTIONS(1987), + [anon_sym_if] = ACTIONS(1987), + [anon_sym_impl] = ACTIONS(1987), + [anon_sym_let] = ACTIONS(1987), + [anon_sym_loop] = ACTIONS(1987), + [anon_sym_match] = ACTIONS(1987), + [anon_sym_mod] = ACTIONS(1987), + [anon_sym_pub] = ACTIONS(1987), + [anon_sym_return] = ACTIONS(1987), + [anon_sym_static] = ACTIONS(1987), + [anon_sym_struct] = ACTIONS(1987), + [anon_sym_trait] = ACTIONS(1987), + [anon_sym_type] = ACTIONS(1987), + [anon_sym_union] = ACTIONS(1987), + [anon_sym_unsafe] = ACTIONS(1987), + [anon_sym_use] = ACTIONS(1987), + [anon_sym_while] = ACTIONS(1987), + [anon_sym_extern] = ACTIONS(1987), + [anon_sym_yield] = ACTIONS(1987), + [anon_sym_move] = ACTIONS(1987), + [anon_sym_try] = ACTIONS(1987), + [sym_integer_literal] = ACTIONS(1985), + [aux_sym_string_literal_token1] = ACTIONS(1985), + [sym_char_literal] = ACTIONS(1985), + [anon_sym_true] = ACTIONS(1987), + [anon_sym_false] = ACTIONS(1987), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1987), + [sym_super] = ACTIONS(1987), + [sym_crate] = ACTIONS(1987), + [sym_metavariable] = ACTIONS(1985), + [sym__raw_string_literal_start] = ACTIONS(1985), + [sym_float_literal] = ACTIONS(1985), + }, + [STATE(548)] = { [sym_line_comment] = STATE(548), [sym_block_comment] = STATE(548), - [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), - }, - [549] = { + [ts_builtin_sym_end] = ACTIONS(1989), + [sym_identifier] = ACTIONS(1991), + [anon_sym_SEMI] = ACTIONS(1989), + [anon_sym_macro_rules_BANG] = ACTIONS(1989), + [anon_sym_LPAREN] = ACTIONS(1989), + [anon_sym_LBRACK] = ACTIONS(1989), + [anon_sym_LBRACE] = ACTIONS(1989), + [anon_sym_RBRACE] = ACTIONS(1989), + [anon_sym_STAR] = ACTIONS(1989), + [anon_sym_u8] = ACTIONS(1991), + [anon_sym_i8] = ACTIONS(1991), + [anon_sym_u16] = ACTIONS(1991), + [anon_sym_i16] = ACTIONS(1991), + [anon_sym_u32] = ACTIONS(1991), + [anon_sym_i32] = ACTIONS(1991), + [anon_sym_u64] = ACTIONS(1991), + [anon_sym_i64] = ACTIONS(1991), + [anon_sym_u128] = ACTIONS(1991), + [anon_sym_i128] = ACTIONS(1991), + [anon_sym_isize] = ACTIONS(1991), + [anon_sym_usize] = ACTIONS(1991), + [anon_sym_f32] = ACTIONS(1991), + [anon_sym_f64] = ACTIONS(1991), + [anon_sym_bool] = ACTIONS(1991), + [anon_sym_str] = ACTIONS(1991), + [anon_sym_char] = ACTIONS(1991), + [anon_sym_DASH] = ACTIONS(1989), + [anon_sym_BANG] = ACTIONS(1989), + [anon_sym_AMP] = ACTIONS(1989), + [anon_sym_PIPE] = ACTIONS(1989), + [anon_sym_LT] = ACTIONS(1989), + [anon_sym_DOT_DOT] = ACTIONS(1989), + [anon_sym_COLON_COLON] = ACTIONS(1989), + [anon_sym_POUND] = ACTIONS(1989), + [anon_sym_SQUOTE] = ACTIONS(1991), + [anon_sym_async] = ACTIONS(1991), + [anon_sym_break] = ACTIONS(1991), + [anon_sym_const] = ACTIONS(1991), + [anon_sym_continue] = ACTIONS(1991), + [anon_sym_default] = ACTIONS(1991), + [anon_sym_enum] = ACTIONS(1991), + [anon_sym_fn] = ACTIONS(1991), + [anon_sym_for] = ACTIONS(1991), + [anon_sym_gen] = ACTIONS(1991), + [anon_sym_if] = ACTIONS(1991), + [anon_sym_impl] = ACTIONS(1991), + [anon_sym_let] = ACTIONS(1991), + [anon_sym_loop] = ACTIONS(1991), + [anon_sym_match] = ACTIONS(1991), + [anon_sym_mod] = ACTIONS(1991), + [anon_sym_pub] = ACTIONS(1991), + [anon_sym_return] = ACTIONS(1991), + [anon_sym_static] = ACTIONS(1991), + [anon_sym_struct] = ACTIONS(1991), + [anon_sym_trait] = ACTIONS(1991), + [anon_sym_type] = ACTIONS(1991), + [anon_sym_union] = ACTIONS(1991), + [anon_sym_unsafe] = ACTIONS(1991), + [anon_sym_use] = ACTIONS(1991), + [anon_sym_while] = ACTIONS(1991), + [anon_sym_extern] = ACTIONS(1991), + [anon_sym_yield] = ACTIONS(1991), + [anon_sym_move] = ACTIONS(1991), + [anon_sym_try] = ACTIONS(1991), + [sym_integer_literal] = ACTIONS(1989), + [aux_sym_string_literal_token1] = ACTIONS(1989), + [sym_char_literal] = ACTIONS(1989), + [anon_sym_true] = ACTIONS(1991), + [anon_sym_false] = ACTIONS(1991), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1991), + [sym_super] = ACTIONS(1991), + [sym_crate] = ACTIONS(1991), + [sym_metavariable] = ACTIONS(1989), + [sym__raw_string_literal_start] = ACTIONS(1989), + [sym_float_literal] = ACTIONS(1989), + }, + [STATE(549)] = { [sym_line_comment] = STATE(549), [sym_block_comment] = STATE(549), - [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), - }, - [550] = { + [ts_builtin_sym_end] = ACTIONS(1993), + [sym_identifier] = ACTIONS(1995), + [anon_sym_SEMI] = ACTIONS(1993), + [anon_sym_macro_rules_BANG] = ACTIONS(1993), + [anon_sym_LPAREN] = ACTIONS(1993), + [anon_sym_LBRACK] = ACTIONS(1993), + [anon_sym_LBRACE] = ACTIONS(1993), + [anon_sym_RBRACE] = ACTIONS(1993), + [anon_sym_STAR] = ACTIONS(1993), + [anon_sym_u8] = ACTIONS(1995), + [anon_sym_i8] = ACTIONS(1995), + [anon_sym_u16] = ACTIONS(1995), + [anon_sym_i16] = ACTIONS(1995), + [anon_sym_u32] = ACTIONS(1995), + [anon_sym_i32] = ACTIONS(1995), + [anon_sym_u64] = ACTIONS(1995), + [anon_sym_i64] = ACTIONS(1995), + [anon_sym_u128] = ACTIONS(1995), + [anon_sym_i128] = ACTIONS(1995), + [anon_sym_isize] = ACTIONS(1995), + [anon_sym_usize] = ACTIONS(1995), + [anon_sym_f32] = ACTIONS(1995), + [anon_sym_f64] = ACTIONS(1995), + [anon_sym_bool] = ACTIONS(1995), + [anon_sym_str] = ACTIONS(1995), + [anon_sym_char] = ACTIONS(1995), + [anon_sym_DASH] = ACTIONS(1993), + [anon_sym_BANG] = ACTIONS(1993), + [anon_sym_AMP] = ACTIONS(1993), + [anon_sym_PIPE] = ACTIONS(1993), + [anon_sym_LT] = ACTIONS(1993), + [anon_sym_DOT_DOT] = ACTIONS(1993), + [anon_sym_COLON_COLON] = ACTIONS(1993), + [anon_sym_POUND] = ACTIONS(1993), + [anon_sym_SQUOTE] = ACTIONS(1995), + [anon_sym_async] = ACTIONS(1995), + [anon_sym_break] = ACTIONS(1995), + [anon_sym_const] = ACTIONS(1995), + [anon_sym_continue] = ACTIONS(1995), + [anon_sym_default] = ACTIONS(1995), + [anon_sym_enum] = ACTIONS(1995), + [anon_sym_fn] = ACTIONS(1995), + [anon_sym_for] = ACTIONS(1995), + [anon_sym_gen] = ACTIONS(1995), + [anon_sym_if] = ACTIONS(1995), + [anon_sym_impl] = ACTIONS(1995), + [anon_sym_let] = ACTIONS(1995), + [anon_sym_loop] = ACTIONS(1995), + [anon_sym_match] = ACTIONS(1995), + [anon_sym_mod] = ACTIONS(1995), + [anon_sym_pub] = ACTIONS(1995), + [anon_sym_return] = ACTIONS(1995), + [anon_sym_static] = ACTIONS(1995), + [anon_sym_struct] = ACTIONS(1995), + [anon_sym_trait] = ACTIONS(1995), + [anon_sym_type] = ACTIONS(1995), + [anon_sym_union] = ACTIONS(1995), + [anon_sym_unsafe] = ACTIONS(1995), + [anon_sym_use] = ACTIONS(1995), + [anon_sym_while] = ACTIONS(1995), + [anon_sym_extern] = ACTIONS(1995), + [anon_sym_yield] = ACTIONS(1995), + [anon_sym_move] = ACTIONS(1995), + [anon_sym_try] = ACTIONS(1995), + [sym_integer_literal] = ACTIONS(1993), + [aux_sym_string_literal_token1] = ACTIONS(1993), + [sym_char_literal] = ACTIONS(1993), + [anon_sym_true] = ACTIONS(1995), + [anon_sym_false] = ACTIONS(1995), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1995), + [sym_super] = ACTIONS(1995), + [sym_crate] = ACTIONS(1995), + [sym_metavariable] = ACTIONS(1993), + [sym__raw_string_literal_start] = ACTIONS(1993), + [sym_float_literal] = ACTIONS(1993), + }, + [STATE(550)] = { [sym_line_comment] = STATE(550), [sym_block_comment] = STATE(550), - [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), - }, - [551] = { + [ts_builtin_sym_end] = ACTIONS(1997), + [sym_identifier] = ACTIONS(1999), + [anon_sym_SEMI] = ACTIONS(1997), + [anon_sym_macro_rules_BANG] = ACTIONS(1997), + [anon_sym_LPAREN] = ACTIONS(1997), + [anon_sym_LBRACK] = ACTIONS(1997), + [anon_sym_LBRACE] = ACTIONS(1997), + [anon_sym_RBRACE] = ACTIONS(1997), + [anon_sym_STAR] = ACTIONS(1997), + [anon_sym_u8] = ACTIONS(1999), + [anon_sym_i8] = ACTIONS(1999), + [anon_sym_u16] = ACTIONS(1999), + [anon_sym_i16] = ACTIONS(1999), + [anon_sym_u32] = ACTIONS(1999), + [anon_sym_i32] = ACTIONS(1999), + [anon_sym_u64] = ACTIONS(1999), + [anon_sym_i64] = ACTIONS(1999), + [anon_sym_u128] = ACTIONS(1999), + [anon_sym_i128] = ACTIONS(1999), + [anon_sym_isize] = ACTIONS(1999), + [anon_sym_usize] = ACTIONS(1999), + [anon_sym_f32] = ACTIONS(1999), + [anon_sym_f64] = ACTIONS(1999), + [anon_sym_bool] = ACTIONS(1999), + [anon_sym_str] = ACTIONS(1999), + [anon_sym_char] = ACTIONS(1999), + [anon_sym_DASH] = ACTIONS(1997), + [anon_sym_BANG] = ACTIONS(1997), + [anon_sym_AMP] = ACTIONS(1997), + [anon_sym_PIPE] = ACTIONS(1997), + [anon_sym_LT] = ACTIONS(1997), + [anon_sym_DOT_DOT] = ACTIONS(1997), + [anon_sym_COLON_COLON] = ACTIONS(1997), + [anon_sym_POUND] = ACTIONS(1997), + [anon_sym_SQUOTE] = ACTIONS(1999), + [anon_sym_async] = ACTIONS(1999), + [anon_sym_break] = ACTIONS(1999), + [anon_sym_const] = ACTIONS(1999), + [anon_sym_continue] = ACTIONS(1999), + [anon_sym_default] = ACTIONS(1999), + [anon_sym_enum] = ACTIONS(1999), + [anon_sym_fn] = ACTIONS(1999), + [anon_sym_for] = ACTIONS(1999), + [anon_sym_gen] = ACTIONS(1999), + [anon_sym_if] = ACTIONS(1999), + [anon_sym_impl] = ACTIONS(1999), + [anon_sym_let] = ACTIONS(1999), + [anon_sym_loop] = ACTIONS(1999), + [anon_sym_match] = ACTIONS(1999), + [anon_sym_mod] = ACTIONS(1999), + [anon_sym_pub] = ACTIONS(1999), + [anon_sym_return] = ACTIONS(1999), + [anon_sym_static] = ACTIONS(1999), + [anon_sym_struct] = ACTIONS(1999), + [anon_sym_trait] = ACTIONS(1999), + [anon_sym_type] = ACTIONS(1999), + [anon_sym_union] = ACTIONS(1999), + [anon_sym_unsafe] = ACTIONS(1999), + [anon_sym_use] = ACTIONS(1999), + [anon_sym_while] = ACTIONS(1999), + [anon_sym_extern] = ACTIONS(1999), + [anon_sym_yield] = ACTIONS(1999), + [anon_sym_move] = ACTIONS(1999), + [anon_sym_try] = ACTIONS(1999), + [sym_integer_literal] = ACTIONS(1997), + [aux_sym_string_literal_token1] = ACTIONS(1997), + [sym_char_literal] = ACTIONS(1997), + [anon_sym_true] = ACTIONS(1999), + [anon_sym_false] = ACTIONS(1999), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1999), + [sym_super] = ACTIONS(1999), + [sym_crate] = ACTIONS(1999), + [sym_metavariable] = ACTIONS(1997), + [sym__raw_string_literal_start] = ACTIONS(1997), + [sym_float_literal] = ACTIONS(1997), + }, + [STATE(551)] = { [sym_line_comment] = STATE(551), [sym_block_comment] = STATE(551), - [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), - }, - [552] = { + [ts_builtin_sym_end] = ACTIONS(2001), + [sym_identifier] = ACTIONS(2003), + [anon_sym_SEMI] = ACTIONS(2001), + [anon_sym_macro_rules_BANG] = ACTIONS(2001), + [anon_sym_LPAREN] = ACTIONS(2001), + [anon_sym_LBRACK] = ACTIONS(2001), + [anon_sym_LBRACE] = ACTIONS(2001), + [anon_sym_RBRACE] = ACTIONS(2001), + [anon_sym_STAR] = ACTIONS(2001), + [anon_sym_u8] = ACTIONS(2003), + [anon_sym_i8] = ACTIONS(2003), + [anon_sym_u16] = ACTIONS(2003), + [anon_sym_i16] = ACTIONS(2003), + [anon_sym_u32] = ACTIONS(2003), + [anon_sym_i32] = ACTIONS(2003), + [anon_sym_u64] = ACTIONS(2003), + [anon_sym_i64] = ACTIONS(2003), + [anon_sym_u128] = ACTIONS(2003), + [anon_sym_i128] = ACTIONS(2003), + [anon_sym_isize] = ACTIONS(2003), + [anon_sym_usize] = ACTIONS(2003), + [anon_sym_f32] = ACTIONS(2003), + [anon_sym_f64] = ACTIONS(2003), + [anon_sym_bool] = ACTIONS(2003), + [anon_sym_str] = ACTIONS(2003), + [anon_sym_char] = ACTIONS(2003), + [anon_sym_DASH] = ACTIONS(2001), + [anon_sym_BANG] = ACTIONS(2001), + [anon_sym_AMP] = ACTIONS(2001), + [anon_sym_PIPE] = ACTIONS(2001), + [anon_sym_LT] = ACTIONS(2001), + [anon_sym_DOT_DOT] = ACTIONS(2001), + [anon_sym_COLON_COLON] = ACTIONS(2001), + [anon_sym_POUND] = ACTIONS(2001), + [anon_sym_SQUOTE] = ACTIONS(2003), + [anon_sym_async] = ACTIONS(2003), + [anon_sym_break] = ACTIONS(2003), + [anon_sym_const] = ACTIONS(2003), + [anon_sym_continue] = ACTIONS(2003), + [anon_sym_default] = ACTIONS(2003), + [anon_sym_enum] = ACTIONS(2003), + [anon_sym_fn] = ACTIONS(2003), + [anon_sym_for] = ACTIONS(2003), + [anon_sym_gen] = ACTIONS(2003), + [anon_sym_if] = ACTIONS(2003), + [anon_sym_impl] = ACTIONS(2003), + [anon_sym_let] = ACTIONS(2003), + [anon_sym_loop] = ACTIONS(2003), + [anon_sym_match] = ACTIONS(2003), + [anon_sym_mod] = ACTIONS(2003), + [anon_sym_pub] = ACTIONS(2003), + [anon_sym_return] = ACTIONS(2003), + [anon_sym_static] = ACTIONS(2003), + [anon_sym_struct] = ACTIONS(2003), + [anon_sym_trait] = ACTIONS(2003), + [anon_sym_type] = ACTIONS(2003), + [anon_sym_union] = ACTIONS(2003), + [anon_sym_unsafe] = ACTIONS(2003), + [anon_sym_use] = ACTIONS(2003), + [anon_sym_while] = ACTIONS(2003), + [anon_sym_extern] = ACTIONS(2003), + [anon_sym_yield] = ACTIONS(2003), + [anon_sym_move] = ACTIONS(2003), + [anon_sym_try] = ACTIONS(2003), + [sym_integer_literal] = ACTIONS(2001), + [aux_sym_string_literal_token1] = ACTIONS(2001), + [sym_char_literal] = ACTIONS(2001), + [anon_sym_true] = ACTIONS(2003), + [anon_sym_false] = ACTIONS(2003), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2003), + [sym_super] = ACTIONS(2003), + [sym_crate] = ACTIONS(2003), + [sym_metavariable] = ACTIONS(2001), + [sym__raw_string_literal_start] = ACTIONS(2001), + [sym_float_literal] = ACTIONS(2001), + }, + [STATE(552)] = { [sym_line_comment] = STATE(552), [sym_block_comment] = STATE(552), - [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), - }, - [553] = { + [ts_builtin_sym_end] = ACTIONS(2005), + [sym_identifier] = ACTIONS(2007), + [anon_sym_SEMI] = ACTIONS(2005), + [anon_sym_macro_rules_BANG] = ACTIONS(2005), + [anon_sym_LPAREN] = ACTIONS(2005), + [anon_sym_LBRACK] = ACTIONS(2005), + [anon_sym_LBRACE] = ACTIONS(2005), + [anon_sym_RBRACE] = ACTIONS(2005), + [anon_sym_STAR] = ACTIONS(2005), + [anon_sym_u8] = ACTIONS(2007), + [anon_sym_i8] = ACTIONS(2007), + [anon_sym_u16] = ACTIONS(2007), + [anon_sym_i16] = ACTIONS(2007), + [anon_sym_u32] = ACTIONS(2007), + [anon_sym_i32] = ACTIONS(2007), + [anon_sym_u64] = ACTIONS(2007), + [anon_sym_i64] = ACTIONS(2007), + [anon_sym_u128] = ACTIONS(2007), + [anon_sym_i128] = ACTIONS(2007), + [anon_sym_isize] = ACTIONS(2007), + [anon_sym_usize] = ACTIONS(2007), + [anon_sym_f32] = ACTIONS(2007), + [anon_sym_f64] = ACTIONS(2007), + [anon_sym_bool] = ACTIONS(2007), + [anon_sym_str] = ACTIONS(2007), + [anon_sym_char] = ACTIONS(2007), + [anon_sym_DASH] = ACTIONS(2005), + [anon_sym_BANG] = ACTIONS(2005), + [anon_sym_AMP] = ACTIONS(2005), + [anon_sym_PIPE] = ACTIONS(2005), + [anon_sym_LT] = ACTIONS(2005), + [anon_sym_DOT_DOT] = ACTIONS(2005), + [anon_sym_COLON_COLON] = ACTIONS(2005), + [anon_sym_POUND] = ACTIONS(2005), + [anon_sym_SQUOTE] = ACTIONS(2007), + [anon_sym_async] = ACTIONS(2007), + [anon_sym_break] = ACTIONS(2007), + [anon_sym_const] = ACTIONS(2007), + [anon_sym_continue] = ACTIONS(2007), + [anon_sym_default] = ACTIONS(2007), + [anon_sym_enum] = ACTIONS(2007), + [anon_sym_fn] = ACTIONS(2007), + [anon_sym_for] = ACTIONS(2007), + [anon_sym_gen] = ACTIONS(2007), + [anon_sym_if] = ACTIONS(2007), + [anon_sym_impl] = ACTIONS(2007), + [anon_sym_let] = ACTIONS(2007), + [anon_sym_loop] = ACTIONS(2007), + [anon_sym_match] = ACTIONS(2007), + [anon_sym_mod] = ACTIONS(2007), + [anon_sym_pub] = ACTIONS(2007), + [anon_sym_return] = ACTIONS(2007), + [anon_sym_static] = ACTIONS(2007), + [anon_sym_struct] = ACTIONS(2007), + [anon_sym_trait] = ACTIONS(2007), + [anon_sym_type] = ACTIONS(2007), + [anon_sym_union] = ACTIONS(2007), + [anon_sym_unsafe] = ACTIONS(2007), + [anon_sym_use] = ACTIONS(2007), + [anon_sym_while] = ACTIONS(2007), + [anon_sym_extern] = ACTIONS(2007), + [anon_sym_yield] = ACTIONS(2007), + [anon_sym_move] = ACTIONS(2007), + [anon_sym_try] = ACTIONS(2007), + [sym_integer_literal] = ACTIONS(2005), + [aux_sym_string_literal_token1] = ACTIONS(2005), + [sym_char_literal] = ACTIONS(2005), + [anon_sym_true] = ACTIONS(2007), + [anon_sym_false] = ACTIONS(2007), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2007), + [sym_super] = ACTIONS(2007), + [sym_crate] = ACTIONS(2007), + [sym_metavariable] = ACTIONS(2005), + [sym__raw_string_literal_start] = ACTIONS(2005), + [sym_float_literal] = ACTIONS(2005), + }, + [STATE(553)] = { [sym_line_comment] = STATE(553), [sym_block_comment] = STATE(553), - [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), - }, - [554] = { + [ts_builtin_sym_end] = ACTIONS(2009), + [sym_identifier] = ACTIONS(2011), + [anon_sym_SEMI] = ACTIONS(2009), + [anon_sym_macro_rules_BANG] = ACTIONS(2009), + [anon_sym_LPAREN] = ACTIONS(2009), + [anon_sym_LBRACK] = ACTIONS(2009), + [anon_sym_LBRACE] = ACTIONS(2009), + [anon_sym_RBRACE] = ACTIONS(2009), + [anon_sym_STAR] = ACTIONS(2009), + [anon_sym_u8] = ACTIONS(2011), + [anon_sym_i8] = ACTIONS(2011), + [anon_sym_u16] = ACTIONS(2011), + [anon_sym_i16] = ACTIONS(2011), + [anon_sym_u32] = ACTIONS(2011), + [anon_sym_i32] = ACTIONS(2011), + [anon_sym_u64] = ACTIONS(2011), + [anon_sym_i64] = ACTIONS(2011), + [anon_sym_u128] = ACTIONS(2011), + [anon_sym_i128] = ACTIONS(2011), + [anon_sym_isize] = ACTIONS(2011), + [anon_sym_usize] = ACTIONS(2011), + [anon_sym_f32] = ACTIONS(2011), + [anon_sym_f64] = ACTIONS(2011), + [anon_sym_bool] = ACTIONS(2011), + [anon_sym_str] = ACTIONS(2011), + [anon_sym_char] = ACTIONS(2011), + [anon_sym_DASH] = ACTIONS(2009), + [anon_sym_BANG] = ACTIONS(2009), + [anon_sym_AMP] = ACTIONS(2009), + [anon_sym_PIPE] = ACTIONS(2009), + [anon_sym_LT] = ACTIONS(2009), + [anon_sym_DOT_DOT] = ACTIONS(2009), + [anon_sym_COLON_COLON] = ACTIONS(2009), + [anon_sym_POUND] = ACTIONS(2009), + [anon_sym_SQUOTE] = ACTIONS(2011), + [anon_sym_async] = ACTIONS(2011), + [anon_sym_break] = ACTIONS(2011), + [anon_sym_const] = ACTIONS(2011), + [anon_sym_continue] = ACTIONS(2011), + [anon_sym_default] = ACTIONS(2011), + [anon_sym_enum] = ACTIONS(2011), + [anon_sym_fn] = ACTIONS(2011), + [anon_sym_for] = ACTIONS(2011), + [anon_sym_gen] = ACTIONS(2011), + [anon_sym_if] = ACTIONS(2011), + [anon_sym_impl] = ACTIONS(2011), + [anon_sym_let] = ACTIONS(2011), + [anon_sym_loop] = ACTIONS(2011), + [anon_sym_match] = ACTIONS(2011), + [anon_sym_mod] = ACTIONS(2011), + [anon_sym_pub] = ACTIONS(2011), + [anon_sym_return] = ACTIONS(2011), + [anon_sym_static] = ACTIONS(2011), + [anon_sym_struct] = ACTIONS(2011), + [anon_sym_trait] = ACTIONS(2011), + [anon_sym_type] = ACTIONS(2011), + [anon_sym_union] = ACTIONS(2011), + [anon_sym_unsafe] = ACTIONS(2011), + [anon_sym_use] = ACTIONS(2011), + [anon_sym_while] = ACTIONS(2011), + [anon_sym_extern] = ACTIONS(2011), + [anon_sym_yield] = ACTIONS(2011), + [anon_sym_move] = ACTIONS(2011), + [anon_sym_try] = ACTIONS(2011), + [sym_integer_literal] = ACTIONS(2009), + [aux_sym_string_literal_token1] = ACTIONS(2009), + [sym_char_literal] = ACTIONS(2009), + [anon_sym_true] = ACTIONS(2011), + [anon_sym_false] = ACTIONS(2011), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2011), + [sym_super] = ACTIONS(2011), + [sym_crate] = ACTIONS(2011), + [sym_metavariable] = ACTIONS(2009), + [sym__raw_string_literal_start] = ACTIONS(2009), + [sym_float_literal] = ACTIONS(2009), + }, + [STATE(554)] = { [sym_line_comment] = STATE(554), [sym_block_comment] = STATE(554), - [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), - }, - [555] = { + [ts_builtin_sym_end] = ACTIONS(2013), + [sym_identifier] = ACTIONS(2015), + [anon_sym_SEMI] = ACTIONS(2013), + [anon_sym_macro_rules_BANG] = ACTIONS(2013), + [anon_sym_LPAREN] = ACTIONS(2013), + [anon_sym_LBRACK] = ACTIONS(2013), + [anon_sym_LBRACE] = ACTIONS(2013), + [anon_sym_RBRACE] = ACTIONS(2013), + [anon_sym_STAR] = ACTIONS(2013), + [anon_sym_u8] = ACTIONS(2015), + [anon_sym_i8] = ACTIONS(2015), + [anon_sym_u16] = ACTIONS(2015), + [anon_sym_i16] = ACTIONS(2015), + [anon_sym_u32] = ACTIONS(2015), + [anon_sym_i32] = ACTIONS(2015), + [anon_sym_u64] = ACTIONS(2015), + [anon_sym_i64] = ACTIONS(2015), + [anon_sym_u128] = ACTIONS(2015), + [anon_sym_i128] = ACTIONS(2015), + [anon_sym_isize] = ACTIONS(2015), + [anon_sym_usize] = ACTIONS(2015), + [anon_sym_f32] = ACTIONS(2015), + [anon_sym_f64] = ACTIONS(2015), + [anon_sym_bool] = ACTIONS(2015), + [anon_sym_str] = ACTIONS(2015), + [anon_sym_char] = ACTIONS(2015), + [anon_sym_DASH] = ACTIONS(2013), + [anon_sym_BANG] = ACTIONS(2013), + [anon_sym_AMP] = ACTIONS(2013), + [anon_sym_PIPE] = ACTIONS(2013), + [anon_sym_LT] = ACTIONS(2013), + [anon_sym_DOT_DOT] = ACTIONS(2013), + [anon_sym_COLON_COLON] = ACTIONS(2013), + [anon_sym_POUND] = ACTIONS(2013), + [anon_sym_SQUOTE] = ACTIONS(2015), + [anon_sym_async] = ACTIONS(2015), + [anon_sym_break] = ACTIONS(2015), + [anon_sym_const] = ACTIONS(2015), + [anon_sym_continue] = ACTIONS(2015), + [anon_sym_default] = ACTIONS(2015), + [anon_sym_enum] = ACTIONS(2015), + [anon_sym_fn] = ACTIONS(2015), + [anon_sym_for] = ACTIONS(2015), + [anon_sym_gen] = ACTIONS(2015), + [anon_sym_if] = ACTIONS(2015), + [anon_sym_impl] = ACTIONS(2015), + [anon_sym_let] = ACTIONS(2015), + [anon_sym_loop] = ACTIONS(2015), + [anon_sym_match] = ACTIONS(2015), + [anon_sym_mod] = ACTIONS(2015), + [anon_sym_pub] = ACTIONS(2015), + [anon_sym_return] = ACTIONS(2015), + [anon_sym_static] = ACTIONS(2015), + [anon_sym_struct] = ACTIONS(2015), + [anon_sym_trait] = ACTIONS(2015), + [anon_sym_type] = ACTIONS(2015), + [anon_sym_union] = ACTIONS(2015), + [anon_sym_unsafe] = ACTIONS(2015), + [anon_sym_use] = ACTIONS(2015), + [anon_sym_while] = ACTIONS(2015), + [anon_sym_extern] = ACTIONS(2015), + [anon_sym_yield] = ACTIONS(2015), + [anon_sym_move] = ACTIONS(2015), + [anon_sym_try] = ACTIONS(2015), + [sym_integer_literal] = ACTIONS(2013), + [aux_sym_string_literal_token1] = ACTIONS(2013), + [sym_char_literal] = ACTIONS(2013), + [anon_sym_true] = ACTIONS(2015), + [anon_sym_false] = ACTIONS(2015), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2015), + [sym_super] = ACTIONS(2015), + [sym_crate] = ACTIONS(2015), + [sym_metavariable] = ACTIONS(2013), + [sym__raw_string_literal_start] = ACTIONS(2013), + [sym_float_literal] = ACTIONS(2013), + }, + [STATE(555)] = { [sym_line_comment] = STATE(555), [sym_block_comment] = STATE(555), - [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), - }, - [556] = { + [ts_builtin_sym_end] = ACTIONS(2017), + [sym_identifier] = ACTIONS(2019), + [anon_sym_SEMI] = ACTIONS(2017), + [anon_sym_macro_rules_BANG] = ACTIONS(2017), + [anon_sym_LPAREN] = ACTIONS(2017), + [anon_sym_LBRACK] = ACTIONS(2017), + [anon_sym_LBRACE] = ACTIONS(2017), + [anon_sym_RBRACE] = ACTIONS(2017), + [anon_sym_STAR] = ACTIONS(2017), + [anon_sym_u8] = ACTIONS(2019), + [anon_sym_i8] = ACTIONS(2019), + [anon_sym_u16] = ACTIONS(2019), + [anon_sym_i16] = ACTIONS(2019), + [anon_sym_u32] = ACTIONS(2019), + [anon_sym_i32] = ACTIONS(2019), + [anon_sym_u64] = ACTIONS(2019), + [anon_sym_i64] = ACTIONS(2019), + [anon_sym_u128] = ACTIONS(2019), + [anon_sym_i128] = ACTIONS(2019), + [anon_sym_isize] = ACTIONS(2019), + [anon_sym_usize] = ACTIONS(2019), + [anon_sym_f32] = ACTIONS(2019), + [anon_sym_f64] = ACTIONS(2019), + [anon_sym_bool] = ACTIONS(2019), + [anon_sym_str] = ACTIONS(2019), + [anon_sym_char] = ACTIONS(2019), + [anon_sym_DASH] = ACTIONS(2017), + [anon_sym_BANG] = ACTIONS(2017), + [anon_sym_AMP] = ACTIONS(2017), + [anon_sym_PIPE] = ACTIONS(2017), + [anon_sym_LT] = ACTIONS(2017), + [anon_sym_DOT_DOT] = ACTIONS(2017), + [anon_sym_COLON_COLON] = ACTIONS(2017), + [anon_sym_POUND] = ACTIONS(2017), + [anon_sym_SQUOTE] = ACTIONS(2019), + [anon_sym_async] = ACTIONS(2019), + [anon_sym_break] = ACTIONS(2019), + [anon_sym_const] = ACTIONS(2019), + [anon_sym_continue] = ACTIONS(2019), + [anon_sym_default] = ACTIONS(2019), + [anon_sym_enum] = ACTIONS(2019), + [anon_sym_fn] = ACTIONS(2019), + [anon_sym_for] = ACTIONS(2019), + [anon_sym_gen] = ACTIONS(2019), + [anon_sym_if] = ACTIONS(2019), + [anon_sym_impl] = ACTIONS(2019), + [anon_sym_let] = ACTIONS(2019), + [anon_sym_loop] = ACTIONS(2019), + [anon_sym_match] = ACTIONS(2019), + [anon_sym_mod] = ACTIONS(2019), + [anon_sym_pub] = ACTIONS(2019), + [anon_sym_return] = ACTIONS(2019), + [anon_sym_static] = ACTIONS(2019), + [anon_sym_struct] = ACTIONS(2019), + [anon_sym_trait] = ACTIONS(2019), + [anon_sym_type] = ACTIONS(2019), + [anon_sym_union] = ACTIONS(2019), + [anon_sym_unsafe] = ACTIONS(2019), + [anon_sym_use] = ACTIONS(2019), + [anon_sym_while] = ACTIONS(2019), + [anon_sym_extern] = ACTIONS(2019), + [anon_sym_yield] = ACTIONS(2019), + [anon_sym_move] = ACTIONS(2019), + [anon_sym_try] = ACTIONS(2019), + [sym_integer_literal] = ACTIONS(2017), + [aux_sym_string_literal_token1] = ACTIONS(2017), + [sym_char_literal] = ACTIONS(2017), + [anon_sym_true] = ACTIONS(2019), + [anon_sym_false] = ACTIONS(2019), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2019), + [sym_super] = ACTIONS(2019), + [sym_crate] = ACTIONS(2019), + [sym_metavariable] = ACTIONS(2017), + [sym__raw_string_literal_start] = ACTIONS(2017), + [sym_float_literal] = ACTIONS(2017), + }, + [STATE(556)] = { [sym_line_comment] = STATE(556), [sym_block_comment] = STATE(556), - [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), - }, - [557] = { + [ts_builtin_sym_end] = ACTIONS(2021), + [sym_identifier] = ACTIONS(2023), + [anon_sym_SEMI] = ACTIONS(2021), + [anon_sym_macro_rules_BANG] = ACTIONS(2021), + [anon_sym_LPAREN] = ACTIONS(2021), + [anon_sym_LBRACK] = ACTIONS(2021), + [anon_sym_LBRACE] = ACTIONS(2021), + [anon_sym_RBRACE] = ACTIONS(2021), + [anon_sym_STAR] = ACTIONS(2021), + [anon_sym_u8] = ACTIONS(2023), + [anon_sym_i8] = ACTIONS(2023), + [anon_sym_u16] = ACTIONS(2023), + [anon_sym_i16] = ACTIONS(2023), + [anon_sym_u32] = ACTIONS(2023), + [anon_sym_i32] = ACTIONS(2023), + [anon_sym_u64] = ACTIONS(2023), + [anon_sym_i64] = ACTIONS(2023), + [anon_sym_u128] = ACTIONS(2023), + [anon_sym_i128] = ACTIONS(2023), + [anon_sym_isize] = ACTIONS(2023), + [anon_sym_usize] = ACTIONS(2023), + [anon_sym_f32] = ACTIONS(2023), + [anon_sym_f64] = ACTIONS(2023), + [anon_sym_bool] = ACTIONS(2023), + [anon_sym_str] = ACTIONS(2023), + [anon_sym_char] = ACTIONS(2023), + [anon_sym_DASH] = ACTIONS(2021), + [anon_sym_BANG] = ACTIONS(2021), + [anon_sym_AMP] = ACTIONS(2021), + [anon_sym_PIPE] = ACTIONS(2021), + [anon_sym_LT] = ACTIONS(2021), + [anon_sym_DOT_DOT] = ACTIONS(2021), + [anon_sym_COLON_COLON] = ACTIONS(2021), + [anon_sym_POUND] = ACTIONS(2021), + [anon_sym_SQUOTE] = ACTIONS(2023), + [anon_sym_async] = ACTIONS(2023), + [anon_sym_break] = ACTIONS(2023), + [anon_sym_const] = ACTIONS(2023), + [anon_sym_continue] = ACTIONS(2023), + [anon_sym_default] = ACTIONS(2023), + [anon_sym_enum] = ACTIONS(2023), + [anon_sym_fn] = ACTIONS(2023), + [anon_sym_for] = ACTIONS(2023), + [anon_sym_gen] = ACTIONS(2023), + [anon_sym_if] = ACTIONS(2023), + [anon_sym_impl] = ACTIONS(2023), + [anon_sym_let] = ACTIONS(2023), + [anon_sym_loop] = ACTIONS(2023), + [anon_sym_match] = ACTIONS(2023), + [anon_sym_mod] = ACTIONS(2023), + [anon_sym_pub] = ACTIONS(2023), + [anon_sym_return] = ACTIONS(2023), + [anon_sym_static] = ACTIONS(2023), + [anon_sym_struct] = ACTIONS(2023), + [anon_sym_trait] = ACTIONS(2023), + [anon_sym_type] = ACTIONS(2023), + [anon_sym_union] = ACTIONS(2023), + [anon_sym_unsafe] = ACTIONS(2023), + [anon_sym_use] = ACTIONS(2023), + [anon_sym_while] = ACTIONS(2023), + [anon_sym_extern] = ACTIONS(2023), + [anon_sym_yield] = ACTIONS(2023), + [anon_sym_move] = ACTIONS(2023), + [anon_sym_try] = ACTIONS(2023), + [sym_integer_literal] = ACTIONS(2021), + [aux_sym_string_literal_token1] = ACTIONS(2021), + [sym_char_literal] = ACTIONS(2021), + [anon_sym_true] = ACTIONS(2023), + [anon_sym_false] = ACTIONS(2023), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2023), + [sym_super] = ACTIONS(2023), + [sym_crate] = ACTIONS(2023), + [sym_metavariable] = ACTIONS(2021), + [sym__raw_string_literal_start] = ACTIONS(2021), + [sym_float_literal] = ACTIONS(2021), + }, + [STATE(557)] = { [sym_line_comment] = STATE(557), [sym_block_comment] = STATE(557), - [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), - }, - [558] = { + [ts_builtin_sym_end] = ACTIONS(2025), + [sym_identifier] = ACTIONS(2027), + [anon_sym_SEMI] = ACTIONS(2025), + [anon_sym_macro_rules_BANG] = ACTIONS(2025), + [anon_sym_LPAREN] = ACTIONS(2025), + [anon_sym_LBRACK] = ACTIONS(2025), + [anon_sym_LBRACE] = ACTIONS(2025), + [anon_sym_RBRACE] = ACTIONS(2025), + [anon_sym_STAR] = ACTIONS(2025), + [anon_sym_u8] = ACTIONS(2027), + [anon_sym_i8] = ACTIONS(2027), + [anon_sym_u16] = ACTIONS(2027), + [anon_sym_i16] = ACTIONS(2027), + [anon_sym_u32] = ACTIONS(2027), + [anon_sym_i32] = ACTIONS(2027), + [anon_sym_u64] = ACTIONS(2027), + [anon_sym_i64] = ACTIONS(2027), + [anon_sym_u128] = ACTIONS(2027), + [anon_sym_i128] = ACTIONS(2027), + [anon_sym_isize] = ACTIONS(2027), + [anon_sym_usize] = ACTIONS(2027), + [anon_sym_f32] = ACTIONS(2027), + [anon_sym_f64] = ACTIONS(2027), + [anon_sym_bool] = ACTIONS(2027), + [anon_sym_str] = ACTIONS(2027), + [anon_sym_char] = ACTIONS(2027), + [anon_sym_DASH] = ACTIONS(2025), + [anon_sym_BANG] = ACTIONS(2025), + [anon_sym_AMP] = ACTIONS(2025), + [anon_sym_PIPE] = ACTIONS(2025), + [anon_sym_LT] = ACTIONS(2025), + [anon_sym_DOT_DOT] = ACTIONS(2025), + [anon_sym_COLON_COLON] = ACTIONS(2025), + [anon_sym_POUND] = ACTIONS(2025), + [anon_sym_SQUOTE] = ACTIONS(2027), + [anon_sym_async] = ACTIONS(2027), + [anon_sym_break] = ACTIONS(2027), + [anon_sym_const] = ACTIONS(2027), + [anon_sym_continue] = ACTIONS(2027), + [anon_sym_default] = ACTIONS(2027), + [anon_sym_enum] = ACTIONS(2027), + [anon_sym_fn] = ACTIONS(2027), + [anon_sym_for] = ACTIONS(2027), + [anon_sym_gen] = ACTIONS(2027), + [anon_sym_if] = ACTIONS(2027), + [anon_sym_impl] = ACTIONS(2027), + [anon_sym_let] = ACTIONS(2027), + [anon_sym_loop] = ACTIONS(2027), + [anon_sym_match] = ACTIONS(2027), + [anon_sym_mod] = ACTIONS(2027), + [anon_sym_pub] = ACTIONS(2027), + [anon_sym_return] = ACTIONS(2027), + [anon_sym_static] = ACTIONS(2027), + [anon_sym_struct] = ACTIONS(2027), + [anon_sym_trait] = ACTIONS(2027), + [anon_sym_type] = ACTIONS(2027), + [anon_sym_union] = ACTIONS(2027), + [anon_sym_unsafe] = ACTIONS(2027), + [anon_sym_use] = ACTIONS(2027), + [anon_sym_while] = ACTIONS(2027), + [anon_sym_extern] = ACTIONS(2027), + [anon_sym_yield] = ACTIONS(2027), + [anon_sym_move] = ACTIONS(2027), + [anon_sym_try] = ACTIONS(2027), + [sym_integer_literal] = ACTIONS(2025), + [aux_sym_string_literal_token1] = ACTIONS(2025), + [sym_char_literal] = ACTIONS(2025), + [anon_sym_true] = ACTIONS(2027), + [anon_sym_false] = ACTIONS(2027), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2027), + [sym_super] = ACTIONS(2027), + [sym_crate] = ACTIONS(2027), + [sym_metavariable] = ACTIONS(2025), + [sym__raw_string_literal_start] = ACTIONS(2025), + [sym_float_literal] = ACTIONS(2025), + }, + [STATE(558)] = { [sym_line_comment] = STATE(558), [sym_block_comment] = STATE(558), - [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), - }, - [559] = { + [ts_builtin_sym_end] = ACTIONS(2029), + [sym_identifier] = ACTIONS(2031), + [anon_sym_SEMI] = ACTIONS(2029), + [anon_sym_macro_rules_BANG] = ACTIONS(2029), + [anon_sym_LPAREN] = ACTIONS(2029), + [anon_sym_LBRACK] = ACTIONS(2029), + [anon_sym_LBRACE] = ACTIONS(2029), + [anon_sym_RBRACE] = ACTIONS(2029), + [anon_sym_STAR] = ACTIONS(2029), + [anon_sym_u8] = ACTIONS(2031), + [anon_sym_i8] = ACTIONS(2031), + [anon_sym_u16] = ACTIONS(2031), + [anon_sym_i16] = ACTIONS(2031), + [anon_sym_u32] = ACTIONS(2031), + [anon_sym_i32] = ACTIONS(2031), + [anon_sym_u64] = ACTIONS(2031), + [anon_sym_i64] = ACTIONS(2031), + [anon_sym_u128] = ACTIONS(2031), + [anon_sym_i128] = ACTIONS(2031), + [anon_sym_isize] = ACTIONS(2031), + [anon_sym_usize] = ACTIONS(2031), + [anon_sym_f32] = ACTIONS(2031), + [anon_sym_f64] = ACTIONS(2031), + [anon_sym_bool] = ACTIONS(2031), + [anon_sym_str] = ACTIONS(2031), + [anon_sym_char] = ACTIONS(2031), + [anon_sym_DASH] = ACTIONS(2029), + [anon_sym_BANG] = ACTIONS(2029), + [anon_sym_AMP] = ACTIONS(2029), + [anon_sym_PIPE] = ACTIONS(2029), + [anon_sym_LT] = ACTIONS(2029), + [anon_sym_DOT_DOT] = ACTIONS(2029), + [anon_sym_COLON_COLON] = ACTIONS(2029), + [anon_sym_POUND] = ACTIONS(2029), + [anon_sym_SQUOTE] = ACTIONS(2031), + [anon_sym_async] = ACTIONS(2031), + [anon_sym_break] = ACTIONS(2031), + [anon_sym_const] = ACTIONS(2031), + [anon_sym_continue] = ACTIONS(2031), + [anon_sym_default] = ACTIONS(2031), + [anon_sym_enum] = ACTIONS(2031), + [anon_sym_fn] = ACTIONS(2031), + [anon_sym_for] = ACTIONS(2031), + [anon_sym_gen] = ACTIONS(2031), + [anon_sym_if] = ACTIONS(2031), + [anon_sym_impl] = ACTIONS(2031), + [anon_sym_let] = ACTIONS(2031), + [anon_sym_loop] = ACTIONS(2031), + [anon_sym_match] = ACTIONS(2031), + [anon_sym_mod] = ACTIONS(2031), + [anon_sym_pub] = ACTIONS(2031), + [anon_sym_return] = ACTIONS(2031), + [anon_sym_static] = ACTIONS(2031), + [anon_sym_struct] = ACTIONS(2031), + [anon_sym_trait] = ACTIONS(2031), + [anon_sym_type] = ACTIONS(2031), + [anon_sym_union] = ACTIONS(2031), + [anon_sym_unsafe] = ACTIONS(2031), + [anon_sym_use] = ACTIONS(2031), + [anon_sym_while] = ACTIONS(2031), + [anon_sym_extern] = ACTIONS(2031), + [anon_sym_yield] = ACTIONS(2031), + [anon_sym_move] = ACTIONS(2031), + [anon_sym_try] = ACTIONS(2031), + [sym_integer_literal] = ACTIONS(2029), + [aux_sym_string_literal_token1] = ACTIONS(2029), + [sym_char_literal] = ACTIONS(2029), + [anon_sym_true] = ACTIONS(2031), + [anon_sym_false] = ACTIONS(2031), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2031), + [sym_super] = ACTIONS(2031), + [sym_crate] = ACTIONS(2031), + [sym_metavariable] = ACTIONS(2029), + [sym__raw_string_literal_start] = ACTIONS(2029), + [sym_float_literal] = ACTIONS(2029), + }, + [STATE(559)] = { [sym_line_comment] = STATE(559), [sym_block_comment] = STATE(559), - [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), - }, - [560] = { + [ts_builtin_sym_end] = ACTIONS(2033), + [sym_identifier] = ACTIONS(2035), + [anon_sym_SEMI] = ACTIONS(2033), + [anon_sym_macro_rules_BANG] = ACTIONS(2033), + [anon_sym_LPAREN] = ACTIONS(2033), + [anon_sym_LBRACK] = ACTIONS(2033), + [anon_sym_LBRACE] = ACTIONS(2033), + [anon_sym_RBRACE] = ACTIONS(2033), + [anon_sym_STAR] = ACTIONS(2033), + [anon_sym_u8] = ACTIONS(2035), + [anon_sym_i8] = ACTIONS(2035), + [anon_sym_u16] = ACTIONS(2035), + [anon_sym_i16] = ACTIONS(2035), + [anon_sym_u32] = ACTIONS(2035), + [anon_sym_i32] = ACTIONS(2035), + [anon_sym_u64] = ACTIONS(2035), + [anon_sym_i64] = ACTIONS(2035), + [anon_sym_u128] = ACTIONS(2035), + [anon_sym_i128] = ACTIONS(2035), + [anon_sym_isize] = ACTIONS(2035), + [anon_sym_usize] = ACTIONS(2035), + [anon_sym_f32] = ACTIONS(2035), + [anon_sym_f64] = ACTIONS(2035), + [anon_sym_bool] = ACTIONS(2035), + [anon_sym_str] = ACTIONS(2035), + [anon_sym_char] = ACTIONS(2035), + [anon_sym_DASH] = ACTIONS(2033), + [anon_sym_BANG] = ACTIONS(2033), + [anon_sym_AMP] = ACTIONS(2033), + [anon_sym_PIPE] = ACTIONS(2033), + [anon_sym_LT] = ACTIONS(2033), + [anon_sym_DOT_DOT] = ACTIONS(2033), + [anon_sym_COLON_COLON] = ACTIONS(2033), + [anon_sym_POUND] = ACTIONS(2033), + [anon_sym_SQUOTE] = ACTIONS(2035), + [anon_sym_async] = ACTIONS(2035), + [anon_sym_break] = ACTIONS(2035), + [anon_sym_const] = ACTIONS(2035), + [anon_sym_continue] = ACTIONS(2035), + [anon_sym_default] = ACTIONS(2035), + [anon_sym_enum] = ACTIONS(2035), + [anon_sym_fn] = ACTIONS(2035), + [anon_sym_for] = ACTIONS(2035), + [anon_sym_gen] = ACTIONS(2035), + [anon_sym_if] = ACTIONS(2035), + [anon_sym_impl] = ACTIONS(2035), + [anon_sym_let] = ACTIONS(2035), + [anon_sym_loop] = ACTIONS(2035), + [anon_sym_match] = ACTIONS(2035), + [anon_sym_mod] = ACTIONS(2035), + [anon_sym_pub] = ACTIONS(2035), + [anon_sym_return] = ACTIONS(2035), + [anon_sym_static] = ACTIONS(2035), + [anon_sym_struct] = ACTIONS(2035), + [anon_sym_trait] = ACTIONS(2035), + [anon_sym_type] = ACTIONS(2035), + [anon_sym_union] = ACTIONS(2035), + [anon_sym_unsafe] = ACTIONS(2035), + [anon_sym_use] = ACTIONS(2035), + [anon_sym_while] = ACTIONS(2035), + [anon_sym_extern] = ACTIONS(2035), + [anon_sym_yield] = ACTIONS(2035), + [anon_sym_move] = ACTIONS(2035), + [anon_sym_try] = ACTIONS(2035), + [sym_integer_literal] = ACTIONS(2033), + [aux_sym_string_literal_token1] = ACTIONS(2033), + [sym_char_literal] = ACTIONS(2033), + [anon_sym_true] = ACTIONS(2035), + [anon_sym_false] = ACTIONS(2035), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2035), + [sym_super] = ACTIONS(2035), + [sym_crate] = ACTIONS(2035), + [sym_metavariable] = ACTIONS(2033), + [sym__raw_string_literal_start] = ACTIONS(2033), + [sym_float_literal] = ACTIONS(2033), + }, + [STATE(560)] = { [sym_line_comment] = STATE(560), [sym_block_comment] = STATE(560), - [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), - }, - [561] = { + [ts_builtin_sym_end] = ACTIONS(2037), + [sym_identifier] = ACTIONS(2039), + [anon_sym_SEMI] = ACTIONS(2037), + [anon_sym_macro_rules_BANG] = ACTIONS(2037), + [anon_sym_LPAREN] = ACTIONS(2037), + [anon_sym_LBRACK] = ACTIONS(2037), + [anon_sym_LBRACE] = ACTIONS(2037), + [anon_sym_RBRACE] = ACTIONS(2037), + [anon_sym_STAR] = ACTIONS(2037), + [anon_sym_u8] = ACTIONS(2039), + [anon_sym_i8] = ACTIONS(2039), + [anon_sym_u16] = ACTIONS(2039), + [anon_sym_i16] = ACTIONS(2039), + [anon_sym_u32] = ACTIONS(2039), + [anon_sym_i32] = ACTIONS(2039), + [anon_sym_u64] = ACTIONS(2039), + [anon_sym_i64] = ACTIONS(2039), + [anon_sym_u128] = ACTIONS(2039), + [anon_sym_i128] = ACTIONS(2039), + [anon_sym_isize] = ACTIONS(2039), + [anon_sym_usize] = ACTIONS(2039), + [anon_sym_f32] = ACTIONS(2039), + [anon_sym_f64] = ACTIONS(2039), + [anon_sym_bool] = ACTIONS(2039), + [anon_sym_str] = ACTIONS(2039), + [anon_sym_char] = ACTIONS(2039), + [anon_sym_DASH] = ACTIONS(2037), + [anon_sym_BANG] = ACTIONS(2037), + [anon_sym_AMP] = ACTIONS(2037), + [anon_sym_PIPE] = ACTIONS(2037), + [anon_sym_LT] = ACTIONS(2037), + [anon_sym_DOT_DOT] = ACTIONS(2037), + [anon_sym_COLON_COLON] = ACTIONS(2037), + [anon_sym_POUND] = ACTIONS(2037), + [anon_sym_SQUOTE] = ACTIONS(2039), + [anon_sym_async] = ACTIONS(2039), + [anon_sym_break] = ACTIONS(2039), + [anon_sym_const] = ACTIONS(2039), + [anon_sym_continue] = ACTIONS(2039), + [anon_sym_default] = ACTIONS(2039), + [anon_sym_enum] = ACTIONS(2039), + [anon_sym_fn] = ACTIONS(2039), + [anon_sym_for] = ACTIONS(2039), + [anon_sym_gen] = ACTIONS(2039), + [anon_sym_if] = ACTIONS(2039), + [anon_sym_impl] = ACTIONS(2039), + [anon_sym_let] = ACTIONS(2039), + [anon_sym_loop] = ACTIONS(2039), + [anon_sym_match] = ACTIONS(2039), + [anon_sym_mod] = ACTIONS(2039), + [anon_sym_pub] = ACTIONS(2039), + [anon_sym_return] = ACTIONS(2039), + [anon_sym_static] = ACTIONS(2039), + [anon_sym_struct] = ACTIONS(2039), + [anon_sym_trait] = ACTIONS(2039), + [anon_sym_type] = ACTIONS(2039), + [anon_sym_union] = ACTIONS(2039), + [anon_sym_unsafe] = ACTIONS(2039), + [anon_sym_use] = ACTIONS(2039), + [anon_sym_while] = ACTIONS(2039), + [anon_sym_extern] = ACTIONS(2039), + [anon_sym_yield] = ACTIONS(2039), + [anon_sym_move] = ACTIONS(2039), + [anon_sym_try] = ACTIONS(2039), + [sym_integer_literal] = ACTIONS(2037), + [aux_sym_string_literal_token1] = ACTIONS(2037), + [sym_char_literal] = ACTIONS(2037), + [anon_sym_true] = ACTIONS(2039), + [anon_sym_false] = ACTIONS(2039), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2039), + [sym_super] = ACTIONS(2039), + [sym_crate] = ACTIONS(2039), + [sym_metavariable] = ACTIONS(2037), + [sym__raw_string_literal_start] = ACTIONS(2037), + [sym_float_literal] = ACTIONS(2037), + }, + [STATE(561)] = { [sym_line_comment] = STATE(561), [sym_block_comment] = STATE(561), - [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), - }, - [562] = { + [ts_builtin_sym_end] = ACTIONS(2041), + [sym_identifier] = ACTIONS(2043), + [anon_sym_SEMI] = ACTIONS(2041), + [anon_sym_macro_rules_BANG] = ACTIONS(2041), + [anon_sym_LPAREN] = ACTIONS(2041), + [anon_sym_LBRACK] = ACTIONS(2041), + [anon_sym_LBRACE] = ACTIONS(2041), + [anon_sym_RBRACE] = ACTIONS(2041), + [anon_sym_STAR] = ACTIONS(2041), + [anon_sym_u8] = ACTIONS(2043), + [anon_sym_i8] = ACTIONS(2043), + [anon_sym_u16] = ACTIONS(2043), + [anon_sym_i16] = ACTIONS(2043), + [anon_sym_u32] = ACTIONS(2043), + [anon_sym_i32] = ACTIONS(2043), + [anon_sym_u64] = ACTIONS(2043), + [anon_sym_i64] = ACTIONS(2043), + [anon_sym_u128] = ACTIONS(2043), + [anon_sym_i128] = ACTIONS(2043), + [anon_sym_isize] = ACTIONS(2043), + [anon_sym_usize] = ACTIONS(2043), + [anon_sym_f32] = ACTIONS(2043), + [anon_sym_f64] = ACTIONS(2043), + [anon_sym_bool] = ACTIONS(2043), + [anon_sym_str] = ACTIONS(2043), + [anon_sym_char] = ACTIONS(2043), + [anon_sym_DASH] = ACTIONS(2041), + [anon_sym_BANG] = ACTIONS(2041), + [anon_sym_AMP] = ACTIONS(2041), + [anon_sym_PIPE] = ACTIONS(2041), + [anon_sym_LT] = ACTIONS(2041), + [anon_sym_DOT_DOT] = ACTIONS(2041), + [anon_sym_COLON_COLON] = ACTIONS(2041), + [anon_sym_POUND] = ACTIONS(2041), + [anon_sym_SQUOTE] = ACTIONS(2043), + [anon_sym_async] = ACTIONS(2043), + [anon_sym_break] = ACTIONS(2043), + [anon_sym_const] = ACTIONS(2043), + [anon_sym_continue] = ACTIONS(2043), + [anon_sym_default] = ACTIONS(2043), + [anon_sym_enum] = ACTIONS(2043), + [anon_sym_fn] = ACTIONS(2043), + [anon_sym_for] = ACTIONS(2043), + [anon_sym_gen] = ACTIONS(2043), + [anon_sym_if] = ACTIONS(2043), + [anon_sym_impl] = ACTIONS(2043), + [anon_sym_let] = ACTIONS(2043), + [anon_sym_loop] = ACTIONS(2043), + [anon_sym_match] = ACTIONS(2043), + [anon_sym_mod] = ACTIONS(2043), + [anon_sym_pub] = ACTIONS(2043), + [anon_sym_return] = ACTIONS(2043), + [anon_sym_static] = ACTIONS(2043), + [anon_sym_struct] = ACTIONS(2043), + [anon_sym_trait] = ACTIONS(2043), + [anon_sym_type] = ACTIONS(2043), + [anon_sym_union] = ACTIONS(2043), + [anon_sym_unsafe] = ACTIONS(2043), + [anon_sym_use] = ACTIONS(2043), + [anon_sym_while] = ACTIONS(2043), + [anon_sym_extern] = ACTIONS(2043), + [anon_sym_yield] = ACTIONS(2043), + [anon_sym_move] = ACTIONS(2043), + [anon_sym_try] = ACTIONS(2043), + [sym_integer_literal] = ACTIONS(2041), + [aux_sym_string_literal_token1] = ACTIONS(2041), + [sym_char_literal] = ACTIONS(2041), + [anon_sym_true] = ACTIONS(2043), + [anon_sym_false] = ACTIONS(2043), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2043), + [sym_super] = ACTIONS(2043), + [sym_crate] = ACTIONS(2043), + [sym_metavariable] = ACTIONS(2041), + [sym__raw_string_literal_start] = ACTIONS(2041), + [sym_float_literal] = ACTIONS(2041), + }, + [STATE(562)] = { [sym_line_comment] = STATE(562), [sym_block_comment] = STATE(562), - [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), - }, - [563] = { + [ts_builtin_sym_end] = ACTIONS(2045), + [sym_identifier] = ACTIONS(2047), + [anon_sym_SEMI] = ACTIONS(2045), + [anon_sym_macro_rules_BANG] = ACTIONS(2045), + [anon_sym_LPAREN] = ACTIONS(2045), + [anon_sym_LBRACK] = ACTIONS(2045), + [anon_sym_LBRACE] = ACTIONS(2045), + [anon_sym_RBRACE] = ACTIONS(2045), + [anon_sym_STAR] = ACTIONS(2045), + [anon_sym_u8] = ACTIONS(2047), + [anon_sym_i8] = ACTIONS(2047), + [anon_sym_u16] = ACTIONS(2047), + [anon_sym_i16] = ACTIONS(2047), + [anon_sym_u32] = ACTIONS(2047), + [anon_sym_i32] = ACTIONS(2047), + [anon_sym_u64] = ACTIONS(2047), + [anon_sym_i64] = ACTIONS(2047), + [anon_sym_u128] = ACTIONS(2047), + [anon_sym_i128] = ACTIONS(2047), + [anon_sym_isize] = ACTIONS(2047), + [anon_sym_usize] = ACTIONS(2047), + [anon_sym_f32] = ACTIONS(2047), + [anon_sym_f64] = ACTIONS(2047), + [anon_sym_bool] = ACTIONS(2047), + [anon_sym_str] = ACTIONS(2047), + [anon_sym_char] = ACTIONS(2047), + [anon_sym_DASH] = ACTIONS(2045), + [anon_sym_BANG] = ACTIONS(2045), + [anon_sym_AMP] = ACTIONS(2045), + [anon_sym_PIPE] = ACTIONS(2045), + [anon_sym_LT] = ACTIONS(2045), + [anon_sym_DOT_DOT] = ACTIONS(2045), + [anon_sym_COLON_COLON] = ACTIONS(2045), + [anon_sym_POUND] = ACTIONS(2045), + [anon_sym_SQUOTE] = ACTIONS(2047), + [anon_sym_async] = ACTIONS(2047), + [anon_sym_break] = ACTIONS(2047), + [anon_sym_const] = ACTIONS(2047), + [anon_sym_continue] = ACTIONS(2047), + [anon_sym_default] = ACTIONS(2047), + [anon_sym_enum] = ACTIONS(2047), + [anon_sym_fn] = ACTIONS(2047), + [anon_sym_for] = ACTIONS(2047), + [anon_sym_gen] = ACTIONS(2047), + [anon_sym_if] = ACTIONS(2047), + [anon_sym_impl] = ACTIONS(2047), + [anon_sym_let] = ACTIONS(2047), + [anon_sym_loop] = ACTIONS(2047), + [anon_sym_match] = ACTIONS(2047), + [anon_sym_mod] = ACTIONS(2047), + [anon_sym_pub] = ACTIONS(2047), + [anon_sym_return] = ACTIONS(2047), + [anon_sym_static] = ACTIONS(2047), + [anon_sym_struct] = ACTIONS(2047), + [anon_sym_trait] = ACTIONS(2047), + [anon_sym_type] = ACTIONS(2047), + [anon_sym_union] = ACTIONS(2047), + [anon_sym_unsafe] = ACTIONS(2047), + [anon_sym_use] = ACTIONS(2047), + [anon_sym_while] = ACTIONS(2047), + [anon_sym_extern] = ACTIONS(2047), + [anon_sym_yield] = ACTIONS(2047), + [anon_sym_move] = ACTIONS(2047), + [anon_sym_try] = ACTIONS(2047), + [sym_integer_literal] = ACTIONS(2045), + [aux_sym_string_literal_token1] = ACTIONS(2045), + [sym_char_literal] = ACTIONS(2045), + [anon_sym_true] = ACTIONS(2047), + [anon_sym_false] = ACTIONS(2047), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2047), + [sym_super] = ACTIONS(2047), + [sym_crate] = ACTIONS(2047), + [sym_metavariable] = ACTIONS(2045), + [sym__raw_string_literal_start] = ACTIONS(2045), + [sym_float_literal] = ACTIONS(2045), + }, + [STATE(563)] = { [sym_line_comment] = STATE(563), [sym_block_comment] = STATE(563), - [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), - }, - [564] = { + [ts_builtin_sym_end] = ACTIONS(2049), + [sym_identifier] = ACTIONS(2051), + [anon_sym_SEMI] = ACTIONS(2049), + [anon_sym_macro_rules_BANG] = ACTIONS(2049), + [anon_sym_LPAREN] = ACTIONS(2049), + [anon_sym_LBRACK] = ACTIONS(2049), + [anon_sym_LBRACE] = ACTIONS(2049), + [anon_sym_RBRACE] = ACTIONS(2049), + [anon_sym_STAR] = ACTIONS(2049), + [anon_sym_u8] = ACTIONS(2051), + [anon_sym_i8] = ACTIONS(2051), + [anon_sym_u16] = ACTIONS(2051), + [anon_sym_i16] = ACTIONS(2051), + [anon_sym_u32] = ACTIONS(2051), + [anon_sym_i32] = ACTIONS(2051), + [anon_sym_u64] = ACTIONS(2051), + [anon_sym_i64] = ACTIONS(2051), + [anon_sym_u128] = ACTIONS(2051), + [anon_sym_i128] = ACTIONS(2051), + [anon_sym_isize] = ACTIONS(2051), + [anon_sym_usize] = ACTIONS(2051), + [anon_sym_f32] = ACTIONS(2051), + [anon_sym_f64] = ACTIONS(2051), + [anon_sym_bool] = ACTIONS(2051), + [anon_sym_str] = ACTIONS(2051), + [anon_sym_char] = ACTIONS(2051), + [anon_sym_DASH] = ACTIONS(2049), + [anon_sym_BANG] = ACTIONS(2049), + [anon_sym_AMP] = ACTIONS(2049), + [anon_sym_PIPE] = ACTIONS(2049), + [anon_sym_LT] = ACTIONS(2049), + [anon_sym_DOT_DOT] = ACTIONS(2049), + [anon_sym_COLON_COLON] = ACTIONS(2049), + [anon_sym_POUND] = ACTIONS(2049), + [anon_sym_SQUOTE] = ACTIONS(2051), + [anon_sym_async] = ACTIONS(2051), + [anon_sym_break] = ACTIONS(2051), + [anon_sym_const] = ACTIONS(2051), + [anon_sym_continue] = ACTIONS(2051), + [anon_sym_default] = ACTIONS(2051), + [anon_sym_enum] = ACTIONS(2051), + [anon_sym_fn] = ACTIONS(2051), + [anon_sym_for] = ACTIONS(2051), + [anon_sym_gen] = ACTIONS(2051), + [anon_sym_if] = ACTIONS(2051), + [anon_sym_impl] = ACTIONS(2051), + [anon_sym_let] = ACTIONS(2051), + [anon_sym_loop] = ACTIONS(2051), + [anon_sym_match] = ACTIONS(2051), + [anon_sym_mod] = ACTIONS(2051), + [anon_sym_pub] = ACTIONS(2051), + [anon_sym_return] = ACTIONS(2051), + [anon_sym_static] = ACTIONS(2051), + [anon_sym_struct] = ACTIONS(2051), + [anon_sym_trait] = ACTIONS(2051), + [anon_sym_type] = ACTIONS(2051), + [anon_sym_union] = ACTIONS(2051), + [anon_sym_unsafe] = ACTIONS(2051), + [anon_sym_use] = ACTIONS(2051), + [anon_sym_while] = ACTIONS(2051), + [anon_sym_extern] = ACTIONS(2051), + [anon_sym_yield] = ACTIONS(2051), + [anon_sym_move] = ACTIONS(2051), + [anon_sym_try] = ACTIONS(2051), + [sym_integer_literal] = ACTIONS(2049), + [aux_sym_string_literal_token1] = ACTIONS(2049), + [sym_char_literal] = ACTIONS(2049), + [anon_sym_true] = ACTIONS(2051), + [anon_sym_false] = ACTIONS(2051), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2051), + [sym_super] = ACTIONS(2051), + [sym_crate] = ACTIONS(2051), + [sym_metavariable] = ACTIONS(2049), + [sym__raw_string_literal_start] = ACTIONS(2049), + [sym_float_literal] = ACTIONS(2049), + }, + [STATE(564)] = { [sym_line_comment] = STATE(564), [sym_block_comment] = STATE(564), - [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), - }, - [565] = { + [ts_builtin_sym_end] = ACTIONS(2053), + [sym_identifier] = ACTIONS(2055), + [anon_sym_SEMI] = ACTIONS(2053), + [anon_sym_macro_rules_BANG] = ACTIONS(2053), + [anon_sym_LPAREN] = ACTIONS(2053), + [anon_sym_LBRACK] = ACTIONS(2053), + [anon_sym_LBRACE] = ACTIONS(2053), + [anon_sym_RBRACE] = ACTIONS(2053), + [anon_sym_STAR] = ACTIONS(2053), + [anon_sym_u8] = ACTIONS(2055), + [anon_sym_i8] = ACTIONS(2055), + [anon_sym_u16] = ACTIONS(2055), + [anon_sym_i16] = ACTIONS(2055), + [anon_sym_u32] = ACTIONS(2055), + [anon_sym_i32] = ACTIONS(2055), + [anon_sym_u64] = ACTIONS(2055), + [anon_sym_i64] = ACTIONS(2055), + [anon_sym_u128] = ACTIONS(2055), + [anon_sym_i128] = ACTIONS(2055), + [anon_sym_isize] = ACTIONS(2055), + [anon_sym_usize] = ACTIONS(2055), + [anon_sym_f32] = ACTIONS(2055), + [anon_sym_f64] = ACTIONS(2055), + [anon_sym_bool] = ACTIONS(2055), + [anon_sym_str] = ACTIONS(2055), + [anon_sym_char] = ACTIONS(2055), + [anon_sym_DASH] = ACTIONS(2053), + [anon_sym_BANG] = ACTIONS(2053), + [anon_sym_AMP] = ACTIONS(2053), + [anon_sym_PIPE] = ACTIONS(2053), + [anon_sym_LT] = ACTIONS(2053), + [anon_sym_DOT_DOT] = ACTIONS(2053), + [anon_sym_COLON_COLON] = ACTIONS(2053), + [anon_sym_POUND] = ACTIONS(2053), + [anon_sym_SQUOTE] = ACTIONS(2055), + [anon_sym_async] = ACTIONS(2055), + [anon_sym_break] = ACTIONS(2055), + [anon_sym_const] = ACTIONS(2055), + [anon_sym_continue] = ACTIONS(2055), + [anon_sym_default] = ACTIONS(2055), + [anon_sym_enum] = ACTIONS(2055), + [anon_sym_fn] = ACTIONS(2055), + [anon_sym_for] = ACTIONS(2055), + [anon_sym_gen] = ACTIONS(2055), + [anon_sym_if] = ACTIONS(2055), + [anon_sym_impl] = ACTIONS(2055), + [anon_sym_let] = ACTIONS(2055), + [anon_sym_loop] = ACTIONS(2055), + [anon_sym_match] = ACTIONS(2055), + [anon_sym_mod] = ACTIONS(2055), + [anon_sym_pub] = ACTIONS(2055), + [anon_sym_return] = ACTIONS(2055), + [anon_sym_static] = ACTIONS(2055), + [anon_sym_struct] = ACTIONS(2055), + [anon_sym_trait] = ACTIONS(2055), + [anon_sym_type] = ACTIONS(2055), + [anon_sym_union] = ACTIONS(2055), + [anon_sym_unsafe] = ACTIONS(2055), + [anon_sym_use] = ACTIONS(2055), + [anon_sym_while] = ACTIONS(2055), + [anon_sym_extern] = ACTIONS(2055), + [anon_sym_yield] = ACTIONS(2055), + [anon_sym_move] = ACTIONS(2055), + [anon_sym_try] = ACTIONS(2055), + [sym_integer_literal] = ACTIONS(2053), + [aux_sym_string_literal_token1] = ACTIONS(2053), + [sym_char_literal] = ACTIONS(2053), + [anon_sym_true] = ACTIONS(2055), + [anon_sym_false] = ACTIONS(2055), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2055), + [sym_super] = ACTIONS(2055), + [sym_crate] = ACTIONS(2055), + [sym_metavariable] = ACTIONS(2053), + [sym__raw_string_literal_start] = ACTIONS(2053), + [sym_float_literal] = ACTIONS(2053), + }, + [STATE(565)] = { [sym_line_comment] = STATE(565), [sym_block_comment] = STATE(565), - [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), - }, - [566] = { + [ts_builtin_sym_end] = ACTIONS(2057), + [sym_identifier] = ACTIONS(2059), + [anon_sym_SEMI] = ACTIONS(2057), + [anon_sym_macro_rules_BANG] = ACTIONS(2057), + [anon_sym_LPAREN] = ACTIONS(2057), + [anon_sym_LBRACK] = ACTIONS(2057), + [anon_sym_LBRACE] = ACTIONS(2057), + [anon_sym_RBRACE] = ACTIONS(2057), + [anon_sym_STAR] = ACTIONS(2057), + [anon_sym_u8] = ACTIONS(2059), + [anon_sym_i8] = ACTIONS(2059), + [anon_sym_u16] = ACTIONS(2059), + [anon_sym_i16] = ACTIONS(2059), + [anon_sym_u32] = ACTIONS(2059), + [anon_sym_i32] = ACTIONS(2059), + [anon_sym_u64] = ACTIONS(2059), + [anon_sym_i64] = ACTIONS(2059), + [anon_sym_u128] = ACTIONS(2059), + [anon_sym_i128] = ACTIONS(2059), + [anon_sym_isize] = ACTIONS(2059), + [anon_sym_usize] = ACTIONS(2059), + [anon_sym_f32] = ACTIONS(2059), + [anon_sym_f64] = ACTIONS(2059), + [anon_sym_bool] = ACTIONS(2059), + [anon_sym_str] = ACTIONS(2059), + [anon_sym_char] = ACTIONS(2059), + [anon_sym_DASH] = ACTIONS(2057), + [anon_sym_BANG] = ACTIONS(2057), + [anon_sym_AMP] = ACTIONS(2057), + [anon_sym_PIPE] = ACTIONS(2057), + [anon_sym_LT] = ACTIONS(2057), + [anon_sym_DOT_DOT] = ACTIONS(2057), + [anon_sym_COLON_COLON] = ACTIONS(2057), + [anon_sym_POUND] = ACTIONS(2057), + [anon_sym_SQUOTE] = ACTIONS(2059), + [anon_sym_async] = ACTIONS(2059), + [anon_sym_break] = ACTIONS(2059), + [anon_sym_const] = ACTIONS(2059), + [anon_sym_continue] = ACTIONS(2059), + [anon_sym_default] = ACTIONS(2059), + [anon_sym_enum] = ACTIONS(2059), + [anon_sym_fn] = ACTIONS(2059), + [anon_sym_for] = ACTIONS(2059), + [anon_sym_gen] = ACTIONS(2059), + [anon_sym_if] = ACTIONS(2059), + [anon_sym_impl] = ACTIONS(2059), + [anon_sym_let] = ACTIONS(2059), + [anon_sym_loop] = ACTIONS(2059), + [anon_sym_match] = ACTIONS(2059), + [anon_sym_mod] = ACTIONS(2059), + [anon_sym_pub] = ACTIONS(2059), + [anon_sym_return] = ACTIONS(2059), + [anon_sym_static] = ACTIONS(2059), + [anon_sym_struct] = ACTIONS(2059), + [anon_sym_trait] = ACTIONS(2059), + [anon_sym_type] = ACTIONS(2059), + [anon_sym_union] = ACTIONS(2059), + [anon_sym_unsafe] = ACTIONS(2059), + [anon_sym_use] = ACTIONS(2059), + [anon_sym_while] = ACTIONS(2059), + [anon_sym_extern] = ACTIONS(2059), + [anon_sym_yield] = ACTIONS(2059), + [anon_sym_move] = ACTIONS(2059), + [anon_sym_try] = ACTIONS(2059), + [sym_integer_literal] = ACTIONS(2057), + [aux_sym_string_literal_token1] = ACTIONS(2057), + [sym_char_literal] = ACTIONS(2057), + [anon_sym_true] = ACTIONS(2059), + [anon_sym_false] = ACTIONS(2059), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2059), + [sym_super] = ACTIONS(2059), + [sym_crate] = ACTIONS(2059), + [sym_metavariable] = ACTIONS(2057), + [sym__raw_string_literal_start] = ACTIONS(2057), + [sym_float_literal] = ACTIONS(2057), + }, + [STATE(566)] = { [sym_line_comment] = STATE(566), [sym_block_comment] = STATE(566), - [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), - }, - [567] = { + [ts_builtin_sym_end] = ACTIONS(2061), + [sym_identifier] = ACTIONS(2063), + [anon_sym_SEMI] = ACTIONS(2061), + [anon_sym_macro_rules_BANG] = ACTIONS(2061), + [anon_sym_LPAREN] = ACTIONS(2061), + [anon_sym_LBRACK] = ACTIONS(2061), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_RBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(2061), + [anon_sym_u8] = ACTIONS(2063), + [anon_sym_i8] = ACTIONS(2063), + [anon_sym_u16] = ACTIONS(2063), + [anon_sym_i16] = ACTIONS(2063), + [anon_sym_u32] = ACTIONS(2063), + [anon_sym_i32] = ACTIONS(2063), + [anon_sym_u64] = ACTIONS(2063), + [anon_sym_i64] = ACTIONS(2063), + [anon_sym_u128] = ACTIONS(2063), + [anon_sym_i128] = ACTIONS(2063), + [anon_sym_isize] = ACTIONS(2063), + [anon_sym_usize] = ACTIONS(2063), + [anon_sym_f32] = ACTIONS(2063), + [anon_sym_f64] = ACTIONS(2063), + [anon_sym_bool] = ACTIONS(2063), + [anon_sym_str] = ACTIONS(2063), + [anon_sym_char] = ACTIONS(2063), + [anon_sym_DASH] = ACTIONS(2061), + [anon_sym_BANG] = ACTIONS(2061), + [anon_sym_AMP] = ACTIONS(2061), + [anon_sym_PIPE] = ACTIONS(2061), + [anon_sym_LT] = ACTIONS(2061), + [anon_sym_DOT_DOT] = ACTIONS(2061), + [anon_sym_COLON_COLON] = ACTIONS(2061), + [anon_sym_POUND] = ACTIONS(2061), + [anon_sym_SQUOTE] = ACTIONS(2063), + [anon_sym_async] = ACTIONS(2063), + [anon_sym_break] = ACTIONS(2063), + [anon_sym_const] = ACTIONS(2063), + [anon_sym_continue] = ACTIONS(2063), + [anon_sym_default] = ACTIONS(2063), + [anon_sym_enum] = ACTIONS(2063), + [anon_sym_fn] = ACTIONS(2063), + [anon_sym_for] = ACTIONS(2063), + [anon_sym_gen] = ACTIONS(2063), + [anon_sym_if] = ACTIONS(2063), + [anon_sym_impl] = ACTIONS(2063), + [anon_sym_let] = ACTIONS(2063), + [anon_sym_loop] = ACTIONS(2063), + [anon_sym_match] = ACTIONS(2063), + [anon_sym_mod] = ACTIONS(2063), + [anon_sym_pub] = ACTIONS(2063), + [anon_sym_return] = ACTIONS(2063), + [anon_sym_static] = ACTIONS(2063), + [anon_sym_struct] = ACTIONS(2063), + [anon_sym_trait] = ACTIONS(2063), + [anon_sym_type] = ACTIONS(2063), + [anon_sym_union] = ACTIONS(2063), + [anon_sym_unsafe] = ACTIONS(2063), + [anon_sym_use] = ACTIONS(2063), + [anon_sym_while] = ACTIONS(2063), + [anon_sym_extern] = ACTIONS(2063), + [anon_sym_yield] = ACTIONS(2063), + [anon_sym_move] = ACTIONS(2063), + [anon_sym_try] = ACTIONS(2063), + [sym_integer_literal] = ACTIONS(2061), + [aux_sym_string_literal_token1] = ACTIONS(2061), + [sym_char_literal] = ACTIONS(2061), + [anon_sym_true] = ACTIONS(2063), + [anon_sym_false] = ACTIONS(2063), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2063), + [sym_super] = ACTIONS(2063), + [sym_crate] = ACTIONS(2063), + [sym_metavariable] = ACTIONS(2061), + [sym__raw_string_literal_start] = ACTIONS(2061), + [sym_float_literal] = ACTIONS(2061), + }, + [STATE(567)] = { [sym_line_comment] = STATE(567), [sym_block_comment] = STATE(567), - [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), - }, - [568] = { + [ts_builtin_sym_end] = ACTIONS(2065), + [sym_identifier] = ACTIONS(2067), + [anon_sym_SEMI] = ACTIONS(2065), + [anon_sym_macro_rules_BANG] = ACTIONS(2065), + [anon_sym_LPAREN] = ACTIONS(2065), + [anon_sym_LBRACK] = ACTIONS(2065), + [anon_sym_LBRACE] = ACTIONS(2065), + [anon_sym_RBRACE] = ACTIONS(2065), + [anon_sym_STAR] = ACTIONS(2065), + [anon_sym_u8] = ACTIONS(2067), + [anon_sym_i8] = ACTIONS(2067), + [anon_sym_u16] = ACTIONS(2067), + [anon_sym_i16] = ACTIONS(2067), + [anon_sym_u32] = ACTIONS(2067), + [anon_sym_i32] = ACTIONS(2067), + [anon_sym_u64] = ACTIONS(2067), + [anon_sym_i64] = ACTIONS(2067), + [anon_sym_u128] = ACTIONS(2067), + [anon_sym_i128] = ACTIONS(2067), + [anon_sym_isize] = ACTIONS(2067), + [anon_sym_usize] = ACTIONS(2067), + [anon_sym_f32] = ACTIONS(2067), + [anon_sym_f64] = ACTIONS(2067), + [anon_sym_bool] = ACTIONS(2067), + [anon_sym_str] = ACTIONS(2067), + [anon_sym_char] = ACTIONS(2067), + [anon_sym_DASH] = ACTIONS(2065), + [anon_sym_BANG] = ACTIONS(2065), + [anon_sym_AMP] = ACTIONS(2065), + [anon_sym_PIPE] = ACTIONS(2065), + [anon_sym_LT] = ACTIONS(2065), + [anon_sym_DOT_DOT] = ACTIONS(2065), + [anon_sym_COLON_COLON] = ACTIONS(2065), + [anon_sym_POUND] = ACTIONS(2065), + [anon_sym_SQUOTE] = ACTIONS(2067), + [anon_sym_async] = ACTIONS(2067), + [anon_sym_break] = ACTIONS(2067), + [anon_sym_const] = ACTIONS(2067), + [anon_sym_continue] = ACTIONS(2067), + [anon_sym_default] = ACTIONS(2067), + [anon_sym_enum] = ACTIONS(2067), + [anon_sym_fn] = ACTIONS(2067), + [anon_sym_for] = ACTIONS(2067), + [anon_sym_gen] = ACTIONS(2067), + [anon_sym_if] = ACTIONS(2067), + [anon_sym_impl] = ACTIONS(2067), + [anon_sym_let] = ACTIONS(2067), + [anon_sym_loop] = ACTIONS(2067), + [anon_sym_match] = ACTIONS(2067), + [anon_sym_mod] = ACTIONS(2067), + [anon_sym_pub] = ACTIONS(2067), + [anon_sym_return] = ACTIONS(2067), + [anon_sym_static] = ACTIONS(2067), + [anon_sym_struct] = ACTIONS(2067), + [anon_sym_trait] = ACTIONS(2067), + [anon_sym_type] = ACTIONS(2067), + [anon_sym_union] = ACTIONS(2067), + [anon_sym_unsafe] = ACTIONS(2067), + [anon_sym_use] = ACTIONS(2067), + [anon_sym_while] = ACTIONS(2067), + [anon_sym_extern] = ACTIONS(2067), + [anon_sym_yield] = ACTIONS(2067), + [anon_sym_move] = ACTIONS(2067), + [anon_sym_try] = ACTIONS(2067), + [sym_integer_literal] = ACTIONS(2065), + [aux_sym_string_literal_token1] = ACTIONS(2065), + [sym_char_literal] = ACTIONS(2065), + [anon_sym_true] = ACTIONS(2067), + [anon_sym_false] = ACTIONS(2067), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2067), + [sym_super] = ACTIONS(2067), + [sym_crate] = ACTIONS(2067), + [sym_metavariable] = ACTIONS(2065), + [sym__raw_string_literal_start] = ACTIONS(2065), + [sym_float_literal] = ACTIONS(2065), + }, + [STATE(568)] = { [sym_line_comment] = STATE(568), [sym_block_comment] = STATE(568), - [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), - }, - [569] = { + [ts_builtin_sym_end] = ACTIONS(2069), + [sym_identifier] = ACTIONS(2071), + [anon_sym_SEMI] = ACTIONS(2069), + [anon_sym_macro_rules_BANG] = ACTIONS(2069), + [anon_sym_LPAREN] = ACTIONS(2069), + [anon_sym_LBRACK] = ACTIONS(2069), + [anon_sym_LBRACE] = ACTIONS(2069), + [anon_sym_RBRACE] = ACTIONS(2069), + [anon_sym_STAR] = ACTIONS(2069), + [anon_sym_u8] = ACTIONS(2071), + [anon_sym_i8] = ACTIONS(2071), + [anon_sym_u16] = ACTIONS(2071), + [anon_sym_i16] = ACTIONS(2071), + [anon_sym_u32] = ACTIONS(2071), + [anon_sym_i32] = ACTIONS(2071), + [anon_sym_u64] = ACTIONS(2071), + [anon_sym_i64] = ACTIONS(2071), + [anon_sym_u128] = ACTIONS(2071), + [anon_sym_i128] = ACTIONS(2071), + [anon_sym_isize] = ACTIONS(2071), + [anon_sym_usize] = ACTIONS(2071), + [anon_sym_f32] = ACTIONS(2071), + [anon_sym_f64] = ACTIONS(2071), + [anon_sym_bool] = ACTIONS(2071), + [anon_sym_str] = ACTIONS(2071), + [anon_sym_char] = ACTIONS(2071), + [anon_sym_DASH] = ACTIONS(2069), + [anon_sym_BANG] = ACTIONS(2069), + [anon_sym_AMP] = ACTIONS(2069), + [anon_sym_PIPE] = ACTIONS(2069), + [anon_sym_LT] = ACTIONS(2069), + [anon_sym_DOT_DOT] = ACTIONS(2069), + [anon_sym_COLON_COLON] = ACTIONS(2069), + [anon_sym_POUND] = ACTIONS(2069), + [anon_sym_SQUOTE] = ACTIONS(2071), + [anon_sym_async] = ACTIONS(2071), + [anon_sym_break] = ACTIONS(2071), + [anon_sym_const] = ACTIONS(2071), + [anon_sym_continue] = ACTIONS(2071), + [anon_sym_default] = ACTIONS(2071), + [anon_sym_enum] = ACTIONS(2071), + [anon_sym_fn] = ACTIONS(2071), + [anon_sym_for] = ACTIONS(2071), + [anon_sym_gen] = ACTIONS(2071), + [anon_sym_if] = ACTIONS(2071), + [anon_sym_impl] = ACTIONS(2071), + [anon_sym_let] = ACTIONS(2071), + [anon_sym_loop] = ACTIONS(2071), + [anon_sym_match] = ACTIONS(2071), + [anon_sym_mod] = ACTIONS(2071), + [anon_sym_pub] = ACTIONS(2071), + [anon_sym_return] = ACTIONS(2071), + [anon_sym_static] = ACTIONS(2071), + [anon_sym_struct] = ACTIONS(2071), + [anon_sym_trait] = ACTIONS(2071), + [anon_sym_type] = ACTIONS(2071), + [anon_sym_union] = ACTIONS(2071), + [anon_sym_unsafe] = ACTIONS(2071), + [anon_sym_use] = ACTIONS(2071), + [anon_sym_while] = ACTIONS(2071), + [anon_sym_extern] = ACTIONS(2071), + [anon_sym_yield] = ACTIONS(2071), + [anon_sym_move] = ACTIONS(2071), + [anon_sym_try] = ACTIONS(2071), + [sym_integer_literal] = ACTIONS(2069), + [aux_sym_string_literal_token1] = ACTIONS(2069), + [sym_char_literal] = ACTIONS(2069), + [anon_sym_true] = ACTIONS(2071), + [anon_sym_false] = ACTIONS(2071), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2071), + [sym_super] = ACTIONS(2071), + [sym_crate] = ACTIONS(2071), + [sym_metavariable] = ACTIONS(2069), + [sym__raw_string_literal_start] = ACTIONS(2069), + [sym_float_literal] = ACTIONS(2069), + }, + [STATE(569)] = { [sym_line_comment] = STATE(569), [sym_block_comment] = STATE(569), - [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), - }, - [570] = { + [ts_builtin_sym_end] = ACTIONS(2073), + [sym_identifier] = ACTIONS(2075), + [anon_sym_SEMI] = ACTIONS(2073), + [anon_sym_macro_rules_BANG] = ACTIONS(2073), + [anon_sym_LPAREN] = ACTIONS(2073), + [anon_sym_LBRACK] = ACTIONS(2073), + [anon_sym_LBRACE] = ACTIONS(2073), + [anon_sym_RBRACE] = ACTIONS(2073), + [anon_sym_STAR] = ACTIONS(2073), + [anon_sym_u8] = ACTIONS(2075), + [anon_sym_i8] = ACTIONS(2075), + [anon_sym_u16] = ACTIONS(2075), + [anon_sym_i16] = ACTIONS(2075), + [anon_sym_u32] = ACTIONS(2075), + [anon_sym_i32] = ACTIONS(2075), + [anon_sym_u64] = ACTIONS(2075), + [anon_sym_i64] = ACTIONS(2075), + [anon_sym_u128] = ACTIONS(2075), + [anon_sym_i128] = ACTIONS(2075), + [anon_sym_isize] = ACTIONS(2075), + [anon_sym_usize] = ACTIONS(2075), + [anon_sym_f32] = ACTIONS(2075), + [anon_sym_f64] = ACTIONS(2075), + [anon_sym_bool] = ACTIONS(2075), + [anon_sym_str] = ACTIONS(2075), + [anon_sym_char] = ACTIONS(2075), + [anon_sym_DASH] = ACTIONS(2073), + [anon_sym_BANG] = ACTIONS(2073), + [anon_sym_AMP] = ACTIONS(2073), + [anon_sym_PIPE] = ACTIONS(2073), + [anon_sym_LT] = ACTIONS(2073), + [anon_sym_DOT_DOT] = ACTIONS(2073), + [anon_sym_COLON_COLON] = ACTIONS(2073), + [anon_sym_POUND] = ACTIONS(2073), + [anon_sym_SQUOTE] = ACTIONS(2075), + [anon_sym_async] = ACTIONS(2075), + [anon_sym_break] = ACTIONS(2075), + [anon_sym_const] = ACTIONS(2075), + [anon_sym_continue] = ACTIONS(2075), + [anon_sym_default] = ACTIONS(2075), + [anon_sym_enum] = ACTIONS(2075), + [anon_sym_fn] = ACTIONS(2075), + [anon_sym_for] = ACTIONS(2075), + [anon_sym_gen] = ACTIONS(2075), + [anon_sym_if] = ACTIONS(2075), + [anon_sym_impl] = ACTIONS(2075), + [anon_sym_let] = ACTIONS(2075), + [anon_sym_loop] = ACTIONS(2075), + [anon_sym_match] = ACTIONS(2075), + [anon_sym_mod] = ACTIONS(2075), + [anon_sym_pub] = ACTIONS(2075), + [anon_sym_return] = ACTIONS(2075), + [anon_sym_static] = ACTIONS(2075), + [anon_sym_struct] = ACTIONS(2075), + [anon_sym_trait] = ACTIONS(2075), + [anon_sym_type] = ACTIONS(2075), + [anon_sym_union] = ACTIONS(2075), + [anon_sym_unsafe] = ACTIONS(2075), + [anon_sym_use] = ACTIONS(2075), + [anon_sym_while] = ACTIONS(2075), + [anon_sym_extern] = ACTIONS(2075), + [anon_sym_yield] = ACTIONS(2075), + [anon_sym_move] = ACTIONS(2075), + [anon_sym_try] = ACTIONS(2075), + [sym_integer_literal] = ACTIONS(2073), + [aux_sym_string_literal_token1] = ACTIONS(2073), + [sym_char_literal] = ACTIONS(2073), + [anon_sym_true] = ACTIONS(2075), + [anon_sym_false] = ACTIONS(2075), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2075), + [sym_super] = ACTIONS(2075), + [sym_crate] = ACTIONS(2075), + [sym_metavariable] = ACTIONS(2073), + [sym__raw_string_literal_start] = ACTIONS(2073), + [sym_float_literal] = ACTIONS(2073), + }, + [STATE(570)] = { [sym_line_comment] = STATE(570), [sym_block_comment] = STATE(570), - [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), - }, - [571] = { + [ts_builtin_sym_end] = ACTIONS(2077), + [sym_identifier] = ACTIONS(2079), + [anon_sym_SEMI] = ACTIONS(2077), + [anon_sym_macro_rules_BANG] = ACTIONS(2077), + [anon_sym_LPAREN] = ACTIONS(2077), + [anon_sym_LBRACK] = ACTIONS(2077), + [anon_sym_LBRACE] = ACTIONS(2077), + [anon_sym_RBRACE] = ACTIONS(2077), + [anon_sym_STAR] = ACTIONS(2077), + [anon_sym_u8] = ACTIONS(2079), + [anon_sym_i8] = ACTIONS(2079), + [anon_sym_u16] = ACTIONS(2079), + [anon_sym_i16] = ACTIONS(2079), + [anon_sym_u32] = ACTIONS(2079), + [anon_sym_i32] = ACTIONS(2079), + [anon_sym_u64] = ACTIONS(2079), + [anon_sym_i64] = ACTIONS(2079), + [anon_sym_u128] = ACTIONS(2079), + [anon_sym_i128] = ACTIONS(2079), + [anon_sym_isize] = ACTIONS(2079), + [anon_sym_usize] = ACTIONS(2079), + [anon_sym_f32] = ACTIONS(2079), + [anon_sym_f64] = ACTIONS(2079), + [anon_sym_bool] = ACTIONS(2079), + [anon_sym_str] = ACTIONS(2079), + [anon_sym_char] = ACTIONS(2079), + [anon_sym_DASH] = ACTIONS(2077), + [anon_sym_BANG] = ACTIONS(2077), + [anon_sym_AMP] = ACTIONS(2077), + [anon_sym_PIPE] = ACTIONS(2077), + [anon_sym_LT] = ACTIONS(2077), + [anon_sym_DOT_DOT] = ACTIONS(2077), + [anon_sym_COLON_COLON] = ACTIONS(2077), + [anon_sym_POUND] = ACTIONS(2077), + [anon_sym_SQUOTE] = ACTIONS(2079), + [anon_sym_async] = ACTIONS(2079), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_const] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2079), + [anon_sym_default] = ACTIONS(2079), + [anon_sym_enum] = ACTIONS(2079), + [anon_sym_fn] = ACTIONS(2079), + [anon_sym_for] = ACTIONS(2079), + [anon_sym_gen] = ACTIONS(2079), + [anon_sym_if] = ACTIONS(2079), + [anon_sym_impl] = ACTIONS(2079), + [anon_sym_let] = ACTIONS(2079), + [anon_sym_loop] = ACTIONS(2079), + [anon_sym_match] = ACTIONS(2079), + [anon_sym_mod] = ACTIONS(2079), + [anon_sym_pub] = ACTIONS(2079), + [anon_sym_return] = ACTIONS(2079), + [anon_sym_static] = ACTIONS(2079), + [anon_sym_struct] = ACTIONS(2079), + [anon_sym_trait] = ACTIONS(2079), + [anon_sym_type] = ACTIONS(2079), + [anon_sym_union] = ACTIONS(2079), + [anon_sym_unsafe] = ACTIONS(2079), + [anon_sym_use] = ACTIONS(2079), + [anon_sym_while] = ACTIONS(2079), + [anon_sym_extern] = ACTIONS(2079), + [anon_sym_yield] = ACTIONS(2079), + [anon_sym_move] = ACTIONS(2079), + [anon_sym_try] = ACTIONS(2079), + [sym_integer_literal] = ACTIONS(2077), + [aux_sym_string_literal_token1] = ACTIONS(2077), + [sym_char_literal] = ACTIONS(2077), + [anon_sym_true] = ACTIONS(2079), + [anon_sym_false] = ACTIONS(2079), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2079), + [sym_super] = ACTIONS(2079), + [sym_crate] = ACTIONS(2079), + [sym_metavariable] = ACTIONS(2077), + [sym__raw_string_literal_start] = ACTIONS(2077), + [sym_float_literal] = ACTIONS(2077), + }, + [STATE(571)] = { [sym_line_comment] = STATE(571), [sym_block_comment] = STATE(571), - [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), - }, - [572] = { + [ts_builtin_sym_end] = ACTIONS(2081), + [sym_identifier] = ACTIONS(2083), + [anon_sym_SEMI] = ACTIONS(2081), + [anon_sym_macro_rules_BANG] = ACTIONS(2081), + [anon_sym_LPAREN] = ACTIONS(2081), + [anon_sym_LBRACK] = ACTIONS(2081), + [anon_sym_LBRACE] = ACTIONS(2081), + [anon_sym_RBRACE] = ACTIONS(2081), + [anon_sym_STAR] = ACTIONS(2081), + [anon_sym_u8] = ACTIONS(2083), + [anon_sym_i8] = ACTIONS(2083), + [anon_sym_u16] = ACTIONS(2083), + [anon_sym_i16] = ACTIONS(2083), + [anon_sym_u32] = ACTIONS(2083), + [anon_sym_i32] = ACTIONS(2083), + [anon_sym_u64] = ACTIONS(2083), + [anon_sym_i64] = ACTIONS(2083), + [anon_sym_u128] = ACTIONS(2083), + [anon_sym_i128] = ACTIONS(2083), + [anon_sym_isize] = ACTIONS(2083), + [anon_sym_usize] = ACTIONS(2083), + [anon_sym_f32] = ACTIONS(2083), + [anon_sym_f64] = ACTIONS(2083), + [anon_sym_bool] = ACTIONS(2083), + [anon_sym_str] = ACTIONS(2083), + [anon_sym_char] = ACTIONS(2083), + [anon_sym_DASH] = ACTIONS(2081), + [anon_sym_BANG] = ACTIONS(2081), + [anon_sym_AMP] = ACTIONS(2081), + [anon_sym_PIPE] = ACTIONS(2081), + [anon_sym_LT] = ACTIONS(2081), + [anon_sym_DOT_DOT] = ACTIONS(2081), + [anon_sym_COLON_COLON] = ACTIONS(2081), + [anon_sym_POUND] = ACTIONS(2081), + [anon_sym_SQUOTE] = ACTIONS(2083), + [anon_sym_async] = ACTIONS(2083), + [anon_sym_break] = ACTIONS(2083), + [anon_sym_const] = ACTIONS(2083), + [anon_sym_continue] = ACTIONS(2083), + [anon_sym_default] = ACTIONS(2083), + [anon_sym_enum] = ACTIONS(2083), + [anon_sym_fn] = ACTIONS(2083), + [anon_sym_for] = ACTIONS(2083), + [anon_sym_gen] = ACTIONS(2083), + [anon_sym_if] = ACTIONS(2083), + [anon_sym_impl] = ACTIONS(2083), + [anon_sym_let] = ACTIONS(2083), + [anon_sym_loop] = ACTIONS(2083), + [anon_sym_match] = ACTIONS(2083), + [anon_sym_mod] = ACTIONS(2083), + [anon_sym_pub] = ACTIONS(2083), + [anon_sym_return] = ACTIONS(2083), + [anon_sym_static] = ACTIONS(2083), + [anon_sym_struct] = ACTIONS(2083), + [anon_sym_trait] = ACTIONS(2083), + [anon_sym_type] = ACTIONS(2083), + [anon_sym_union] = ACTIONS(2083), + [anon_sym_unsafe] = ACTIONS(2083), + [anon_sym_use] = ACTIONS(2083), + [anon_sym_while] = ACTIONS(2083), + [anon_sym_extern] = ACTIONS(2083), + [anon_sym_yield] = ACTIONS(2083), + [anon_sym_move] = ACTIONS(2083), + [anon_sym_try] = ACTIONS(2083), + [sym_integer_literal] = ACTIONS(2081), + [aux_sym_string_literal_token1] = ACTIONS(2081), + [sym_char_literal] = ACTIONS(2081), + [anon_sym_true] = ACTIONS(2083), + [anon_sym_false] = ACTIONS(2083), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2083), + [sym_super] = ACTIONS(2083), + [sym_crate] = ACTIONS(2083), + [sym_metavariable] = ACTIONS(2081), + [sym__raw_string_literal_start] = ACTIONS(2081), + [sym_float_literal] = ACTIONS(2081), + }, + [STATE(572)] = { [sym_line_comment] = STATE(572), [sym_block_comment] = STATE(572), - [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), - }, - [573] = { + [ts_builtin_sym_end] = ACTIONS(2085), + [sym_identifier] = ACTIONS(2087), + [anon_sym_SEMI] = ACTIONS(2085), + [anon_sym_macro_rules_BANG] = ACTIONS(2085), + [anon_sym_LPAREN] = ACTIONS(2085), + [anon_sym_LBRACK] = ACTIONS(2085), + [anon_sym_LBRACE] = ACTIONS(2085), + [anon_sym_RBRACE] = ACTIONS(2085), + [anon_sym_STAR] = ACTIONS(2085), + [anon_sym_u8] = ACTIONS(2087), + [anon_sym_i8] = ACTIONS(2087), + [anon_sym_u16] = ACTIONS(2087), + [anon_sym_i16] = ACTIONS(2087), + [anon_sym_u32] = ACTIONS(2087), + [anon_sym_i32] = ACTIONS(2087), + [anon_sym_u64] = ACTIONS(2087), + [anon_sym_i64] = ACTIONS(2087), + [anon_sym_u128] = ACTIONS(2087), + [anon_sym_i128] = ACTIONS(2087), + [anon_sym_isize] = ACTIONS(2087), + [anon_sym_usize] = ACTIONS(2087), + [anon_sym_f32] = ACTIONS(2087), + [anon_sym_f64] = ACTIONS(2087), + [anon_sym_bool] = ACTIONS(2087), + [anon_sym_str] = ACTIONS(2087), + [anon_sym_char] = ACTIONS(2087), + [anon_sym_DASH] = ACTIONS(2085), + [anon_sym_BANG] = ACTIONS(2085), + [anon_sym_AMP] = ACTIONS(2085), + [anon_sym_PIPE] = ACTIONS(2085), + [anon_sym_LT] = ACTIONS(2085), + [anon_sym_DOT_DOT] = ACTIONS(2085), + [anon_sym_COLON_COLON] = ACTIONS(2085), + [anon_sym_POUND] = ACTIONS(2085), + [anon_sym_SQUOTE] = ACTIONS(2087), + [anon_sym_async] = ACTIONS(2087), + [anon_sym_break] = ACTIONS(2087), + [anon_sym_const] = ACTIONS(2087), + [anon_sym_continue] = ACTIONS(2087), + [anon_sym_default] = ACTIONS(2087), + [anon_sym_enum] = ACTIONS(2087), + [anon_sym_fn] = ACTIONS(2087), + [anon_sym_for] = ACTIONS(2087), + [anon_sym_gen] = ACTIONS(2087), + [anon_sym_if] = ACTIONS(2087), + [anon_sym_impl] = ACTIONS(2087), + [anon_sym_let] = ACTIONS(2087), + [anon_sym_loop] = ACTIONS(2087), + [anon_sym_match] = ACTIONS(2087), + [anon_sym_mod] = ACTIONS(2087), + [anon_sym_pub] = ACTIONS(2087), + [anon_sym_return] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_struct] = ACTIONS(2087), + [anon_sym_trait] = ACTIONS(2087), + [anon_sym_type] = ACTIONS(2087), + [anon_sym_union] = ACTIONS(2087), + [anon_sym_unsafe] = ACTIONS(2087), + [anon_sym_use] = ACTIONS(2087), + [anon_sym_while] = ACTIONS(2087), + [anon_sym_extern] = ACTIONS(2087), + [anon_sym_yield] = ACTIONS(2087), + [anon_sym_move] = ACTIONS(2087), + [anon_sym_try] = ACTIONS(2087), + [sym_integer_literal] = ACTIONS(2085), + [aux_sym_string_literal_token1] = ACTIONS(2085), + [sym_char_literal] = ACTIONS(2085), + [anon_sym_true] = ACTIONS(2087), + [anon_sym_false] = ACTIONS(2087), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2087), + [sym_super] = ACTIONS(2087), + [sym_crate] = ACTIONS(2087), + [sym_metavariable] = ACTIONS(2085), + [sym__raw_string_literal_start] = ACTIONS(2085), + [sym_float_literal] = ACTIONS(2085), + }, + [STATE(573)] = { [sym_line_comment] = STATE(573), [sym_block_comment] = STATE(573), - [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), - }, - [574] = { + [ts_builtin_sym_end] = ACTIONS(1265), + [sym_identifier] = ACTIONS(1267), + [anon_sym_SEMI] = ACTIONS(1265), + [anon_sym_macro_rules_BANG] = ACTIONS(1265), + [anon_sym_LPAREN] = ACTIONS(1265), + [anon_sym_LBRACK] = ACTIONS(1265), + [anon_sym_LBRACE] = ACTIONS(1265), + [anon_sym_RBRACE] = ACTIONS(1265), + [anon_sym_STAR] = ACTIONS(1265), + [anon_sym_u8] = ACTIONS(1267), + [anon_sym_i8] = ACTIONS(1267), + [anon_sym_u16] = ACTIONS(1267), + [anon_sym_i16] = ACTIONS(1267), + [anon_sym_u32] = ACTIONS(1267), + [anon_sym_i32] = ACTIONS(1267), + [anon_sym_u64] = ACTIONS(1267), + [anon_sym_i64] = ACTIONS(1267), + [anon_sym_u128] = ACTIONS(1267), + [anon_sym_i128] = ACTIONS(1267), + [anon_sym_isize] = ACTIONS(1267), + [anon_sym_usize] = ACTIONS(1267), + [anon_sym_f32] = ACTIONS(1267), + [anon_sym_f64] = ACTIONS(1267), + [anon_sym_bool] = ACTIONS(1267), + [anon_sym_str] = ACTIONS(1267), + [anon_sym_char] = ACTIONS(1267), + [anon_sym_DASH] = ACTIONS(1265), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_PIPE] = ACTIONS(1265), + [anon_sym_LT] = ACTIONS(1265), + [anon_sym_DOT_DOT] = ACTIONS(1265), + [anon_sym_COLON_COLON] = ACTIONS(1265), + [anon_sym_POUND] = ACTIONS(1265), + [anon_sym_SQUOTE] = ACTIONS(1267), + [anon_sym_async] = ACTIONS(1267), + [anon_sym_break] = ACTIONS(1267), + [anon_sym_const] = ACTIONS(1267), + [anon_sym_continue] = ACTIONS(1267), + [anon_sym_default] = ACTIONS(1267), + [anon_sym_enum] = ACTIONS(1267), + [anon_sym_fn] = ACTIONS(1267), + [anon_sym_for] = ACTIONS(1267), + [anon_sym_gen] = ACTIONS(1267), + [anon_sym_if] = ACTIONS(1267), + [anon_sym_impl] = ACTIONS(1267), + [anon_sym_let] = ACTIONS(1267), + [anon_sym_loop] = ACTIONS(1267), + [anon_sym_match] = ACTIONS(1267), + [anon_sym_mod] = ACTIONS(1267), + [anon_sym_pub] = ACTIONS(1267), + [anon_sym_return] = ACTIONS(1267), + [anon_sym_static] = ACTIONS(1267), + [anon_sym_struct] = ACTIONS(1267), + [anon_sym_trait] = ACTIONS(1267), + [anon_sym_type] = ACTIONS(1267), + [anon_sym_union] = ACTIONS(1267), + [anon_sym_unsafe] = ACTIONS(1267), + [anon_sym_use] = ACTIONS(1267), + [anon_sym_while] = ACTIONS(1267), + [anon_sym_extern] = ACTIONS(1267), + [anon_sym_yield] = ACTIONS(1267), + [anon_sym_move] = ACTIONS(1267), + [anon_sym_try] = ACTIONS(1267), + [sym_integer_literal] = ACTIONS(1265), + [aux_sym_string_literal_token1] = ACTIONS(1265), + [sym_char_literal] = ACTIONS(1265), + [anon_sym_true] = ACTIONS(1267), + [anon_sym_false] = ACTIONS(1267), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1267), + [sym_super] = ACTIONS(1267), + [sym_crate] = ACTIONS(1267), + [sym_metavariable] = ACTIONS(1265), + [sym__raw_string_literal_start] = ACTIONS(1265), + [sym_float_literal] = ACTIONS(1265), + }, + [STATE(574)] = { [sym_line_comment] = STATE(574), [sym_block_comment] = STATE(574), - [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), - }, - [575] = { + [ts_builtin_sym_end] = ACTIONS(2089), + [sym_identifier] = ACTIONS(2091), + [anon_sym_SEMI] = ACTIONS(2089), + [anon_sym_macro_rules_BANG] = ACTIONS(2089), + [anon_sym_LPAREN] = ACTIONS(2089), + [anon_sym_LBRACK] = ACTIONS(2089), + [anon_sym_LBRACE] = ACTIONS(2089), + [anon_sym_RBRACE] = ACTIONS(2089), + [anon_sym_STAR] = ACTIONS(2089), + [anon_sym_u8] = ACTIONS(2091), + [anon_sym_i8] = ACTIONS(2091), + [anon_sym_u16] = ACTIONS(2091), + [anon_sym_i16] = ACTIONS(2091), + [anon_sym_u32] = ACTIONS(2091), + [anon_sym_i32] = ACTIONS(2091), + [anon_sym_u64] = ACTIONS(2091), + [anon_sym_i64] = ACTIONS(2091), + [anon_sym_u128] = ACTIONS(2091), + [anon_sym_i128] = ACTIONS(2091), + [anon_sym_isize] = ACTIONS(2091), + [anon_sym_usize] = ACTIONS(2091), + [anon_sym_f32] = ACTIONS(2091), + [anon_sym_f64] = ACTIONS(2091), + [anon_sym_bool] = ACTIONS(2091), + [anon_sym_str] = ACTIONS(2091), + [anon_sym_char] = ACTIONS(2091), + [anon_sym_DASH] = ACTIONS(2089), + [anon_sym_BANG] = ACTIONS(2089), + [anon_sym_AMP] = ACTIONS(2089), + [anon_sym_PIPE] = ACTIONS(2089), + [anon_sym_LT] = ACTIONS(2089), + [anon_sym_DOT_DOT] = ACTIONS(2089), + [anon_sym_COLON_COLON] = ACTIONS(2089), + [anon_sym_POUND] = ACTIONS(2089), + [anon_sym_SQUOTE] = ACTIONS(2091), + [anon_sym_async] = ACTIONS(2091), + [anon_sym_break] = ACTIONS(2091), + [anon_sym_const] = ACTIONS(2091), + [anon_sym_continue] = ACTIONS(2091), + [anon_sym_default] = ACTIONS(2091), + [anon_sym_enum] = ACTIONS(2091), + [anon_sym_fn] = ACTIONS(2091), + [anon_sym_for] = ACTIONS(2091), + [anon_sym_gen] = ACTIONS(2091), + [anon_sym_if] = ACTIONS(2091), + [anon_sym_impl] = ACTIONS(2091), + [anon_sym_let] = ACTIONS(2091), + [anon_sym_loop] = ACTIONS(2091), + [anon_sym_match] = ACTIONS(2091), + [anon_sym_mod] = ACTIONS(2091), + [anon_sym_pub] = ACTIONS(2091), + [anon_sym_return] = ACTIONS(2091), + [anon_sym_static] = ACTIONS(2091), + [anon_sym_struct] = ACTIONS(2091), + [anon_sym_trait] = ACTIONS(2091), + [anon_sym_type] = ACTIONS(2091), + [anon_sym_union] = ACTIONS(2091), + [anon_sym_unsafe] = ACTIONS(2091), + [anon_sym_use] = ACTIONS(2091), + [anon_sym_while] = ACTIONS(2091), + [anon_sym_extern] = ACTIONS(2091), + [anon_sym_yield] = ACTIONS(2091), + [anon_sym_move] = ACTIONS(2091), + [anon_sym_try] = ACTIONS(2091), + [sym_integer_literal] = ACTIONS(2089), + [aux_sym_string_literal_token1] = ACTIONS(2089), + [sym_char_literal] = ACTIONS(2089), + [anon_sym_true] = ACTIONS(2091), + [anon_sym_false] = ACTIONS(2091), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2091), + [sym_super] = ACTIONS(2091), + [sym_crate] = ACTIONS(2091), + [sym_metavariable] = ACTIONS(2089), + [sym__raw_string_literal_start] = ACTIONS(2089), + [sym_float_literal] = ACTIONS(2089), + }, + [STATE(575)] = { [sym_line_comment] = STATE(575), [sym_block_comment] = STATE(575), - [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), - }, - [576] = { + [ts_builtin_sym_end] = ACTIONS(2093), + [sym_identifier] = ACTIONS(2095), + [anon_sym_SEMI] = ACTIONS(2093), + [anon_sym_macro_rules_BANG] = ACTIONS(2093), + [anon_sym_LPAREN] = ACTIONS(2093), + [anon_sym_LBRACK] = ACTIONS(2093), + [anon_sym_LBRACE] = ACTIONS(2093), + [anon_sym_RBRACE] = ACTIONS(2093), + [anon_sym_STAR] = ACTIONS(2093), + [anon_sym_u8] = ACTIONS(2095), + [anon_sym_i8] = ACTIONS(2095), + [anon_sym_u16] = ACTIONS(2095), + [anon_sym_i16] = ACTIONS(2095), + [anon_sym_u32] = ACTIONS(2095), + [anon_sym_i32] = ACTIONS(2095), + [anon_sym_u64] = ACTIONS(2095), + [anon_sym_i64] = ACTIONS(2095), + [anon_sym_u128] = ACTIONS(2095), + [anon_sym_i128] = ACTIONS(2095), + [anon_sym_isize] = ACTIONS(2095), + [anon_sym_usize] = ACTIONS(2095), + [anon_sym_f32] = ACTIONS(2095), + [anon_sym_f64] = ACTIONS(2095), + [anon_sym_bool] = ACTIONS(2095), + [anon_sym_str] = ACTIONS(2095), + [anon_sym_char] = ACTIONS(2095), + [anon_sym_DASH] = ACTIONS(2093), + [anon_sym_BANG] = ACTIONS(2093), + [anon_sym_AMP] = ACTIONS(2093), + [anon_sym_PIPE] = ACTIONS(2093), + [anon_sym_LT] = ACTIONS(2093), + [anon_sym_DOT_DOT] = ACTIONS(2093), + [anon_sym_COLON_COLON] = ACTIONS(2093), + [anon_sym_POUND] = ACTIONS(2093), + [anon_sym_SQUOTE] = ACTIONS(2095), + [anon_sym_async] = ACTIONS(2095), + [anon_sym_break] = ACTIONS(2095), + [anon_sym_const] = ACTIONS(2095), + [anon_sym_continue] = ACTIONS(2095), + [anon_sym_default] = ACTIONS(2095), + [anon_sym_enum] = ACTIONS(2095), + [anon_sym_fn] = ACTIONS(2095), + [anon_sym_for] = ACTIONS(2095), + [anon_sym_gen] = ACTIONS(2095), + [anon_sym_if] = ACTIONS(2095), + [anon_sym_impl] = ACTIONS(2095), + [anon_sym_let] = ACTIONS(2095), + [anon_sym_loop] = ACTIONS(2095), + [anon_sym_match] = ACTIONS(2095), + [anon_sym_mod] = ACTIONS(2095), + [anon_sym_pub] = ACTIONS(2095), + [anon_sym_return] = ACTIONS(2095), + [anon_sym_static] = ACTIONS(2095), + [anon_sym_struct] = ACTIONS(2095), + [anon_sym_trait] = ACTIONS(2095), + [anon_sym_type] = ACTIONS(2095), + [anon_sym_union] = ACTIONS(2095), + [anon_sym_unsafe] = ACTIONS(2095), + [anon_sym_use] = ACTIONS(2095), + [anon_sym_while] = ACTIONS(2095), + [anon_sym_extern] = ACTIONS(2095), + [anon_sym_yield] = ACTIONS(2095), + [anon_sym_move] = ACTIONS(2095), + [anon_sym_try] = ACTIONS(2095), + [sym_integer_literal] = ACTIONS(2093), + [aux_sym_string_literal_token1] = ACTIONS(2093), + [sym_char_literal] = ACTIONS(2093), + [anon_sym_true] = ACTIONS(2095), + [anon_sym_false] = ACTIONS(2095), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2095), + [sym_super] = ACTIONS(2095), + [sym_crate] = ACTIONS(2095), + [sym_metavariable] = ACTIONS(2093), + [sym__raw_string_literal_start] = ACTIONS(2093), + [sym_float_literal] = ACTIONS(2093), + }, + [STATE(576)] = { [sym_line_comment] = STATE(576), [sym_block_comment] = STATE(576), - [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), - }, - [577] = { + [ts_builtin_sym_end] = ACTIONS(2097), + [sym_identifier] = ACTIONS(2099), + [anon_sym_SEMI] = ACTIONS(2097), + [anon_sym_macro_rules_BANG] = ACTIONS(2097), + [anon_sym_LPAREN] = ACTIONS(2097), + [anon_sym_LBRACK] = ACTIONS(2097), + [anon_sym_LBRACE] = ACTIONS(2097), + [anon_sym_RBRACE] = ACTIONS(2097), + [anon_sym_STAR] = ACTIONS(2097), + [anon_sym_u8] = ACTIONS(2099), + [anon_sym_i8] = ACTIONS(2099), + [anon_sym_u16] = ACTIONS(2099), + [anon_sym_i16] = ACTIONS(2099), + [anon_sym_u32] = ACTIONS(2099), + [anon_sym_i32] = ACTIONS(2099), + [anon_sym_u64] = ACTIONS(2099), + [anon_sym_i64] = ACTIONS(2099), + [anon_sym_u128] = ACTIONS(2099), + [anon_sym_i128] = ACTIONS(2099), + [anon_sym_isize] = ACTIONS(2099), + [anon_sym_usize] = ACTIONS(2099), + [anon_sym_f32] = ACTIONS(2099), + [anon_sym_f64] = ACTIONS(2099), + [anon_sym_bool] = ACTIONS(2099), + [anon_sym_str] = ACTIONS(2099), + [anon_sym_char] = ACTIONS(2099), + [anon_sym_DASH] = ACTIONS(2097), + [anon_sym_BANG] = ACTIONS(2097), + [anon_sym_AMP] = ACTIONS(2097), + [anon_sym_PIPE] = ACTIONS(2097), + [anon_sym_LT] = ACTIONS(2097), + [anon_sym_DOT_DOT] = ACTIONS(2097), + [anon_sym_COLON_COLON] = ACTIONS(2097), + [anon_sym_POUND] = ACTIONS(2097), + [anon_sym_SQUOTE] = ACTIONS(2099), + [anon_sym_async] = ACTIONS(2099), + [anon_sym_break] = ACTIONS(2099), + [anon_sym_const] = ACTIONS(2099), + [anon_sym_continue] = ACTIONS(2099), + [anon_sym_default] = ACTIONS(2099), + [anon_sym_enum] = ACTIONS(2099), + [anon_sym_fn] = ACTIONS(2099), + [anon_sym_for] = ACTIONS(2099), + [anon_sym_gen] = ACTIONS(2099), + [anon_sym_if] = ACTIONS(2099), + [anon_sym_impl] = ACTIONS(2099), + [anon_sym_let] = ACTIONS(2099), + [anon_sym_loop] = ACTIONS(2099), + [anon_sym_match] = ACTIONS(2099), + [anon_sym_mod] = ACTIONS(2099), + [anon_sym_pub] = ACTIONS(2099), + [anon_sym_return] = ACTIONS(2099), + [anon_sym_static] = ACTIONS(2099), + [anon_sym_struct] = ACTIONS(2099), + [anon_sym_trait] = ACTIONS(2099), + [anon_sym_type] = ACTIONS(2099), + [anon_sym_union] = ACTIONS(2099), + [anon_sym_unsafe] = ACTIONS(2099), + [anon_sym_use] = ACTIONS(2099), + [anon_sym_while] = ACTIONS(2099), + [anon_sym_extern] = ACTIONS(2099), + [anon_sym_yield] = ACTIONS(2099), + [anon_sym_move] = ACTIONS(2099), + [anon_sym_try] = ACTIONS(2099), + [sym_integer_literal] = ACTIONS(2097), + [aux_sym_string_literal_token1] = ACTIONS(2097), + [sym_char_literal] = ACTIONS(2097), + [anon_sym_true] = ACTIONS(2099), + [anon_sym_false] = ACTIONS(2099), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2099), + [sym_super] = ACTIONS(2099), + [sym_crate] = ACTIONS(2099), + [sym_metavariable] = ACTIONS(2097), + [sym__raw_string_literal_start] = ACTIONS(2097), + [sym_float_literal] = ACTIONS(2097), + }, + [STATE(577)] = { [sym_line_comment] = STATE(577), [sym_block_comment] = STATE(577), - [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), - }, - [578] = { + [ts_builtin_sym_end] = ACTIONS(2101), + [sym_identifier] = ACTIONS(2103), + [anon_sym_SEMI] = ACTIONS(2101), + [anon_sym_macro_rules_BANG] = ACTIONS(2101), + [anon_sym_LPAREN] = ACTIONS(2101), + [anon_sym_LBRACK] = ACTIONS(2101), + [anon_sym_LBRACE] = ACTIONS(2101), + [anon_sym_RBRACE] = ACTIONS(2101), + [anon_sym_STAR] = ACTIONS(2101), + [anon_sym_u8] = ACTIONS(2103), + [anon_sym_i8] = ACTIONS(2103), + [anon_sym_u16] = ACTIONS(2103), + [anon_sym_i16] = ACTIONS(2103), + [anon_sym_u32] = ACTIONS(2103), + [anon_sym_i32] = ACTIONS(2103), + [anon_sym_u64] = ACTIONS(2103), + [anon_sym_i64] = ACTIONS(2103), + [anon_sym_u128] = ACTIONS(2103), + [anon_sym_i128] = ACTIONS(2103), + [anon_sym_isize] = ACTIONS(2103), + [anon_sym_usize] = ACTIONS(2103), + [anon_sym_f32] = ACTIONS(2103), + [anon_sym_f64] = ACTIONS(2103), + [anon_sym_bool] = ACTIONS(2103), + [anon_sym_str] = ACTIONS(2103), + [anon_sym_char] = ACTIONS(2103), + [anon_sym_DASH] = ACTIONS(2101), + [anon_sym_BANG] = ACTIONS(2101), + [anon_sym_AMP] = ACTIONS(2101), + [anon_sym_PIPE] = ACTIONS(2101), + [anon_sym_LT] = ACTIONS(2101), + [anon_sym_DOT_DOT] = ACTIONS(2101), + [anon_sym_COLON_COLON] = ACTIONS(2101), + [anon_sym_POUND] = ACTIONS(2101), + [anon_sym_SQUOTE] = ACTIONS(2103), + [anon_sym_async] = ACTIONS(2103), + [anon_sym_break] = ACTIONS(2103), + [anon_sym_const] = ACTIONS(2103), + [anon_sym_continue] = ACTIONS(2103), + [anon_sym_default] = ACTIONS(2103), + [anon_sym_enum] = ACTIONS(2103), + [anon_sym_fn] = ACTIONS(2103), + [anon_sym_for] = ACTIONS(2103), + [anon_sym_gen] = ACTIONS(2103), + [anon_sym_if] = ACTIONS(2103), + [anon_sym_impl] = ACTIONS(2103), + [anon_sym_let] = ACTIONS(2103), + [anon_sym_loop] = ACTIONS(2103), + [anon_sym_match] = ACTIONS(2103), + [anon_sym_mod] = ACTIONS(2103), + [anon_sym_pub] = ACTIONS(2103), + [anon_sym_return] = ACTIONS(2103), + [anon_sym_static] = ACTIONS(2103), + [anon_sym_struct] = ACTIONS(2103), + [anon_sym_trait] = ACTIONS(2103), + [anon_sym_type] = ACTIONS(2103), + [anon_sym_union] = ACTIONS(2103), + [anon_sym_unsafe] = ACTIONS(2103), + [anon_sym_use] = ACTIONS(2103), + [anon_sym_while] = ACTIONS(2103), + [anon_sym_extern] = ACTIONS(2103), + [anon_sym_yield] = ACTIONS(2103), + [anon_sym_move] = ACTIONS(2103), + [anon_sym_try] = ACTIONS(2103), + [sym_integer_literal] = ACTIONS(2101), + [aux_sym_string_literal_token1] = ACTIONS(2101), + [sym_char_literal] = ACTIONS(2101), + [anon_sym_true] = ACTIONS(2103), + [anon_sym_false] = ACTIONS(2103), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2103), + [sym_super] = ACTIONS(2103), + [sym_crate] = ACTIONS(2103), + [sym_metavariable] = ACTIONS(2101), + [sym__raw_string_literal_start] = ACTIONS(2101), + [sym_float_literal] = ACTIONS(2101), + }, + [STATE(578)] = { [sym_line_comment] = STATE(578), [sym_block_comment] = STATE(578), - [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), - }, - [579] = { + [ts_builtin_sym_end] = ACTIONS(2105), + [sym_identifier] = ACTIONS(2107), + [anon_sym_SEMI] = ACTIONS(2105), + [anon_sym_macro_rules_BANG] = ACTIONS(2105), + [anon_sym_LPAREN] = ACTIONS(2105), + [anon_sym_LBRACK] = ACTIONS(2105), + [anon_sym_LBRACE] = ACTIONS(2105), + [anon_sym_RBRACE] = ACTIONS(2105), + [anon_sym_STAR] = ACTIONS(2105), + [anon_sym_u8] = ACTIONS(2107), + [anon_sym_i8] = ACTIONS(2107), + [anon_sym_u16] = ACTIONS(2107), + [anon_sym_i16] = ACTIONS(2107), + [anon_sym_u32] = ACTIONS(2107), + [anon_sym_i32] = ACTIONS(2107), + [anon_sym_u64] = ACTIONS(2107), + [anon_sym_i64] = ACTIONS(2107), + [anon_sym_u128] = ACTIONS(2107), + [anon_sym_i128] = ACTIONS(2107), + [anon_sym_isize] = ACTIONS(2107), + [anon_sym_usize] = ACTIONS(2107), + [anon_sym_f32] = ACTIONS(2107), + [anon_sym_f64] = ACTIONS(2107), + [anon_sym_bool] = ACTIONS(2107), + [anon_sym_str] = ACTIONS(2107), + [anon_sym_char] = ACTIONS(2107), + [anon_sym_DASH] = ACTIONS(2105), + [anon_sym_BANG] = ACTIONS(2105), + [anon_sym_AMP] = ACTIONS(2105), + [anon_sym_PIPE] = ACTIONS(2105), + [anon_sym_LT] = ACTIONS(2105), + [anon_sym_DOT_DOT] = ACTIONS(2105), + [anon_sym_COLON_COLON] = ACTIONS(2105), + [anon_sym_POUND] = ACTIONS(2105), + [anon_sym_SQUOTE] = ACTIONS(2107), + [anon_sym_async] = ACTIONS(2107), + [anon_sym_break] = ACTIONS(2107), + [anon_sym_const] = ACTIONS(2107), + [anon_sym_continue] = ACTIONS(2107), + [anon_sym_default] = ACTIONS(2107), + [anon_sym_enum] = ACTIONS(2107), + [anon_sym_fn] = ACTIONS(2107), + [anon_sym_for] = ACTIONS(2107), + [anon_sym_gen] = ACTIONS(2107), + [anon_sym_if] = ACTIONS(2107), + [anon_sym_impl] = ACTIONS(2107), + [anon_sym_let] = ACTIONS(2107), + [anon_sym_loop] = ACTIONS(2107), + [anon_sym_match] = ACTIONS(2107), + [anon_sym_mod] = ACTIONS(2107), + [anon_sym_pub] = ACTIONS(2107), + [anon_sym_return] = ACTIONS(2107), + [anon_sym_static] = ACTIONS(2107), + [anon_sym_struct] = ACTIONS(2107), + [anon_sym_trait] = ACTIONS(2107), + [anon_sym_type] = ACTIONS(2107), + [anon_sym_union] = ACTIONS(2107), + [anon_sym_unsafe] = ACTIONS(2107), + [anon_sym_use] = ACTIONS(2107), + [anon_sym_while] = ACTIONS(2107), + [anon_sym_extern] = ACTIONS(2107), + [anon_sym_yield] = ACTIONS(2107), + [anon_sym_move] = ACTIONS(2107), + [anon_sym_try] = ACTIONS(2107), + [sym_integer_literal] = ACTIONS(2105), + [aux_sym_string_literal_token1] = ACTIONS(2105), + [sym_char_literal] = ACTIONS(2105), + [anon_sym_true] = ACTIONS(2107), + [anon_sym_false] = ACTIONS(2107), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2107), + [sym_super] = ACTIONS(2107), + [sym_crate] = ACTIONS(2107), + [sym_metavariable] = ACTIONS(2105), + [sym__raw_string_literal_start] = ACTIONS(2105), + [sym_float_literal] = ACTIONS(2105), + }, + [STATE(579)] = { [sym_line_comment] = STATE(579), [sym_block_comment] = STATE(579), - [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), - }, - [580] = { + [ts_builtin_sym_end] = ACTIONS(2109), + [sym_identifier] = ACTIONS(2111), + [anon_sym_SEMI] = ACTIONS(2109), + [anon_sym_macro_rules_BANG] = ACTIONS(2109), + [anon_sym_LPAREN] = ACTIONS(2109), + [anon_sym_LBRACK] = ACTIONS(2109), + [anon_sym_LBRACE] = ACTIONS(2109), + [anon_sym_RBRACE] = ACTIONS(2109), + [anon_sym_STAR] = ACTIONS(2109), + [anon_sym_u8] = ACTIONS(2111), + [anon_sym_i8] = ACTIONS(2111), + [anon_sym_u16] = ACTIONS(2111), + [anon_sym_i16] = ACTIONS(2111), + [anon_sym_u32] = ACTIONS(2111), + [anon_sym_i32] = ACTIONS(2111), + [anon_sym_u64] = ACTIONS(2111), + [anon_sym_i64] = ACTIONS(2111), + [anon_sym_u128] = ACTIONS(2111), + [anon_sym_i128] = ACTIONS(2111), + [anon_sym_isize] = ACTIONS(2111), + [anon_sym_usize] = ACTIONS(2111), + [anon_sym_f32] = ACTIONS(2111), + [anon_sym_f64] = ACTIONS(2111), + [anon_sym_bool] = ACTIONS(2111), + [anon_sym_str] = ACTIONS(2111), + [anon_sym_char] = ACTIONS(2111), + [anon_sym_DASH] = ACTIONS(2109), + [anon_sym_BANG] = ACTIONS(2109), + [anon_sym_AMP] = ACTIONS(2109), + [anon_sym_PIPE] = ACTIONS(2109), + [anon_sym_LT] = ACTIONS(2109), + [anon_sym_DOT_DOT] = ACTIONS(2109), + [anon_sym_COLON_COLON] = ACTIONS(2109), + [anon_sym_POUND] = ACTIONS(2109), + [anon_sym_SQUOTE] = ACTIONS(2111), + [anon_sym_async] = ACTIONS(2111), + [anon_sym_break] = ACTIONS(2111), + [anon_sym_const] = ACTIONS(2111), + [anon_sym_continue] = ACTIONS(2111), + [anon_sym_default] = ACTIONS(2111), + [anon_sym_enum] = ACTIONS(2111), + [anon_sym_fn] = ACTIONS(2111), + [anon_sym_for] = ACTIONS(2111), + [anon_sym_gen] = ACTIONS(2111), + [anon_sym_if] = ACTIONS(2111), + [anon_sym_impl] = ACTIONS(2111), + [anon_sym_let] = ACTIONS(2111), + [anon_sym_loop] = ACTIONS(2111), + [anon_sym_match] = ACTIONS(2111), + [anon_sym_mod] = ACTIONS(2111), + [anon_sym_pub] = ACTIONS(2111), + [anon_sym_return] = ACTIONS(2111), + [anon_sym_static] = ACTIONS(2111), + [anon_sym_struct] = ACTIONS(2111), + [anon_sym_trait] = ACTIONS(2111), + [anon_sym_type] = ACTIONS(2111), + [anon_sym_union] = ACTIONS(2111), + [anon_sym_unsafe] = ACTIONS(2111), + [anon_sym_use] = ACTIONS(2111), + [anon_sym_while] = ACTIONS(2111), + [anon_sym_extern] = ACTIONS(2111), + [anon_sym_yield] = ACTIONS(2111), + [anon_sym_move] = ACTIONS(2111), + [anon_sym_try] = ACTIONS(2111), + [sym_integer_literal] = ACTIONS(2109), + [aux_sym_string_literal_token1] = ACTIONS(2109), + [sym_char_literal] = ACTIONS(2109), + [anon_sym_true] = ACTIONS(2111), + [anon_sym_false] = ACTIONS(2111), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2111), + [sym_super] = ACTIONS(2111), + [sym_crate] = ACTIONS(2111), + [sym_metavariable] = ACTIONS(2109), + [sym__raw_string_literal_start] = ACTIONS(2109), + [sym_float_literal] = ACTIONS(2109), + }, + [STATE(580)] = { [sym_line_comment] = STATE(580), [sym_block_comment] = STATE(580), - [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), - }, - [581] = { + [ts_builtin_sym_end] = ACTIONS(2113), + [sym_identifier] = ACTIONS(2115), + [anon_sym_SEMI] = ACTIONS(2113), + [anon_sym_macro_rules_BANG] = ACTIONS(2113), + [anon_sym_LPAREN] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2113), + [anon_sym_RBRACE] = ACTIONS(2113), + [anon_sym_STAR] = ACTIONS(2113), + [anon_sym_u8] = ACTIONS(2115), + [anon_sym_i8] = ACTIONS(2115), + [anon_sym_u16] = ACTIONS(2115), + [anon_sym_i16] = ACTIONS(2115), + [anon_sym_u32] = ACTIONS(2115), + [anon_sym_i32] = ACTIONS(2115), + [anon_sym_u64] = ACTIONS(2115), + [anon_sym_i64] = ACTIONS(2115), + [anon_sym_u128] = ACTIONS(2115), + [anon_sym_i128] = ACTIONS(2115), + [anon_sym_isize] = ACTIONS(2115), + [anon_sym_usize] = ACTIONS(2115), + [anon_sym_f32] = ACTIONS(2115), + [anon_sym_f64] = ACTIONS(2115), + [anon_sym_bool] = ACTIONS(2115), + [anon_sym_str] = ACTIONS(2115), + [anon_sym_char] = ACTIONS(2115), + [anon_sym_DASH] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2113), + [anon_sym_AMP] = ACTIONS(2113), + [anon_sym_PIPE] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2113), + [anon_sym_DOT_DOT] = ACTIONS(2113), + [anon_sym_COLON_COLON] = ACTIONS(2113), + [anon_sym_POUND] = ACTIONS(2113), + [anon_sym_SQUOTE] = ACTIONS(2115), + [anon_sym_async] = ACTIONS(2115), + [anon_sym_break] = ACTIONS(2115), + [anon_sym_const] = ACTIONS(2115), + [anon_sym_continue] = ACTIONS(2115), + [anon_sym_default] = ACTIONS(2115), + [anon_sym_enum] = ACTIONS(2115), + [anon_sym_fn] = ACTIONS(2115), + [anon_sym_for] = ACTIONS(2115), + [anon_sym_gen] = ACTIONS(2115), + [anon_sym_if] = ACTIONS(2115), + [anon_sym_impl] = ACTIONS(2115), + [anon_sym_let] = ACTIONS(2115), + [anon_sym_loop] = ACTIONS(2115), + [anon_sym_match] = ACTIONS(2115), + [anon_sym_mod] = ACTIONS(2115), + [anon_sym_pub] = ACTIONS(2115), + [anon_sym_return] = ACTIONS(2115), + [anon_sym_static] = ACTIONS(2115), + [anon_sym_struct] = ACTIONS(2115), + [anon_sym_trait] = ACTIONS(2115), + [anon_sym_type] = ACTIONS(2115), + [anon_sym_union] = ACTIONS(2115), + [anon_sym_unsafe] = ACTIONS(2115), + [anon_sym_use] = ACTIONS(2115), + [anon_sym_while] = ACTIONS(2115), + [anon_sym_extern] = ACTIONS(2115), + [anon_sym_yield] = ACTIONS(2115), + [anon_sym_move] = ACTIONS(2115), + [anon_sym_try] = ACTIONS(2115), + [sym_integer_literal] = ACTIONS(2113), + [aux_sym_string_literal_token1] = ACTIONS(2113), + [sym_char_literal] = ACTIONS(2113), + [anon_sym_true] = ACTIONS(2115), + [anon_sym_false] = ACTIONS(2115), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2115), + [sym_super] = ACTIONS(2115), + [sym_crate] = ACTIONS(2115), + [sym_metavariable] = ACTIONS(2113), + [sym__raw_string_literal_start] = ACTIONS(2113), + [sym_float_literal] = ACTIONS(2113), + }, + [STATE(581)] = { [sym_line_comment] = STATE(581), [sym_block_comment] = STATE(581), - [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), - }, - [582] = { + [ts_builtin_sym_end] = ACTIONS(2117), + [sym_identifier] = ACTIONS(2119), + [anon_sym_SEMI] = ACTIONS(2117), + [anon_sym_macro_rules_BANG] = ACTIONS(2117), + [anon_sym_LPAREN] = ACTIONS(2117), + [anon_sym_LBRACK] = ACTIONS(2117), + [anon_sym_LBRACE] = ACTIONS(2117), + [anon_sym_RBRACE] = ACTIONS(2117), + [anon_sym_STAR] = ACTIONS(2117), + [anon_sym_u8] = ACTIONS(2119), + [anon_sym_i8] = ACTIONS(2119), + [anon_sym_u16] = ACTIONS(2119), + [anon_sym_i16] = ACTIONS(2119), + [anon_sym_u32] = ACTIONS(2119), + [anon_sym_i32] = ACTIONS(2119), + [anon_sym_u64] = ACTIONS(2119), + [anon_sym_i64] = ACTIONS(2119), + [anon_sym_u128] = ACTIONS(2119), + [anon_sym_i128] = ACTIONS(2119), + [anon_sym_isize] = ACTIONS(2119), + [anon_sym_usize] = ACTIONS(2119), + [anon_sym_f32] = ACTIONS(2119), + [anon_sym_f64] = ACTIONS(2119), + [anon_sym_bool] = ACTIONS(2119), + [anon_sym_str] = ACTIONS(2119), + [anon_sym_char] = ACTIONS(2119), + [anon_sym_DASH] = ACTIONS(2117), + [anon_sym_BANG] = ACTIONS(2117), + [anon_sym_AMP] = ACTIONS(2117), + [anon_sym_PIPE] = ACTIONS(2117), + [anon_sym_LT] = ACTIONS(2117), + [anon_sym_DOT_DOT] = ACTIONS(2117), + [anon_sym_COLON_COLON] = ACTIONS(2117), + [anon_sym_POUND] = ACTIONS(2117), + [anon_sym_SQUOTE] = ACTIONS(2119), + [anon_sym_async] = ACTIONS(2119), + [anon_sym_break] = ACTIONS(2119), + [anon_sym_const] = ACTIONS(2119), + [anon_sym_continue] = ACTIONS(2119), + [anon_sym_default] = ACTIONS(2119), + [anon_sym_enum] = ACTIONS(2119), + [anon_sym_fn] = ACTIONS(2119), + [anon_sym_for] = ACTIONS(2119), + [anon_sym_gen] = ACTIONS(2119), + [anon_sym_if] = ACTIONS(2119), + [anon_sym_impl] = ACTIONS(2119), + [anon_sym_let] = ACTIONS(2119), + [anon_sym_loop] = ACTIONS(2119), + [anon_sym_match] = ACTIONS(2119), + [anon_sym_mod] = ACTIONS(2119), + [anon_sym_pub] = ACTIONS(2119), + [anon_sym_return] = ACTIONS(2119), + [anon_sym_static] = ACTIONS(2119), + [anon_sym_struct] = ACTIONS(2119), + [anon_sym_trait] = ACTIONS(2119), + [anon_sym_type] = ACTIONS(2119), + [anon_sym_union] = ACTIONS(2119), + [anon_sym_unsafe] = ACTIONS(2119), + [anon_sym_use] = ACTIONS(2119), + [anon_sym_while] = ACTIONS(2119), + [anon_sym_extern] = ACTIONS(2119), + [anon_sym_yield] = ACTIONS(2119), + [anon_sym_move] = ACTIONS(2119), + [anon_sym_try] = ACTIONS(2119), + [sym_integer_literal] = ACTIONS(2117), + [aux_sym_string_literal_token1] = ACTIONS(2117), + [sym_char_literal] = ACTIONS(2117), + [anon_sym_true] = ACTIONS(2119), + [anon_sym_false] = ACTIONS(2119), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2119), + [sym_super] = ACTIONS(2119), + [sym_crate] = ACTIONS(2119), + [sym_metavariable] = ACTIONS(2117), + [sym__raw_string_literal_start] = ACTIONS(2117), + [sym_float_literal] = ACTIONS(2117), + }, + [STATE(582)] = { [sym_line_comment] = STATE(582), [sym_block_comment] = STATE(582), - [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), - }, - [583] = { + [ts_builtin_sym_end] = ACTIONS(2121), + [sym_identifier] = ACTIONS(2123), + [anon_sym_SEMI] = ACTIONS(2121), + [anon_sym_macro_rules_BANG] = ACTIONS(2121), + [anon_sym_LPAREN] = ACTIONS(2121), + [anon_sym_LBRACK] = ACTIONS(2121), + [anon_sym_LBRACE] = ACTIONS(2121), + [anon_sym_RBRACE] = ACTIONS(2121), + [anon_sym_STAR] = ACTIONS(2121), + [anon_sym_u8] = ACTIONS(2123), + [anon_sym_i8] = ACTIONS(2123), + [anon_sym_u16] = ACTIONS(2123), + [anon_sym_i16] = ACTIONS(2123), + [anon_sym_u32] = ACTIONS(2123), + [anon_sym_i32] = ACTIONS(2123), + [anon_sym_u64] = ACTIONS(2123), + [anon_sym_i64] = ACTIONS(2123), + [anon_sym_u128] = ACTIONS(2123), + [anon_sym_i128] = ACTIONS(2123), + [anon_sym_isize] = ACTIONS(2123), + [anon_sym_usize] = ACTIONS(2123), + [anon_sym_f32] = ACTIONS(2123), + [anon_sym_f64] = ACTIONS(2123), + [anon_sym_bool] = ACTIONS(2123), + [anon_sym_str] = ACTIONS(2123), + [anon_sym_char] = ACTIONS(2123), + [anon_sym_DASH] = ACTIONS(2121), + [anon_sym_BANG] = ACTIONS(2121), + [anon_sym_AMP] = ACTIONS(2121), + [anon_sym_PIPE] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2121), + [anon_sym_DOT_DOT] = ACTIONS(2121), + [anon_sym_COLON_COLON] = ACTIONS(2121), + [anon_sym_POUND] = ACTIONS(2121), + [anon_sym_SQUOTE] = ACTIONS(2123), + [anon_sym_async] = ACTIONS(2123), + [anon_sym_break] = ACTIONS(2123), + [anon_sym_const] = ACTIONS(2123), + [anon_sym_continue] = ACTIONS(2123), + [anon_sym_default] = ACTIONS(2123), + [anon_sym_enum] = ACTIONS(2123), + [anon_sym_fn] = ACTIONS(2123), + [anon_sym_for] = ACTIONS(2123), + [anon_sym_gen] = ACTIONS(2123), + [anon_sym_if] = ACTIONS(2123), + [anon_sym_impl] = ACTIONS(2123), + [anon_sym_let] = ACTIONS(2123), + [anon_sym_loop] = ACTIONS(2123), + [anon_sym_match] = ACTIONS(2123), + [anon_sym_mod] = ACTIONS(2123), + [anon_sym_pub] = ACTIONS(2123), + [anon_sym_return] = ACTIONS(2123), + [anon_sym_static] = ACTIONS(2123), + [anon_sym_struct] = ACTIONS(2123), + [anon_sym_trait] = ACTIONS(2123), + [anon_sym_type] = ACTIONS(2123), + [anon_sym_union] = ACTIONS(2123), + [anon_sym_unsafe] = ACTIONS(2123), + [anon_sym_use] = ACTIONS(2123), + [anon_sym_while] = ACTIONS(2123), + [anon_sym_extern] = ACTIONS(2123), + [anon_sym_yield] = ACTIONS(2123), + [anon_sym_move] = ACTIONS(2123), + [anon_sym_try] = ACTIONS(2123), + [sym_integer_literal] = ACTIONS(2121), + [aux_sym_string_literal_token1] = ACTIONS(2121), + [sym_char_literal] = ACTIONS(2121), + [anon_sym_true] = ACTIONS(2123), + [anon_sym_false] = ACTIONS(2123), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2123), + [sym_super] = ACTIONS(2123), + [sym_crate] = ACTIONS(2123), + [sym_metavariable] = ACTIONS(2121), + [sym__raw_string_literal_start] = ACTIONS(2121), + [sym_float_literal] = ACTIONS(2121), + }, + [STATE(583)] = { [sym_line_comment] = STATE(583), [sym_block_comment] = STATE(583), - [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), - }, - [584] = { + [ts_builtin_sym_end] = ACTIONS(2125), + [sym_identifier] = ACTIONS(2127), + [anon_sym_SEMI] = ACTIONS(2125), + [anon_sym_macro_rules_BANG] = ACTIONS(2125), + [anon_sym_LPAREN] = ACTIONS(2125), + [anon_sym_LBRACK] = ACTIONS(2125), + [anon_sym_LBRACE] = ACTIONS(2125), + [anon_sym_RBRACE] = ACTIONS(2125), + [anon_sym_STAR] = ACTIONS(2125), + [anon_sym_u8] = ACTIONS(2127), + [anon_sym_i8] = ACTIONS(2127), + [anon_sym_u16] = ACTIONS(2127), + [anon_sym_i16] = ACTIONS(2127), + [anon_sym_u32] = ACTIONS(2127), + [anon_sym_i32] = ACTIONS(2127), + [anon_sym_u64] = ACTIONS(2127), + [anon_sym_i64] = ACTIONS(2127), + [anon_sym_u128] = ACTIONS(2127), + [anon_sym_i128] = ACTIONS(2127), + [anon_sym_isize] = ACTIONS(2127), + [anon_sym_usize] = ACTIONS(2127), + [anon_sym_f32] = ACTIONS(2127), + [anon_sym_f64] = ACTIONS(2127), + [anon_sym_bool] = ACTIONS(2127), + [anon_sym_str] = ACTIONS(2127), + [anon_sym_char] = ACTIONS(2127), + [anon_sym_DASH] = ACTIONS(2125), + [anon_sym_BANG] = ACTIONS(2125), + [anon_sym_AMP] = ACTIONS(2125), + [anon_sym_PIPE] = ACTIONS(2125), + [anon_sym_LT] = ACTIONS(2125), + [anon_sym_DOT_DOT] = ACTIONS(2125), + [anon_sym_COLON_COLON] = ACTIONS(2125), + [anon_sym_POUND] = ACTIONS(2125), + [anon_sym_SQUOTE] = ACTIONS(2127), + [anon_sym_async] = ACTIONS(2127), + [anon_sym_break] = ACTIONS(2127), + [anon_sym_const] = ACTIONS(2127), + [anon_sym_continue] = ACTIONS(2127), + [anon_sym_default] = ACTIONS(2127), + [anon_sym_enum] = ACTIONS(2127), + [anon_sym_fn] = ACTIONS(2127), + [anon_sym_for] = ACTIONS(2127), + [anon_sym_gen] = ACTIONS(2127), + [anon_sym_if] = ACTIONS(2127), + [anon_sym_impl] = ACTIONS(2127), + [anon_sym_let] = ACTIONS(2127), + [anon_sym_loop] = ACTIONS(2127), + [anon_sym_match] = ACTIONS(2127), + [anon_sym_mod] = ACTIONS(2127), + [anon_sym_pub] = ACTIONS(2127), + [anon_sym_return] = ACTIONS(2127), + [anon_sym_static] = ACTIONS(2127), + [anon_sym_struct] = ACTIONS(2127), + [anon_sym_trait] = ACTIONS(2127), + [anon_sym_type] = ACTIONS(2127), + [anon_sym_union] = ACTIONS(2127), + [anon_sym_unsafe] = ACTIONS(2127), + [anon_sym_use] = ACTIONS(2127), + [anon_sym_while] = ACTIONS(2127), + [anon_sym_extern] = ACTIONS(2127), + [anon_sym_yield] = ACTIONS(2127), + [anon_sym_move] = ACTIONS(2127), + [anon_sym_try] = ACTIONS(2127), + [sym_integer_literal] = ACTIONS(2125), + [aux_sym_string_literal_token1] = ACTIONS(2125), + [sym_char_literal] = ACTIONS(2125), + [anon_sym_true] = ACTIONS(2127), + [anon_sym_false] = ACTIONS(2127), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2127), + [sym_super] = ACTIONS(2127), + [sym_crate] = ACTIONS(2127), + [sym_metavariable] = ACTIONS(2125), + [sym__raw_string_literal_start] = ACTIONS(2125), + [sym_float_literal] = ACTIONS(2125), + }, + [STATE(584)] = { [sym_line_comment] = STATE(584), [sym_block_comment] = STATE(584), - [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), - }, - [585] = { + [ts_builtin_sym_end] = ACTIONS(2129), + [sym_identifier] = ACTIONS(2131), + [anon_sym_SEMI] = ACTIONS(2129), + [anon_sym_macro_rules_BANG] = ACTIONS(2129), + [anon_sym_LPAREN] = ACTIONS(2129), + [anon_sym_LBRACK] = ACTIONS(2129), + [anon_sym_LBRACE] = ACTIONS(2129), + [anon_sym_RBRACE] = ACTIONS(2129), + [anon_sym_STAR] = ACTIONS(2129), + [anon_sym_u8] = ACTIONS(2131), + [anon_sym_i8] = ACTIONS(2131), + [anon_sym_u16] = ACTIONS(2131), + [anon_sym_i16] = ACTIONS(2131), + [anon_sym_u32] = ACTIONS(2131), + [anon_sym_i32] = ACTIONS(2131), + [anon_sym_u64] = ACTIONS(2131), + [anon_sym_i64] = ACTIONS(2131), + [anon_sym_u128] = ACTIONS(2131), + [anon_sym_i128] = ACTIONS(2131), + [anon_sym_isize] = ACTIONS(2131), + [anon_sym_usize] = ACTIONS(2131), + [anon_sym_f32] = ACTIONS(2131), + [anon_sym_f64] = ACTIONS(2131), + [anon_sym_bool] = ACTIONS(2131), + [anon_sym_str] = ACTIONS(2131), + [anon_sym_char] = ACTIONS(2131), + [anon_sym_DASH] = ACTIONS(2129), + [anon_sym_BANG] = ACTIONS(2129), + [anon_sym_AMP] = ACTIONS(2129), + [anon_sym_PIPE] = ACTIONS(2129), + [anon_sym_LT] = ACTIONS(2129), + [anon_sym_DOT_DOT] = ACTIONS(2129), + [anon_sym_COLON_COLON] = ACTIONS(2129), + [anon_sym_POUND] = ACTIONS(2129), + [anon_sym_SQUOTE] = ACTIONS(2131), + [anon_sym_async] = ACTIONS(2131), + [anon_sym_break] = ACTIONS(2131), + [anon_sym_const] = ACTIONS(2131), + [anon_sym_continue] = ACTIONS(2131), + [anon_sym_default] = ACTIONS(2131), + [anon_sym_enum] = ACTIONS(2131), + [anon_sym_fn] = ACTIONS(2131), + [anon_sym_for] = ACTIONS(2131), + [anon_sym_gen] = ACTIONS(2131), + [anon_sym_if] = ACTIONS(2131), + [anon_sym_impl] = ACTIONS(2131), + [anon_sym_let] = ACTIONS(2131), + [anon_sym_loop] = ACTIONS(2131), + [anon_sym_match] = ACTIONS(2131), + [anon_sym_mod] = ACTIONS(2131), + [anon_sym_pub] = ACTIONS(2131), + [anon_sym_return] = ACTIONS(2131), + [anon_sym_static] = ACTIONS(2131), + [anon_sym_struct] = ACTIONS(2131), + [anon_sym_trait] = ACTIONS(2131), + [anon_sym_type] = ACTIONS(2131), + [anon_sym_union] = ACTIONS(2131), + [anon_sym_unsafe] = ACTIONS(2131), + [anon_sym_use] = ACTIONS(2131), + [anon_sym_while] = ACTIONS(2131), + [anon_sym_extern] = ACTIONS(2131), + [anon_sym_yield] = ACTIONS(2131), + [anon_sym_move] = ACTIONS(2131), + [anon_sym_try] = ACTIONS(2131), + [sym_integer_literal] = ACTIONS(2129), + [aux_sym_string_literal_token1] = ACTIONS(2129), + [sym_char_literal] = ACTIONS(2129), + [anon_sym_true] = ACTIONS(2131), + [anon_sym_false] = ACTIONS(2131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2131), + [sym_super] = ACTIONS(2131), + [sym_crate] = ACTIONS(2131), + [sym_metavariable] = ACTIONS(2129), + [sym__raw_string_literal_start] = ACTIONS(2129), + [sym_float_literal] = ACTIONS(2129), + }, + [STATE(585)] = { [sym_line_comment] = STATE(585), [sym_block_comment] = STATE(585), - [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), - }, - [586] = { + [ts_builtin_sym_end] = ACTIONS(2133), + [sym_identifier] = ACTIONS(2135), + [anon_sym_SEMI] = ACTIONS(2133), + [anon_sym_macro_rules_BANG] = ACTIONS(2133), + [anon_sym_LPAREN] = ACTIONS(2133), + [anon_sym_LBRACK] = ACTIONS(2133), + [anon_sym_LBRACE] = ACTIONS(2133), + [anon_sym_RBRACE] = ACTIONS(2133), + [anon_sym_STAR] = ACTIONS(2133), + [anon_sym_u8] = ACTIONS(2135), + [anon_sym_i8] = ACTIONS(2135), + [anon_sym_u16] = ACTIONS(2135), + [anon_sym_i16] = ACTIONS(2135), + [anon_sym_u32] = ACTIONS(2135), + [anon_sym_i32] = ACTIONS(2135), + [anon_sym_u64] = ACTIONS(2135), + [anon_sym_i64] = ACTIONS(2135), + [anon_sym_u128] = ACTIONS(2135), + [anon_sym_i128] = ACTIONS(2135), + [anon_sym_isize] = ACTIONS(2135), + [anon_sym_usize] = ACTIONS(2135), + [anon_sym_f32] = ACTIONS(2135), + [anon_sym_f64] = ACTIONS(2135), + [anon_sym_bool] = ACTIONS(2135), + [anon_sym_str] = ACTIONS(2135), + [anon_sym_char] = ACTIONS(2135), + [anon_sym_DASH] = ACTIONS(2133), + [anon_sym_BANG] = ACTIONS(2133), + [anon_sym_AMP] = ACTIONS(2133), + [anon_sym_PIPE] = ACTIONS(2133), + [anon_sym_LT] = ACTIONS(2133), + [anon_sym_DOT_DOT] = ACTIONS(2133), + [anon_sym_COLON_COLON] = ACTIONS(2133), + [anon_sym_POUND] = ACTIONS(2133), + [anon_sym_SQUOTE] = ACTIONS(2135), + [anon_sym_async] = ACTIONS(2135), + [anon_sym_break] = ACTIONS(2135), + [anon_sym_const] = ACTIONS(2135), + [anon_sym_continue] = ACTIONS(2135), + [anon_sym_default] = ACTIONS(2135), + [anon_sym_enum] = ACTIONS(2135), + [anon_sym_fn] = ACTIONS(2135), + [anon_sym_for] = ACTIONS(2135), + [anon_sym_gen] = ACTIONS(2135), + [anon_sym_if] = ACTIONS(2135), + [anon_sym_impl] = ACTIONS(2135), + [anon_sym_let] = ACTIONS(2135), + [anon_sym_loop] = ACTIONS(2135), + [anon_sym_match] = ACTIONS(2135), + [anon_sym_mod] = ACTIONS(2135), + [anon_sym_pub] = ACTIONS(2135), + [anon_sym_return] = ACTIONS(2135), + [anon_sym_static] = ACTIONS(2135), + [anon_sym_struct] = ACTIONS(2135), + [anon_sym_trait] = ACTIONS(2135), + [anon_sym_type] = ACTIONS(2135), + [anon_sym_union] = ACTIONS(2135), + [anon_sym_unsafe] = ACTIONS(2135), + [anon_sym_use] = ACTIONS(2135), + [anon_sym_while] = ACTIONS(2135), + [anon_sym_extern] = ACTIONS(2135), + [anon_sym_yield] = ACTIONS(2135), + [anon_sym_move] = ACTIONS(2135), + [anon_sym_try] = ACTIONS(2135), + [sym_integer_literal] = ACTIONS(2133), + [aux_sym_string_literal_token1] = ACTIONS(2133), + [sym_char_literal] = ACTIONS(2133), + [anon_sym_true] = ACTIONS(2135), + [anon_sym_false] = ACTIONS(2135), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2135), + [sym_super] = ACTIONS(2135), + [sym_crate] = ACTIONS(2135), + [sym_metavariable] = ACTIONS(2133), + [sym__raw_string_literal_start] = ACTIONS(2133), + [sym_float_literal] = ACTIONS(2133), + }, + [STATE(586)] = { [sym_line_comment] = STATE(586), [sym_block_comment] = STATE(586), - [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), - }, - [587] = { + [ts_builtin_sym_end] = ACTIONS(2137), + [sym_identifier] = ACTIONS(2139), + [anon_sym_SEMI] = ACTIONS(2137), + [anon_sym_macro_rules_BANG] = ACTIONS(2137), + [anon_sym_LPAREN] = ACTIONS(2137), + [anon_sym_LBRACK] = ACTIONS(2137), + [anon_sym_LBRACE] = ACTIONS(2137), + [anon_sym_RBRACE] = ACTIONS(2137), + [anon_sym_STAR] = ACTIONS(2137), + [anon_sym_u8] = ACTIONS(2139), + [anon_sym_i8] = ACTIONS(2139), + [anon_sym_u16] = ACTIONS(2139), + [anon_sym_i16] = ACTIONS(2139), + [anon_sym_u32] = ACTIONS(2139), + [anon_sym_i32] = ACTIONS(2139), + [anon_sym_u64] = ACTIONS(2139), + [anon_sym_i64] = ACTIONS(2139), + [anon_sym_u128] = ACTIONS(2139), + [anon_sym_i128] = ACTIONS(2139), + [anon_sym_isize] = ACTIONS(2139), + [anon_sym_usize] = ACTIONS(2139), + [anon_sym_f32] = ACTIONS(2139), + [anon_sym_f64] = ACTIONS(2139), + [anon_sym_bool] = ACTIONS(2139), + [anon_sym_str] = ACTIONS(2139), + [anon_sym_char] = ACTIONS(2139), + [anon_sym_DASH] = ACTIONS(2137), + [anon_sym_BANG] = ACTIONS(2137), + [anon_sym_AMP] = ACTIONS(2137), + [anon_sym_PIPE] = ACTIONS(2137), + [anon_sym_LT] = ACTIONS(2137), + [anon_sym_DOT_DOT] = ACTIONS(2137), + [anon_sym_COLON_COLON] = ACTIONS(2137), + [anon_sym_POUND] = ACTIONS(2137), + [anon_sym_SQUOTE] = ACTIONS(2139), + [anon_sym_async] = ACTIONS(2139), + [anon_sym_break] = ACTIONS(2139), + [anon_sym_const] = ACTIONS(2139), + [anon_sym_continue] = ACTIONS(2139), + [anon_sym_default] = ACTIONS(2139), + [anon_sym_enum] = ACTIONS(2139), + [anon_sym_fn] = ACTIONS(2139), + [anon_sym_for] = ACTIONS(2139), + [anon_sym_gen] = ACTIONS(2139), + [anon_sym_if] = ACTIONS(2139), + [anon_sym_impl] = ACTIONS(2139), + [anon_sym_let] = ACTIONS(2139), + [anon_sym_loop] = ACTIONS(2139), + [anon_sym_match] = ACTIONS(2139), + [anon_sym_mod] = ACTIONS(2139), + [anon_sym_pub] = ACTIONS(2139), + [anon_sym_return] = ACTIONS(2139), + [anon_sym_static] = ACTIONS(2139), + [anon_sym_struct] = ACTIONS(2139), + [anon_sym_trait] = ACTIONS(2139), + [anon_sym_type] = ACTIONS(2139), + [anon_sym_union] = ACTIONS(2139), + [anon_sym_unsafe] = ACTIONS(2139), + [anon_sym_use] = ACTIONS(2139), + [anon_sym_while] = ACTIONS(2139), + [anon_sym_extern] = ACTIONS(2139), + [anon_sym_yield] = ACTIONS(2139), + [anon_sym_move] = ACTIONS(2139), + [anon_sym_try] = ACTIONS(2139), + [sym_integer_literal] = ACTIONS(2137), + [aux_sym_string_literal_token1] = ACTIONS(2137), + [sym_char_literal] = ACTIONS(2137), + [anon_sym_true] = ACTIONS(2139), + [anon_sym_false] = ACTIONS(2139), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2139), + [sym_super] = ACTIONS(2139), + [sym_crate] = ACTIONS(2139), + [sym_metavariable] = ACTIONS(2137), + [sym__raw_string_literal_start] = ACTIONS(2137), + [sym_float_literal] = ACTIONS(2137), + }, + [STATE(587)] = { [sym_line_comment] = STATE(587), [sym_block_comment] = STATE(587), - [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), - }, - [588] = { + [ts_builtin_sym_end] = ACTIONS(2141), + [sym_identifier] = ACTIONS(2143), + [anon_sym_SEMI] = ACTIONS(2141), + [anon_sym_macro_rules_BANG] = ACTIONS(2141), + [anon_sym_LPAREN] = ACTIONS(2141), + [anon_sym_LBRACK] = ACTIONS(2141), + [anon_sym_LBRACE] = ACTIONS(2141), + [anon_sym_RBRACE] = ACTIONS(2141), + [anon_sym_STAR] = ACTIONS(2141), + [anon_sym_u8] = ACTIONS(2143), + [anon_sym_i8] = ACTIONS(2143), + [anon_sym_u16] = ACTIONS(2143), + [anon_sym_i16] = ACTIONS(2143), + [anon_sym_u32] = ACTIONS(2143), + [anon_sym_i32] = ACTIONS(2143), + [anon_sym_u64] = ACTIONS(2143), + [anon_sym_i64] = ACTIONS(2143), + [anon_sym_u128] = ACTIONS(2143), + [anon_sym_i128] = ACTIONS(2143), + [anon_sym_isize] = ACTIONS(2143), + [anon_sym_usize] = ACTIONS(2143), + [anon_sym_f32] = ACTIONS(2143), + [anon_sym_f64] = ACTIONS(2143), + [anon_sym_bool] = ACTIONS(2143), + [anon_sym_str] = ACTIONS(2143), + [anon_sym_char] = ACTIONS(2143), + [anon_sym_DASH] = ACTIONS(2141), + [anon_sym_BANG] = ACTIONS(2141), + [anon_sym_AMP] = ACTIONS(2141), + [anon_sym_PIPE] = ACTIONS(2141), + [anon_sym_LT] = ACTIONS(2141), + [anon_sym_DOT_DOT] = ACTIONS(2141), + [anon_sym_COLON_COLON] = ACTIONS(2141), + [anon_sym_POUND] = ACTIONS(2141), + [anon_sym_SQUOTE] = ACTIONS(2143), + [anon_sym_async] = ACTIONS(2143), + [anon_sym_break] = ACTIONS(2143), + [anon_sym_const] = ACTIONS(2143), + [anon_sym_continue] = ACTIONS(2143), + [anon_sym_default] = ACTIONS(2143), + [anon_sym_enum] = ACTIONS(2143), + [anon_sym_fn] = ACTIONS(2143), + [anon_sym_for] = ACTIONS(2143), + [anon_sym_gen] = ACTIONS(2143), + [anon_sym_if] = ACTIONS(2143), + [anon_sym_impl] = ACTIONS(2143), + [anon_sym_let] = ACTIONS(2143), + [anon_sym_loop] = ACTIONS(2143), + [anon_sym_match] = ACTIONS(2143), + [anon_sym_mod] = ACTIONS(2143), + [anon_sym_pub] = ACTIONS(2143), + [anon_sym_return] = ACTIONS(2143), + [anon_sym_static] = ACTIONS(2143), + [anon_sym_struct] = ACTIONS(2143), + [anon_sym_trait] = ACTIONS(2143), + [anon_sym_type] = ACTIONS(2143), + [anon_sym_union] = ACTIONS(2143), + [anon_sym_unsafe] = ACTIONS(2143), + [anon_sym_use] = ACTIONS(2143), + [anon_sym_while] = ACTIONS(2143), + [anon_sym_extern] = ACTIONS(2143), + [anon_sym_yield] = ACTIONS(2143), + [anon_sym_move] = ACTIONS(2143), + [anon_sym_try] = ACTIONS(2143), + [sym_integer_literal] = ACTIONS(2141), + [aux_sym_string_literal_token1] = ACTIONS(2141), + [sym_char_literal] = ACTIONS(2141), + [anon_sym_true] = ACTIONS(2143), + [anon_sym_false] = ACTIONS(2143), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2143), + [sym_super] = ACTIONS(2143), + [sym_crate] = ACTIONS(2143), + [sym_metavariable] = ACTIONS(2141), + [sym__raw_string_literal_start] = ACTIONS(2141), + [sym_float_literal] = ACTIONS(2141), + }, + [STATE(588)] = { [sym_line_comment] = STATE(588), [sym_block_comment] = STATE(588), - [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), - }, - [589] = { + [ts_builtin_sym_end] = ACTIONS(2145), + [sym_identifier] = ACTIONS(2147), + [anon_sym_SEMI] = ACTIONS(2145), + [anon_sym_macro_rules_BANG] = ACTIONS(2145), + [anon_sym_LPAREN] = ACTIONS(2145), + [anon_sym_LBRACK] = ACTIONS(2145), + [anon_sym_LBRACE] = ACTIONS(2145), + [anon_sym_RBRACE] = ACTIONS(2145), + [anon_sym_STAR] = ACTIONS(2145), + [anon_sym_u8] = ACTIONS(2147), + [anon_sym_i8] = ACTIONS(2147), + [anon_sym_u16] = ACTIONS(2147), + [anon_sym_i16] = ACTIONS(2147), + [anon_sym_u32] = ACTIONS(2147), + [anon_sym_i32] = ACTIONS(2147), + [anon_sym_u64] = ACTIONS(2147), + [anon_sym_i64] = ACTIONS(2147), + [anon_sym_u128] = ACTIONS(2147), + [anon_sym_i128] = ACTIONS(2147), + [anon_sym_isize] = ACTIONS(2147), + [anon_sym_usize] = ACTIONS(2147), + [anon_sym_f32] = ACTIONS(2147), + [anon_sym_f64] = ACTIONS(2147), + [anon_sym_bool] = ACTIONS(2147), + [anon_sym_str] = ACTIONS(2147), + [anon_sym_char] = ACTIONS(2147), + [anon_sym_DASH] = ACTIONS(2145), + [anon_sym_BANG] = ACTIONS(2145), + [anon_sym_AMP] = ACTIONS(2145), + [anon_sym_PIPE] = ACTIONS(2145), + [anon_sym_LT] = ACTIONS(2145), + [anon_sym_DOT_DOT] = ACTIONS(2145), + [anon_sym_COLON_COLON] = ACTIONS(2145), + [anon_sym_POUND] = ACTIONS(2145), + [anon_sym_SQUOTE] = ACTIONS(2147), + [anon_sym_async] = ACTIONS(2147), + [anon_sym_break] = ACTIONS(2147), + [anon_sym_const] = ACTIONS(2147), + [anon_sym_continue] = ACTIONS(2147), + [anon_sym_default] = ACTIONS(2147), + [anon_sym_enum] = ACTIONS(2147), + [anon_sym_fn] = ACTIONS(2147), + [anon_sym_for] = ACTIONS(2147), + [anon_sym_gen] = ACTIONS(2147), + [anon_sym_if] = ACTIONS(2147), + [anon_sym_impl] = ACTIONS(2147), + [anon_sym_let] = ACTIONS(2147), + [anon_sym_loop] = ACTIONS(2147), + [anon_sym_match] = ACTIONS(2147), + [anon_sym_mod] = ACTIONS(2147), + [anon_sym_pub] = ACTIONS(2147), + [anon_sym_return] = ACTIONS(2147), + [anon_sym_static] = ACTIONS(2147), + [anon_sym_struct] = ACTIONS(2147), + [anon_sym_trait] = ACTIONS(2147), + [anon_sym_type] = ACTIONS(2147), + [anon_sym_union] = ACTIONS(2147), + [anon_sym_unsafe] = ACTIONS(2147), + [anon_sym_use] = ACTIONS(2147), + [anon_sym_while] = ACTIONS(2147), + [anon_sym_extern] = ACTIONS(2147), + [anon_sym_yield] = ACTIONS(2147), + [anon_sym_move] = ACTIONS(2147), + [anon_sym_try] = ACTIONS(2147), + [sym_integer_literal] = ACTIONS(2145), + [aux_sym_string_literal_token1] = ACTIONS(2145), + [sym_char_literal] = ACTIONS(2145), + [anon_sym_true] = ACTIONS(2147), + [anon_sym_false] = ACTIONS(2147), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2147), + [sym_super] = ACTIONS(2147), + [sym_crate] = ACTIONS(2147), + [sym_metavariable] = ACTIONS(2145), + [sym__raw_string_literal_start] = ACTIONS(2145), + [sym_float_literal] = ACTIONS(2145), + }, + [STATE(589)] = { [sym_line_comment] = STATE(589), [sym_block_comment] = STATE(589), - [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), - }, - [590] = { + [ts_builtin_sym_end] = ACTIONS(2149), + [sym_identifier] = ACTIONS(2151), + [anon_sym_SEMI] = ACTIONS(2149), + [anon_sym_macro_rules_BANG] = ACTIONS(2149), + [anon_sym_LPAREN] = ACTIONS(2149), + [anon_sym_LBRACK] = ACTIONS(2149), + [anon_sym_LBRACE] = ACTIONS(2149), + [anon_sym_RBRACE] = ACTIONS(2149), + [anon_sym_STAR] = ACTIONS(2149), + [anon_sym_u8] = ACTIONS(2151), + [anon_sym_i8] = ACTIONS(2151), + [anon_sym_u16] = ACTIONS(2151), + [anon_sym_i16] = ACTIONS(2151), + [anon_sym_u32] = ACTIONS(2151), + [anon_sym_i32] = ACTIONS(2151), + [anon_sym_u64] = ACTIONS(2151), + [anon_sym_i64] = ACTIONS(2151), + [anon_sym_u128] = ACTIONS(2151), + [anon_sym_i128] = ACTIONS(2151), + [anon_sym_isize] = ACTIONS(2151), + [anon_sym_usize] = ACTIONS(2151), + [anon_sym_f32] = ACTIONS(2151), + [anon_sym_f64] = ACTIONS(2151), + [anon_sym_bool] = ACTIONS(2151), + [anon_sym_str] = ACTIONS(2151), + [anon_sym_char] = ACTIONS(2151), + [anon_sym_DASH] = ACTIONS(2149), + [anon_sym_BANG] = ACTIONS(2149), + [anon_sym_AMP] = ACTIONS(2149), + [anon_sym_PIPE] = ACTIONS(2149), + [anon_sym_LT] = ACTIONS(2149), + [anon_sym_DOT_DOT] = ACTIONS(2149), + [anon_sym_COLON_COLON] = ACTIONS(2149), + [anon_sym_POUND] = ACTIONS(2149), + [anon_sym_SQUOTE] = ACTIONS(2151), + [anon_sym_async] = ACTIONS(2151), + [anon_sym_break] = ACTIONS(2151), + [anon_sym_const] = ACTIONS(2151), + [anon_sym_continue] = ACTIONS(2151), + [anon_sym_default] = ACTIONS(2151), + [anon_sym_enum] = ACTIONS(2151), + [anon_sym_fn] = ACTIONS(2151), + [anon_sym_for] = ACTIONS(2151), + [anon_sym_gen] = ACTIONS(2151), + [anon_sym_if] = ACTIONS(2151), + [anon_sym_impl] = ACTIONS(2151), + [anon_sym_let] = ACTIONS(2151), + [anon_sym_loop] = ACTIONS(2151), + [anon_sym_match] = ACTIONS(2151), + [anon_sym_mod] = ACTIONS(2151), + [anon_sym_pub] = ACTIONS(2151), + [anon_sym_return] = ACTIONS(2151), + [anon_sym_static] = ACTIONS(2151), + [anon_sym_struct] = ACTIONS(2151), + [anon_sym_trait] = ACTIONS(2151), + [anon_sym_type] = ACTIONS(2151), + [anon_sym_union] = ACTIONS(2151), + [anon_sym_unsafe] = ACTIONS(2151), + [anon_sym_use] = ACTIONS(2151), + [anon_sym_while] = ACTIONS(2151), + [anon_sym_extern] = ACTIONS(2151), + [anon_sym_yield] = ACTIONS(2151), + [anon_sym_move] = ACTIONS(2151), + [anon_sym_try] = ACTIONS(2151), + [sym_integer_literal] = ACTIONS(2149), + [aux_sym_string_literal_token1] = ACTIONS(2149), + [sym_char_literal] = ACTIONS(2149), + [anon_sym_true] = ACTIONS(2151), + [anon_sym_false] = ACTIONS(2151), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2151), + [sym_super] = ACTIONS(2151), + [sym_crate] = ACTIONS(2151), + [sym_metavariable] = ACTIONS(2149), + [sym__raw_string_literal_start] = ACTIONS(2149), + [sym_float_literal] = ACTIONS(2149), + }, + [STATE(590)] = { [sym_line_comment] = STATE(590), [sym_block_comment] = STATE(590), - [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), - }, - [591] = { + [ts_builtin_sym_end] = ACTIONS(2153), + [sym_identifier] = ACTIONS(2155), + [anon_sym_SEMI] = ACTIONS(2153), + [anon_sym_macro_rules_BANG] = ACTIONS(2153), + [anon_sym_LPAREN] = ACTIONS(2153), + [anon_sym_LBRACK] = ACTIONS(2153), + [anon_sym_LBRACE] = ACTIONS(2153), + [anon_sym_RBRACE] = ACTIONS(2153), + [anon_sym_STAR] = ACTIONS(2153), + [anon_sym_u8] = ACTIONS(2155), + [anon_sym_i8] = ACTIONS(2155), + [anon_sym_u16] = ACTIONS(2155), + [anon_sym_i16] = ACTIONS(2155), + [anon_sym_u32] = ACTIONS(2155), + [anon_sym_i32] = ACTIONS(2155), + [anon_sym_u64] = ACTIONS(2155), + [anon_sym_i64] = ACTIONS(2155), + [anon_sym_u128] = ACTIONS(2155), + [anon_sym_i128] = ACTIONS(2155), + [anon_sym_isize] = ACTIONS(2155), + [anon_sym_usize] = ACTIONS(2155), + [anon_sym_f32] = ACTIONS(2155), + [anon_sym_f64] = ACTIONS(2155), + [anon_sym_bool] = ACTIONS(2155), + [anon_sym_str] = ACTIONS(2155), + [anon_sym_char] = ACTIONS(2155), + [anon_sym_DASH] = ACTIONS(2153), + [anon_sym_BANG] = ACTIONS(2153), + [anon_sym_AMP] = ACTIONS(2153), + [anon_sym_PIPE] = ACTIONS(2153), + [anon_sym_LT] = ACTIONS(2153), + [anon_sym_DOT_DOT] = ACTIONS(2153), + [anon_sym_COLON_COLON] = ACTIONS(2153), + [anon_sym_POUND] = ACTIONS(2153), + [anon_sym_SQUOTE] = ACTIONS(2155), + [anon_sym_async] = ACTIONS(2155), + [anon_sym_break] = ACTIONS(2155), + [anon_sym_const] = ACTIONS(2155), + [anon_sym_continue] = ACTIONS(2155), + [anon_sym_default] = ACTIONS(2155), + [anon_sym_enum] = ACTIONS(2155), + [anon_sym_fn] = ACTIONS(2155), + [anon_sym_for] = ACTIONS(2155), + [anon_sym_gen] = ACTIONS(2155), + [anon_sym_if] = ACTIONS(2155), + [anon_sym_impl] = ACTIONS(2155), + [anon_sym_let] = ACTIONS(2155), + [anon_sym_loop] = ACTIONS(2155), + [anon_sym_match] = ACTIONS(2155), + [anon_sym_mod] = ACTIONS(2155), + [anon_sym_pub] = ACTIONS(2155), + [anon_sym_return] = ACTIONS(2155), + [anon_sym_static] = ACTIONS(2155), + [anon_sym_struct] = ACTIONS(2155), + [anon_sym_trait] = ACTIONS(2155), + [anon_sym_type] = ACTIONS(2155), + [anon_sym_union] = ACTIONS(2155), + [anon_sym_unsafe] = ACTIONS(2155), + [anon_sym_use] = ACTIONS(2155), + [anon_sym_while] = ACTIONS(2155), + [anon_sym_extern] = ACTIONS(2155), + [anon_sym_yield] = ACTIONS(2155), + [anon_sym_move] = ACTIONS(2155), + [anon_sym_try] = ACTIONS(2155), + [sym_integer_literal] = ACTIONS(2153), + [aux_sym_string_literal_token1] = ACTIONS(2153), + [sym_char_literal] = ACTIONS(2153), + [anon_sym_true] = ACTIONS(2155), + [anon_sym_false] = ACTIONS(2155), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2155), + [sym_super] = ACTIONS(2155), + [sym_crate] = ACTIONS(2155), + [sym_metavariable] = ACTIONS(2153), + [sym__raw_string_literal_start] = ACTIONS(2153), + [sym_float_literal] = ACTIONS(2153), + }, + [STATE(591)] = { [sym_line_comment] = STATE(591), [sym_block_comment] = STATE(591), - [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), - }, - [592] = { + [ts_builtin_sym_end] = ACTIONS(2157), + [sym_identifier] = ACTIONS(2159), + [anon_sym_SEMI] = ACTIONS(2157), + [anon_sym_macro_rules_BANG] = ACTIONS(2157), + [anon_sym_LPAREN] = ACTIONS(2157), + [anon_sym_LBRACK] = ACTIONS(2157), + [anon_sym_LBRACE] = ACTIONS(2157), + [anon_sym_RBRACE] = ACTIONS(2157), + [anon_sym_STAR] = ACTIONS(2157), + [anon_sym_u8] = ACTIONS(2159), + [anon_sym_i8] = ACTIONS(2159), + [anon_sym_u16] = ACTIONS(2159), + [anon_sym_i16] = ACTIONS(2159), + [anon_sym_u32] = ACTIONS(2159), + [anon_sym_i32] = ACTIONS(2159), + [anon_sym_u64] = ACTIONS(2159), + [anon_sym_i64] = ACTIONS(2159), + [anon_sym_u128] = ACTIONS(2159), + [anon_sym_i128] = ACTIONS(2159), + [anon_sym_isize] = ACTIONS(2159), + [anon_sym_usize] = ACTIONS(2159), + [anon_sym_f32] = ACTIONS(2159), + [anon_sym_f64] = ACTIONS(2159), + [anon_sym_bool] = ACTIONS(2159), + [anon_sym_str] = ACTIONS(2159), + [anon_sym_char] = ACTIONS(2159), + [anon_sym_DASH] = ACTIONS(2157), + [anon_sym_BANG] = ACTIONS(2157), + [anon_sym_AMP] = ACTIONS(2157), + [anon_sym_PIPE] = ACTIONS(2157), + [anon_sym_LT] = ACTIONS(2157), + [anon_sym_DOT_DOT] = ACTIONS(2157), + [anon_sym_COLON_COLON] = ACTIONS(2157), + [anon_sym_POUND] = ACTIONS(2157), + [anon_sym_SQUOTE] = ACTIONS(2159), + [anon_sym_async] = ACTIONS(2159), + [anon_sym_break] = ACTIONS(2159), + [anon_sym_const] = ACTIONS(2159), + [anon_sym_continue] = ACTIONS(2159), + [anon_sym_default] = ACTIONS(2159), + [anon_sym_enum] = ACTIONS(2159), + [anon_sym_fn] = ACTIONS(2159), + [anon_sym_for] = ACTIONS(2159), + [anon_sym_gen] = ACTIONS(2159), + [anon_sym_if] = ACTIONS(2159), + [anon_sym_impl] = ACTIONS(2159), + [anon_sym_let] = ACTIONS(2159), + [anon_sym_loop] = ACTIONS(2159), + [anon_sym_match] = ACTIONS(2159), + [anon_sym_mod] = ACTIONS(2159), + [anon_sym_pub] = ACTIONS(2159), + [anon_sym_return] = ACTIONS(2159), + [anon_sym_static] = ACTIONS(2159), + [anon_sym_struct] = ACTIONS(2159), + [anon_sym_trait] = ACTIONS(2159), + [anon_sym_type] = ACTIONS(2159), + [anon_sym_union] = ACTIONS(2159), + [anon_sym_unsafe] = ACTIONS(2159), + [anon_sym_use] = ACTIONS(2159), + [anon_sym_while] = ACTIONS(2159), + [anon_sym_extern] = ACTIONS(2159), + [anon_sym_yield] = ACTIONS(2159), + [anon_sym_move] = ACTIONS(2159), + [anon_sym_try] = ACTIONS(2159), + [sym_integer_literal] = ACTIONS(2157), + [aux_sym_string_literal_token1] = ACTIONS(2157), + [sym_char_literal] = ACTIONS(2157), + [anon_sym_true] = ACTIONS(2159), + [anon_sym_false] = ACTIONS(2159), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2159), + [sym_super] = ACTIONS(2159), + [sym_crate] = ACTIONS(2159), + [sym_metavariable] = ACTIONS(2157), + [sym__raw_string_literal_start] = ACTIONS(2157), + [sym_float_literal] = ACTIONS(2157), + }, + [STATE(592)] = { [sym_line_comment] = STATE(592), [sym_block_comment] = STATE(592), - [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), - }, - [593] = { + [ts_builtin_sym_end] = ACTIONS(2161), + [sym_identifier] = ACTIONS(2163), + [anon_sym_SEMI] = ACTIONS(2161), + [anon_sym_macro_rules_BANG] = ACTIONS(2161), + [anon_sym_LPAREN] = ACTIONS(2161), + [anon_sym_LBRACK] = ACTIONS(2161), + [anon_sym_LBRACE] = ACTIONS(2161), + [anon_sym_RBRACE] = ACTIONS(2161), + [anon_sym_STAR] = ACTIONS(2161), + [anon_sym_u8] = ACTIONS(2163), + [anon_sym_i8] = ACTIONS(2163), + [anon_sym_u16] = ACTIONS(2163), + [anon_sym_i16] = ACTIONS(2163), + [anon_sym_u32] = ACTIONS(2163), + [anon_sym_i32] = ACTIONS(2163), + [anon_sym_u64] = ACTIONS(2163), + [anon_sym_i64] = ACTIONS(2163), + [anon_sym_u128] = ACTIONS(2163), + [anon_sym_i128] = ACTIONS(2163), + [anon_sym_isize] = ACTIONS(2163), + [anon_sym_usize] = ACTIONS(2163), + [anon_sym_f32] = ACTIONS(2163), + [anon_sym_f64] = ACTIONS(2163), + [anon_sym_bool] = ACTIONS(2163), + [anon_sym_str] = ACTIONS(2163), + [anon_sym_char] = ACTIONS(2163), + [anon_sym_DASH] = ACTIONS(2161), + [anon_sym_BANG] = ACTIONS(2161), + [anon_sym_AMP] = ACTIONS(2161), + [anon_sym_PIPE] = ACTIONS(2161), + [anon_sym_LT] = ACTIONS(2161), + [anon_sym_DOT_DOT] = ACTIONS(2161), + [anon_sym_COLON_COLON] = ACTIONS(2161), + [anon_sym_POUND] = ACTIONS(2161), + [anon_sym_SQUOTE] = ACTIONS(2163), + [anon_sym_async] = ACTIONS(2163), + [anon_sym_break] = ACTIONS(2163), + [anon_sym_const] = ACTIONS(2163), + [anon_sym_continue] = ACTIONS(2163), + [anon_sym_default] = ACTIONS(2163), + [anon_sym_enum] = ACTIONS(2163), + [anon_sym_fn] = ACTIONS(2163), + [anon_sym_for] = ACTIONS(2163), + [anon_sym_gen] = ACTIONS(2163), + [anon_sym_if] = ACTIONS(2163), + [anon_sym_impl] = ACTIONS(2163), + [anon_sym_let] = ACTIONS(2163), + [anon_sym_loop] = ACTIONS(2163), + [anon_sym_match] = ACTIONS(2163), + [anon_sym_mod] = ACTIONS(2163), + [anon_sym_pub] = ACTIONS(2163), + [anon_sym_return] = ACTIONS(2163), + [anon_sym_static] = ACTIONS(2163), + [anon_sym_struct] = ACTIONS(2163), + [anon_sym_trait] = ACTIONS(2163), + [anon_sym_type] = ACTIONS(2163), + [anon_sym_union] = ACTIONS(2163), + [anon_sym_unsafe] = ACTIONS(2163), + [anon_sym_use] = ACTIONS(2163), + [anon_sym_while] = ACTIONS(2163), + [anon_sym_extern] = ACTIONS(2163), + [anon_sym_yield] = ACTIONS(2163), + [anon_sym_move] = ACTIONS(2163), + [anon_sym_try] = ACTIONS(2163), + [sym_integer_literal] = ACTIONS(2161), + [aux_sym_string_literal_token1] = ACTIONS(2161), + [sym_char_literal] = ACTIONS(2161), + [anon_sym_true] = ACTIONS(2163), + [anon_sym_false] = ACTIONS(2163), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2163), + [sym_super] = ACTIONS(2163), + [sym_crate] = ACTIONS(2163), + [sym_metavariable] = ACTIONS(2161), + [sym__raw_string_literal_start] = ACTIONS(2161), + [sym_float_literal] = ACTIONS(2161), + }, + [STATE(593)] = { [sym_line_comment] = STATE(593), [sym_block_comment] = STATE(593), - [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), - }, - [594] = { + [ts_builtin_sym_end] = ACTIONS(1269), + [sym_identifier] = ACTIONS(1271), + [anon_sym_SEMI] = ACTIONS(1269), + [anon_sym_macro_rules_BANG] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(1269), + [anon_sym_LBRACK] = ACTIONS(1269), + [anon_sym_LBRACE] = ACTIONS(1269), + [anon_sym_RBRACE] = ACTIONS(1269), + [anon_sym_STAR] = ACTIONS(1269), + [anon_sym_u8] = ACTIONS(1271), + [anon_sym_i8] = ACTIONS(1271), + [anon_sym_u16] = ACTIONS(1271), + [anon_sym_i16] = ACTIONS(1271), + [anon_sym_u32] = ACTIONS(1271), + [anon_sym_i32] = ACTIONS(1271), + [anon_sym_u64] = ACTIONS(1271), + [anon_sym_i64] = ACTIONS(1271), + [anon_sym_u128] = ACTIONS(1271), + [anon_sym_i128] = ACTIONS(1271), + [anon_sym_isize] = ACTIONS(1271), + [anon_sym_usize] = ACTIONS(1271), + [anon_sym_f32] = ACTIONS(1271), + [anon_sym_f64] = ACTIONS(1271), + [anon_sym_bool] = ACTIONS(1271), + [anon_sym_str] = ACTIONS(1271), + [anon_sym_char] = ACTIONS(1271), + [anon_sym_DASH] = ACTIONS(1269), + [anon_sym_BANG] = ACTIONS(1269), + [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(1269), + [anon_sym_DOT_DOT] = ACTIONS(1269), + [anon_sym_COLON_COLON] = ACTIONS(1269), + [anon_sym_POUND] = ACTIONS(1269), + [anon_sym_SQUOTE] = ACTIONS(1271), + [anon_sym_async] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_const] = ACTIONS(1271), + [anon_sym_continue] = ACTIONS(1271), + [anon_sym_default] = ACTIONS(1271), + [anon_sym_enum] = ACTIONS(1271), + [anon_sym_fn] = ACTIONS(1271), + [anon_sym_for] = ACTIONS(1271), + [anon_sym_gen] = ACTIONS(1271), + [anon_sym_if] = ACTIONS(1271), + [anon_sym_impl] = ACTIONS(1271), + [anon_sym_let] = ACTIONS(1271), + [anon_sym_loop] = ACTIONS(1271), + [anon_sym_match] = ACTIONS(1271), + [anon_sym_mod] = ACTIONS(1271), + [anon_sym_pub] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1271), + [anon_sym_static] = ACTIONS(1271), + [anon_sym_struct] = ACTIONS(1271), + [anon_sym_trait] = ACTIONS(1271), + [anon_sym_type] = ACTIONS(1271), + [anon_sym_union] = ACTIONS(1271), + [anon_sym_unsafe] = ACTIONS(1271), + [anon_sym_use] = ACTIONS(1271), + [anon_sym_while] = ACTIONS(1271), + [anon_sym_extern] = ACTIONS(1271), + [anon_sym_yield] = ACTIONS(1271), + [anon_sym_move] = ACTIONS(1271), + [anon_sym_try] = ACTIONS(1271), + [sym_integer_literal] = ACTIONS(1269), + [aux_sym_string_literal_token1] = ACTIONS(1269), + [sym_char_literal] = ACTIONS(1269), + [anon_sym_true] = ACTIONS(1271), + [anon_sym_false] = ACTIONS(1271), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1271), + [sym_super] = ACTIONS(1271), + [sym_crate] = ACTIONS(1271), + [sym_metavariable] = ACTIONS(1269), + [sym__raw_string_literal_start] = ACTIONS(1269), + [sym_float_literal] = ACTIONS(1269), + }, + [STATE(594)] = { [sym_line_comment] = STATE(594), [sym_block_comment] = STATE(594), - [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), - }, - [595] = { + [ts_builtin_sym_end] = ACTIONS(2165), + [sym_identifier] = ACTIONS(2167), + [anon_sym_SEMI] = ACTIONS(2165), + [anon_sym_macro_rules_BANG] = ACTIONS(2165), + [anon_sym_LPAREN] = ACTIONS(2165), + [anon_sym_LBRACK] = ACTIONS(2165), + [anon_sym_LBRACE] = ACTIONS(2165), + [anon_sym_RBRACE] = ACTIONS(2165), + [anon_sym_STAR] = ACTIONS(2165), + [anon_sym_u8] = ACTIONS(2167), + [anon_sym_i8] = ACTIONS(2167), + [anon_sym_u16] = ACTIONS(2167), + [anon_sym_i16] = ACTIONS(2167), + [anon_sym_u32] = ACTIONS(2167), + [anon_sym_i32] = ACTIONS(2167), + [anon_sym_u64] = ACTIONS(2167), + [anon_sym_i64] = ACTIONS(2167), + [anon_sym_u128] = ACTIONS(2167), + [anon_sym_i128] = ACTIONS(2167), + [anon_sym_isize] = ACTIONS(2167), + [anon_sym_usize] = ACTIONS(2167), + [anon_sym_f32] = ACTIONS(2167), + [anon_sym_f64] = ACTIONS(2167), + [anon_sym_bool] = ACTIONS(2167), + [anon_sym_str] = ACTIONS(2167), + [anon_sym_char] = ACTIONS(2167), + [anon_sym_DASH] = ACTIONS(2165), + [anon_sym_BANG] = ACTIONS(2165), + [anon_sym_AMP] = ACTIONS(2165), + [anon_sym_PIPE] = ACTIONS(2165), + [anon_sym_LT] = ACTIONS(2165), + [anon_sym_DOT_DOT] = ACTIONS(2165), + [anon_sym_COLON_COLON] = ACTIONS(2165), + [anon_sym_POUND] = ACTIONS(2165), + [anon_sym_SQUOTE] = ACTIONS(2167), + [anon_sym_async] = ACTIONS(2167), + [anon_sym_break] = ACTIONS(2167), + [anon_sym_const] = ACTIONS(2167), + [anon_sym_continue] = ACTIONS(2167), + [anon_sym_default] = ACTIONS(2167), + [anon_sym_enum] = ACTIONS(2167), + [anon_sym_fn] = ACTIONS(2167), + [anon_sym_for] = ACTIONS(2167), + [anon_sym_gen] = ACTIONS(2167), + [anon_sym_if] = ACTIONS(2167), + [anon_sym_impl] = ACTIONS(2167), + [anon_sym_let] = ACTIONS(2167), + [anon_sym_loop] = ACTIONS(2167), + [anon_sym_match] = ACTIONS(2167), + [anon_sym_mod] = ACTIONS(2167), + [anon_sym_pub] = ACTIONS(2167), + [anon_sym_return] = ACTIONS(2167), + [anon_sym_static] = ACTIONS(2167), + [anon_sym_struct] = ACTIONS(2167), + [anon_sym_trait] = ACTIONS(2167), + [anon_sym_type] = ACTIONS(2167), + [anon_sym_union] = ACTIONS(2167), + [anon_sym_unsafe] = ACTIONS(2167), + [anon_sym_use] = ACTIONS(2167), + [anon_sym_while] = ACTIONS(2167), + [anon_sym_extern] = ACTIONS(2167), + [anon_sym_yield] = ACTIONS(2167), + [anon_sym_move] = ACTIONS(2167), + [anon_sym_try] = ACTIONS(2167), + [sym_integer_literal] = ACTIONS(2165), + [aux_sym_string_literal_token1] = ACTIONS(2165), + [sym_char_literal] = ACTIONS(2165), + [anon_sym_true] = ACTIONS(2167), + [anon_sym_false] = ACTIONS(2167), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2167), + [sym_super] = ACTIONS(2167), + [sym_crate] = ACTIONS(2167), + [sym_metavariable] = ACTIONS(2165), + [sym__raw_string_literal_start] = ACTIONS(2165), + [sym_float_literal] = ACTIONS(2165), + }, + [STATE(595)] = { [sym_line_comment] = STATE(595), [sym_block_comment] = STATE(595), - [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), - }, - [596] = { + [ts_builtin_sym_end] = ACTIONS(2169), + [sym_identifier] = ACTIONS(2171), + [anon_sym_SEMI] = ACTIONS(2169), + [anon_sym_macro_rules_BANG] = ACTIONS(2169), + [anon_sym_LPAREN] = ACTIONS(2169), + [anon_sym_LBRACK] = ACTIONS(2169), + [anon_sym_LBRACE] = ACTIONS(2169), + [anon_sym_RBRACE] = ACTIONS(2169), + [anon_sym_STAR] = ACTIONS(2169), + [anon_sym_u8] = ACTIONS(2171), + [anon_sym_i8] = ACTIONS(2171), + [anon_sym_u16] = ACTIONS(2171), + [anon_sym_i16] = ACTIONS(2171), + [anon_sym_u32] = ACTIONS(2171), + [anon_sym_i32] = ACTIONS(2171), + [anon_sym_u64] = ACTIONS(2171), + [anon_sym_i64] = ACTIONS(2171), + [anon_sym_u128] = ACTIONS(2171), + [anon_sym_i128] = ACTIONS(2171), + [anon_sym_isize] = ACTIONS(2171), + [anon_sym_usize] = ACTIONS(2171), + [anon_sym_f32] = ACTIONS(2171), + [anon_sym_f64] = ACTIONS(2171), + [anon_sym_bool] = ACTIONS(2171), + [anon_sym_str] = ACTIONS(2171), + [anon_sym_char] = ACTIONS(2171), + [anon_sym_DASH] = ACTIONS(2169), + [anon_sym_BANG] = ACTIONS(2169), + [anon_sym_AMP] = ACTIONS(2169), + [anon_sym_PIPE] = ACTIONS(2169), + [anon_sym_LT] = ACTIONS(2169), + [anon_sym_DOT_DOT] = ACTIONS(2169), + [anon_sym_COLON_COLON] = ACTIONS(2169), + [anon_sym_POUND] = ACTIONS(2169), + [anon_sym_SQUOTE] = ACTIONS(2171), + [anon_sym_async] = ACTIONS(2171), + [anon_sym_break] = ACTIONS(2171), + [anon_sym_const] = ACTIONS(2171), + [anon_sym_continue] = ACTIONS(2171), + [anon_sym_default] = ACTIONS(2171), + [anon_sym_enum] = ACTIONS(2171), + [anon_sym_fn] = ACTIONS(2171), + [anon_sym_for] = ACTIONS(2171), + [anon_sym_gen] = ACTIONS(2171), + [anon_sym_if] = ACTIONS(2171), + [anon_sym_impl] = ACTIONS(2171), + [anon_sym_let] = ACTIONS(2171), + [anon_sym_loop] = ACTIONS(2171), + [anon_sym_match] = ACTIONS(2171), + [anon_sym_mod] = ACTIONS(2171), + [anon_sym_pub] = ACTIONS(2171), + [anon_sym_return] = ACTIONS(2171), + [anon_sym_static] = ACTIONS(2171), + [anon_sym_struct] = ACTIONS(2171), + [anon_sym_trait] = ACTIONS(2171), + [anon_sym_type] = ACTIONS(2171), + [anon_sym_union] = ACTIONS(2171), + [anon_sym_unsafe] = ACTIONS(2171), + [anon_sym_use] = ACTIONS(2171), + [anon_sym_while] = ACTIONS(2171), + [anon_sym_extern] = ACTIONS(2171), + [anon_sym_yield] = ACTIONS(2171), + [anon_sym_move] = ACTIONS(2171), + [anon_sym_try] = ACTIONS(2171), + [sym_integer_literal] = ACTIONS(2169), + [aux_sym_string_literal_token1] = ACTIONS(2169), + [sym_char_literal] = ACTIONS(2169), + [anon_sym_true] = ACTIONS(2171), + [anon_sym_false] = ACTIONS(2171), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2171), + [sym_super] = ACTIONS(2171), + [sym_crate] = ACTIONS(2171), + [sym_metavariable] = ACTIONS(2169), + [sym__raw_string_literal_start] = ACTIONS(2169), + [sym_float_literal] = ACTIONS(2169), + }, + [STATE(596)] = { [sym_line_comment] = STATE(596), [sym_block_comment] = STATE(596), - [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), - }, - [597] = { + [ts_builtin_sym_end] = ACTIONS(2173), + [sym_identifier] = ACTIONS(2175), + [anon_sym_SEMI] = ACTIONS(2173), + [anon_sym_macro_rules_BANG] = ACTIONS(2173), + [anon_sym_LPAREN] = ACTIONS(2173), + [anon_sym_LBRACK] = ACTIONS(2173), + [anon_sym_LBRACE] = ACTIONS(2173), + [anon_sym_RBRACE] = ACTIONS(2173), + [anon_sym_STAR] = ACTIONS(2173), + [anon_sym_u8] = ACTIONS(2175), + [anon_sym_i8] = ACTIONS(2175), + [anon_sym_u16] = ACTIONS(2175), + [anon_sym_i16] = ACTIONS(2175), + [anon_sym_u32] = ACTIONS(2175), + [anon_sym_i32] = ACTIONS(2175), + [anon_sym_u64] = ACTIONS(2175), + [anon_sym_i64] = ACTIONS(2175), + [anon_sym_u128] = ACTIONS(2175), + [anon_sym_i128] = ACTIONS(2175), + [anon_sym_isize] = ACTIONS(2175), + [anon_sym_usize] = ACTIONS(2175), + [anon_sym_f32] = ACTIONS(2175), + [anon_sym_f64] = ACTIONS(2175), + [anon_sym_bool] = ACTIONS(2175), + [anon_sym_str] = ACTIONS(2175), + [anon_sym_char] = ACTIONS(2175), + [anon_sym_DASH] = ACTIONS(2173), + [anon_sym_BANG] = ACTIONS(2173), + [anon_sym_AMP] = ACTIONS(2173), + [anon_sym_PIPE] = ACTIONS(2173), + [anon_sym_LT] = ACTIONS(2173), + [anon_sym_DOT_DOT] = ACTIONS(2173), + [anon_sym_COLON_COLON] = ACTIONS(2173), + [anon_sym_POUND] = ACTIONS(2173), + [anon_sym_SQUOTE] = ACTIONS(2175), + [anon_sym_async] = ACTIONS(2175), + [anon_sym_break] = ACTIONS(2175), + [anon_sym_const] = ACTIONS(2175), + [anon_sym_continue] = ACTIONS(2175), + [anon_sym_default] = ACTIONS(2175), + [anon_sym_enum] = ACTIONS(2175), + [anon_sym_fn] = ACTIONS(2175), + [anon_sym_for] = ACTIONS(2175), + [anon_sym_gen] = ACTIONS(2175), + [anon_sym_if] = ACTIONS(2175), + [anon_sym_impl] = ACTIONS(2175), + [anon_sym_let] = ACTIONS(2175), + [anon_sym_loop] = ACTIONS(2175), + [anon_sym_match] = ACTIONS(2175), + [anon_sym_mod] = ACTIONS(2175), + [anon_sym_pub] = ACTIONS(2175), + [anon_sym_return] = ACTIONS(2175), + [anon_sym_static] = ACTIONS(2175), + [anon_sym_struct] = ACTIONS(2175), + [anon_sym_trait] = ACTIONS(2175), + [anon_sym_type] = ACTIONS(2175), + [anon_sym_union] = ACTIONS(2175), + [anon_sym_unsafe] = ACTIONS(2175), + [anon_sym_use] = ACTIONS(2175), + [anon_sym_while] = ACTIONS(2175), + [anon_sym_extern] = ACTIONS(2175), + [anon_sym_yield] = ACTIONS(2175), + [anon_sym_move] = ACTIONS(2175), + [anon_sym_try] = ACTIONS(2175), + [sym_integer_literal] = ACTIONS(2173), + [aux_sym_string_literal_token1] = ACTIONS(2173), + [sym_char_literal] = ACTIONS(2173), + [anon_sym_true] = ACTIONS(2175), + [anon_sym_false] = ACTIONS(2175), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2175), + [sym_super] = ACTIONS(2175), + [sym_crate] = ACTIONS(2175), + [sym_metavariable] = ACTIONS(2173), + [sym__raw_string_literal_start] = ACTIONS(2173), + [sym_float_literal] = ACTIONS(2173), + }, + [STATE(597)] = { [sym_line_comment] = STATE(597), [sym_block_comment] = STATE(597), - [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), - }, - [598] = { - [sym_line_comment] = STATE(598), - [sym_block_comment] = STATE(598), - [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), - }, - [599] = { - [sym_line_comment] = STATE(599), - [sym_block_comment] = STATE(599), - [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), - }, - [600] = { - [sym_line_comment] = STATE(600), - [sym_block_comment] = STATE(600), - [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), - }, - [601] = { - [sym_line_comment] = STATE(601), - [sym_block_comment] = STATE(601), - [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), - }, - [602] = { - [sym_line_comment] = STATE(602), - [sym_block_comment] = STATE(602), - [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), - }, - [603] = { - [sym_line_comment] = STATE(603), - [sym_block_comment] = STATE(603), - [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), - }, - [604] = { - [sym_line_comment] = STATE(604), - [sym_block_comment] = STATE(604), - [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), - }, - [605] = { - [sym_line_comment] = STATE(605), - [sym_block_comment] = STATE(605), - [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), - }, - [606] = { - [sym_line_comment] = STATE(606), - [sym_block_comment] = STATE(606), - [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), - }, - [607] = { - [sym_line_comment] = STATE(607), - [sym_block_comment] = STATE(607), - [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), - }, - [608] = { - [sym_line_comment] = STATE(608), - [sym_block_comment] = STATE(608), - [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), - }, - [609] = { - [sym_line_comment] = STATE(609), - [sym_block_comment] = STATE(609), - [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), - }, - [610] = { - [sym_line_comment] = STATE(610), - [sym_block_comment] = STATE(610), - [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), - }, - [611] = { - [sym_line_comment] = STATE(611), - [sym_block_comment] = STATE(611), - [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), - }, - [612] = { - [sym_line_comment] = STATE(612), - [sym_block_comment] = STATE(612), - [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), - }, - [613] = { - [sym_line_comment] = STATE(613), - [sym_block_comment] = STATE(613), - [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), - }, - [614] = { - [sym_line_comment] = STATE(614), - [sym_block_comment] = STATE(614), - [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), - }, - [615] = { - [sym_line_comment] = STATE(615), - [sym_block_comment] = STATE(615), - [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), - }, - [616] = { - [sym_line_comment] = STATE(616), - [sym_block_comment] = STATE(616), - [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), - }, - [617] = { - [sym_line_comment] = STATE(617), - [sym_block_comment] = STATE(617), - [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), - }, - [618] = { - [sym_line_comment] = STATE(618), - [sym_block_comment] = STATE(618), - [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), - }, - [619] = { - [sym_line_comment] = STATE(619), - [sym_block_comment] = STATE(619), - [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), - }, - [620] = { - [sym_line_comment] = STATE(620), - [sym_block_comment] = STATE(620), - [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), - }, - [621] = { - [sym_line_comment] = STATE(621), - [sym_block_comment] = STATE(621), - [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), - }, - [622] = { - [sym_line_comment] = STATE(622), - [sym_block_comment] = STATE(622), - [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), - }, - [623] = { - [sym_line_comment] = STATE(623), - [sym_block_comment] = STATE(623), - [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), - }, - [624] = { - [sym_line_comment] = STATE(624), - [sym_block_comment] = STATE(624), - [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), - }, - [625] = { - [sym_line_comment] = STATE(625), - [sym_block_comment] = STATE(625), - [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), - }, - [626] = { - [sym_line_comment] = STATE(626), - [sym_block_comment] = STATE(626), - [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), - }, - [627] = { - [sym_line_comment] = STATE(627), - [sym_block_comment] = STATE(627), - [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), - }, - [628] = { - [sym_line_comment] = STATE(628), - [sym_block_comment] = STATE(628), - [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), - }, - [629] = { - [sym_line_comment] = STATE(629), - [sym_block_comment] = STATE(629), - [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), - }, - [630] = { - [sym_line_comment] = STATE(630), - [sym_block_comment] = STATE(630), [ts_builtin_sym_end] = ACTIONS(1273), [sym_identifier] = ACTIONS(1275), [anon_sym_SEMI] = ACTIONS(1273), @@ -81864,252 +79274,2358 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1273), [sym_float_literal] = ACTIONS(1273), }, - [631] = { - [sym_line_comment] = STATE(631), - [sym_block_comment] = STATE(631), - [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), - }, - [632] = { - [sym_line_comment] = STATE(632), - [sym_block_comment] = STATE(632), - [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), - }, - [633] = { - [sym_line_comment] = STATE(633), - [sym_block_comment] = STATE(633), - [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), - }, - [634] = { - [sym_line_comment] = STATE(634), - [sym_block_comment] = STATE(634), + [STATE(598)] = { + [sym_line_comment] = STATE(598), + [sym_block_comment] = STATE(598), + [ts_builtin_sym_end] = ACTIONS(2177), + [sym_identifier] = ACTIONS(2179), + [anon_sym_SEMI] = ACTIONS(2177), + [anon_sym_macro_rules_BANG] = ACTIONS(2177), + [anon_sym_LPAREN] = ACTIONS(2177), + [anon_sym_LBRACK] = ACTIONS(2177), + [anon_sym_LBRACE] = ACTIONS(2177), + [anon_sym_RBRACE] = ACTIONS(2177), + [anon_sym_STAR] = ACTIONS(2177), + [anon_sym_u8] = ACTIONS(2179), + [anon_sym_i8] = ACTIONS(2179), + [anon_sym_u16] = ACTIONS(2179), + [anon_sym_i16] = ACTIONS(2179), + [anon_sym_u32] = ACTIONS(2179), + [anon_sym_i32] = ACTIONS(2179), + [anon_sym_u64] = ACTIONS(2179), + [anon_sym_i64] = ACTIONS(2179), + [anon_sym_u128] = ACTIONS(2179), + [anon_sym_i128] = ACTIONS(2179), + [anon_sym_isize] = ACTIONS(2179), + [anon_sym_usize] = ACTIONS(2179), + [anon_sym_f32] = ACTIONS(2179), + [anon_sym_f64] = ACTIONS(2179), + [anon_sym_bool] = ACTIONS(2179), + [anon_sym_str] = ACTIONS(2179), + [anon_sym_char] = ACTIONS(2179), + [anon_sym_DASH] = ACTIONS(2177), + [anon_sym_BANG] = ACTIONS(2177), + [anon_sym_AMP] = ACTIONS(2177), + [anon_sym_PIPE] = ACTIONS(2177), + [anon_sym_LT] = ACTIONS(2177), + [anon_sym_DOT_DOT] = ACTIONS(2177), + [anon_sym_COLON_COLON] = ACTIONS(2177), + [anon_sym_POUND] = ACTIONS(2177), + [anon_sym_SQUOTE] = ACTIONS(2179), + [anon_sym_async] = ACTIONS(2179), + [anon_sym_break] = ACTIONS(2179), + [anon_sym_const] = ACTIONS(2179), + [anon_sym_continue] = ACTIONS(2179), + [anon_sym_default] = ACTIONS(2179), + [anon_sym_enum] = ACTIONS(2179), + [anon_sym_fn] = ACTIONS(2179), + [anon_sym_for] = ACTIONS(2179), + [anon_sym_gen] = ACTIONS(2179), + [anon_sym_if] = ACTIONS(2179), + [anon_sym_impl] = ACTIONS(2179), + [anon_sym_let] = ACTIONS(2179), + [anon_sym_loop] = ACTIONS(2179), + [anon_sym_match] = ACTIONS(2179), + [anon_sym_mod] = ACTIONS(2179), + [anon_sym_pub] = ACTIONS(2179), + [anon_sym_return] = ACTIONS(2179), + [anon_sym_static] = ACTIONS(2179), + [anon_sym_struct] = ACTIONS(2179), + [anon_sym_trait] = ACTIONS(2179), + [anon_sym_type] = ACTIONS(2179), + [anon_sym_union] = ACTIONS(2179), + [anon_sym_unsafe] = ACTIONS(2179), + [anon_sym_use] = ACTIONS(2179), + [anon_sym_while] = ACTIONS(2179), + [anon_sym_extern] = ACTIONS(2179), + [anon_sym_yield] = ACTIONS(2179), + [anon_sym_move] = ACTIONS(2179), + [anon_sym_try] = ACTIONS(2179), + [sym_integer_literal] = ACTIONS(2177), + [aux_sym_string_literal_token1] = ACTIONS(2177), + [sym_char_literal] = ACTIONS(2177), + [anon_sym_true] = ACTIONS(2179), + [anon_sym_false] = ACTIONS(2179), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2179), + [sym_super] = ACTIONS(2179), + [sym_crate] = ACTIONS(2179), + [sym_metavariable] = ACTIONS(2177), + [sym__raw_string_literal_start] = ACTIONS(2177), + [sym_float_literal] = ACTIONS(2177), + }, + [STATE(599)] = { + [sym_line_comment] = STATE(599), + [sym_block_comment] = STATE(599), + [ts_builtin_sym_end] = ACTIONS(2181), + [sym_identifier] = ACTIONS(2183), + [anon_sym_SEMI] = ACTIONS(2181), + [anon_sym_macro_rules_BANG] = ACTIONS(2181), + [anon_sym_LPAREN] = ACTIONS(2181), + [anon_sym_LBRACK] = ACTIONS(2181), + [anon_sym_LBRACE] = ACTIONS(2181), + [anon_sym_RBRACE] = ACTIONS(2181), + [anon_sym_STAR] = ACTIONS(2181), + [anon_sym_u8] = ACTIONS(2183), + [anon_sym_i8] = ACTIONS(2183), + [anon_sym_u16] = ACTIONS(2183), + [anon_sym_i16] = ACTIONS(2183), + [anon_sym_u32] = ACTIONS(2183), + [anon_sym_i32] = ACTIONS(2183), + [anon_sym_u64] = ACTIONS(2183), + [anon_sym_i64] = ACTIONS(2183), + [anon_sym_u128] = ACTIONS(2183), + [anon_sym_i128] = ACTIONS(2183), + [anon_sym_isize] = ACTIONS(2183), + [anon_sym_usize] = ACTIONS(2183), + [anon_sym_f32] = ACTIONS(2183), + [anon_sym_f64] = ACTIONS(2183), + [anon_sym_bool] = ACTIONS(2183), + [anon_sym_str] = ACTIONS(2183), + [anon_sym_char] = ACTIONS(2183), + [anon_sym_DASH] = ACTIONS(2181), + [anon_sym_BANG] = ACTIONS(2181), + [anon_sym_AMP] = ACTIONS(2181), + [anon_sym_PIPE] = ACTIONS(2181), + [anon_sym_LT] = ACTIONS(2181), + [anon_sym_DOT_DOT] = ACTIONS(2181), + [anon_sym_COLON_COLON] = ACTIONS(2181), + [anon_sym_POUND] = ACTIONS(2181), + [anon_sym_SQUOTE] = ACTIONS(2183), + [anon_sym_async] = ACTIONS(2183), + [anon_sym_break] = ACTIONS(2183), + [anon_sym_const] = ACTIONS(2183), + [anon_sym_continue] = ACTIONS(2183), + [anon_sym_default] = ACTIONS(2183), + [anon_sym_enum] = ACTIONS(2183), + [anon_sym_fn] = ACTIONS(2183), + [anon_sym_for] = ACTIONS(2183), + [anon_sym_gen] = ACTIONS(2183), + [anon_sym_if] = ACTIONS(2183), + [anon_sym_impl] = ACTIONS(2183), + [anon_sym_let] = ACTIONS(2183), + [anon_sym_loop] = ACTIONS(2183), + [anon_sym_match] = ACTIONS(2183), + [anon_sym_mod] = ACTIONS(2183), + [anon_sym_pub] = ACTIONS(2183), + [anon_sym_return] = ACTIONS(2183), + [anon_sym_static] = ACTIONS(2183), + [anon_sym_struct] = ACTIONS(2183), + [anon_sym_trait] = ACTIONS(2183), + [anon_sym_type] = ACTIONS(2183), + [anon_sym_union] = ACTIONS(2183), + [anon_sym_unsafe] = ACTIONS(2183), + [anon_sym_use] = ACTIONS(2183), + [anon_sym_while] = ACTIONS(2183), + [anon_sym_extern] = ACTIONS(2183), + [anon_sym_yield] = ACTIONS(2183), + [anon_sym_move] = ACTIONS(2183), + [anon_sym_try] = ACTIONS(2183), + [sym_integer_literal] = ACTIONS(2181), + [aux_sym_string_literal_token1] = ACTIONS(2181), + [sym_char_literal] = ACTIONS(2181), + [anon_sym_true] = ACTIONS(2183), + [anon_sym_false] = ACTIONS(2183), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2183), + [sym_super] = ACTIONS(2183), + [sym_crate] = ACTIONS(2183), + [sym_metavariable] = ACTIONS(2181), + [sym__raw_string_literal_start] = ACTIONS(2181), + [sym_float_literal] = ACTIONS(2181), + }, + [STATE(600)] = { + [sym_line_comment] = STATE(600), + [sym_block_comment] = STATE(600), + [ts_builtin_sym_end] = ACTIONS(1257), + [sym_identifier] = ACTIONS(1259), + [anon_sym_SEMI] = ACTIONS(1257), + [anon_sym_macro_rules_BANG] = ACTIONS(1257), + [anon_sym_LPAREN] = ACTIONS(1257), + [anon_sym_LBRACK] = ACTIONS(1257), + [anon_sym_LBRACE] = ACTIONS(1257), + [anon_sym_RBRACE] = ACTIONS(1257), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_u8] = ACTIONS(1259), + [anon_sym_i8] = ACTIONS(1259), + [anon_sym_u16] = ACTIONS(1259), + [anon_sym_i16] = ACTIONS(1259), + [anon_sym_u32] = ACTIONS(1259), + [anon_sym_i32] = ACTIONS(1259), + [anon_sym_u64] = ACTIONS(1259), + [anon_sym_i64] = ACTIONS(1259), + [anon_sym_u128] = ACTIONS(1259), + [anon_sym_i128] = ACTIONS(1259), + [anon_sym_isize] = ACTIONS(1259), + [anon_sym_usize] = ACTIONS(1259), + [anon_sym_f32] = ACTIONS(1259), + [anon_sym_f64] = ACTIONS(1259), + [anon_sym_bool] = ACTIONS(1259), + [anon_sym_str] = ACTIONS(1259), + [anon_sym_char] = ACTIONS(1259), + [anon_sym_DASH] = ACTIONS(1257), + [anon_sym_BANG] = ACTIONS(1257), + [anon_sym_AMP] = ACTIONS(1257), + [anon_sym_PIPE] = ACTIONS(1257), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_DOT_DOT] = ACTIONS(1257), + [anon_sym_COLON_COLON] = ACTIONS(1257), + [anon_sym_POUND] = ACTIONS(1257), + [anon_sym_SQUOTE] = ACTIONS(1259), + [anon_sym_async] = ACTIONS(1259), + [anon_sym_break] = ACTIONS(1259), + [anon_sym_const] = ACTIONS(1259), + [anon_sym_continue] = ACTIONS(1259), + [anon_sym_default] = ACTIONS(1259), + [anon_sym_enum] = ACTIONS(1259), + [anon_sym_fn] = ACTIONS(1259), + [anon_sym_for] = ACTIONS(1259), + [anon_sym_gen] = ACTIONS(1259), + [anon_sym_if] = ACTIONS(1259), + [anon_sym_impl] = ACTIONS(1259), + [anon_sym_let] = ACTIONS(1259), + [anon_sym_loop] = ACTIONS(1259), + [anon_sym_match] = ACTIONS(1259), + [anon_sym_mod] = ACTIONS(1259), + [anon_sym_pub] = ACTIONS(1259), + [anon_sym_return] = ACTIONS(1259), + [anon_sym_static] = ACTIONS(1259), + [anon_sym_struct] = ACTIONS(1259), + [anon_sym_trait] = ACTIONS(1259), + [anon_sym_type] = ACTIONS(1259), + [anon_sym_union] = ACTIONS(1259), + [anon_sym_unsafe] = ACTIONS(1259), + [anon_sym_use] = ACTIONS(1259), + [anon_sym_while] = ACTIONS(1259), + [anon_sym_extern] = ACTIONS(1259), + [anon_sym_yield] = ACTIONS(1259), + [anon_sym_move] = ACTIONS(1259), + [anon_sym_try] = ACTIONS(1259), + [sym_integer_literal] = ACTIONS(1257), + [aux_sym_string_literal_token1] = ACTIONS(1257), + [sym_char_literal] = ACTIONS(1257), + [anon_sym_true] = ACTIONS(1259), + [anon_sym_false] = ACTIONS(1259), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1259), + [sym_super] = ACTIONS(1259), + [sym_crate] = ACTIONS(1259), + [sym_metavariable] = ACTIONS(1257), + [sym__raw_string_literal_start] = ACTIONS(1257), + [sym_float_literal] = ACTIONS(1257), + }, + [STATE(601)] = { + [sym_line_comment] = STATE(601), + [sym_block_comment] = STATE(601), + [ts_builtin_sym_end] = ACTIONS(1261), + [sym_identifier] = ACTIONS(1263), + [anon_sym_SEMI] = ACTIONS(1261), + [anon_sym_macro_rules_BANG] = ACTIONS(1261), + [anon_sym_LPAREN] = ACTIONS(1261), + [anon_sym_LBRACK] = ACTIONS(1261), + [anon_sym_LBRACE] = ACTIONS(1261), + [anon_sym_RBRACE] = ACTIONS(1261), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_u8] = ACTIONS(1263), + [anon_sym_i8] = ACTIONS(1263), + [anon_sym_u16] = ACTIONS(1263), + [anon_sym_i16] = ACTIONS(1263), + [anon_sym_u32] = ACTIONS(1263), + [anon_sym_i32] = ACTIONS(1263), + [anon_sym_u64] = ACTIONS(1263), + [anon_sym_i64] = ACTIONS(1263), + [anon_sym_u128] = ACTIONS(1263), + [anon_sym_i128] = ACTIONS(1263), + [anon_sym_isize] = ACTIONS(1263), + [anon_sym_usize] = ACTIONS(1263), + [anon_sym_f32] = ACTIONS(1263), + [anon_sym_f64] = ACTIONS(1263), + [anon_sym_bool] = ACTIONS(1263), + [anon_sym_str] = ACTIONS(1263), + [anon_sym_char] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1261), + [anon_sym_BANG] = ACTIONS(1261), + [anon_sym_AMP] = ACTIONS(1261), + [anon_sym_PIPE] = ACTIONS(1261), + [anon_sym_LT] = ACTIONS(1261), + [anon_sym_DOT_DOT] = ACTIONS(1261), + [anon_sym_COLON_COLON] = ACTIONS(1261), + [anon_sym_POUND] = ACTIONS(1261), + [anon_sym_SQUOTE] = ACTIONS(1263), + [anon_sym_async] = ACTIONS(1263), + [anon_sym_break] = ACTIONS(1263), + [anon_sym_const] = ACTIONS(1263), + [anon_sym_continue] = ACTIONS(1263), + [anon_sym_default] = ACTIONS(1263), + [anon_sym_enum] = ACTIONS(1263), + [anon_sym_fn] = ACTIONS(1263), + [anon_sym_for] = ACTIONS(1263), + [anon_sym_gen] = ACTIONS(1263), + [anon_sym_if] = ACTIONS(1263), + [anon_sym_impl] = ACTIONS(1263), + [anon_sym_let] = ACTIONS(1263), + [anon_sym_loop] = ACTIONS(1263), + [anon_sym_match] = ACTIONS(1263), + [anon_sym_mod] = ACTIONS(1263), + [anon_sym_pub] = ACTIONS(1263), + [anon_sym_return] = ACTIONS(1263), + [anon_sym_static] = ACTIONS(1263), + [anon_sym_struct] = ACTIONS(1263), + [anon_sym_trait] = ACTIONS(1263), + [anon_sym_type] = ACTIONS(1263), + [anon_sym_union] = ACTIONS(1263), + [anon_sym_unsafe] = ACTIONS(1263), + [anon_sym_use] = ACTIONS(1263), + [anon_sym_while] = ACTIONS(1263), + [anon_sym_extern] = ACTIONS(1263), + [anon_sym_yield] = ACTIONS(1263), + [anon_sym_move] = ACTIONS(1263), + [anon_sym_try] = ACTIONS(1263), + [sym_integer_literal] = ACTIONS(1261), + [aux_sym_string_literal_token1] = ACTIONS(1261), + [sym_char_literal] = ACTIONS(1261), + [anon_sym_true] = ACTIONS(1263), + [anon_sym_false] = ACTIONS(1263), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1263), + [sym_super] = ACTIONS(1263), + [sym_crate] = ACTIONS(1263), + [sym_metavariable] = ACTIONS(1261), + [sym__raw_string_literal_start] = ACTIONS(1261), + [sym_float_literal] = ACTIONS(1261), + }, + [STATE(602)] = { + [sym_line_comment] = STATE(602), + [sym_block_comment] = STATE(602), + [ts_builtin_sym_end] = ACTIONS(2185), + [sym_identifier] = ACTIONS(2187), + [anon_sym_SEMI] = ACTIONS(2185), + [anon_sym_macro_rules_BANG] = ACTIONS(2185), + [anon_sym_LPAREN] = ACTIONS(2185), + [anon_sym_LBRACK] = ACTIONS(2185), + [anon_sym_LBRACE] = ACTIONS(2185), + [anon_sym_RBRACE] = ACTIONS(2185), + [anon_sym_STAR] = ACTIONS(2185), + [anon_sym_u8] = ACTIONS(2187), + [anon_sym_i8] = ACTIONS(2187), + [anon_sym_u16] = ACTIONS(2187), + [anon_sym_i16] = ACTIONS(2187), + [anon_sym_u32] = ACTIONS(2187), + [anon_sym_i32] = ACTIONS(2187), + [anon_sym_u64] = ACTIONS(2187), + [anon_sym_i64] = ACTIONS(2187), + [anon_sym_u128] = ACTIONS(2187), + [anon_sym_i128] = ACTIONS(2187), + [anon_sym_isize] = ACTIONS(2187), + [anon_sym_usize] = ACTIONS(2187), + [anon_sym_f32] = ACTIONS(2187), + [anon_sym_f64] = ACTIONS(2187), + [anon_sym_bool] = ACTIONS(2187), + [anon_sym_str] = ACTIONS(2187), + [anon_sym_char] = ACTIONS(2187), + [anon_sym_DASH] = ACTIONS(2185), + [anon_sym_BANG] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(2185), + [anon_sym_PIPE] = ACTIONS(2185), + [anon_sym_LT] = ACTIONS(2185), + [anon_sym_DOT_DOT] = ACTIONS(2185), + [anon_sym_COLON_COLON] = ACTIONS(2185), + [anon_sym_POUND] = ACTIONS(2185), + [anon_sym_SQUOTE] = ACTIONS(2187), + [anon_sym_async] = ACTIONS(2187), + [anon_sym_break] = ACTIONS(2187), + [anon_sym_const] = ACTIONS(2187), + [anon_sym_continue] = ACTIONS(2187), + [anon_sym_default] = ACTIONS(2187), + [anon_sym_enum] = ACTIONS(2187), + [anon_sym_fn] = ACTIONS(2187), + [anon_sym_for] = ACTIONS(2187), + [anon_sym_gen] = ACTIONS(2187), + [anon_sym_if] = ACTIONS(2187), + [anon_sym_impl] = ACTIONS(2187), + [anon_sym_let] = ACTIONS(2187), + [anon_sym_loop] = ACTIONS(2187), + [anon_sym_match] = ACTIONS(2187), + [anon_sym_mod] = ACTIONS(2187), + [anon_sym_pub] = ACTIONS(2187), + [anon_sym_return] = ACTIONS(2187), + [anon_sym_static] = ACTIONS(2187), + [anon_sym_struct] = ACTIONS(2187), + [anon_sym_trait] = ACTIONS(2187), + [anon_sym_type] = ACTIONS(2187), + [anon_sym_union] = ACTIONS(2187), + [anon_sym_unsafe] = ACTIONS(2187), + [anon_sym_use] = ACTIONS(2187), + [anon_sym_while] = ACTIONS(2187), + [anon_sym_extern] = ACTIONS(2187), + [anon_sym_yield] = ACTIONS(2187), + [anon_sym_move] = ACTIONS(2187), + [anon_sym_try] = ACTIONS(2187), + [sym_integer_literal] = ACTIONS(2185), + [aux_sym_string_literal_token1] = ACTIONS(2185), + [sym_char_literal] = ACTIONS(2185), + [anon_sym_true] = ACTIONS(2187), + [anon_sym_false] = ACTIONS(2187), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2187), + [sym_super] = ACTIONS(2187), + [sym_crate] = ACTIONS(2187), + [sym_metavariable] = ACTIONS(2185), + [sym__raw_string_literal_start] = ACTIONS(2185), + [sym_float_literal] = ACTIONS(2185), + }, + [STATE(603)] = { + [sym_line_comment] = STATE(603), + [sym_block_comment] = STATE(603), + [ts_builtin_sym_end] = ACTIONS(2189), + [sym_identifier] = ACTIONS(2191), + [anon_sym_SEMI] = ACTIONS(2189), + [anon_sym_macro_rules_BANG] = ACTIONS(2189), + [anon_sym_LPAREN] = ACTIONS(2189), + [anon_sym_LBRACK] = ACTIONS(2189), + [anon_sym_LBRACE] = ACTIONS(2189), + [anon_sym_RBRACE] = ACTIONS(2189), + [anon_sym_STAR] = ACTIONS(2189), + [anon_sym_u8] = ACTIONS(2191), + [anon_sym_i8] = ACTIONS(2191), + [anon_sym_u16] = ACTIONS(2191), + [anon_sym_i16] = ACTIONS(2191), + [anon_sym_u32] = ACTIONS(2191), + [anon_sym_i32] = ACTIONS(2191), + [anon_sym_u64] = ACTIONS(2191), + [anon_sym_i64] = ACTIONS(2191), + [anon_sym_u128] = ACTIONS(2191), + [anon_sym_i128] = ACTIONS(2191), + [anon_sym_isize] = ACTIONS(2191), + [anon_sym_usize] = ACTIONS(2191), + [anon_sym_f32] = ACTIONS(2191), + [anon_sym_f64] = ACTIONS(2191), + [anon_sym_bool] = ACTIONS(2191), + [anon_sym_str] = ACTIONS(2191), + [anon_sym_char] = ACTIONS(2191), + [anon_sym_DASH] = ACTIONS(2189), + [anon_sym_BANG] = ACTIONS(2189), + [anon_sym_AMP] = ACTIONS(2189), + [anon_sym_PIPE] = ACTIONS(2189), + [anon_sym_LT] = ACTIONS(2189), + [anon_sym_DOT_DOT] = ACTIONS(2189), + [anon_sym_COLON_COLON] = ACTIONS(2189), + [anon_sym_POUND] = ACTIONS(2189), + [anon_sym_SQUOTE] = ACTIONS(2191), + [anon_sym_async] = ACTIONS(2191), + [anon_sym_break] = ACTIONS(2191), + [anon_sym_const] = ACTIONS(2191), + [anon_sym_continue] = ACTIONS(2191), + [anon_sym_default] = ACTIONS(2191), + [anon_sym_enum] = ACTIONS(2191), + [anon_sym_fn] = ACTIONS(2191), + [anon_sym_for] = ACTIONS(2191), + [anon_sym_gen] = ACTIONS(2191), + [anon_sym_if] = ACTIONS(2191), + [anon_sym_impl] = ACTIONS(2191), + [anon_sym_let] = ACTIONS(2191), + [anon_sym_loop] = ACTIONS(2191), + [anon_sym_match] = ACTIONS(2191), + [anon_sym_mod] = ACTIONS(2191), + [anon_sym_pub] = ACTIONS(2191), + [anon_sym_return] = ACTIONS(2191), + [anon_sym_static] = ACTIONS(2191), + [anon_sym_struct] = ACTIONS(2191), + [anon_sym_trait] = ACTIONS(2191), + [anon_sym_type] = ACTIONS(2191), + [anon_sym_union] = ACTIONS(2191), + [anon_sym_unsafe] = ACTIONS(2191), + [anon_sym_use] = ACTIONS(2191), + [anon_sym_while] = ACTIONS(2191), + [anon_sym_extern] = ACTIONS(2191), + [anon_sym_yield] = ACTIONS(2191), + [anon_sym_move] = ACTIONS(2191), + [anon_sym_try] = ACTIONS(2191), + [sym_integer_literal] = ACTIONS(2189), + [aux_sym_string_literal_token1] = ACTIONS(2189), + [sym_char_literal] = ACTIONS(2189), + [anon_sym_true] = ACTIONS(2191), + [anon_sym_false] = ACTIONS(2191), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2191), + [sym_super] = ACTIONS(2191), + [sym_crate] = ACTIONS(2191), + [sym_metavariable] = ACTIONS(2189), + [sym__raw_string_literal_start] = ACTIONS(2189), + [sym_float_literal] = ACTIONS(2189), + }, + [STATE(604)] = { + [sym_line_comment] = STATE(604), + [sym_block_comment] = STATE(604), + [ts_builtin_sym_end] = ACTIONS(2193), + [sym_identifier] = ACTIONS(2195), + [anon_sym_SEMI] = ACTIONS(2193), + [anon_sym_macro_rules_BANG] = ACTIONS(2193), + [anon_sym_LPAREN] = ACTIONS(2193), + [anon_sym_LBRACK] = ACTIONS(2193), + [anon_sym_LBRACE] = ACTIONS(2193), + [anon_sym_RBRACE] = ACTIONS(2193), + [anon_sym_STAR] = ACTIONS(2193), + [anon_sym_u8] = ACTIONS(2195), + [anon_sym_i8] = ACTIONS(2195), + [anon_sym_u16] = ACTIONS(2195), + [anon_sym_i16] = ACTIONS(2195), + [anon_sym_u32] = ACTIONS(2195), + [anon_sym_i32] = ACTIONS(2195), + [anon_sym_u64] = ACTIONS(2195), + [anon_sym_i64] = ACTIONS(2195), + [anon_sym_u128] = ACTIONS(2195), + [anon_sym_i128] = ACTIONS(2195), + [anon_sym_isize] = ACTIONS(2195), + [anon_sym_usize] = ACTIONS(2195), + [anon_sym_f32] = ACTIONS(2195), + [anon_sym_f64] = ACTIONS(2195), + [anon_sym_bool] = ACTIONS(2195), + [anon_sym_str] = ACTIONS(2195), + [anon_sym_char] = ACTIONS(2195), + [anon_sym_DASH] = ACTIONS(2193), + [anon_sym_BANG] = ACTIONS(2193), + [anon_sym_AMP] = ACTIONS(2193), + [anon_sym_PIPE] = ACTIONS(2193), + [anon_sym_LT] = ACTIONS(2193), + [anon_sym_DOT_DOT] = ACTIONS(2193), + [anon_sym_COLON_COLON] = ACTIONS(2193), + [anon_sym_POUND] = ACTIONS(2193), + [anon_sym_SQUOTE] = ACTIONS(2195), + [anon_sym_async] = ACTIONS(2195), + [anon_sym_break] = ACTIONS(2195), + [anon_sym_const] = ACTIONS(2195), + [anon_sym_continue] = ACTIONS(2195), + [anon_sym_default] = ACTIONS(2195), + [anon_sym_enum] = ACTIONS(2195), + [anon_sym_fn] = ACTIONS(2195), + [anon_sym_for] = ACTIONS(2195), + [anon_sym_gen] = ACTIONS(2195), + [anon_sym_if] = ACTIONS(2195), + [anon_sym_impl] = ACTIONS(2195), + [anon_sym_let] = ACTIONS(2195), + [anon_sym_loop] = ACTIONS(2195), + [anon_sym_match] = ACTIONS(2195), + [anon_sym_mod] = ACTIONS(2195), + [anon_sym_pub] = ACTIONS(2195), + [anon_sym_return] = ACTIONS(2195), + [anon_sym_static] = ACTIONS(2195), + [anon_sym_struct] = ACTIONS(2195), + [anon_sym_trait] = ACTIONS(2195), + [anon_sym_type] = ACTIONS(2195), + [anon_sym_union] = ACTIONS(2195), + [anon_sym_unsafe] = ACTIONS(2195), + [anon_sym_use] = ACTIONS(2195), + [anon_sym_while] = ACTIONS(2195), + [anon_sym_extern] = ACTIONS(2195), + [anon_sym_yield] = ACTIONS(2195), + [anon_sym_move] = ACTIONS(2195), + [anon_sym_try] = ACTIONS(2195), + [sym_integer_literal] = ACTIONS(2193), + [aux_sym_string_literal_token1] = ACTIONS(2193), + [sym_char_literal] = ACTIONS(2193), + [anon_sym_true] = ACTIONS(2195), + [anon_sym_false] = ACTIONS(2195), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2195), + [sym_super] = ACTIONS(2195), + [sym_crate] = ACTIONS(2195), + [sym_metavariable] = ACTIONS(2193), + [sym__raw_string_literal_start] = ACTIONS(2193), + [sym_float_literal] = ACTIONS(2193), + }, + [STATE(605)] = { + [sym_line_comment] = STATE(605), + [sym_block_comment] = STATE(605), + [ts_builtin_sym_end] = ACTIONS(2197), + [sym_identifier] = ACTIONS(2199), + [anon_sym_SEMI] = ACTIONS(2197), + [anon_sym_macro_rules_BANG] = ACTIONS(2197), + [anon_sym_LPAREN] = ACTIONS(2197), + [anon_sym_LBRACK] = ACTIONS(2197), + [anon_sym_LBRACE] = ACTIONS(2197), + [anon_sym_RBRACE] = ACTIONS(2197), + [anon_sym_STAR] = ACTIONS(2197), + [anon_sym_u8] = ACTIONS(2199), + [anon_sym_i8] = ACTIONS(2199), + [anon_sym_u16] = ACTIONS(2199), + [anon_sym_i16] = ACTIONS(2199), + [anon_sym_u32] = ACTIONS(2199), + [anon_sym_i32] = ACTIONS(2199), + [anon_sym_u64] = ACTIONS(2199), + [anon_sym_i64] = ACTIONS(2199), + [anon_sym_u128] = ACTIONS(2199), + [anon_sym_i128] = ACTIONS(2199), + [anon_sym_isize] = ACTIONS(2199), + [anon_sym_usize] = ACTIONS(2199), + [anon_sym_f32] = ACTIONS(2199), + [anon_sym_f64] = ACTIONS(2199), + [anon_sym_bool] = ACTIONS(2199), + [anon_sym_str] = ACTIONS(2199), + [anon_sym_char] = ACTIONS(2199), + [anon_sym_DASH] = ACTIONS(2197), + [anon_sym_BANG] = ACTIONS(2197), + [anon_sym_AMP] = ACTIONS(2197), + [anon_sym_PIPE] = ACTIONS(2197), + [anon_sym_LT] = ACTIONS(2197), + [anon_sym_DOT_DOT] = ACTIONS(2197), + [anon_sym_COLON_COLON] = ACTIONS(2197), + [anon_sym_POUND] = ACTIONS(2197), + [anon_sym_SQUOTE] = ACTIONS(2199), + [anon_sym_async] = ACTIONS(2199), + [anon_sym_break] = ACTIONS(2199), + [anon_sym_const] = ACTIONS(2199), + [anon_sym_continue] = ACTIONS(2199), + [anon_sym_default] = ACTIONS(2199), + [anon_sym_enum] = ACTIONS(2199), + [anon_sym_fn] = ACTIONS(2199), + [anon_sym_for] = ACTIONS(2199), + [anon_sym_gen] = ACTIONS(2199), + [anon_sym_if] = ACTIONS(2199), + [anon_sym_impl] = ACTIONS(2199), + [anon_sym_let] = ACTIONS(2199), + [anon_sym_loop] = ACTIONS(2199), + [anon_sym_match] = ACTIONS(2199), + [anon_sym_mod] = ACTIONS(2199), + [anon_sym_pub] = ACTIONS(2199), + [anon_sym_return] = ACTIONS(2199), + [anon_sym_static] = ACTIONS(2199), + [anon_sym_struct] = ACTIONS(2199), + [anon_sym_trait] = ACTIONS(2199), + [anon_sym_type] = ACTIONS(2199), + [anon_sym_union] = ACTIONS(2199), + [anon_sym_unsafe] = ACTIONS(2199), + [anon_sym_use] = ACTIONS(2199), + [anon_sym_while] = ACTIONS(2199), + [anon_sym_extern] = ACTIONS(2199), + [anon_sym_yield] = ACTIONS(2199), + [anon_sym_move] = ACTIONS(2199), + [anon_sym_try] = ACTIONS(2199), + [sym_integer_literal] = ACTIONS(2197), + [aux_sym_string_literal_token1] = ACTIONS(2197), + [sym_char_literal] = ACTIONS(2197), + [anon_sym_true] = ACTIONS(2199), + [anon_sym_false] = ACTIONS(2199), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2199), + [sym_super] = ACTIONS(2199), + [sym_crate] = ACTIONS(2199), + [sym_metavariable] = ACTIONS(2197), + [sym__raw_string_literal_start] = ACTIONS(2197), + [sym_float_literal] = ACTIONS(2197), + }, + [STATE(606)] = { + [sym_line_comment] = STATE(606), + [sym_block_comment] = STATE(606), + [ts_builtin_sym_end] = ACTIONS(2201), + [sym_identifier] = ACTIONS(2203), + [anon_sym_SEMI] = ACTIONS(2201), + [anon_sym_macro_rules_BANG] = ACTIONS(2201), + [anon_sym_LPAREN] = ACTIONS(2201), + [anon_sym_LBRACK] = ACTIONS(2201), + [anon_sym_LBRACE] = ACTIONS(2201), + [anon_sym_RBRACE] = ACTIONS(2201), + [anon_sym_STAR] = ACTIONS(2201), + [anon_sym_u8] = ACTIONS(2203), + [anon_sym_i8] = ACTIONS(2203), + [anon_sym_u16] = ACTIONS(2203), + [anon_sym_i16] = ACTIONS(2203), + [anon_sym_u32] = ACTIONS(2203), + [anon_sym_i32] = ACTIONS(2203), + [anon_sym_u64] = ACTIONS(2203), + [anon_sym_i64] = ACTIONS(2203), + [anon_sym_u128] = ACTIONS(2203), + [anon_sym_i128] = ACTIONS(2203), + [anon_sym_isize] = ACTIONS(2203), + [anon_sym_usize] = ACTIONS(2203), + [anon_sym_f32] = ACTIONS(2203), + [anon_sym_f64] = ACTIONS(2203), + [anon_sym_bool] = ACTIONS(2203), + [anon_sym_str] = ACTIONS(2203), + [anon_sym_char] = ACTIONS(2203), + [anon_sym_DASH] = ACTIONS(2201), + [anon_sym_BANG] = ACTIONS(2201), + [anon_sym_AMP] = ACTIONS(2201), + [anon_sym_PIPE] = ACTIONS(2201), + [anon_sym_LT] = ACTIONS(2201), + [anon_sym_DOT_DOT] = ACTIONS(2201), + [anon_sym_COLON_COLON] = ACTIONS(2201), + [anon_sym_POUND] = ACTIONS(2201), + [anon_sym_SQUOTE] = ACTIONS(2203), + [anon_sym_async] = ACTIONS(2203), + [anon_sym_break] = ACTIONS(2203), + [anon_sym_const] = ACTIONS(2203), + [anon_sym_continue] = ACTIONS(2203), + [anon_sym_default] = ACTIONS(2203), + [anon_sym_enum] = ACTIONS(2203), + [anon_sym_fn] = ACTIONS(2203), + [anon_sym_for] = ACTIONS(2203), + [anon_sym_gen] = ACTIONS(2203), + [anon_sym_if] = ACTIONS(2203), + [anon_sym_impl] = ACTIONS(2203), + [anon_sym_let] = ACTIONS(2203), + [anon_sym_loop] = ACTIONS(2203), + [anon_sym_match] = ACTIONS(2203), + [anon_sym_mod] = ACTIONS(2203), + [anon_sym_pub] = ACTIONS(2203), + [anon_sym_return] = ACTIONS(2203), + [anon_sym_static] = ACTIONS(2203), + [anon_sym_struct] = ACTIONS(2203), + [anon_sym_trait] = ACTIONS(2203), + [anon_sym_type] = ACTIONS(2203), + [anon_sym_union] = ACTIONS(2203), + [anon_sym_unsafe] = ACTIONS(2203), + [anon_sym_use] = ACTIONS(2203), + [anon_sym_while] = ACTIONS(2203), + [anon_sym_extern] = ACTIONS(2203), + [anon_sym_yield] = ACTIONS(2203), + [anon_sym_move] = ACTIONS(2203), + [anon_sym_try] = ACTIONS(2203), + [sym_integer_literal] = ACTIONS(2201), + [aux_sym_string_literal_token1] = ACTIONS(2201), + [sym_char_literal] = ACTIONS(2201), + [anon_sym_true] = ACTIONS(2203), + [anon_sym_false] = ACTIONS(2203), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2203), + [sym_super] = ACTIONS(2203), + [sym_crate] = ACTIONS(2203), + [sym_metavariable] = ACTIONS(2201), + [sym__raw_string_literal_start] = ACTIONS(2201), + [sym_float_literal] = ACTIONS(2201), + }, + [STATE(607)] = { + [sym_line_comment] = STATE(607), + [sym_block_comment] = STATE(607), + [ts_builtin_sym_end] = ACTIONS(2205), + [sym_identifier] = ACTIONS(2207), + [anon_sym_SEMI] = ACTIONS(2205), + [anon_sym_macro_rules_BANG] = ACTIONS(2205), + [anon_sym_LPAREN] = ACTIONS(2205), + [anon_sym_LBRACK] = ACTIONS(2205), + [anon_sym_LBRACE] = ACTIONS(2205), + [anon_sym_RBRACE] = ACTIONS(2205), + [anon_sym_STAR] = ACTIONS(2205), + [anon_sym_u8] = ACTIONS(2207), + [anon_sym_i8] = ACTIONS(2207), + [anon_sym_u16] = ACTIONS(2207), + [anon_sym_i16] = ACTIONS(2207), + [anon_sym_u32] = ACTIONS(2207), + [anon_sym_i32] = ACTIONS(2207), + [anon_sym_u64] = ACTIONS(2207), + [anon_sym_i64] = ACTIONS(2207), + [anon_sym_u128] = ACTIONS(2207), + [anon_sym_i128] = ACTIONS(2207), + [anon_sym_isize] = ACTIONS(2207), + [anon_sym_usize] = ACTIONS(2207), + [anon_sym_f32] = ACTIONS(2207), + [anon_sym_f64] = ACTIONS(2207), + [anon_sym_bool] = ACTIONS(2207), + [anon_sym_str] = ACTIONS(2207), + [anon_sym_char] = ACTIONS(2207), + [anon_sym_DASH] = ACTIONS(2205), + [anon_sym_BANG] = ACTIONS(2205), + [anon_sym_AMP] = ACTIONS(2205), + [anon_sym_PIPE] = ACTIONS(2205), + [anon_sym_LT] = ACTIONS(2205), + [anon_sym_DOT_DOT] = ACTIONS(2205), + [anon_sym_COLON_COLON] = ACTIONS(2205), + [anon_sym_POUND] = ACTIONS(2205), + [anon_sym_SQUOTE] = ACTIONS(2207), + [anon_sym_async] = ACTIONS(2207), + [anon_sym_break] = ACTIONS(2207), + [anon_sym_const] = ACTIONS(2207), + [anon_sym_continue] = ACTIONS(2207), + [anon_sym_default] = ACTIONS(2207), + [anon_sym_enum] = ACTIONS(2207), + [anon_sym_fn] = ACTIONS(2207), + [anon_sym_for] = ACTIONS(2207), + [anon_sym_gen] = ACTIONS(2207), + [anon_sym_if] = ACTIONS(2207), + [anon_sym_impl] = ACTIONS(2207), + [anon_sym_let] = ACTIONS(2207), + [anon_sym_loop] = ACTIONS(2207), + [anon_sym_match] = ACTIONS(2207), + [anon_sym_mod] = ACTIONS(2207), + [anon_sym_pub] = ACTIONS(2207), + [anon_sym_return] = ACTIONS(2207), + [anon_sym_static] = ACTIONS(2207), + [anon_sym_struct] = ACTIONS(2207), + [anon_sym_trait] = ACTIONS(2207), + [anon_sym_type] = ACTIONS(2207), + [anon_sym_union] = ACTIONS(2207), + [anon_sym_unsafe] = ACTIONS(2207), + [anon_sym_use] = ACTIONS(2207), + [anon_sym_while] = ACTIONS(2207), + [anon_sym_extern] = ACTIONS(2207), + [anon_sym_yield] = ACTIONS(2207), + [anon_sym_move] = ACTIONS(2207), + [anon_sym_try] = ACTIONS(2207), + [sym_integer_literal] = ACTIONS(2205), + [aux_sym_string_literal_token1] = ACTIONS(2205), + [sym_char_literal] = ACTIONS(2205), + [anon_sym_true] = ACTIONS(2207), + [anon_sym_false] = ACTIONS(2207), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2207), + [sym_super] = ACTIONS(2207), + [sym_crate] = ACTIONS(2207), + [sym_metavariable] = ACTIONS(2205), + [sym__raw_string_literal_start] = ACTIONS(2205), + [sym_float_literal] = ACTIONS(2205), + }, + [STATE(608)] = { + [sym_line_comment] = STATE(608), + [sym_block_comment] = STATE(608), + [ts_builtin_sym_end] = ACTIONS(2209), + [sym_identifier] = ACTIONS(2211), + [anon_sym_SEMI] = ACTIONS(2209), + [anon_sym_macro_rules_BANG] = ACTIONS(2209), + [anon_sym_LPAREN] = ACTIONS(2209), + [anon_sym_LBRACK] = ACTIONS(2209), + [anon_sym_LBRACE] = ACTIONS(2209), + [anon_sym_RBRACE] = ACTIONS(2209), + [anon_sym_STAR] = ACTIONS(2209), + [anon_sym_u8] = ACTIONS(2211), + [anon_sym_i8] = ACTIONS(2211), + [anon_sym_u16] = ACTIONS(2211), + [anon_sym_i16] = ACTIONS(2211), + [anon_sym_u32] = ACTIONS(2211), + [anon_sym_i32] = ACTIONS(2211), + [anon_sym_u64] = ACTIONS(2211), + [anon_sym_i64] = ACTIONS(2211), + [anon_sym_u128] = ACTIONS(2211), + [anon_sym_i128] = ACTIONS(2211), + [anon_sym_isize] = ACTIONS(2211), + [anon_sym_usize] = ACTIONS(2211), + [anon_sym_f32] = ACTIONS(2211), + [anon_sym_f64] = ACTIONS(2211), + [anon_sym_bool] = ACTIONS(2211), + [anon_sym_str] = ACTIONS(2211), + [anon_sym_char] = ACTIONS(2211), + [anon_sym_DASH] = ACTIONS(2209), + [anon_sym_BANG] = ACTIONS(2209), + [anon_sym_AMP] = ACTIONS(2209), + [anon_sym_PIPE] = ACTIONS(2209), + [anon_sym_LT] = ACTIONS(2209), + [anon_sym_DOT_DOT] = ACTIONS(2209), + [anon_sym_COLON_COLON] = ACTIONS(2209), + [anon_sym_POUND] = ACTIONS(2209), + [anon_sym_SQUOTE] = ACTIONS(2211), + [anon_sym_async] = ACTIONS(2211), + [anon_sym_break] = ACTIONS(2211), + [anon_sym_const] = ACTIONS(2211), + [anon_sym_continue] = ACTIONS(2211), + [anon_sym_default] = ACTIONS(2211), + [anon_sym_enum] = ACTIONS(2211), + [anon_sym_fn] = ACTIONS(2211), + [anon_sym_for] = ACTIONS(2211), + [anon_sym_gen] = ACTIONS(2211), + [anon_sym_if] = ACTIONS(2211), + [anon_sym_impl] = ACTIONS(2211), + [anon_sym_let] = ACTIONS(2211), + [anon_sym_loop] = ACTIONS(2211), + [anon_sym_match] = ACTIONS(2211), + [anon_sym_mod] = ACTIONS(2211), + [anon_sym_pub] = ACTIONS(2211), + [anon_sym_return] = ACTIONS(2211), + [anon_sym_static] = ACTIONS(2211), + [anon_sym_struct] = ACTIONS(2211), + [anon_sym_trait] = ACTIONS(2211), + [anon_sym_type] = ACTIONS(2211), + [anon_sym_union] = ACTIONS(2211), + [anon_sym_unsafe] = ACTIONS(2211), + [anon_sym_use] = ACTIONS(2211), + [anon_sym_while] = ACTIONS(2211), + [anon_sym_extern] = ACTIONS(2211), + [anon_sym_yield] = ACTIONS(2211), + [anon_sym_move] = ACTIONS(2211), + [anon_sym_try] = ACTIONS(2211), + [sym_integer_literal] = ACTIONS(2209), + [aux_sym_string_literal_token1] = ACTIONS(2209), + [sym_char_literal] = ACTIONS(2209), + [anon_sym_true] = ACTIONS(2211), + [anon_sym_false] = ACTIONS(2211), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2211), + [sym_super] = ACTIONS(2211), + [sym_crate] = ACTIONS(2211), + [sym_metavariable] = ACTIONS(2209), + [sym__raw_string_literal_start] = ACTIONS(2209), + [sym_float_literal] = ACTIONS(2209), + }, + [STATE(609)] = { + [sym_line_comment] = STATE(609), + [sym_block_comment] = STATE(609), + [ts_builtin_sym_end] = ACTIONS(2213), + [sym_identifier] = ACTIONS(2215), + [anon_sym_SEMI] = ACTIONS(2213), + [anon_sym_macro_rules_BANG] = ACTIONS(2213), + [anon_sym_LPAREN] = ACTIONS(2213), + [anon_sym_LBRACK] = ACTIONS(2213), + [anon_sym_LBRACE] = ACTIONS(2213), + [anon_sym_RBRACE] = ACTIONS(2213), + [anon_sym_STAR] = ACTIONS(2213), + [anon_sym_u8] = ACTIONS(2215), + [anon_sym_i8] = ACTIONS(2215), + [anon_sym_u16] = ACTIONS(2215), + [anon_sym_i16] = ACTIONS(2215), + [anon_sym_u32] = ACTIONS(2215), + [anon_sym_i32] = ACTIONS(2215), + [anon_sym_u64] = ACTIONS(2215), + [anon_sym_i64] = ACTIONS(2215), + [anon_sym_u128] = ACTIONS(2215), + [anon_sym_i128] = ACTIONS(2215), + [anon_sym_isize] = ACTIONS(2215), + [anon_sym_usize] = ACTIONS(2215), + [anon_sym_f32] = ACTIONS(2215), + [anon_sym_f64] = ACTIONS(2215), + [anon_sym_bool] = ACTIONS(2215), + [anon_sym_str] = ACTIONS(2215), + [anon_sym_char] = ACTIONS(2215), + [anon_sym_DASH] = ACTIONS(2213), + [anon_sym_BANG] = ACTIONS(2213), + [anon_sym_AMP] = ACTIONS(2213), + [anon_sym_PIPE] = ACTIONS(2213), + [anon_sym_LT] = ACTIONS(2213), + [anon_sym_DOT_DOT] = ACTIONS(2213), + [anon_sym_COLON_COLON] = ACTIONS(2213), + [anon_sym_POUND] = ACTIONS(2213), + [anon_sym_SQUOTE] = ACTIONS(2215), + [anon_sym_async] = ACTIONS(2215), + [anon_sym_break] = ACTIONS(2215), + [anon_sym_const] = ACTIONS(2215), + [anon_sym_continue] = ACTIONS(2215), + [anon_sym_default] = ACTIONS(2215), + [anon_sym_enum] = ACTIONS(2215), + [anon_sym_fn] = ACTIONS(2215), + [anon_sym_for] = ACTIONS(2215), + [anon_sym_gen] = ACTIONS(2215), + [anon_sym_if] = ACTIONS(2215), + [anon_sym_impl] = ACTIONS(2215), + [anon_sym_let] = ACTIONS(2215), + [anon_sym_loop] = ACTIONS(2215), + [anon_sym_match] = ACTIONS(2215), + [anon_sym_mod] = ACTIONS(2215), + [anon_sym_pub] = ACTIONS(2215), + [anon_sym_return] = ACTIONS(2215), + [anon_sym_static] = ACTIONS(2215), + [anon_sym_struct] = ACTIONS(2215), + [anon_sym_trait] = ACTIONS(2215), + [anon_sym_type] = ACTIONS(2215), + [anon_sym_union] = ACTIONS(2215), + [anon_sym_unsafe] = ACTIONS(2215), + [anon_sym_use] = ACTIONS(2215), + [anon_sym_while] = ACTIONS(2215), + [anon_sym_extern] = ACTIONS(2215), + [anon_sym_yield] = ACTIONS(2215), + [anon_sym_move] = ACTIONS(2215), + [anon_sym_try] = ACTIONS(2215), + [sym_integer_literal] = ACTIONS(2213), + [aux_sym_string_literal_token1] = ACTIONS(2213), + [sym_char_literal] = ACTIONS(2213), + [anon_sym_true] = ACTIONS(2215), + [anon_sym_false] = ACTIONS(2215), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2215), + [sym_super] = ACTIONS(2215), + [sym_crate] = ACTIONS(2215), + [sym_metavariable] = ACTIONS(2213), + [sym__raw_string_literal_start] = ACTIONS(2213), + [sym_float_literal] = ACTIONS(2213), + }, + [STATE(610)] = { + [sym_line_comment] = STATE(610), + [sym_block_comment] = STATE(610), + [ts_builtin_sym_end] = ACTIONS(2217), + [sym_identifier] = ACTIONS(2219), + [anon_sym_SEMI] = ACTIONS(2217), + [anon_sym_macro_rules_BANG] = ACTIONS(2217), + [anon_sym_LPAREN] = ACTIONS(2217), + [anon_sym_LBRACK] = ACTIONS(2217), + [anon_sym_LBRACE] = ACTIONS(2217), + [anon_sym_RBRACE] = ACTIONS(2217), + [anon_sym_STAR] = ACTIONS(2217), + [anon_sym_u8] = ACTIONS(2219), + [anon_sym_i8] = ACTIONS(2219), + [anon_sym_u16] = ACTIONS(2219), + [anon_sym_i16] = ACTIONS(2219), + [anon_sym_u32] = ACTIONS(2219), + [anon_sym_i32] = ACTIONS(2219), + [anon_sym_u64] = ACTIONS(2219), + [anon_sym_i64] = ACTIONS(2219), + [anon_sym_u128] = ACTIONS(2219), + [anon_sym_i128] = ACTIONS(2219), + [anon_sym_isize] = ACTIONS(2219), + [anon_sym_usize] = ACTIONS(2219), + [anon_sym_f32] = ACTIONS(2219), + [anon_sym_f64] = ACTIONS(2219), + [anon_sym_bool] = ACTIONS(2219), + [anon_sym_str] = ACTIONS(2219), + [anon_sym_char] = ACTIONS(2219), + [anon_sym_DASH] = ACTIONS(2217), + [anon_sym_BANG] = ACTIONS(2217), + [anon_sym_AMP] = ACTIONS(2217), + [anon_sym_PIPE] = ACTIONS(2217), + [anon_sym_LT] = ACTIONS(2217), + [anon_sym_DOT_DOT] = ACTIONS(2217), + [anon_sym_COLON_COLON] = ACTIONS(2217), + [anon_sym_POUND] = ACTIONS(2217), + [anon_sym_SQUOTE] = ACTIONS(2219), + [anon_sym_async] = ACTIONS(2219), + [anon_sym_break] = ACTIONS(2219), + [anon_sym_const] = ACTIONS(2219), + [anon_sym_continue] = ACTIONS(2219), + [anon_sym_default] = ACTIONS(2219), + [anon_sym_enum] = ACTIONS(2219), + [anon_sym_fn] = ACTIONS(2219), + [anon_sym_for] = ACTIONS(2219), + [anon_sym_gen] = ACTIONS(2219), + [anon_sym_if] = ACTIONS(2219), + [anon_sym_impl] = ACTIONS(2219), + [anon_sym_let] = ACTIONS(2219), + [anon_sym_loop] = ACTIONS(2219), + [anon_sym_match] = ACTIONS(2219), + [anon_sym_mod] = ACTIONS(2219), + [anon_sym_pub] = ACTIONS(2219), + [anon_sym_return] = ACTIONS(2219), + [anon_sym_static] = ACTIONS(2219), + [anon_sym_struct] = ACTIONS(2219), + [anon_sym_trait] = ACTIONS(2219), + [anon_sym_type] = ACTIONS(2219), + [anon_sym_union] = ACTIONS(2219), + [anon_sym_unsafe] = ACTIONS(2219), + [anon_sym_use] = ACTIONS(2219), + [anon_sym_while] = ACTIONS(2219), + [anon_sym_extern] = ACTIONS(2219), + [anon_sym_yield] = ACTIONS(2219), + [anon_sym_move] = ACTIONS(2219), + [anon_sym_try] = ACTIONS(2219), + [sym_integer_literal] = ACTIONS(2217), + [aux_sym_string_literal_token1] = ACTIONS(2217), + [sym_char_literal] = ACTIONS(2217), + [anon_sym_true] = ACTIONS(2219), + [anon_sym_false] = ACTIONS(2219), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2219), + [sym_super] = ACTIONS(2219), + [sym_crate] = ACTIONS(2219), + [sym_metavariable] = ACTIONS(2217), + [sym__raw_string_literal_start] = ACTIONS(2217), + [sym_float_literal] = ACTIONS(2217), + }, + [STATE(611)] = { + [sym_line_comment] = STATE(611), + [sym_block_comment] = STATE(611), + [ts_builtin_sym_end] = ACTIONS(2221), + [sym_identifier] = ACTIONS(2223), + [anon_sym_SEMI] = ACTIONS(2221), + [anon_sym_macro_rules_BANG] = ACTIONS(2221), + [anon_sym_LPAREN] = ACTIONS(2221), + [anon_sym_LBRACK] = ACTIONS(2221), + [anon_sym_LBRACE] = ACTIONS(2221), + [anon_sym_RBRACE] = ACTIONS(2221), + [anon_sym_STAR] = ACTIONS(2221), + [anon_sym_u8] = ACTIONS(2223), + [anon_sym_i8] = ACTIONS(2223), + [anon_sym_u16] = ACTIONS(2223), + [anon_sym_i16] = ACTIONS(2223), + [anon_sym_u32] = ACTIONS(2223), + [anon_sym_i32] = ACTIONS(2223), + [anon_sym_u64] = ACTIONS(2223), + [anon_sym_i64] = ACTIONS(2223), + [anon_sym_u128] = ACTIONS(2223), + [anon_sym_i128] = ACTIONS(2223), + [anon_sym_isize] = ACTIONS(2223), + [anon_sym_usize] = ACTIONS(2223), + [anon_sym_f32] = ACTIONS(2223), + [anon_sym_f64] = ACTIONS(2223), + [anon_sym_bool] = ACTIONS(2223), + [anon_sym_str] = ACTIONS(2223), + [anon_sym_char] = ACTIONS(2223), + [anon_sym_DASH] = ACTIONS(2221), + [anon_sym_BANG] = ACTIONS(2221), + [anon_sym_AMP] = ACTIONS(2221), + [anon_sym_PIPE] = ACTIONS(2221), + [anon_sym_LT] = ACTIONS(2221), + [anon_sym_DOT_DOT] = ACTIONS(2221), + [anon_sym_COLON_COLON] = ACTIONS(2221), + [anon_sym_POUND] = ACTIONS(2221), + [anon_sym_SQUOTE] = ACTIONS(2223), + [anon_sym_async] = ACTIONS(2223), + [anon_sym_break] = ACTIONS(2223), + [anon_sym_const] = ACTIONS(2223), + [anon_sym_continue] = ACTIONS(2223), + [anon_sym_default] = ACTIONS(2223), + [anon_sym_enum] = ACTIONS(2223), + [anon_sym_fn] = ACTIONS(2223), + [anon_sym_for] = ACTIONS(2223), + [anon_sym_gen] = ACTIONS(2223), + [anon_sym_if] = ACTIONS(2223), + [anon_sym_impl] = ACTIONS(2223), + [anon_sym_let] = ACTIONS(2223), + [anon_sym_loop] = ACTIONS(2223), + [anon_sym_match] = ACTIONS(2223), + [anon_sym_mod] = ACTIONS(2223), + [anon_sym_pub] = ACTIONS(2223), + [anon_sym_return] = ACTIONS(2223), + [anon_sym_static] = ACTIONS(2223), + [anon_sym_struct] = ACTIONS(2223), + [anon_sym_trait] = ACTIONS(2223), + [anon_sym_type] = ACTIONS(2223), + [anon_sym_union] = ACTIONS(2223), + [anon_sym_unsafe] = ACTIONS(2223), + [anon_sym_use] = ACTIONS(2223), + [anon_sym_while] = ACTIONS(2223), + [anon_sym_extern] = ACTIONS(2223), + [anon_sym_yield] = ACTIONS(2223), + [anon_sym_move] = ACTIONS(2223), + [anon_sym_try] = ACTIONS(2223), + [sym_integer_literal] = ACTIONS(2221), + [aux_sym_string_literal_token1] = ACTIONS(2221), + [sym_char_literal] = ACTIONS(2221), + [anon_sym_true] = ACTIONS(2223), + [anon_sym_false] = ACTIONS(2223), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2223), + [sym_super] = ACTIONS(2223), + [sym_crate] = ACTIONS(2223), + [sym_metavariable] = ACTIONS(2221), + [sym__raw_string_literal_start] = ACTIONS(2221), + [sym_float_literal] = ACTIONS(2221), + }, + [STATE(612)] = { + [sym_line_comment] = STATE(612), + [sym_block_comment] = STATE(612), + [ts_builtin_sym_end] = ACTIONS(2225), + [sym_identifier] = ACTIONS(2227), + [anon_sym_SEMI] = ACTIONS(2225), + [anon_sym_macro_rules_BANG] = ACTIONS(2225), + [anon_sym_LPAREN] = ACTIONS(2225), + [anon_sym_LBRACK] = ACTIONS(2225), + [anon_sym_LBRACE] = ACTIONS(2225), + [anon_sym_RBRACE] = ACTIONS(2225), + [anon_sym_STAR] = ACTIONS(2225), + [anon_sym_u8] = ACTIONS(2227), + [anon_sym_i8] = ACTIONS(2227), + [anon_sym_u16] = ACTIONS(2227), + [anon_sym_i16] = ACTIONS(2227), + [anon_sym_u32] = ACTIONS(2227), + [anon_sym_i32] = ACTIONS(2227), + [anon_sym_u64] = ACTIONS(2227), + [anon_sym_i64] = ACTIONS(2227), + [anon_sym_u128] = ACTIONS(2227), + [anon_sym_i128] = ACTIONS(2227), + [anon_sym_isize] = ACTIONS(2227), + [anon_sym_usize] = ACTIONS(2227), + [anon_sym_f32] = ACTIONS(2227), + [anon_sym_f64] = ACTIONS(2227), + [anon_sym_bool] = ACTIONS(2227), + [anon_sym_str] = ACTIONS(2227), + [anon_sym_char] = ACTIONS(2227), + [anon_sym_DASH] = ACTIONS(2225), + [anon_sym_BANG] = ACTIONS(2225), + [anon_sym_AMP] = ACTIONS(2225), + [anon_sym_PIPE] = ACTIONS(2225), + [anon_sym_LT] = ACTIONS(2225), + [anon_sym_DOT_DOT] = ACTIONS(2225), + [anon_sym_COLON_COLON] = ACTIONS(2225), + [anon_sym_POUND] = ACTIONS(2225), + [anon_sym_SQUOTE] = ACTIONS(2227), + [anon_sym_async] = ACTIONS(2227), + [anon_sym_break] = ACTIONS(2227), + [anon_sym_const] = ACTIONS(2227), + [anon_sym_continue] = ACTIONS(2227), + [anon_sym_default] = ACTIONS(2227), + [anon_sym_enum] = ACTIONS(2227), + [anon_sym_fn] = ACTIONS(2227), + [anon_sym_for] = ACTIONS(2227), + [anon_sym_gen] = ACTIONS(2227), + [anon_sym_if] = ACTIONS(2227), + [anon_sym_impl] = ACTIONS(2227), + [anon_sym_let] = ACTIONS(2227), + [anon_sym_loop] = ACTIONS(2227), + [anon_sym_match] = ACTIONS(2227), + [anon_sym_mod] = ACTIONS(2227), + [anon_sym_pub] = ACTIONS(2227), + [anon_sym_return] = ACTIONS(2227), + [anon_sym_static] = ACTIONS(2227), + [anon_sym_struct] = ACTIONS(2227), + [anon_sym_trait] = ACTIONS(2227), + [anon_sym_type] = ACTIONS(2227), + [anon_sym_union] = ACTIONS(2227), + [anon_sym_unsafe] = ACTIONS(2227), + [anon_sym_use] = ACTIONS(2227), + [anon_sym_while] = ACTIONS(2227), + [anon_sym_extern] = ACTIONS(2227), + [anon_sym_yield] = ACTIONS(2227), + [anon_sym_move] = ACTIONS(2227), + [anon_sym_try] = ACTIONS(2227), + [sym_integer_literal] = ACTIONS(2225), + [aux_sym_string_literal_token1] = ACTIONS(2225), + [sym_char_literal] = ACTIONS(2225), + [anon_sym_true] = ACTIONS(2227), + [anon_sym_false] = ACTIONS(2227), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2227), + [sym_super] = ACTIONS(2227), + [sym_crate] = ACTIONS(2227), + [sym_metavariable] = ACTIONS(2225), + [sym__raw_string_literal_start] = ACTIONS(2225), + [sym_float_literal] = ACTIONS(2225), + }, + [STATE(613)] = { + [sym_line_comment] = STATE(613), + [sym_block_comment] = STATE(613), + [ts_builtin_sym_end] = ACTIONS(2229), + [sym_identifier] = ACTIONS(2231), + [anon_sym_SEMI] = ACTIONS(2229), + [anon_sym_macro_rules_BANG] = ACTIONS(2229), + [anon_sym_LPAREN] = ACTIONS(2229), + [anon_sym_LBRACK] = ACTIONS(2229), + [anon_sym_LBRACE] = ACTIONS(2229), + [anon_sym_RBRACE] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(2229), + [anon_sym_u8] = ACTIONS(2231), + [anon_sym_i8] = ACTIONS(2231), + [anon_sym_u16] = ACTIONS(2231), + [anon_sym_i16] = ACTIONS(2231), + [anon_sym_u32] = ACTIONS(2231), + [anon_sym_i32] = ACTIONS(2231), + [anon_sym_u64] = ACTIONS(2231), + [anon_sym_i64] = ACTIONS(2231), + [anon_sym_u128] = ACTIONS(2231), + [anon_sym_i128] = ACTIONS(2231), + [anon_sym_isize] = ACTIONS(2231), + [anon_sym_usize] = ACTIONS(2231), + [anon_sym_f32] = ACTIONS(2231), + [anon_sym_f64] = ACTIONS(2231), + [anon_sym_bool] = ACTIONS(2231), + [anon_sym_str] = ACTIONS(2231), + [anon_sym_char] = ACTIONS(2231), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_BANG] = ACTIONS(2229), + [anon_sym_AMP] = ACTIONS(2229), + [anon_sym_PIPE] = ACTIONS(2229), + [anon_sym_LT] = ACTIONS(2229), + [anon_sym_DOT_DOT] = ACTIONS(2229), + [anon_sym_COLON_COLON] = ACTIONS(2229), + [anon_sym_POUND] = ACTIONS(2229), + [anon_sym_SQUOTE] = ACTIONS(2231), + [anon_sym_async] = ACTIONS(2231), + [anon_sym_break] = ACTIONS(2231), + [anon_sym_const] = ACTIONS(2231), + [anon_sym_continue] = ACTIONS(2231), + [anon_sym_default] = ACTIONS(2231), + [anon_sym_enum] = ACTIONS(2231), + [anon_sym_fn] = ACTIONS(2231), + [anon_sym_for] = ACTIONS(2231), + [anon_sym_gen] = ACTIONS(2231), + [anon_sym_if] = ACTIONS(2231), + [anon_sym_impl] = ACTIONS(2231), + [anon_sym_let] = ACTIONS(2231), + [anon_sym_loop] = ACTIONS(2231), + [anon_sym_match] = ACTIONS(2231), + [anon_sym_mod] = ACTIONS(2231), + [anon_sym_pub] = ACTIONS(2231), + [anon_sym_return] = ACTIONS(2231), + [anon_sym_static] = ACTIONS(2231), + [anon_sym_struct] = ACTIONS(2231), + [anon_sym_trait] = ACTIONS(2231), + [anon_sym_type] = ACTIONS(2231), + [anon_sym_union] = ACTIONS(2231), + [anon_sym_unsafe] = ACTIONS(2231), + [anon_sym_use] = ACTIONS(2231), + [anon_sym_while] = ACTIONS(2231), + [anon_sym_extern] = ACTIONS(2231), + [anon_sym_yield] = ACTIONS(2231), + [anon_sym_move] = ACTIONS(2231), + [anon_sym_try] = ACTIONS(2231), + [sym_integer_literal] = ACTIONS(2229), + [aux_sym_string_literal_token1] = ACTIONS(2229), + [sym_char_literal] = ACTIONS(2229), + [anon_sym_true] = ACTIONS(2231), + [anon_sym_false] = ACTIONS(2231), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2231), + [sym_super] = ACTIONS(2231), + [sym_crate] = ACTIONS(2231), + [sym_metavariable] = ACTIONS(2229), + [sym__raw_string_literal_start] = ACTIONS(2229), + [sym_float_literal] = ACTIONS(2229), + }, + [STATE(614)] = { + [sym_line_comment] = STATE(614), + [sym_block_comment] = STATE(614), + [ts_builtin_sym_end] = ACTIONS(2233), + [sym_identifier] = ACTIONS(2235), + [anon_sym_SEMI] = ACTIONS(2233), + [anon_sym_macro_rules_BANG] = ACTIONS(2233), + [anon_sym_LPAREN] = ACTIONS(2233), + [anon_sym_LBRACK] = ACTIONS(2233), + [anon_sym_LBRACE] = ACTIONS(2233), + [anon_sym_RBRACE] = ACTIONS(2233), + [anon_sym_STAR] = ACTIONS(2233), + [anon_sym_u8] = ACTIONS(2235), + [anon_sym_i8] = ACTIONS(2235), + [anon_sym_u16] = ACTIONS(2235), + [anon_sym_i16] = ACTIONS(2235), + [anon_sym_u32] = ACTIONS(2235), + [anon_sym_i32] = ACTIONS(2235), + [anon_sym_u64] = ACTIONS(2235), + [anon_sym_i64] = ACTIONS(2235), + [anon_sym_u128] = ACTIONS(2235), + [anon_sym_i128] = ACTIONS(2235), + [anon_sym_isize] = ACTIONS(2235), + [anon_sym_usize] = ACTIONS(2235), + [anon_sym_f32] = ACTIONS(2235), + [anon_sym_f64] = ACTIONS(2235), + [anon_sym_bool] = ACTIONS(2235), + [anon_sym_str] = ACTIONS(2235), + [anon_sym_char] = ACTIONS(2235), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_BANG] = ACTIONS(2233), + [anon_sym_AMP] = ACTIONS(2233), + [anon_sym_PIPE] = ACTIONS(2233), + [anon_sym_LT] = ACTIONS(2233), + [anon_sym_DOT_DOT] = ACTIONS(2233), + [anon_sym_COLON_COLON] = ACTIONS(2233), + [anon_sym_POUND] = ACTIONS(2233), + [anon_sym_SQUOTE] = ACTIONS(2235), + [anon_sym_async] = ACTIONS(2235), + [anon_sym_break] = ACTIONS(2235), + [anon_sym_const] = ACTIONS(2235), + [anon_sym_continue] = ACTIONS(2235), + [anon_sym_default] = ACTIONS(2235), + [anon_sym_enum] = ACTIONS(2235), + [anon_sym_fn] = ACTIONS(2235), + [anon_sym_for] = ACTIONS(2235), + [anon_sym_gen] = ACTIONS(2235), + [anon_sym_if] = ACTIONS(2235), + [anon_sym_impl] = ACTIONS(2235), + [anon_sym_let] = ACTIONS(2235), + [anon_sym_loop] = ACTIONS(2235), + [anon_sym_match] = ACTIONS(2235), + [anon_sym_mod] = ACTIONS(2235), + [anon_sym_pub] = ACTIONS(2235), + [anon_sym_return] = ACTIONS(2235), + [anon_sym_static] = ACTIONS(2235), + [anon_sym_struct] = ACTIONS(2235), + [anon_sym_trait] = ACTIONS(2235), + [anon_sym_type] = ACTIONS(2235), + [anon_sym_union] = ACTIONS(2235), + [anon_sym_unsafe] = ACTIONS(2235), + [anon_sym_use] = ACTIONS(2235), + [anon_sym_while] = ACTIONS(2235), + [anon_sym_extern] = ACTIONS(2235), + [anon_sym_yield] = ACTIONS(2235), + [anon_sym_move] = ACTIONS(2235), + [anon_sym_try] = ACTIONS(2235), + [sym_integer_literal] = ACTIONS(2233), + [aux_sym_string_literal_token1] = ACTIONS(2233), + [sym_char_literal] = ACTIONS(2233), + [anon_sym_true] = ACTIONS(2235), + [anon_sym_false] = ACTIONS(2235), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2235), + [sym_super] = ACTIONS(2235), + [sym_crate] = ACTIONS(2235), + [sym_metavariable] = ACTIONS(2233), + [sym__raw_string_literal_start] = ACTIONS(2233), + [sym_float_literal] = ACTIONS(2233), + }, + [STATE(615)] = { + [sym_line_comment] = STATE(615), + [sym_block_comment] = STATE(615), + [ts_builtin_sym_end] = ACTIONS(2237), + [sym_identifier] = ACTIONS(2239), + [anon_sym_SEMI] = ACTIONS(2237), + [anon_sym_macro_rules_BANG] = ACTIONS(2237), + [anon_sym_LPAREN] = ACTIONS(2237), + [anon_sym_LBRACK] = ACTIONS(2237), + [anon_sym_LBRACE] = ACTIONS(2237), + [anon_sym_RBRACE] = ACTIONS(2237), + [anon_sym_STAR] = ACTIONS(2237), + [anon_sym_u8] = ACTIONS(2239), + [anon_sym_i8] = ACTIONS(2239), + [anon_sym_u16] = ACTIONS(2239), + [anon_sym_i16] = ACTIONS(2239), + [anon_sym_u32] = ACTIONS(2239), + [anon_sym_i32] = ACTIONS(2239), + [anon_sym_u64] = ACTIONS(2239), + [anon_sym_i64] = ACTIONS(2239), + [anon_sym_u128] = ACTIONS(2239), + [anon_sym_i128] = ACTIONS(2239), + [anon_sym_isize] = ACTIONS(2239), + [anon_sym_usize] = ACTIONS(2239), + [anon_sym_f32] = ACTIONS(2239), + [anon_sym_f64] = ACTIONS(2239), + [anon_sym_bool] = ACTIONS(2239), + [anon_sym_str] = ACTIONS(2239), + [anon_sym_char] = ACTIONS(2239), + [anon_sym_DASH] = ACTIONS(2237), + [anon_sym_BANG] = ACTIONS(2237), + [anon_sym_AMP] = ACTIONS(2237), + [anon_sym_PIPE] = ACTIONS(2237), + [anon_sym_LT] = ACTIONS(2237), + [anon_sym_DOT_DOT] = ACTIONS(2237), + [anon_sym_COLON_COLON] = ACTIONS(2237), + [anon_sym_POUND] = ACTIONS(2237), + [anon_sym_SQUOTE] = ACTIONS(2239), + [anon_sym_async] = ACTIONS(2239), + [anon_sym_break] = ACTIONS(2239), + [anon_sym_const] = ACTIONS(2239), + [anon_sym_continue] = ACTIONS(2239), + [anon_sym_default] = ACTIONS(2239), + [anon_sym_enum] = ACTIONS(2239), + [anon_sym_fn] = ACTIONS(2239), + [anon_sym_for] = ACTIONS(2239), + [anon_sym_gen] = ACTIONS(2239), + [anon_sym_if] = ACTIONS(2239), + [anon_sym_impl] = ACTIONS(2239), + [anon_sym_let] = ACTIONS(2239), + [anon_sym_loop] = ACTIONS(2239), + [anon_sym_match] = ACTIONS(2239), + [anon_sym_mod] = ACTIONS(2239), + [anon_sym_pub] = ACTIONS(2239), + [anon_sym_return] = ACTIONS(2239), + [anon_sym_static] = ACTIONS(2239), + [anon_sym_struct] = ACTIONS(2239), + [anon_sym_trait] = ACTIONS(2239), + [anon_sym_type] = ACTIONS(2239), + [anon_sym_union] = ACTIONS(2239), + [anon_sym_unsafe] = ACTIONS(2239), + [anon_sym_use] = ACTIONS(2239), + [anon_sym_while] = ACTIONS(2239), + [anon_sym_extern] = ACTIONS(2239), + [anon_sym_yield] = ACTIONS(2239), + [anon_sym_move] = ACTIONS(2239), + [anon_sym_try] = ACTIONS(2239), + [sym_integer_literal] = ACTIONS(2237), + [aux_sym_string_literal_token1] = ACTIONS(2237), + [sym_char_literal] = ACTIONS(2237), + [anon_sym_true] = ACTIONS(2239), + [anon_sym_false] = ACTIONS(2239), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2239), + [sym_super] = ACTIONS(2239), + [sym_crate] = ACTIONS(2239), + [sym_metavariable] = ACTIONS(2237), + [sym__raw_string_literal_start] = ACTIONS(2237), + [sym_float_literal] = ACTIONS(2237), + }, + [STATE(616)] = { + [sym_line_comment] = STATE(616), + [sym_block_comment] = STATE(616), + [ts_builtin_sym_end] = ACTIONS(2241), + [sym_identifier] = ACTIONS(2243), + [anon_sym_SEMI] = ACTIONS(2241), + [anon_sym_macro_rules_BANG] = ACTIONS(2241), + [anon_sym_LPAREN] = ACTIONS(2241), + [anon_sym_LBRACK] = ACTIONS(2241), + [anon_sym_LBRACE] = ACTIONS(2241), + [anon_sym_RBRACE] = ACTIONS(2241), + [anon_sym_STAR] = ACTIONS(2241), + [anon_sym_u8] = ACTIONS(2243), + [anon_sym_i8] = ACTIONS(2243), + [anon_sym_u16] = ACTIONS(2243), + [anon_sym_i16] = ACTIONS(2243), + [anon_sym_u32] = ACTIONS(2243), + [anon_sym_i32] = ACTIONS(2243), + [anon_sym_u64] = ACTIONS(2243), + [anon_sym_i64] = ACTIONS(2243), + [anon_sym_u128] = ACTIONS(2243), + [anon_sym_i128] = ACTIONS(2243), + [anon_sym_isize] = ACTIONS(2243), + [anon_sym_usize] = ACTIONS(2243), + [anon_sym_f32] = ACTIONS(2243), + [anon_sym_f64] = ACTIONS(2243), + [anon_sym_bool] = ACTIONS(2243), + [anon_sym_str] = ACTIONS(2243), + [anon_sym_char] = ACTIONS(2243), + [anon_sym_DASH] = ACTIONS(2241), + [anon_sym_BANG] = ACTIONS(2241), + [anon_sym_AMP] = ACTIONS(2241), + [anon_sym_PIPE] = ACTIONS(2241), + [anon_sym_LT] = ACTIONS(2241), + [anon_sym_DOT_DOT] = ACTIONS(2241), + [anon_sym_COLON_COLON] = ACTIONS(2241), + [anon_sym_POUND] = ACTIONS(2241), + [anon_sym_SQUOTE] = ACTIONS(2243), + [anon_sym_async] = ACTIONS(2243), + [anon_sym_break] = ACTIONS(2243), + [anon_sym_const] = ACTIONS(2243), + [anon_sym_continue] = ACTIONS(2243), + [anon_sym_default] = ACTIONS(2243), + [anon_sym_enum] = ACTIONS(2243), + [anon_sym_fn] = ACTIONS(2243), + [anon_sym_for] = ACTIONS(2243), + [anon_sym_gen] = ACTIONS(2243), + [anon_sym_if] = ACTIONS(2243), + [anon_sym_impl] = ACTIONS(2243), + [anon_sym_let] = ACTIONS(2243), + [anon_sym_loop] = ACTIONS(2243), + [anon_sym_match] = ACTIONS(2243), + [anon_sym_mod] = ACTIONS(2243), + [anon_sym_pub] = ACTIONS(2243), + [anon_sym_return] = ACTIONS(2243), + [anon_sym_static] = ACTIONS(2243), + [anon_sym_struct] = ACTIONS(2243), + [anon_sym_trait] = ACTIONS(2243), + [anon_sym_type] = ACTIONS(2243), + [anon_sym_union] = ACTIONS(2243), + [anon_sym_unsafe] = ACTIONS(2243), + [anon_sym_use] = ACTIONS(2243), + [anon_sym_while] = ACTIONS(2243), + [anon_sym_extern] = ACTIONS(2243), + [anon_sym_yield] = ACTIONS(2243), + [anon_sym_move] = ACTIONS(2243), + [anon_sym_try] = ACTIONS(2243), + [sym_integer_literal] = ACTIONS(2241), + [aux_sym_string_literal_token1] = ACTIONS(2241), + [sym_char_literal] = ACTIONS(2241), + [anon_sym_true] = ACTIONS(2243), + [anon_sym_false] = ACTIONS(2243), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2243), + [sym_super] = ACTIONS(2243), + [sym_crate] = ACTIONS(2243), + [sym_metavariable] = ACTIONS(2241), + [sym__raw_string_literal_start] = ACTIONS(2241), + [sym_float_literal] = ACTIONS(2241), + }, + [STATE(617)] = { + [sym_line_comment] = STATE(617), + [sym_block_comment] = STATE(617), + [ts_builtin_sym_end] = ACTIONS(2245), + [sym_identifier] = ACTIONS(2247), + [anon_sym_SEMI] = ACTIONS(2245), + [anon_sym_macro_rules_BANG] = ACTIONS(2245), + [anon_sym_LPAREN] = ACTIONS(2245), + [anon_sym_LBRACK] = ACTIONS(2245), + [anon_sym_LBRACE] = ACTIONS(2245), + [anon_sym_RBRACE] = ACTIONS(2245), + [anon_sym_STAR] = ACTIONS(2245), + [anon_sym_u8] = ACTIONS(2247), + [anon_sym_i8] = ACTIONS(2247), + [anon_sym_u16] = ACTIONS(2247), + [anon_sym_i16] = ACTIONS(2247), + [anon_sym_u32] = ACTIONS(2247), + [anon_sym_i32] = ACTIONS(2247), + [anon_sym_u64] = ACTIONS(2247), + [anon_sym_i64] = ACTIONS(2247), + [anon_sym_u128] = ACTIONS(2247), + [anon_sym_i128] = ACTIONS(2247), + [anon_sym_isize] = ACTIONS(2247), + [anon_sym_usize] = ACTIONS(2247), + [anon_sym_f32] = ACTIONS(2247), + [anon_sym_f64] = ACTIONS(2247), + [anon_sym_bool] = ACTIONS(2247), + [anon_sym_str] = ACTIONS(2247), + [anon_sym_char] = ACTIONS(2247), + [anon_sym_DASH] = ACTIONS(2245), + [anon_sym_BANG] = ACTIONS(2245), + [anon_sym_AMP] = ACTIONS(2245), + [anon_sym_PIPE] = ACTIONS(2245), + [anon_sym_LT] = ACTIONS(2245), + [anon_sym_DOT_DOT] = ACTIONS(2245), + [anon_sym_COLON_COLON] = ACTIONS(2245), + [anon_sym_POUND] = ACTIONS(2245), + [anon_sym_SQUOTE] = ACTIONS(2247), + [anon_sym_async] = ACTIONS(2247), + [anon_sym_break] = ACTIONS(2247), + [anon_sym_const] = ACTIONS(2247), + [anon_sym_continue] = ACTIONS(2247), + [anon_sym_default] = ACTIONS(2247), + [anon_sym_enum] = ACTIONS(2247), + [anon_sym_fn] = ACTIONS(2247), + [anon_sym_for] = ACTIONS(2247), + [anon_sym_gen] = ACTIONS(2247), + [anon_sym_if] = ACTIONS(2247), + [anon_sym_impl] = ACTIONS(2247), + [anon_sym_let] = ACTIONS(2247), + [anon_sym_loop] = ACTIONS(2247), + [anon_sym_match] = ACTIONS(2247), + [anon_sym_mod] = ACTIONS(2247), + [anon_sym_pub] = ACTIONS(2247), + [anon_sym_return] = ACTIONS(2247), + [anon_sym_static] = ACTIONS(2247), + [anon_sym_struct] = ACTIONS(2247), + [anon_sym_trait] = ACTIONS(2247), + [anon_sym_type] = ACTIONS(2247), + [anon_sym_union] = ACTIONS(2247), + [anon_sym_unsafe] = ACTIONS(2247), + [anon_sym_use] = ACTIONS(2247), + [anon_sym_while] = ACTIONS(2247), + [anon_sym_extern] = ACTIONS(2247), + [anon_sym_yield] = ACTIONS(2247), + [anon_sym_move] = ACTIONS(2247), + [anon_sym_try] = ACTIONS(2247), + [sym_integer_literal] = ACTIONS(2245), + [aux_sym_string_literal_token1] = ACTIONS(2245), + [sym_char_literal] = ACTIONS(2245), + [anon_sym_true] = ACTIONS(2247), + [anon_sym_false] = ACTIONS(2247), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2247), + [sym_super] = ACTIONS(2247), + [sym_crate] = ACTIONS(2247), + [sym_metavariable] = ACTIONS(2245), + [sym__raw_string_literal_start] = ACTIONS(2245), + [sym_float_literal] = ACTIONS(2245), + }, + [STATE(618)] = { + [sym_line_comment] = STATE(618), + [sym_block_comment] = STATE(618), + [ts_builtin_sym_end] = ACTIONS(2249), + [sym_identifier] = ACTIONS(2251), + [anon_sym_SEMI] = ACTIONS(2249), + [anon_sym_macro_rules_BANG] = ACTIONS(2249), + [anon_sym_LPAREN] = ACTIONS(2249), + [anon_sym_LBRACK] = ACTIONS(2249), + [anon_sym_LBRACE] = ACTIONS(2249), + [anon_sym_RBRACE] = ACTIONS(2249), + [anon_sym_STAR] = ACTIONS(2249), + [anon_sym_u8] = ACTIONS(2251), + [anon_sym_i8] = ACTIONS(2251), + [anon_sym_u16] = ACTIONS(2251), + [anon_sym_i16] = ACTIONS(2251), + [anon_sym_u32] = ACTIONS(2251), + [anon_sym_i32] = ACTIONS(2251), + [anon_sym_u64] = ACTIONS(2251), + [anon_sym_i64] = ACTIONS(2251), + [anon_sym_u128] = ACTIONS(2251), + [anon_sym_i128] = ACTIONS(2251), + [anon_sym_isize] = ACTIONS(2251), + [anon_sym_usize] = ACTIONS(2251), + [anon_sym_f32] = ACTIONS(2251), + [anon_sym_f64] = ACTIONS(2251), + [anon_sym_bool] = ACTIONS(2251), + [anon_sym_str] = ACTIONS(2251), + [anon_sym_char] = ACTIONS(2251), + [anon_sym_DASH] = ACTIONS(2249), + [anon_sym_BANG] = ACTIONS(2249), + [anon_sym_AMP] = ACTIONS(2249), + [anon_sym_PIPE] = ACTIONS(2249), + [anon_sym_LT] = ACTIONS(2249), + [anon_sym_DOT_DOT] = ACTIONS(2249), + [anon_sym_COLON_COLON] = ACTIONS(2249), + [anon_sym_POUND] = ACTIONS(2249), + [anon_sym_SQUOTE] = ACTIONS(2251), + [anon_sym_async] = ACTIONS(2251), + [anon_sym_break] = ACTIONS(2251), + [anon_sym_const] = ACTIONS(2251), + [anon_sym_continue] = ACTIONS(2251), + [anon_sym_default] = ACTIONS(2251), + [anon_sym_enum] = ACTIONS(2251), + [anon_sym_fn] = ACTIONS(2251), + [anon_sym_for] = ACTIONS(2251), + [anon_sym_gen] = ACTIONS(2251), + [anon_sym_if] = ACTIONS(2251), + [anon_sym_impl] = ACTIONS(2251), + [anon_sym_let] = ACTIONS(2251), + [anon_sym_loop] = ACTIONS(2251), + [anon_sym_match] = ACTIONS(2251), + [anon_sym_mod] = ACTIONS(2251), + [anon_sym_pub] = ACTIONS(2251), + [anon_sym_return] = ACTIONS(2251), + [anon_sym_static] = ACTIONS(2251), + [anon_sym_struct] = ACTIONS(2251), + [anon_sym_trait] = ACTIONS(2251), + [anon_sym_type] = ACTIONS(2251), + [anon_sym_union] = ACTIONS(2251), + [anon_sym_unsafe] = ACTIONS(2251), + [anon_sym_use] = ACTIONS(2251), + [anon_sym_while] = ACTIONS(2251), + [anon_sym_extern] = ACTIONS(2251), + [anon_sym_yield] = ACTIONS(2251), + [anon_sym_move] = ACTIONS(2251), + [anon_sym_try] = ACTIONS(2251), + [sym_integer_literal] = ACTIONS(2249), + [aux_sym_string_literal_token1] = ACTIONS(2249), + [sym_char_literal] = ACTIONS(2249), + [anon_sym_true] = ACTIONS(2251), + [anon_sym_false] = ACTIONS(2251), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2251), + [sym_super] = ACTIONS(2251), + [sym_crate] = ACTIONS(2251), + [sym_metavariable] = ACTIONS(2249), + [sym__raw_string_literal_start] = ACTIONS(2249), + [sym_float_literal] = ACTIONS(2249), + }, + [STATE(619)] = { + [sym_line_comment] = STATE(619), + [sym_block_comment] = STATE(619), + [ts_builtin_sym_end] = ACTIONS(2253), + [sym_identifier] = ACTIONS(2255), + [anon_sym_SEMI] = ACTIONS(2253), + [anon_sym_macro_rules_BANG] = ACTIONS(2253), + [anon_sym_LPAREN] = ACTIONS(2253), + [anon_sym_LBRACK] = ACTIONS(2253), + [anon_sym_LBRACE] = ACTIONS(2253), + [anon_sym_RBRACE] = ACTIONS(2253), + [anon_sym_STAR] = ACTIONS(2253), + [anon_sym_u8] = ACTIONS(2255), + [anon_sym_i8] = ACTIONS(2255), + [anon_sym_u16] = ACTIONS(2255), + [anon_sym_i16] = ACTIONS(2255), + [anon_sym_u32] = ACTIONS(2255), + [anon_sym_i32] = ACTIONS(2255), + [anon_sym_u64] = ACTIONS(2255), + [anon_sym_i64] = ACTIONS(2255), + [anon_sym_u128] = ACTIONS(2255), + [anon_sym_i128] = ACTIONS(2255), + [anon_sym_isize] = ACTIONS(2255), + [anon_sym_usize] = ACTIONS(2255), + [anon_sym_f32] = ACTIONS(2255), + [anon_sym_f64] = ACTIONS(2255), + [anon_sym_bool] = ACTIONS(2255), + [anon_sym_str] = ACTIONS(2255), + [anon_sym_char] = ACTIONS(2255), + [anon_sym_DASH] = ACTIONS(2253), + [anon_sym_BANG] = ACTIONS(2253), + [anon_sym_AMP] = ACTIONS(2253), + [anon_sym_PIPE] = ACTIONS(2253), + [anon_sym_LT] = ACTIONS(2253), + [anon_sym_DOT_DOT] = ACTIONS(2253), + [anon_sym_COLON_COLON] = ACTIONS(2253), + [anon_sym_POUND] = ACTIONS(2253), + [anon_sym_SQUOTE] = ACTIONS(2255), + [anon_sym_async] = ACTIONS(2255), + [anon_sym_break] = ACTIONS(2255), + [anon_sym_const] = ACTIONS(2255), + [anon_sym_continue] = ACTIONS(2255), + [anon_sym_default] = ACTIONS(2255), + [anon_sym_enum] = ACTIONS(2255), + [anon_sym_fn] = ACTIONS(2255), + [anon_sym_for] = ACTIONS(2255), + [anon_sym_gen] = ACTIONS(2255), + [anon_sym_if] = ACTIONS(2255), + [anon_sym_impl] = ACTIONS(2255), + [anon_sym_let] = ACTIONS(2255), + [anon_sym_loop] = ACTIONS(2255), + [anon_sym_match] = ACTIONS(2255), + [anon_sym_mod] = ACTIONS(2255), + [anon_sym_pub] = ACTIONS(2255), + [anon_sym_return] = ACTIONS(2255), + [anon_sym_static] = ACTIONS(2255), + [anon_sym_struct] = ACTIONS(2255), + [anon_sym_trait] = ACTIONS(2255), + [anon_sym_type] = ACTIONS(2255), + [anon_sym_union] = ACTIONS(2255), + [anon_sym_unsafe] = ACTIONS(2255), + [anon_sym_use] = ACTIONS(2255), + [anon_sym_while] = ACTIONS(2255), + [anon_sym_extern] = ACTIONS(2255), + [anon_sym_yield] = ACTIONS(2255), + [anon_sym_move] = ACTIONS(2255), + [anon_sym_try] = ACTIONS(2255), + [sym_integer_literal] = ACTIONS(2253), + [aux_sym_string_literal_token1] = ACTIONS(2253), + [sym_char_literal] = ACTIONS(2253), + [anon_sym_true] = ACTIONS(2255), + [anon_sym_false] = ACTIONS(2255), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2255), + [sym_super] = ACTIONS(2255), + [sym_crate] = ACTIONS(2255), + [sym_metavariable] = ACTIONS(2253), + [sym__raw_string_literal_start] = ACTIONS(2253), + [sym_float_literal] = ACTIONS(2253), + }, + [STATE(620)] = { + [sym_line_comment] = STATE(620), + [sym_block_comment] = STATE(620), + [ts_builtin_sym_end] = ACTIONS(2257), + [sym_identifier] = ACTIONS(2259), + [anon_sym_SEMI] = ACTIONS(2257), + [anon_sym_macro_rules_BANG] = ACTIONS(2257), + [anon_sym_LPAREN] = ACTIONS(2257), + [anon_sym_LBRACK] = ACTIONS(2257), + [anon_sym_LBRACE] = ACTIONS(2257), + [anon_sym_RBRACE] = ACTIONS(2257), + [anon_sym_STAR] = ACTIONS(2257), + [anon_sym_u8] = ACTIONS(2259), + [anon_sym_i8] = ACTIONS(2259), + [anon_sym_u16] = ACTIONS(2259), + [anon_sym_i16] = ACTIONS(2259), + [anon_sym_u32] = ACTIONS(2259), + [anon_sym_i32] = ACTIONS(2259), + [anon_sym_u64] = ACTIONS(2259), + [anon_sym_i64] = ACTIONS(2259), + [anon_sym_u128] = ACTIONS(2259), + [anon_sym_i128] = ACTIONS(2259), + [anon_sym_isize] = ACTIONS(2259), + [anon_sym_usize] = ACTIONS(2259), + [anon_sym_f32] = ACTIONS(2259), + [anon_sym_f64] = ACTIONS(2259), + [anon_sym_bool] = ACTIONS(2259), + [anon_sym_str] = ACTIONS(2259), + [anon_sym_char] = ACTIONS(2259), + [anon_sym_DASH] = ACTIONS(2257), + [anon_sym_BANG] = ACTIONS(2257), + [anon_sym_AMP] = ACTIONS(2257), + [anon_sym_PIPE] = ACTIONS(2257), + [anon_sym_LT] = ACTIONS(2257), + [anon_sym_DOT_DOT] = ACTIONS(2257), + [anon_sym_COLON_COLON] = ACTIONS(2257), + [anon_sym_POUND] = ACTIONS(2257), + [anon_sym_SQUOTE] = ACTIONS(2259), + [anon_sym_async] = ACTIONS(2259), + [anon_sym_break] = ACTIONS(2259), + [anon_sym_const] = ACTIONS(2259), + [anon_sym_continue] = ACTIONS(2259), + [anon_sym_default] = ACTIONS(2259), + [anon_sym_enum] = ACTIONS(2259), + [anon_sym_fn] = ACTIONS(2259), + [anon_sym_for] = ACTIONS(2259), + [anon_sym_gen] = ACTIONS(2259), + [anon_sym_if] = ACTIONS(2259), + [anon_sym_impl] = ACTIONS(2259), + [anon_sym_let] = ACTIONS(2259), + [anon_sym_loop] = ACTIONS(2259), + [anon_sym_match] = ACTIONS(2259), + [anon_sym_mod] = ACTIONS(2259), + [anon_sym_pub] = ACTIONS(2259), + [anon_sym_return] = ACTIONS(2259), + [anon_sym_static] = ACTIONS(2259), + [anon_sym_struct] = ACTIONS(2259), + [anon_sym_trait] = ACTIONS(2259), + [anon_sym_type] = ACTIONS(2259), + [anon_sym_union] = ACTIONS(2259), + [anon_sym_unsafe] = ACTIONS(2259), + [anon_sym_use] = ACTIONS(2259), + [anon_sym_while] = ACTIONS(2259), + [anon_sym_extern] = ACTIONS(2259), + [anon_sym_yield] = ACTIONS(2259), + [anon_sym_move] = ACTIONS(2259), + [anon_sym_try] = ACTIONS(2259), + [sym_integer_literal] = ACTIONS(2257), + [aux_sym_string_literal_token1] = ACTIONS(2257), + [sym_char_literal] = ACTIONS(2257), + [anon_sym_true] = ACTIONS(2259), + [anon_sym_false] = ACTIONS(2259), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2259), + [sym_super] = ACTIONS(2259), + [sym_crate] = ACTIONS(2259), + [sym_metavariable] = ACTIONS(2257), + [sym__raw_string_literal_start] = ACTIONS(2257), + [sym_float_literal] = ACTIONS(2257), + }, + [STATE(621)] = { + [sym_line_comment] = STATE(621), + [sym_block_comment] = STATE(621), + [ts_builtin_sym_end] = ACTIONS(2261), + [sym_identifier] = ACTIONS(2263), + [anon_sym_SEMI] = ACTIONS(2261), + [anon_sym_macro_rules_BANG] = ACTIONS(2261), + [anon_sym_LPAREN] = ACTIONS(2261), + [anon_sym_LBRACK] = ACTIONS(2261), + [anon_sym_LBRACE] = ACTIONS(2261), + [anon_sym_RBRACE] = ACTIONS(2261), + [anon_sym_STAR] = ACTIONS(2261), + [anon_sym_u8] = ACTIONS(2263), + [anon_sym_i8] = ACTIONS(2263), + [anon_sym_u16] = ACTIONS(2263), + [anon_sym_i16] = ACTIONS(2263), + [anon_sym_u32] = ACTIONS(2263), + [anon_sym_i32] = ACTIONS(2263), + [anon_sym_u64] = ACTIONS(2263), + [anon_sym_i64] = ACTIONS(2263), + [anon_sym_u128] = ACTIONS(2263), + [anon_sym_i128] = ACTIONS(2263), + [anon_sym_isize] = ACTIONS(2263), + [anon_sym_usize] = ACTIONS(2263), + [anon_sym_f32] = ACTIONS(2263), + [anon_sym_f64] = ACTIONS(2263), + [anon_sym_bool] = ACTIONS(2263), + [anon_sym_str] = ACTIONS(2263), + [anon_sym_char] = ACTIONS(2263), + [anon_sym_DASH] = ACTIONS(2261), + [anon_sym_BANG] = ACTIONS(2261), + [anon_sym_AMP] = ACTIONS(2261), + [anon_sym_PIPE] = ACTIONS(2261), + [anon_sym_LT] = ACTIONS(2261), + [anon_sym_DOT_DOT] = ACTIONS(2261), + [anon_sym_COLON_COLON] = ACTIONS(2261), + [anon_sym_POUND] = ACTIONS(2261), + [anon_sym_SQUOTE] = ACTIONS(2263), + [anon_sym_async] = ACTIONS(2263), + [anon_sym_break] = ACTIONS(2263), + [anon_sym_const] = ACTIONS(2263), + [anon_sym_continue] = ACTIONS(2263), + [anon_sym_default] = ACTIONS(2263), + [anon_sym_enum] = ACTIONS(2263), + [anon_sym_fn] = ACTIONS(2263), + [anon_sym_for] = ACTIONS(2263), + [anon_sym_gen] = ACTIONS(2263), + [anon_sym_if] = ACTIONS(2263), + [anon_sym_impl] = ACTIONS(2263), + [anon_sym_let] = ACTIONS(2263), + [anon_sym_loop] = ACTIONS(2263), + [anon_sym_match] = ACTIONS(2263), + [anon_sym_mod] = ACTIONS(2263), + [anon_sym_pub] = ACTIONS(2263), + [anon_sym_return] = ACTIONS(2263), + [anon_sym_static] = ACTIONS(2263), + [anon_sym_struct] = ACTIONS(2263), + [anon_sym_trait] = ACTIONS(2263), + [anon_sym_type] = ACTIONS(2263), + [anon_sym_union] = ACTIONS(2263), + [anon_sym_unsafe] = ACTIONS(2263), + [anon_sym_use] = ACTIONS(2263), + [anon_sym_while] = ACTIONS(2263), + [anon_sym_extern] = ACTIONS(2263), + [anon_sym_yield] = ACTIONS(2263), + [anon_sym_move] = ACTIONS(2263), + [anon_sym_try] = ACTIONS(2263), + [sym_integer_literal] = ACTIONS(2261), + [aux_sym_string_literal_token1] = ACTIONS(2261), + [sym_char_literal] = ACTIONS(2261), + [anon_sym_true] = ACTIONS(2263), + [anon_sym_false] = ACTIONS(2263), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2263), + [sym_super] = ACTIONS(2263), + [sym_crate] = ACTIONS(2263), + [sym_metavariable] = ACTIONS(2261), + [sym__raw_string_literal_start] = ACTIONS(2261), + [sym_float_literal] = ACTIONS(2261), + }, + [STATE(622)] = { + [sym_line_comment] = STATE(622), + [sym_block_comment] = STATE(622), + [ts_builtin_sym_end] = ACTIONS(2265), + [sym_identifier] = ACTIONS(2267), + [anon_sym_SEMI] = ACTIONS(2265), + [anon_sym_macro_rules_BANG] = ACTIONS(2265), + [anon_sym_LPAREN] = ACTIONS(2265), + [anon_sym_LBRACK] = ACTIONS(2265), + [anon_sym_LBRACE] = ACTIONS(2265), + [anon_sym_RBRACE] = ACTIONS(2265), + [anon_sym_STAR] = ACTIONS(2265), + [anon_sym_u8] = ACTIONS(2267), + [anon_sym_i8] = ACTIONS(2267), + [anon_sym_u16] = ACTIONS(2267), + [anon_sym_i16] = ACTIONS(2267), + [anon_sym_u32] = ACTIONS(2267), + [anon_sym_i32] = ACTIONS(2267), + [anon_sym_u64] = ACTIONS(2267), + [anon_sym_i64] = ACTIONS(2267), + [anon_sym_u128] = ACTIONS(2267), + [anon_sym_i128] = ACTIONS(2267), + [anon_sym_isize] = ACTIONS(2267), + [anon_sym_usize] = ACTIONS(2267), + [anon_sym_f32] = ACTIONS(2267), + [anon_sym_f64] = ACTIONS(2267), + [anon_sym_bool] = ACTIONS(2267), + [anon_sym_str] = ACTIONS(2267), + [anon_sym_char] = ACTIONS(2267), + [anon_sym_DASH] = ACTIONS(2265), + [anon_sym_BANG] = ACTIONS(2265), + [anon_sym_AMP] = ACTIONS(2265), + [anon_sym_PIPE] = ACTIONS(2265), + [anon_sym_LT] = ACTIONS(2265), + [anon_sym_DOT_DOT] = ACTIONS(2265), + [anon_sym_COLON_COLON] = ACTIONS(2265), + [anon_sym_POUND] = ACTIONS(2265), + [anon_sym_SQUOTE] = ACTIONS(2267), + [anon_sym_async] = ACTIONS(2267), + [anon_sym_break] = ACTIONS(2267), + [anon_sym_const] = ACTIONS(2267), + [anon_sym_continue] = ACTIONS(2267), + [anon_sym_default] = ACTIONS(2267), + [anon_sym_enum] = ACTIONS(2267), + [anon_sym_fn] = ACTIONS(2267), + [anon_sym_for] = ACTIONS(2267), + [anon_sym_gen] = ACTIONS(2267), + [anon_sym_if] = ACTIONS(2267), + [anon_sym_impl] = ACTIONS(2267), + [anon_sym_let] = ACTIONS(2267), + [anon_sym_loop] = ACTIONS(2267), + [anon_sym_match] = ACTIONS(2267), + [anon_sym_mod] = ACTIONS(2267), + [anon_sym_pub] = ACTIONS(2267), + [anon_sym_return] = ACTIONS(2267), + [anon_sym_static] = ACTIONS(2267), + [anon_sym_struct] = ACTIONS(2267), + [anon_sym_trait] = ACTIONS(2267), + [anon_sym_type] = ACTIONS(2267), + [anon_sym_union] = ACTIONS(2267), + [anon_sym_unsafe] = ACTIONS(2267), + [anon_sym_use] = ACTIONS(2267), + [anon_sym_while] = ACTIONS(2267), + [anon_sym_extern] = ACTIONS(2267), + [anon_sym_yield] = ACTIONS(2267), + [anon_sym_move] = ACTIONS(2267), + [anon_sym_try] = ACTIONS(2267), + [sym_integer_literal] = ACTIONS(2265), + [aux_sym_string_literal_token1] = ACTIONS(2265), + [sym_char_literal] = ACTIONS(2265), + [anon_sym_true] = ACTIONS(2267), + [anon_sym_false] = ACTIONS(2267), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2267), + [sym_super] = ACTIONS(2267), + [sym_crate] = ACTIONS(2267), + [sym_metavariable] = ACTIONS(2265), + [sym__raw_string_literal_start] = ACTIONS(2265), + [sym_float_literal] = ACTIONS(2265), + }, + [STATE(623)] = { + [sym_line_comment] = STATE(623), + [sym_block_comment] = STATE(623), + [ts_builtin_sym_end] = ACTIONS(2269), + [sym_identifier] = ACTIONS(2271), + [anon_sym_SEMI] = ACTIONS(2269), + [anon_sym_macro_rules_BANG] = ACTIONS(2269), + [anon_sym_LPAREN] = ACTIONS(2269), + [anon_sym_LBRACK] = ACTIONS(2269), + [anon_sym_LBRACE] = ACTIONS(2269), + [anon_sym_RBRACE] = ACTIONS(2269), + [anon_sym_STAR] = ACTIONS(2269), + [anon_sym_u8] = ACTIONS(2271), + [anon_sym_i8] = ACTIONS(2271), + [anon_sym_u16] = ACTIONS(2271), + [anon_sym_i16] = ACTIONS(2271), + [anon_sym_u32] = ACTIONS(2271), + [anon_sym_i32] = ACTIONS(2271), + [anon_sym_u64] = ACTIONS(2271), + [anon_sym_i64] = ACTIONS(2271), + [anon_sym_u128] = ACTIONS(2271), + [anon_sym_i128] = ACTIONS(2271), + [anon_sym_isize] = ACTIONS(2271), + [anon_sym_usize] = ACTIONS(2271), + [anon_sym_f32] = ACTIONS(2271), + [anon_sym_f64] = ACTIONS(2271), + [anon_sym_bool] = ACTIONS(2271), + [anon_sym_str] = ACTIONS(2271), + [anon_sym_char] = ACTIONS(2271), + [anon_sym_DASH] = ACTIONS(2269), + [anon_sym_BANG] = ACTIONS(2269), + [anon_sym_AMP] = ACTIONS(2269), + [anon_sym_PIPE] = ACTIONS(2269), + [anon_sym_LT] = ACTIONS(2269), + [anon_sym_DOT_DOT] = ACTIONS(2269), + [anon_sym_COLON_COLON] = ACTIONS(2269), + [anon_sym_POUND] = ACTIONS(2269), + [anon_sym_SQUOTE] = ACTIONS(2271), + [anon_sym_async] = ACTIONS(2271), + [anon_sym_break] = ACTIONS(2271), + [anon_sym_const] = ACTIONS(2271), + [anon_sym_continue] = ACTIONS(2271), + [anon_sym_default] = ACTIONS(2271), + [anon_sym_enum] = ACTIONS(2271), + [anon_sym_fn] = ACTIONS(2271), + [anon_sym_for] = ACTIONS(2271), + [anon_sym_gen] = ACTIONS(2271), + [anon_sym_if] = ACTIONS(2271), + [anon_sym_impl] = ACTIONS(2271), + [anon_sym_let] = ACTIONS(2271), + [anon_sym_loop] = ACTIONS(2271), + [anon_sym_match] = ACTIONS(2271), + [anon_sym_mod] = ACTIONS(2271), + [anon_sym_pub] = ACTIONS(2271), + [anon_sym_return] = ACTIONS(2271), + [anon_sym_static] = ACTIONS(2271), + [anon_sym_struct] = ACTIONS(2271), + [anon_sym_trait] = ACTIONS(2271), + [anon_sym_type] = ACTIONS(2271), + [anon_sym_union] = ACTIONS(2271), + [anon_sym_unsafe] = ACTIONS(2271), + [anon_sym_use] = ACTIONS(2271), + [anon_sym_while] = ACTIONS(2271), + [anon_sym_extern] = ACTIONS(2271), + [anon_sym_yield] = ACTIONS(2271), + [anon_sym_move] = ACTIONS(2271), + [anon_sym_try] = ACTIONS(2271), + [sym_integer_literal] = ACTIONS(2269), + [aux_sym_string_literal_token1] = ACTIONS(2269), + [sym_char_literal] = ACTIONS(2269), + [anon_sym_true] = ACTIONS(2271), + [anon_sym_false] = ACTIONS(2271), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2271), + [sym_super] = ACTIONS(2271), + [sym_crate] = ACTIONS(2271), + [sym_metavariable] = ACTIONS(2269), + [sym__raw_string_literal_start] = ACTIONS(2269), + [sym_float_literal] = ACTIONS(2269), + }, + [STATE(624)] = { + [sym_line_comment] = STATE(624), + [sym_block_comment] = STATE(624), + [ts_builtin_sym_end] = ACTIONS(2273), + [sym_identifier] = ACTIONS(2275), + [anon_sym_SEMI] = ACTIONS(2273), + [anon_sym_macro_rules_BANG] = ACTIONS(2273), + [anon_sym_LPAREN] = ACTIONS(2273), + [anon_sym_LBRACK] = ACTIONS(2273), + [anon_sym_LBRACE] = ACTIONS(2273), + [anon_sym_RBRACE] = ACTIONS(2273), + [anon_sym_STAR] = ACTIONS(2273), + [anon_sym_u8] = ACTIONS(2275), + [anon_sym_i8] = ACTIONS(2275), + [anon_sym_u16] = ACTIONS(2275), + [anon_sym_i16] = ACTIONS(2275), + [anon_sym_u32] = ACTIONS(2275), + [anon_sym_i32] = ACTIONS(2275), + [anon_sym_u64] = ACTIONS(2275), + [anon_sym_i64] = ACTIONS(2275), + [anon_sym_u128] = ACTIONS(2275), + [anon_sym_i128] = ACTIONS(2275), + [anon_sym_isize] = ACTIONS(2275), + [anon_sym_usize] = ACTIONS(2275), + [anon_sym_f32] = ACTIONS(2275), + [anon_sym_f64] = ACTIONS(2275), + [anon_sym_bool] = ACTIONS(2275), + [anon_sym_str] = ACTIONS(2275), + [anon_sym_char] = ACTIONS(2275), + [anon_sym_DASH] = ACTIONS(2273), + [anon_sym_BANG] = ACTIONS(2273), + [anon_sym_AMP] = ACTIONS(2273), + [anon_sym_PIPE] = ACTIONS(2273), + [anon_sym_LT] = ACTIONS(2273), + [anon_sym_DOT_DOT] = ACTIONS(2273), + [anon_sym_COLON_COLON] = ACTIONS(2273), + [anon_sym_POUND] = ACTIONS(2273), + [anon_sym_SQUOTE] = ACTIONS(2275), + [anon_sym_async] = ACTIONS(2275), + [anon_sym_break] = ACTIONS(2275), + [anon_sym_const] = ACTIONS(2275), + [anon_sym_continue] = ACTIONS(2275), + [anon_sym_default] = ACTIONS(2275), + [anon_sym_enum] = ACTIONS(2275), + [anon_sym_fn] = ACTIONS(2275), + [anon_sym_for] = ACTIONS(2275), + [anon_sym_gen] = ACTIONS(2275), + [anon_sym_if] = ACTIONS(2275), + [anon_sym_impl] = ACTIONS(2275), + [anon_sym_let] = ACTIONS(2275), + [anon_sym_loop] = ACTIONS(2275), + [anon_sym_match] = ACTIONS(2275), + [anon_sym_mod] = ACTIONS(2275), + [anon_sym_pub] = ACTIONS(2275), + [anon_sym_return] = ACTIONS(2275), + [anon_sym_static] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(2275), + [anon_sym_trait] = ACTIONS(2275), + [anon_sym_type] = ACTIONS(2275), + [anon_sym_union] = ACTIONS(2275), + [anon_sym_unsafe] = ACTIONS(2275), + [anon_sym_use] = ACTIONS(2275), + [anon_sym_while] = ACTIONS(2275), + [anon_sym_extern] = ACTIONS(2275), + [anon_sym_yield] = ACTIONS(2275), + [anon_sym_move] = ACTIONS(2275), + [anon_sym_try] = ACTIONS(2275), + [sym_integer_literal] = ACTIONS(2273), + [aux_sym_string_literal_token1] = ACTIONS(2273), + [sym_char_literal] = ACTIONS(2273), + [anon_sym_true] = ACTIONS(2275), + [anon_sym_false] = ACTIONS(2275), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2275), + [sym_super] = ACTIONS(2275), + [sym_crate] = ACTIONS(2275), + [sym_metavariable] = ACTIONS(2273), + [sym__raw_string_literal_start] = ACTIONS(2273), + [sym_float_literal] = ACTIONS(2273), + }, + [STATE(625)] = { + [sym_line_comment] = STATE(625), + [sym_block_comment] = STATE(625), + [ts_builtin_sym_end] = ACTIONS(2277), + [sym_identifier] = ACTIONS(2279), + [anon_sym_SEMI] = ACTIONS(2277), + [anon_sym_macro_rules_BANG] = ACTIONS(2277), + [anon_sym_LPAREN] = ACTIONS(2277), + [anon_sym_LBRACK] = ACTIONS(2277), + [anon_sym_LBRACE] = ACTIONS(2277), + [anon_sym_RBRACE] = ACTIONS(2277), + [anon_sym_STAR] = ACTIONS(2277), + [anon_sym_u8] = ACTIONS(2279), + [anon_sym_i8] = ACTIONS(2279), + [anon_sym_u16] = ACTIONS(2279), + [anon_sym_i16] = ACTIONS(2279), + [anon_sym_u32] = ACTIONS(2279), + [anon_sym_i32] = ACTIONS(2279), + [anon_sym_u64] = ACTIONS(2279), + [anon_sym_i64] = ACTIONS(2279), + [anon_sym_u128] = ACTIONS(2279), + [anon_sym_i128] = ACTIONS(2279), + [anon_sym_isize] = ACTIONS(2279), + [anon_sym_usize] = ACTIONS(2279), + [anon_sym_f32] = ACTIONS(2279), + [anon_sym_f64] = ACTIONS(2279), + [anon_sym_bool] = ACTIONS(2279), + [anon_sym_str] = ACTIONS(2279), + [anon_sym_char] = ACTIONS(2279), + [anon_sym_DASH] = ACTIONS(2277), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_AMP] = ACTIONS(2277), + [anon_sym_PIPE] = ACTIONS(2277), + [anon_sym_LT] = ACTIONS(2277), + [anon_sym_DOT_DOT] = ACTIONS(2277), + [anon_sym_COLON_COLON] = ACTIONS(2277), + [anon_sym_POUND] = ACTIONS(2277), + [anon_sym_SQUOTE] = ACTIONS(2279), + [anon_sym_async] = ACTIONS(2279), + [anon_sym_break] = ACTIONS(2279), + [anon_sym_const] = ACTIONS(2279), + [anon_sym_continue] = ACTIONS(2279), + [anon_sym_default] = ACTIONS(2279), + [anon_sym_enum] = ACTIONS(2279), + [anon_sym_fn] = ACTIONS(2279), + [anon_sym_for] = ACTIONS(2279), + [anon_sym_gen] = ACTIONS(2279), + [anon_sym_if] = ACTIONS(2279), + [anon_sym_impl] = ACTIONS(2279), + [anon_sym_let] = ACTIONS(2279), + [anon_sym_loop] = ACTIONS(2279), + [anon_sym_match] = ACTIONS(2279), + [anon_sym_mod] = ACTIONS(2279), + [anon_sym_pub] = ACTIONS(2279), + [anon_sym_return] = ACTIONS(2279), + [anon_sym_static] = ACTIONS(2279), + [anon_sym_struct] = ACTIONS(2279), + [anon_sym_trait] = ACTIONS(2279), + [anon_sym_type] = ACTIONS(2279), + [anon_sym_union] = ACTIONS(2279), + [anon_sym_unsafe] = ACTIONS(2279), + [anon_sym_use] = ACTIONS(2279), + [anon_sym_while] = ACTIONS(2279), + [anon_sym_extern] = ACTIONS(2279), + [anon_sym_yield] = ACTIONS(2279), + [anon_sym_move] = ACTIONS(2279), + [anon_sym_try] = ACTIONS(2279), + [sym_integer_literal] = ACTIONS(2277), + [aux_sym_string_literal_token1] = ACTIONS(2277), + [sym_char_literal] = ACTIONS(2277), + [anon_sym_true] = ACTIONS(2279), + [anon_sym_false] = ACTIONS(2279), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2279), + [sym_super] = ACTIONS(2279), + [sym_crate] = ACTIONS(2279), + [sym_metavariable] = ACTIONS(2277), + [sym__raw_string_literal_start] = ACTIONS(2277), + [sym_float_literal] = ACTIONS(2277), + }, + [STATE(626)] = { + [sym_empty_statement] = STATE(1246), + [sym_macro_definition] = STATE(1246), + [sym_attribute_item] = STATE(1246), + [sym_inner_attribute_item] = STATE(1246), + [sym_mod_item] = STATE(1246), + [sym_foreign_mod_item] = STATE(1246), + [sym_struct_item] = STATE(1246), + [sym_union_item] = STATE(1246), + [sym_enum_item] = STATE(1246), + [sym_extern_crate_declaration] = STATE(1246), + [sym_const_item] = STATE(1246), + [sym_static_item] = STATE(1246), + [sym_type_item] = STATE(1246), + [sym_function_item] = STATE(1246), + [sym_function_signature_item] = STATE(1246), + [sym_function_modifiers] = STATE(3612), + [sym_impl_item] = STATE(1246), + [sym_trait_item] = STATE(1246), + [sym_associated_type] = STATE(1246), + [sym_let_declaration] = STATE(1246), + [sym_use_declaration] = STATE(1246), + [sym_extern_modifier] = STATE(2160), + [sym_visibility_modifier] = STATE(1955), + [sym_bracketed_type] = STATE(3345), + [sym_generic_type_with_turbofish] = STATE(3370), + [sym_macro_invocation] = STATE(1246), + [sym_scoped_identifier] = STATE(3211), + [sym_line_comment] = STATE(626), + [sym_block_comment] = STATE(626), + [aux_sym_declaration_list_repeat1] = STATE(636), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1807), + [anon_sym_SEMI] = ACTIONS(1809), + [anon_sym_macro_rules_BANG] = ACTIONS(1811), + [anon_sym_RBRACE] = ACTIONS(2281), + [anon_sym_u8] = ACTIONS(1815), + [anon_sym_i8] = ACTIONS(1815), + [anon_sym_u16] = ACTIONS(1815), + [anon_sym_i16] = ACTIONS(1815), + [anon_sym_u32] = ACTIONS(1815), + [anon_sym_i32] = ACTIONS(1815), + [anon_sym_u64] = ACTIONS(1815), + [anon_sym_i64] = ACTIONS(1815), + [anon_sym_u128] = ACTIONS(1815), + [anon_sym_i128] = ACTIONS(1815), + [anon_sym_isize] = ACTIONS(1815), + [anon_sym_usize] = ACTIONS(1815), + [anon_sym_f32] = ACTIONS(1815), + [anon_sym_f64] = ACTIONS(1815), + [anon_sym_bool] = ACTIONS(1815), + [anon_sym_str] = ACTIONS(1815), + [anon_sym_char] = ACTIONS(1815), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1817), + [anon_sym_POUND] = ACTIONS(1819), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1821), + [anon_sym_default] = ACTIONS(1823), + [anon_sym_enum] = ACTIONS(1825), + [anon_sym_fn] = ACTIONS(1827), + [anon_sym_gen] = ACTIONS(1829), + [anon_sym_impl] = ACTIONS(1831), + [anon_sym_let] = ACTIONS(1833), + [anon_sym_mod] = ACTIONS(1835), + [anon_sym_pub] = ACTIONS(69), + [anon_sym_static] = ACTIONS(1837), + [anon_sym_struct] = ACTIONS(1839), + [anon_sym_trait] = ACTIONS(1841), + [anon_sym_type] = ACTIONS(1843), + [anon_sym_union] = ACTIONS(1845), + [anon_sym_unsafe] = ACTIONS(1847), + [anon_sym_use] = ACTIONS(1849), + [anon_sym_extern] = ACTIONS(1851), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1853), + [sym_super] = ACTIONS(1853), + [sym_crate] = ACTIONS(1855), + [sym_metavariable] = ACTIONS(1857), + }, + [STATE(627)] = { + [sym_line_comment] = STATE(627), + [sym_block_comment] = STATE(627), [ts_builtin_sym_end] = ACTIONS(2283), [sym_identifier] = ACTIONS(2285), [anon_sym_SEMI] = ACTIONS(2283), @@ -82188,9 +81704,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2283), [sym_float_literal] = ACTIONS(2283), }, - [635] = { - [sym_line_comment] = STATE(635), - [sym_block_comment] = STATE(635), + [STATE(628)] = { + [sym_line_comment] = STATE(628), + [sym_block_comment] = STATE(628), [ts_builtin_sym_end] = ACTIONS(2287), [sym_identifier] = ACTIONS(2289), [anon_sym_SEMI] = ACTIONS(2287), @@ -82269,9 +81785,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2287), [sym_float_literal] = ACTIONS(2287), }, - [636] = { - [sym_line_comment] = STATE(636), - [sym_block_comment] = STATE(636), + [STATE(629)] = { + [sym_line_comment] = STATE(629), + [sym_block_comment] = STATE(629), [ts_builtin_sym_end] = ACTIONS(2291), [sym_identifier] = ACTIONS(2293), [anon_sym_SEMI] = ACTIONS(2291), @@ -82350,9 +81866,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2291), [sym_float_literal] = ACTIONS(2291), }, - [637] = { - [sym_line_comment] = STATE(637), - [sym_block_comment] = STATE(637), + [STATE(630)] = { + [sym_line_comment] = STATE(630), + [sym_block_comment] = STATE(630), [ts_builtin_sym_end] = ACTIONS(2295), [sym_identifier] = ACTIONS(2297), [anon_sym_SEMI] = ACTIONS(2295), @@ -82431,9 +81947,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2295), [sym_float_literal] = ACTIONS(2295), }, - [638] = { - [sym_line_comment] = STATE(638), - [sym_block_comment] = STATE(638), + [STATE(631)] = { + [sym_line_comment] = STATE(631), + [sym_block_comment] = STATE(631), [ts_builtin_sym_end] = ACTIONS(2299), [sym_identifier] = ACTIONS(2301), [anon_sym_SEMI] = ACTIONS(2299), @@ -82512,1905 +82028,1719 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2299), [sym_float_literal] = ACTIONS(2299), }, - [639] = { - [sym_empty_statement] = STATE(1072), - [sym_macro_definition] = STATE(1072), - [sym_attribute_item] = STATE(1072), - [sym_inner_attribute_item] = STATE(1072), - [sym_mod_item] = STATE(1072), - [sym_foreign_mod_item] = STATE(1072), - [sym_struct_item] = STATE(1072), - [sym_union_item] = STATE(1072), - [sym_enum_item] = STATE(1072), - [sym_extern_crate_declaration] = STATE(1072), - [sym_const_item] = STATE(1072), - [sym_static_item] = STATE(1072), - [sym_type_item] = STATE(1072), - [sym_function_item] = STATE(1072), - [sym_function_signature_item] = STATE(1072), - [sym_function_modifiers] = STATE(3622), - [sym_impl_item] = STATE(1072), - [sym_trait_item] = STATE(1072), - [sym_associated_type] = STATE(1072), - [sym_let_declaration] = STATE(1072), - [sym_use_declaration] = STATE(1072), - [sym_extern_modifier] = STATE(2165), - [sym_visibility_modifier] = STATE(1954), - [sym_bracketed_type] = STATE(3353), - [sym_generic_type_with_turbofish] = STATE(3379), - [sym_macro_invocation] = STATE(1072), - [sym_scoped_identifier] = STATE(3167), - [sym_line_comment] = STATE(639), - [sym_block_comment] = STATE(639), - [aux_sym_declaration_list_repeat1] = STATE(639), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(2303), - [anon_sym_SEMI] = ACTIONS(2306), - [anon_sym_macro_rules_BANG] = ACTIONS(2309), - [anon_sym_RBRACE] = 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_LT] = ACTIONS(2317), - [anon_sym_COLON_COLON] = ACTIONS(2320), - [anon_sym_POUND] = ACTIONS(2323), - [anon_sym_async] = ACTIONS(2326), - [anon_sym_const] = ACTIONS(2329), - [anon_sym_default] = ACTIONS(2332), - [anon_sym_enum] = ACTIONS(2335), - [anon_sym_fn] = ACTIONS(2338), - [anon_sym_gen] = ACTIONS(2341), - [anon_sym_impl] = ACTIONS(2344), - [anon_sym_let] = ACTIONS(2347), - [anon_sym_mod] = ACTIONS(2350), - [anon_sym_pub] = ACTIONS(2353), - [anon_sym_static] = ACTIONS(2356), - [anon_sym_struct] = ACTIONS(2359), - [anon_sym_trait] = ACTIONS(2362), - [anon_sym_type] = ACTIONS(2365), - [anon_sym_union] = ACTIONS(2368), - [anon_sym_unsafe] = ACTIONS(2371), - [anon_sym_use] = ACTIONS(2374), - [anon_sym_extern] = ACTIONS(2377), + [STATE(632)] = { + [sym_line_comment] = STATE(632), + [sym_block_comment] = STATE(632), + [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), + }, + [STATE(633)] = { + [sym_line_comment] = STATE(633), + [sym_block_comment] = STATE(633), + [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), + }, + [STATE(634)] = { + [sym_line_comment] = STATE(634), + [sym_block_comment] = STATE(634), + [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), + }, + [STATE(635)] = { + [sym_line_comment] = STATE(635), + [sym_block_comment] = STATE(635), + [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), + }, + [STATE(636)] = { + [sym_empty_statement] = STATE(1246), + [sym_macro_definition] = STATE(1246), + [sym_attribute_item] = STATE(1246), + [sym_inner_attribute_item] = STATE(1246), + [sym_mod_item] = STATE(1246), + [sym_foreign_mod_item] = STATE(1246), + [sym_struct_item] = STATE(1246), + [sym_union_item] = STATE(1246), + [sym_enum_item] = STATE(1246), + [sym_extern_crate_declaration] = STATE(1246), + [sym_const_item] = STATE(1246), + [sym_static_item] = STATE(1246), + [sym_type_item] = STATE(1246), + [sym_function_item] = STATE(1246), + [sym_function_signature_item] = STATE(1246), + [sym_function_modifiers] = STATE(3612), + [sym_impl_item] = STATE(1246), + [sym_trait_item] = STATE(1246), + [sym_associated_type] = STATE(1246), + [sym_let_declaration] = STATE(1246), + [sym_use_declaration] = STATE(1246), + [sym_extern_modifier] = STATE(2160), + [sym_visibility_modifier] = STATE(1955), + [sym_bracketed_type] = STATE(3345), + [sym_generic_type_with_turbofish] = STATE(3370), + [sym_macro_invocation] = STATE(1246), + [sym_scoped_identifier] = STATE(3211), + [sym_line_comment] = STATE(636), + [sym_block_comment] = STATE(636), + [aux_sym_declaration_list_repeat1] = STATE(651), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(1807), + [anon_sym_SEMI] = ACTIONS(1809), + [anon_sym_macro_rules_BANG] = ACTIONS(1811), + [anon_sym_RBRACE] = ACTIONS(2319), + [anon_sym_u8] = ACTIONS(1815), + [anon_sym_i8] = ACTIONS(1815), + [anon_sym_u16] = ACTIONS(1815), + [anon_sym_i16] = ACTIONS(1815), + [anon_sym_u32] = ACTIONS(1815), + [anon_sym_i32] = ACTIONS(1815), + [anon_sym_u64] = ACTIONS(1815), + [anon_sym_i64] = ACTIONS(1815), + [anon_sym_u128] = ACTIONS(1815), + [anon_sym_i128] = ACTIONS(1815), + [anon_sym_isize] = ACTIONS(1815), + [anon_sym_usize] = ACTIONS(1815), + [anon_sym_f32] = ACTIONS(1815), + [anon_sym_f64] = ACTIONS(1815), + [anon_sym_bool] = ACTIONS(1815), + [anon_sym_str] = ACTIONS(1815), + [anon_sym_char] = ACTIONS(1815), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1817), + [anon_sym_POUND] = ACTIONS(1819), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1821), + [anon_sym_default] = ACTIONS(1823), + [anon_sym_enum] = ACTIONS(1825), + [anon_sym_fn] = ACTIONS(1827), + [anon_sym_gen] = ACTIONS(1829), + [anon_sym_impl] = ACTIONS(1831), + [anon_sym_let] = ACTIONS(1833), + [anon_sym_mod] = ACTIONS(1835), + [anon_sym_pub] = ACTIONS(69), + [anon_sym_static] = ACTIONS(1837), + [anon_sym_struct] = ACTIONS(1839), + [anon_sym_trait] = ACTIONS(1841), + [anon_sym_type] = ACTIONS(1843), + [anon_sym_union] = ACTIONS(1845), + [anon_sym_unsafe] = ACTIONS(1847), + [anon_sym_use] = ACTIONS(1849), + [anon_sym_extern] = ACTIONS(1851), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2380), - [sym_super] = ACTIONS(2380), - [sym_crate] = ACTIONS(2383), - [sym_metavariable] = ACTIONS(2386), + [sym_self] = ACTIONS(1853), + [sym_super] = ACTIONS(1853), + [sym_crate] = ACTIONS(1855), + [sym_metavariable] = ACTIONS(1857), }, - [640] = { - [sym_line_comment] = STATE(640), - [sym_block_comment] = STATE(640), - [ts_builtin_sym_end] = ACTIONS(2389), - [sym_identifier] = ACTIONS(2391), - [anon_sym_SEMI] = ACTIONS(2389), - [anon_sym_macro_rules_BANG] = ACTIONS(2389), - [anon_sym_LPAREN] = ACTIONS(2389), - [anon_sym_LBRACK] = ACTIONS(2389), - [anon_sym_LBRACE] = ACTIONS(2389), - [anon_sym_RBRACE] = ACTIONS(2389), - [anon_sym_STAR] = ACTIONS(2389), - [anon_sym_u8] = ACTIONS(2391), - [anon_sym_i8] = ACTIONS(2391), - [anon_sym_u16] = ACTIONS(2391), - [anon_sym_i16] = ACTIONS(2391), - [anon_sym_u32] = ACTIONS(2391), - [anon_sym_i32] = ACTIONS(2391), - [anon_sym_u64] = ACTIONS(2391), - [anon_sym_i64] = ACTIONS(2391), - [anon_sym_u128] = ACTIONS(2391), - [anon_sym_i128] = ACTIONS(2391), - [anon_sym_isize] = ACTIONS(2391), - [anon_sym_usize] = ACTIONS(2391), - [anon_sym_f32] = ACTIONS(2391), - [anon_sym_f64] = ACTIONS(2391), - [anon_sym_bool] = ACTIONS(2391), - [anon_sym_str] = ACTIONS(2391), - [anon_sym_char] = ACTIONS(2391), - [anon_sym_DASH] = ACTIONS(2389), - [anon_sym_BANG] = ACTIONS(2389), - [anon_sym_AMP] = ACTIONS(2389), - [anon_sym_PIPE] = ACTIONS(2389), - [anon_sym_LT] = ACTIONS(2389), - [anon_sym_DOT_DOT] = ACTIONS(2389), - [anon_sym_COLON_COLON] = ACTIONS(2389), - [anon_sym_POUND] = ACTIONS(2389), - [anon_sym_SQUOTE] = ACTIONS(2391), - [anon_sym_async] = ACTIONS(2391), - [anon_sym_break] = ACTIONS(2391), - [anon_sym_const] = ACTIONS(2391), - [anon_sym_continue] = ACTIONS(2391), - [anon_sym_default] = ACTIONS(2391), - [anon_sym_enum] = ACTIONS(2391), - [anon_sym_fn] = ACTIONS(2391), - [anon_sym_for] = ACTIONS(2391), - [anon_sym_gen] = ACTIONS(2391), - [anon_sym_if] = ACTIONS(2391), - [anon_sym_impl] = ACTIONS(2391), - [anon_sym_let] = ACTIONS(2391), - [anon_sym_loop] = ACTIONS(2391), - [anon_sym_match] = ACTIONS(2391), - [anon_sym_mod] = ACTIONS(2391), - [anon_sym_pub] = ACTIONS(2391), - [anon_sym_return] = ACTIONS(2391), - [anon_sym_static] = ACTIONS(2391), - [anon_sym_struct] = ACTIONS(2391), - [anon_sym_trait] = ACTIONS(2391), - [anon_sym_type] = ACTIONS(2391), - [anon_sym_union] = ACTIONS(2391), - [anon_sym_unsafe] = ACTIONS(2391), - [anon_sym_use] = ACTIONS(2391), - [anon_sym_while] = ACTIONS(2391), - [anon_sym_extern] = ACTIONS(2391), - [anon_sym_yield] = ACTIONS(2391), - [anon_sym_move] = ACTIONS(2391), - [anon_sym_try] = ACTIONS(2391), - [sym_integer_literal] = ACTIONS(2389), - [aux_sym_string_literal_token1] = ACTIONS(2389), - [sym_char_literal] = ACTIONS(2389), - [anon_sym_true] = ACTIONS(2391), - [anon_sym_false] = ACTIONS(2391), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2391), - [sym_super] = ACTIONS(2391), - [sym_crate] = ACTIONS(2391), - [sym_metavariable] = ACTIONS(2389), - [sym__raw_string_literal_start] = ACTIONS(2389), - [sym_float_literal] = ACTIONS(2389), - }, - [641] = { + [STATE(637)] = { + [sym_line_comment] = STATE(637), + [sym_block_comment] = STATE(637), + [ts_builtin_sym_end] = ACTIONS(2321), + [sym_identifier] = ACTIONS(2323), + [anon_sym_SEMI] = ACTIONS(2321), + [anon_sym_macro_rules_BANG] = ACTIONS(2321), + [anon_sym_LPAREN] = ACTIONS(2321), + [anon_sym_LBRACK] = ACTIONS(2321), + [anon_sym_LBRACE] = ACTIONS(2321), + [anon_sym_RBRACE] = ACTIONS(2321), + [anon_sym_STAR] = ACTIONS(2321), + [anon_sym_u8] = ACTIONS(2323), + [anon_sym_i8] = ACTIONS(2323), + [anon_sym_u16] = ACTIONS(2323), + [anon_sym_i16] = ACTIONS(2323), + [anon_sym_u32] = ACTIONS(2323), + [anon_sym_i32] = ACTIONS(2323), + [anon_sym_u64] = ACTIONS(2323), + [anon_sym_i64] = ACTIONS(2323), + [anon_sym_u128] = ACTIONS(2323), + [anon_sym_i128] = ACTIONS(2323), + [anon_sym_isize] = ACTIONS(2323), + [anon_sym_usize] = ACTIONS(2323), + [anon_sym_f32] = ACTIONS(2323), + [anon_sym_f64] = ACTIONS(2323), + [anon_sym_bool] = ACTIONS(2323), + [anon_sym_str] = ACTIONS(2323), + [anon_sym_char] = ACTIONS(2323), + [anon_sym_DASH] = ACTIONS(2321), + [anon_sym_BANG] = ACTIONS(2321), + [anon_sym_AMP] = ACTIONS(2321), + [anon_sym_PIPE] = ACTIONS(2321), + [anon_sym_LT] = ACTIONS(2321), + [anon_sym_DOT_DOT] = ACTIONS(2321), + [anon_sym_COLON_COLON] = ACTIONS(2321), + [anon_sym_POUND] = ACTIONS(2321), + [anon_sym_SQUOTE] = ACTIONS(2323), + [anon_sym_async] = ACTIONS(2323), + [anon_sym_break] = ACTIONS(2323), + [anon_sym_const] = ACTIONS(2323), + [anon_sym_continue] = ACTIONS(2323), + [anon_sym_default] = ACTIONS(2323), + [anon_sym_enum] = ACTIONS(2323), + [anon_sym_fn] = ACTIONS(2323), + [anon_sym_for] = ACTIONS(2323), + [anon_sym_gen] = ACTIONS(2323), + [anon_sym_if] = ACTIONS(2323), + [anon_sym_impl] = ACTIONS(2323), + [anon_sym_let] = ACTIONS(2323), + [anon_sym_loop] = ACTIONS(2323), + [anon_sym_match] = ACTIONS(2323), + [anon_sym_mod] = ACTIONS(2323), + [anon_sym_pub] = ACTIONS(2323), + [anon_sym_return] = ACTIONS(2323), + [anon_sym_static] = ACTIONS(2323), + [anon_sym_struct] = ACTIONS(2323), + [anon_sym_trait] = ACTIONS(2323), + [anon_sym_type] = ACTIONS(2323), + [anon_sym_union] = ACTIONS(2323), + [anon_sym_unsafe] = ACTIONS(2323), + [anon_sym_use] = ACTIONS(2323), + [anon_sym_while] = ACTIONS(2323), + [anon_sym_extern] = ACTIONS(2323), + [anon_sym_yield] = ACTIONS(2323), + [anon_sym_move] = ACTIONS(2323), + [anon_sym_try] = ACTIONS(2323), + [sym_integer_literal] = ACTIONS(2321), + [aux_sym_string_literal_token1] = ACTIONS(2321), + [sym_char_literal] = ACTIONS(2321), + [anon_sym_true] = ACTIONS(2323), + [anon_sym_false] = ACTIONS(2323), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2323), + [sym_super] = ACTIONS(2323), + [sym_crate] = ACTIONS(2323), + [sym_metavariable] = ACTIONS(2321), + [sym__raw_string_literal_start] = ACTIONS(2321), + [sym_float_literal] = ACTIONS(2321), + }, + [STATE(638)] = { + [sym_line_comment] = STATE(638), + [sym_block_comment] = STATE(638), + [ts_builtin_sym_end] = ACTIONS(2325), + [sym_identifier] = ACTIONS(2327), + [anon_sym_SEMI] = ACTIONS(2325), + [anon_sym_macro_rules_BANG] = ACTIONS(2325), + [anon_sym_LPAREN] = ACTIONS(2325), + [anon_sym_LBRACK] = ACTIONS(2325), + [anon_sym_LBRACE] = ACTIONS(2325), + [anon_sym_RBRACE] = ACTIONS(2325), + [anon_sym_STAR] = ACTIONS(2325), + [anon_sym_u8] = ACTIONS(2327), + [anon_sym_i8] = ACTIONS(2327), + [anon_sym_u16] = ACTIONS(2327), + [anon_sym_i16] = ACTIONS(2327), + [anon_sym_u32] = ACTIONS(2327), + [anon_sym_i32] = ACTIONS(2327), + [anon_sym_u64] = ACTIONS(2327), + [anon_sym_i64] = ACTIONS(2327), + [anon_sym_u128] = ACTIONS(2327), + [anon_sym_i128] = ACTIONS(2327), + [anon_sym_isize] = ACTIONS(2327), + [anon_sym_usize] = ACTIONS(2327), + [anon_sym_f32] = ACTIONS(2327), + [anon_sym_f64] = ACTIONS(2327), + [anon_sym_bool] = ACTIONS(2327), + [anon_sym_str] = ACTIONS(2327), + [anon_sym_char] = ACTIONS(2327), + [anon_sym_DASH] = ACTIONS(2325), + [anon_sym_BANG] = ACTIONS(2325), + [anon_sym_AMP] = ACTIONS(2325), + [anon_sym_PIPE] = ACTIONS(2325), + [anon_sym_LT] = ACTIONS(2325), + [anon_sym_DOT_DOT] = ACTIONS(2325), + [anon_sym_COLON_COLON] = ACTIONS(2325), + [anon_sym_POUND] = ACTIONS(2325), + [anon_sym_SQUOTE] = ACTIONS(2327), + [anon_sym_async] = ACTIONS(2327), + [anon_sym_break] = ACTIONS(2327), + [anon_sym_const] = ACTIONS(2327), + [anon_sym_continue] = ACTIONS(2327), + [anon_sym_default] = ACTIONS(2327), + [anon_sym_enum] = ACTIONS(2327), + [anon_sym_fn] = ACTIONS(2327), + [anon_sym_for] = ACTIONS(2327), + [anon_sym_gen] = ACTIONS(2327), + [anon_sym_if] = ACTIONS(2327), + [anon_sym_impl] = ACTIONS(2327), + [anon_sym_let] = ACTIONS(2327), + [anon_sym_loop] = ACTIONS(2327), + [anon_sym_match] = ACTIONS(2327), + [anon_sym_mod] = ACTIONS(2327), + [anon_sym_pub] = ACTIONS(2327), + [anon_sym_return] = ACTIONS(2327), + [anon_sym_static] = ACTIONS(2327), + [anon_sym_struct] = ACTIONS(2327), + [anon_sym_trait] = ACTIONS(2327), + [anon_sym_type] = ACTIONS(2327), + [anon_sym_union] = ACTIONS(2327), + [anon_sym_unsafe] = ACTIONS(2327), + [anon_sym_use] = ACTIONS(2327), + [anon_sym_while] = ACTIONS(2327), + [anon_sym_extern] = ACTIONS(2327), + [anon_sym_yield] = ACTIONS(2327), + [anon_sym_move] = ACTIONS(2327), + [anon_sym_try] = ACTIONS(2327), + [sym_integer_literal] = ACTIONS(2325), + [aux_sym_string_literal_token1] = ACTIONS(2325), + [sym_char_literal] = ACTIONS(2325), + [anon_sym_true] = ACTIONS(2327), + [anon_sym_false] = ACTIONS(2327), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2327), + [sym_super] = ACTIONS(2327), + [sym_crate] = ACTIONS(2327), + [sym_metavariable] = ACTIONS(2325), + [sym__raw_string_literal_start] = ACTIONS(2325), + [sym_float_literal] = ACTIONS(2325), + }, + [STATE(639)] = { + [sym_line_comment] = STATE(639), + [sym_block_comment] = STATE(639), + [ts_builtin_sym_end] = ACTIONS(2329), + [sym_identifier] = ACTIONS(2331), + [anon_sym_SEMI] = ACTIONS(2329), + [anon_sym_macro_rules_BANG] = ACTIONS(2329), + [anon_sym_LPAREN] = ACTIONS(2329), + [anon_sym_LBRACK] = ACTIONS(2329), + [anon_sym_LBRACE] = ACTIONS(2329), + [anon_sym_RBRACE] = ACTIONS(2329), + [anon_sym_STAR] = ACTIONS(2329), + [anon_sym_u8] = ACTIONS(2331), + [anon_sym_i8] = ACTIONS(2331), + [anon_sym_u16] = ACTIONS(2331), + [anon_sym_i16] = ACTIONS(2331), + [anon_sym_u32] = ACTIONS(2331), + [anon_sym_i32] = ACTIONS(2331), + [anon_sym_u64] = ACTIONS(2331), + [anon_sym_i64] = ACTIONS(2331), + [anon_sym_u128] = ACTIONS(2331), + [anon_sym_i128] = ACTIONS(2331), + [anon_sym_isize] = ACTIONS(2331), + [anon_sym_usize] = ACTIONS(2331), + [anon_sym_f32] = ACTIONS(2331), + [anon_sym_f64] = ACTIONS(2331), + [anon_sym_bool] = ACTIONS(2331), + [anon_sym_str] = ACTIONS(2331), + [anon_sym_char] = ACTIONS(2331), + [anon_sym_DASH] = ACTIONS(2329), + [anon_sym_BANG] = ACTIONS(2329), + [anon_sym_AMP] = ACTIONS(2329), + [anon_sym_PIPE] = ACTIONS(2329), + [anon_sym_LT] = ACTIONS(2329), + [anon_sym_DOT_DOT] = ACTIONS(2329), + [anon_sym_COLON_COLON] = ACTIONS(2329), + [anon_sym_POUND] = ACTIONS(2329), + [anon_sym_SQUOTE] = ACTIONS(2331), + [anon_sym_async] = ACTIONS(2331), + [anon_sym_break] = ACTIONS(2331), + [anon_sym_const] = ACTIONS(2331), + [anon_sym_continue] = ACTIONS(2331), + [anon_sym_default] = ACTIONS(2331), + [anon_sym_enum] = ACTIONS(2331), + [anon_sym_fn] = ACTIONS(2331), + [anon_sym_for] = ACTIONS(2331), + [anon_sym_gen] = ACTIONS(2331), + [anon_sym_if] = ACTIONS(2331), + [anon_sym_impl] = ACTIONS(2331), + [anon_sym_let] = ACTIONS(2331), + [anon_sym_loop] = ACTIONS(2331), + [anon_sym_match] = ACTIONS(2331), + [anon_sym_mod] = ACTIONS(2331), + [anon_sym_pub] = ACTIONS(2331), + [anon_sym_return] = ACTIONS(2331), + [anon_sym_static] = ACTIONS(2331), + [anon_sym_struct] = ACTIONS(2331), + [anon_sym_trait] = ACTIONS(2331), + [anon_sym_type] = ACTIONS(2331), + [anon_sym_union] = ACTIONS(2331), + [anon_sym_unsafe] = ACTIONS(2331), + [anon_sym_use] = ACTIONS(2331), + [anon_sym_while] = ACTIONS(2331), + [anon_sym_extern] = ACTIONS(2331), + [anon_sym_yield] = ACTIONS(2331), + [anon_sym_move] = ACTIONS(2331), + [anon_sym_try] = ACTIONS(2331), + [sym_integer_literal] = ACTIONS(2329), + [aux_sym_string_literal_token1] = ACTIONS(2329), + [sym_char_literal] = ACTIONS(2329), + [anon_sym_true] = ACTIONS(2331), + [anon_sym_false] = ACTIONS(2331), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2331), + [sym_super] = ACTIONS(2331), + [sym_crate] = ACTIONS(2331), + [sym_metavariable] = ACTIONS(2329), + [sym__raw_string_literal_start] = ACTIONS(2329), + [sym_float_literal] = ACTIONS(2329), + }, + [STATE(640)] = { + [sym_line_comment] = STATE(640), + [sym_block_comment] = STATE(640), + [ts_builtin_sym_end] = ACTIONS(2333), + [sym_identifier] = ACTIONS(2335), + [anon_sym_SEMI] = ACTIONS(2333), + [anon_sym_macro_rules_BANG] = ACTIONS(2333), + [anon_sym_LPAREN] = ACTIONS(2333), + [anon_sym_LBRACK] = ACTIONS(2333), + [anon_sym_LBRACE] = ACTIONS(2333), + [anon_sym_RBRACE] = ACTIONS(2333), + [anon_sym_STAR] = ACTIONS(2333), + [anon_sym_u8] = ACTIONS(2335), + [anon_sym_i8] = ACTIONS(2335), + [anon_sym_u16] = ACTIONS(2335), + [anon_sym_i16] = ACTIONS(2335), + [anon_sym_u32] = ACTIONS(2335), + [anon_sym_i32] = ACTIONS(2335), + [anon_sym_u64] = ACTIONS(2335), + [anon_sym_i64] = ACTIONS(2335), + [anon_sym_u128] = ACTIONS(2335), + [anon_sym_i128] = ACTIONS(2335), + [anon_sym_isize] = ACTIONS(2335), + [anon_sym_usize] = ACTIONS(2335), + [anon_sym_f32] = ACTIONS(2335), + [anon_sym_f64] = ACTIONS(2335), + [anon_sym_bool] = ACTIONS(2335), + [anon_sym_str] = ACTIONS(2335), + [anon_sym_char] = ACTIONS(2335), + [anon_sym_DASH] = ACTIONS(2333), + [anon_sym_BANG] = ACTIONS(2333), + [anon_sym_AMP] = ACTIONS(2333), + [anon_sym_PIPE] = ACTIONS(2333), + [anon_sym_LT] = ACTIONS(2333), + [anon_sym_DOT_DOT] = ACTIONS(2333), + [anon_sym_COLON_COLON] = ACTIONS(2333), + [anon_sym_POUND] = ACTIONS(2333), + [anon_sym_SQUOTE] = ACTIONS(2335), + [anon_sym_async] = ACTIONS(2335), + [anon_sym_break] = ACTIONS(2335), + [anon_sym_const] = ACTIONS(2335), + [anon_sym_continue] = ACTIONS(2335), + [anon_sym_default] = ACTIONS(2335), + [anon_sym_enum] = ACTIONS(2335), + [anon_sym_fn] = ACTIONS(2335), + [anon_sym_for] = ACTIONS(2335), + [anon_sym_gen] = ACTIONS(2335), + [anon_sym_if] = ACTIONS(2335), + [anon_sym_impl] = ACTIONS(2335), + [anon_sym_let] = ACTIONS(2335), + [anon_sym_loop] = ACTIONS(2335), + [anon_sym_match] = ACTIONS(2335), + [anon_sym_mod] = ACTIONS(2335), + [anon_sym_pub] = ACTIONS(2335), + [anon_sym_return] = ACTIONS(2335), + [anon_sym_static] = ACTIONS(2335), + [anon_sym_struct] = ACTIONS(2335), + [anon_sym_trait] = ACTIONS(2335), + [anon_sym_type] = ACTIONS(2335), + [anon_sym_union] = ACTIONS(2335), + [anon_sym_unsafe] = ACTIONS(2335), + [anon_sym_use] = ACTIONS(2335), + [anon_sym_while] = ACTIONS(2335), + [anon_sym_extern] = ACTIONS(2335), + [anon_sym_yield] = ACTIONS(2335), + [anon_sym_move] = ACTIONS(2335), + [anon_sym_try] = ACTIONS(2335), + [sym_integer_literal] = ACTIONS(2333), + [aux_sym_string_literal_token1] = ACTIONS(2333), + [sym_char_literal] = ACTIONS(2333), + [anon_sym_true] = ACTIONS(2335), + [anon_sym_false] = ACTIONS(2335), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2335), + [sym_super] = ACTIONS(2335), + [sym_crate] = ACTIONS(2335), + [sym_metavariable] = ACTIONS(2333), + [sym__raw_string_literal_start] = ACTIONS(2333), + [sym_float_literal] = ACTIONS(2333), + }, + [STATE(641)] = { [sym_line_comment] = STATE(641), [sym_block_comment] = STATE(641), - [ts_builtin_sym_end] = ACTIONS(2393), - [sym_identifier] = ACTIONS(2395), - [anon_sym_SEMI] = ACTIONS(2393), - [anon_sym_macro_rules_BANG] = ACTIONS(2393), - [anon_sym_LPAREN] = ACTIONS(2393), - [anon_sym_LBRACK] = ACTIONS(2393), - [anon_sym_LBRACE] = ACTIONS(2393), - [anon_sym_RBRACE] = ACTIONS(2393), - [anon_sym_STAR] = ACTIONS(2393), - [anon_sym_u8] = ACTIONS(2395), - [anon_sym_i8] = ACTIONS(2395), - [anon_sym_u16] = ACTIONS(2395), - [anon_sym_i16] = ACTIONS(2395), - [anon_sym_u32] = ACTIONS(2395), - [anon_sym_i32] = ACTIONS(2395), - [anon_sym_u64] = ACTIONS(2395), - [anon_sym_i64] = ACTIONS(2395), - [anon_sym_u128] = ACTIONS(2395), - [anon_sym_i128] = ACTIONS(2395), - [anon_sym_isize] = ACTIONS(2395), - [anon_sym_usize] = ACTIONS(2395), - [anon_sym_f32] = ACTIONS(2395), - [anon_sym_f64] = ACTIONS(2395), - [anon_sym_bool] = ACTIONS(2395), - [anon_sym_str] = ACTIONS(2395), - [anon_sym_char] = ACTIONS(2395), - [anon_sym_DASH] = ACTIONS(2393), - [anon_sym_BANG] = ACTIONS(2393), - [anon_sym_AMP] = ACTIONS(2393), - [anon_sym_PIPE] = ACTIONS(2393), - [anon_sym_LT] = ACTIONS(2393), - [anon_sym_DOT_DOT] = ACTIONS(2393), - [anon_sym_COLON_COLON] = ACTIONS(2393), - [anon_sym_POUND] = ACTIONS(2393), - [anon_sym_SQUOTE] = ACTIONS(2395), - [anon_sym_async] = ACTIONS(2395), - [anon_sym_break] = ACTIONS(2395), - [anon_sym_const] = ACTIONS(2395), - [anon_sym_continue] = ACTIONS(2395), - [anon_sym_default] = ACTIONS(2395), - [anon_sym_enum] = ACTIONS(2395), - [anon_sym_fn] = ACTIONS(2395), - [anon_sym_for] = ACTIONS(2395), - [anon_sym_gen] = ACTIONS(2395), - [anon_sym_if] = ACTIONS(2395), - [anon_sym_impl] = ACTIONS(2395), - [anon_sym_let] = ACTIONS(2395), - [anon_sym_loop] = ACTIONS(2395), - [anon_sym_match] = ACTIONS(2395), - [anon_sym_mod] = ACTIONS(2395), - [anon_sym_pub] = ACTIONS(2395), - [anon_sym_return] = ACTIONS(2395), - [anon_sym_static] = ACTIONS(2395), - [anon_sym_struct] = ACTIONS(2395), - [anon_sym_trait] = ACTIONS(2395), - [anon_sym_type] = ACTIONS(2395), - [anon_sym_union] = ACTIONS(2395), - [anon_sym_unsafe] = ACTIONS(2395), - [anon_sym_use] = ACTIONS(2395), - [anon_sym_while] = ACTIONS(2395), - [anon_sym_extern] = ACTIONS(2395), - [anon_sym_yield] = ACTIONS(2395), - [anon_sym_move] = ACTIONS(2395), - [anon_sym_try] = ACTIONS(2395), - [sym_integer_literal] = ACTIONS(2393), - [aux_sym_string_literal_token1] = ACTIONS(2393), - [sym_char_literal] = ACTIONS(2393), - [anon_sym_true] = ACTIONS(2395), - [anon_sym_false] = ACTIONS(2395), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2395), - [sym_super] = ACTIONS(2395), - [sym_crate] = ACTIONS(2395), - [sym_metavariable] = ACTIONS(2393), - [sym__raw_string_literal_start] = ACTIONS(2393), - [sym_float_literal] = ACTIONS(2393), - }, - [642] = { + [ts_builtin_sym_end] = ACTIONS(2337), + [sym_identifier] = ACTIONS(2339), + [anon_sym_SEMI] = ACTIONS(2337), + [anon_sym_macro_rules_BANG] = ACTIONS(2337), + [anon_sym_LPAREN] = ACTIONS(2337), + [anon_sym_LBRACK] = ACTIONS(2337), + [anon_sym_LBRACE] = ACTIONS(2337), + [anon_sym_RBRACE] = ACTIONS(2337), + [anon_sym_STAR] = ACTIONS(2337), + [anon_sym_u8] = ACTIONS(2339), + [anon_sym_i8] = ACTIONS(2339), + [anon_sym_u16] = ACTIONS(2339), + [anon_sym_i16] = ACTIONS(2339), + [anon_sym_u32] = ACTIONS(2339), + [anon_sym_i32] = ACTIONS(2339), + [anon_sym_u64] = ACTIONS(2339), + [anon_sym_i64] = ACTIONS(2339), + [anon_sym_u128] = ACTIONS(2339), + [anon_sym_i128] = ACTIONS(2339), + [anon_sym_isize] = ACTIONS(2339), + [anon_sym_usize] = ACTIONS(2339), + [anon_sym_f32] = ACTIONS(2339), + [anon_sym_f64] = ACTIONS(2339), + [anon_sym_bool] = ACTIONS(2339), + [anon_sym_str] = ACTIONS(2339), + [anon_sym_char] = ACTIONS(2339), + [anon_sym_DASH] = ACTIONS(2337), + [anon_sym_BANG] = ACTIONS(2337), + [anon_sym_AMP] = ACTIONS(2337), + [anon_sym_PIPE] = ACTIONS(2337), + [anon_sym_LT] = ACTIONS(2337), + [anon_sym_DOT_DOT] = ACTIONS(2337), + [anon_sym_COLON_COLON] = ACTIONS(2337), + [anon_sym_POUND] = ACTIONS(2337), + [anon_sym_SQUOTE] = ACTIONS(2339), + [anon_sym_async] = ACTIONS(2339), + [anon_sym_break] = ACTIONS(2339), + [anon_sym_const] = ACTIONS(2339), + [anon_sym_continue] = ACTIONS(2339), + [anon_sym_default] = ACTIONS(2339), + [anon_sym_enum] = ACTIONS(2339), + [anon_sym_fn] = ACTIONS(2339), + [anon_sym_for] = ACTIONS(2339), + [anon_sym_gen] = ACTIONS(2339), + [anon_sym_if] = ACTIONS(2339), + [anon_sym_impl] = ACTIONS(2339), + [anon_sym_let] = ACTIONS(2339), + [anon_sym_loop] = ACTIONS(2339), + [anon_sym_match] = ACTIONS(2339), + [anon_sym_mod] = ACTIONS(2339), + [anon_sym_pub] = ACTIONS(2339), + [anon_sym_return] = ACTIONS(2339), + [anon_sym_static] = ACTIONS(2339), + [anon_sym_struct] = ACTIONS(2339), + [anon_sym_trait] = ACTIONS(2339), + [anon_sym_type] = ACTIONS(2339), + [anon_sym_union] = ACTIONS(2339), + [anon_sym_unsafe] = ACTIONS(2339), + [anon_sym_use] = ACTIONS(2339), + [anon_sym_while] = ACTIONS(2339), + [anon_sym_extern] = ACTIONS(2339), + [anon_sym_yield] = ACTIONS(2339), + [anon_sym_move] = ACTIONS(2339), + [anon_sym_try] = ACTIONS(2339), + [sym_integer_literal] = ACTIONS(2337), + [aux_sym_string_literal_token1] = ACTIONS(2337), + [sym_char_literal] = ACTIONS(2337), + [anon_sym_true] = ACTIONS(2339), + [anon_sym_false] = ACTIONS(2339), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2339), + [sym_super] = ACTIONS(2339), + [sym_crate] = ACTIONS(2339), + [sym_metavariable] = ACTIONS(2337), + [sym__raw_string_literal_start] = ACTIONS(2337), + [sym_float_literal] = ACTIONS(2337), + }, + [STATE(642)] = { [sym_line_comment] = STATE(642), [sym_block_comment] = STATE(642), - [ts_builtin_sym_end] = ACTIONS(2397), - [sym_identifier] = ACTIONS(2399), - [anon_sym_SEMI] = ACTIONS(2397), - [anon_sym_macro_rules_BANG] = ACTIONS(2397), - [anon_sym_LPAREN] = ACTIONS(2397), - [anon_sym_LBRACK] = ACTIONS(2397), - [anon_sym_LBRACE] = ACTIONS(2397), - [anon_sym_RBRACE] = ACTIONS(2397), - [anon_sym_STAR] = ACTIONS(2397), - [anon_sym_u8] = ACTIONS(2399), - [anon_sym_i8] = ACTIONS(2399), - [anon_sym_u16] = ACTIONS(2399), - [anon_sym_i16] = ACTIONS(2399), - [anon_sym_u32] = ACTIONS(2399), - [anon_sym_i32] = ACTIONS(2399), - [anon_sym_u64] = ACTIONS(2399), - [anon_sym_i64] = ACTIONS(2399), - [anon_sym_u128] = ACTIONS(2399), - [anon_sym_i128] = ACTIONS(2399), - [anon_sym_isize] = ACTIONS(2399), - [anon_sym_usize] = ACTIONS(2399), - [anon_sym_f32] = ACTIONS(2399), - [anon_sym_f64] = ACTIONS(2399), - [anon_sym_bool] = ACTIONS(2399), - [anon_sym_str] = ACTIONS(2399), - [anon_sym_char] = ACTIONS(2399), - [anon_sym_DASH] = ACTIONS(2397), - [anon_sym_BANG] = ACTIONS(2397), - [anon_sym_AMP] = ACTIONS(2397), - [anon_sym_PIPE] = ACTIONS(2397), - [anon_sym_LT] = ACTIONS(2397), - [anon_sym_DOT_DOT] = ACTIONS(2397), - [anon_sym_COLON_COLON] = ACTIONS(2397), - [anon_sym_POUND] = ACTIONS(2397), - [anon_sym_SQUOTE] = ACTIONS(2399), - [anon_sym_async] = ACTIONS(2399), - [anon_sym_break] = ACTIONS(2399), - [anon_sym_const] = ACTIONS(2399), - [anon_sym_continue] = ACTIONS(2399), - [anon_sym_default] = ACTIONS(2399), - [anon_sym_enum] = ACTIONS(2399), - [anon_sym_fn] = ACTIONS(2399), - [anon_sym_for] = ACTIONS(2399), - [anon_sym_gen] = ACTIONS(2399), - [anon_sym_if] = ACTIONS(2399), - [anon_sym_impl] = ACTIONS(2399), - [anon_sym_let] = ACTIONS(2399), - [anon_sym_loop] = ACTIONS(2399), - [anon_sym_match] = ACTIONS(2399), - [anon_sym_mod] = ACTIONS(2399), - [anon_sym_pub] = ACTIONS(2399), - [anon_sym_return] = ACTIONS(2399), - [anon_sym_static] = ACTIONS(2399), - [anon_sym_struct] = ACTIONS(2399), - [anon_sym_trait] = ACTIONS(2399), - [anon_sym_type] = ACTIONS(2399), - [anon_sym_union] = ACTIONS(2399), - [anon_sym_unsafe] = ACTIONS(2399), - [anon_sym_use] = ACTIONS(2399), - [anon_sym_while] = ACTIONS(2399), - [anon_sym_extern] = ACTIONS(2399), - [anon_sym_yield] = ACTIONS(2399), - [anon_sym_move] = ACTIONS(2399), - [anon_sym_try] = ACTIONS(2399), - [sym_integer_literal] = ACTIONS(2397), - [aux_sym_string_literal_token1] = ACTIONS(2397), - [sym_char_literal] = ACTIONS(2397), - [anon_sym_true] = ACTIONS(2399), - [anon_sym_false] = ACTIONS(2399), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2399), - [sym_super] = ACTIONS(2399), - [sym_crate] = ACTIONS(2399), - [sym_metavariable] = ACTIONS(2397), - [sym__raw_string_literal_start] = ACTIONS(2397), - [sym_float_literal] = ACTIONS(2397), - }, - [643] = { + [ts_builtin_sym_end] = ACTIONS(2341), + [sym_identifier] = ACTIONS(2343), + [anon_sym_SEMI] = ACTIONS(2341), + [anon_sym_macro_rules_BANG] = ACTIONS(2341), + [anon_sym_LPAREN] = ACTIONS(2341), + [anon_sym_LBRACK] = ACTIONS(2341), + [anon_sym_LBRACE] = ACTIONS(2341), + [anon_sym_RBRACE] = ACTIONS(2341), + [anon_sym_STAR] = ACTIONS(2341), + [anon_sym_u8] = ACTIONS(2343), + [anon_sym_i8] = ACTIONS(2343), + [anon_sym_u16] = ACTIONS(2343), + [anon_sym_i16] = ACTIONS(2343), + [anon_sym_u32] = ACTIONS(2343), + [anon_sym_i32] = ACTIONS(2343), + [anon_sym_u64] = ACTIONS(2343), + [anon_sym_i64] = ACTIONS(2343), + [anon_sym_u128] = ACTIONS(2343), + [anon_sym_i128] = ACTIONS(2343), + [anon_sym_isize] = ACTIONS(2343), + [anon_sym_usize] = ACTIONS(2343), + [anon_sym_f32] = ACTIONS(2343), + [anon_sym_f64] = ACTIONS(2343), + [anon_sym_bool] = ACTIONS(2343), + [anon_sym_str] = ACTIONS(2343), + [anon_sym_char] = ACTIONS(2343), + [anon_sym_DASH] = ACTIONS(2341), + [anon_sym_BANG] = ACTIONS(2341), + [anon_sym_AMP] = ACTIONS(2341), + [anon_sym_PIPE] = ACTIONS(2341), + [anon_sym_LT] = ACTIONS(2341), + [anon_sym_DOT_DOT] = ACTIONS(2341), + [anon_sym_COLON_COLON] = ACTIONS(2341), + [anon_sym_POUND] = ACTIONS(2341), + [anon_sym_SQUOTE] = ACTIONS(2343), + [anon_sym_async] = ACTIONS(2343), + [anon_sym_break] = ACTIONS(2343), + [anon_sym_const] = ACTIONS(2343), + [anon_sym_continue] = ACTIONS(2343), + [anon_sym_default] = ACTIONS(2343), + [anon_sym_enum] = ACTIONS(2343), + [anon_sym_fn] = ACTIONS(2343), + [anon_sym_for] = ACTIONS(2343), + [anon_sym_gen] = ACTIONS(2343), + [anon_sym_if] = ACTIONS(2343), + [anon_sym_impl] = ACTIONS(2343), + [anon_sym_let] = ACTIONS(2343), + [anon_sym_loop] = ACTIONS(2343), + [anon_sym_match] = ACTIONS(2343), + [anon_sym_mod] = ACTIONS(2343), + [anon_sym_pub] = ACTIONS(2343), + [anon_sym_return] = ACTIONS(2343), + [anon_sym_static] = ACTIONS(2343), + [anon_sym_struct] = ACTIONS(2343), + [anon_sym_trait] = ACTIONS(2343), + [anon_sym_type] = ACTIONS(2343), + [anon_sym_union] = ACTIONS(2343), + [anon_sym_unsafe] = ACTIONS(2343), + [anon_sym_use] = ACTIONS(2343), + [anon_sym_while] = ACTIONS(2343), + [anon_sym_extern] = ACTIONS(2343), + [anon_sym_yield] = ACTIONS(2343), + [anon_sym_move] = ACTIONS(2343), + [anon_sym_try] = ACTIONS(2343), + [sym_integer_literal] = ACTIONS(2341), + [aux_sym_string_literal_token1] = ACTIONS(2341), + [sym_char_literal] = ACTIONS(2341), + [anon_sym_true] = ACTIONS(2343), + [anon_sym_false] = ACTIONS(2343), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2343), + [sym_super] = ACTIONS(2343), + [sym_crate] = ACTIONS(2343), + [sym_metavariable] = ACTIONS(2341), + [sym__raw_string_literal_start] = ACTIONS(2341), + [sym_float_literal] = ACTIONS(2341), + }, + [STATE(643)] = { [sym_line_comment] = STATE(643), [sym_block_comment] = STATE(643), - [ts_builtin_sym_end] = ACTIONS(2401), - [sym_identifier] = ACTIONS(2403), - [anon_sym_SEMI] = ACTIONS(2401), - [anon_sym_macro_rules_BANG] = ACTIONS(2401), - [anon_sym_LPAREN] = ACTIONS(2401), - [anon_sym_LBRACK] = ACTIONS(2401), - [anon_sym_LBRACE] = ACTIONS(2401), - [anon_sym_RBRACE] = ACTIONS(2401), - [anon_sym_STAR] = ACTIONS(2401), - [anon_sym_u8] = ACTIONS(2403), - [anon_sym_i8] = ACTIONS(2403), - [anon_sym_u16] = ACTIONS(2403), - [anon_sym_i16] = ACTIONS(2403), - [anon_sym_u32] = ACTIONS(2403), - [anon_sym_i32] = ACTIONS(2403), - [anon_sym_u64] = ACTIONS(2403), - [anon_sym_i64] = ACTIONS(2403), - [anon_sym_u128] = ACTIONS(2403), - [anon_sym_i128] = ACTIONS(2403), - [anon_sym_isize] = ACTIONS(2403), - [anon_sym_usize] = ACTIONS(2403), - [anon_sym_f32] = ACTIONS(2403), - [anon_sym_f64] = ACTIONS(2403), - [anon_sym_bool] = ACTIONS(2403), - [anon_sym_str] = ACTIONS(2403), - [anon_sym_char] = ACTIONS(2403), - [anon_sym_DASH] = ACTIONS(2401), - [anon_sym_BANG] = ACTIONS(2401), - [anon_sym_AMP] = ACTIONS(2401), - [anon_sym_PIPE] = ACTIONS(2401), - [anon_sym_LT] = ACTIONS(2401), - [anon_sym_DOT_DOT] = ACTIONS(2401), - [anon_sym_COLON_COLON] = ACTIONS(2401), - [anon_sym_POUND] = ACTIONS(2401), - [anon_sym_SQUOTE] = ACTIONS(2403), - [anon_sym_async] = ACTIONS(2403), - [anon_sym_break] = ACTIONS(2403), - [anon_sym_const] = ACTIONS(2403), - [anon_sym_continue] = ACTIONS(2403), - [anon_sym_default] = ACTIONS(2403), - [anon_sym_enum] = ACTIONS(2403), - [anon_sym_fn] = ACTIONS(2403), - [anon_sym_for] = ACTIONS(2403), - [anon_sym_gen] = ACTIONS(2403), - [anon_sym_if] = ACTIONS(2403), - [anon_sym_impl] = ACTIONS(2403), - [anon_sym_let] = ACTIONS(2403), - [anon_sym_loop] = ACTIONS(2403), - [anon_sym_match] = ACTIONS(2403), - [anon_sym_mod] = ACTIONS(2403), - [anon_sym_pub] = ACTIONS(2403), - [anon_sym_return] = ACTIONS(2403), - [anon_sym_static] = ACTIONS(2403), - [anon_sym_struct] = ACTIONS(2403), - [anon_sym_trait] = ACTIONS(2403), - [anon_sym_type] = ACTIONS(2403), - [anon_sym_union] = ACTIONS(2403), - [anon_sym_unsafe] = ACTIONS(2403), - [anon_sym_use] = ACTIONS(2403), - [anon_sym_while] = ACTIONS(2403), - [anon_sym_extern] = ACTIONS(2403), - [anon_sym_yield] = ACTIONS(2403), - [anon_sym_move] = ACTIONS(2403), - [anon_sym_try] = ACTIONS(2403), - [sym_integer_literal] = ACTIONS(2401), - [aux_sym_string_literal_token1] = ACTIONS(2401), - [sym_char_literal] = ACTIONS(2401), - [anon_sym_true] = ACTIONS(2403), - [anon_sym_false] = ACTIONS(2403), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2403), - [sym_super] = ACTIONS(2403), - [sym_crate] = ACTIONS(2403), - [sym_metavariable] = ACTIONS(2401), - [sym__raw_string_literal_start] = ACTIONS(2401), - [sym_float_literal] = ACTIONS(2401), - }, - [644] = { + [ts_builtin_sym_end] = ACTIONS(2345), + [sym_identifier] = ACTIONS(2347), + [anon_sym_SEMI] = ACTIONS(2345), + [anon_sym_macro_rules_BANG] = ACTIONS(2345), + [anon_sym_LPAREN] = ACTIONS(2345), + [anon_sym_LBRACK] = ACTIONS(2345), + [anon_sym_LBRACE] = ACTIONS(2345), + [anon_sym_RBRACE] = ACTIONS(2345), + [anon_sym_STAR] = ACTIONS(2345), + [anon_sym_u8] = ACTIONS(2347), + [anon_sym_i8] = ACTIONS(2347), + [anon_sym_u16] = ACTIONS(2347), + [anon_sym_i16] = ACTIONS(2347), + [anon_sym_u32] = ACTIONS(2347), + [anon_sym_i32] = ACTIONS(2347), + [anon_sym_u64] = ACTIONS(2347), + [anon_sym_i64] = ACTIONS(2347), + [anon_sym_u128] = ACTIONS(2347), + [anon_sym_i128] = ACTIONS(2347), + [anon_sym_isize] = ACTIONS(2347), + [anon_sym_usize] = ACTIONS(2347), + [anon_sym_f32] = ACTIONS(2347), + [anon_sym_f64] = ACTIONS(2347), + [anon_sym_bool] = ACTIONS(2347), + [anon_sym_str] = ACTIONS(2347), + [anon_sym_char] = ACTIONS(2347), + [anon_sym_DASH] = ACTIONS(2345), + [anon_sym_BANG] = ACTIONS(2345), + [anon_sym_AMP] = ACTIONS(2345), + [anon_sym_PIPE] = ACTIONS(2345), + [anon_sym_LT] = ACTIONS(2345), + [anon_sym_DOT_DOT] = ACTIONS(2345), + [anon_sym_COLON_COLON] = ACTIONS(2345), + [anon_sym_POUND] = ACTIONS(2345), + [anon_sym_SQUOTE] = ACTIONS(2347), + [anon_sym_async] = ACTIONS(2347), + [anon_sym_break] = ACTIONS(2347), + [anon_sym_const] = ACTIONS(2347), + [anon_sym_continue] = ACTIONS(2347), + [anon_sym_default] = ACTIONS(2347), + [anon_sym_enum] = ACTIONS(2347), + [anon_sym_fn] = ACTIONS(2347), + [anon_sym_for] = ACTIONS(2347), + [anon_sym_gen] = ACTIONS(2347), + [anon_sym_if] = ACTIONS(2347), + [anon_sym_impl] = ACTIONS(2347), + [anon_sym_let] = ACTIONS(2347), + [anon_sym_loop] = ACTIONS(2347), + [anon_sym_match] = ACTIONS(2347), + [anon_sym_mod] = ACTIONS(2347), + [anon_sym_pub] = ACTIONS(2347), + [anon_sym_return] = ACTIONS(2347), + [anon_sym_static] = ACTIONS(2347), + [anon_sym_struct] = ACTIONS(2347), + [anon_sym_trait] = ACTIONS(2347), + [anon_sym_type] = ACTIONS(2347), + [anon_sym_union] = ACTIONS(2347), + [anon_sym_unsafe] = ACTIONS(2347), + [anon_sym_use] = ACTIONS(2347), + [anon_sym_while] = ACTIONS(2347), + [anon_sym_extern] = ACTIONS(2347), + [anon_sym_yield] = ACTIONS(2347), + [anon_sym_move] = ACTIONS(2347), + [anon_sym_try] = ACTIONS(2347), + [sym_integer_literal] = ACTIONS(2345), + [aux_sym_string_literal_token1] = ACTIONS(2345), + [sym_char_literal] = ACTIONS(2345), + [anon_sym_true] = ACTIONS(2347), + [anon_sym_false] = ACTIONS(2347), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2347), + [sym_super] = ACTIONS(2347), + [sym_crate] = ACTIONS(2347), + [sym_metavariable] = ACTIONS(2345), + [sym__raw_string_literal_start] = ACTIONS(2345), + [sym_float_literal] = ACTIONS(2345), + }, + [STATE(644)] = { [sym_line_comment] = STATE(644), [sym_block_comment] = STATE(644), - [ts_builtin_sym_end] = ACTIONS(2405), - [sym_identifier] = ACTIONS(2407), - [anon_sym_SEMI] = ACTIONS(2405), - [anon_sym_macro_rules_BANG] = ACTIONS(2405), - [anon_sym_LPAREN] = ACTIONS(2405), - [anon_sym_LBRACK] = ACTIONS(2405), - [anon_sym_LBRACE] = ACTIONS(2405), - [anon_sym_RBRACE] = ACTIONS(2405), - [anon_sym_STAR] = ACTIONS(2405), - [anon_sym_u8] = ACTIONS(2407), - [anon_sym_i8] = ACTIONS(2407), - [anon_sym_u16] = ACTIONS(2407), - [anon_sym_i16] = ACTIONS(2407), - [anon_sym_u32] = ACTIONS(2407), - [anon_sym_i32] = ACTIONS(2407), - [anon_sym_u64] = ACTIONS(2407), - [anon_sym_i64] = ACTIONS(2407), - [anon_sym_u128] = ACTIONS(2407), - [anon_sym_i128] = ACTIONS(2407), - [anon_sym_isize] = ACTIONS(2407), - [anon_sym_usize] = ACTIONS(2407), - [anon_sym_f32] = ACTIONS(2407), - [anon_sym_f64] = ACTIONS(2407), - [anon_sym_bool] = ACTIONS(2407), - [anon_sym_str] = ACTIONS(2407), - [anon_sym_char] = ACTIONS(2407), - [anon_sym_DASH] = ACTIONS(2405), - [anon_sym_BANG] = ACTIONS(2405), - [anon_sym_AMP] = ACTIONS(2405), - [anon_sym_PIPE] = ACTIONS(2405), - [anon_sym_LT] = ACTIONS(2405), - [anon_sym_DOT_DOT] = ACTIONS(2405), - [anon_sym_COLON_COLON] = ACTIONS(2405), - [anon_sym_POUND] = ACTIONS(2405), - [anon_sym_SQUOTE] = ACTIONS(2407), - [anon_sym_async] = ACTIONS(2407), - [anon_sym_break] = ACTIONS(2407), - [anon_sym_const] = ACTIONS(2407), - [anon_sym_continue] = ACTIONS(2407), - [anon_sym_default] = ACTIONS(2407), - [anon_sym_enum] = ACTIONS(2407), - [anon_sym_fn] = ACTIONS(2407), - [anon_sym_for] = ACTIONS(2407), - [anon_sym_gen] = ACTIONS(2407), - [anon_sym_if] = ACTIONS(2407), - [anon_sym_impl] = ACTIONS(2407), - [anon_sym_let] = ACTIONS(2407), - [anon_sym_loop] = ACTIONS(2407), - [anon_sym_match] = ACTIONS(2407), - [anon_sym_mod] = ACTIONS(2407), - [anon_sym_pub] = ACTIONS(2407), - [anon_sym_return] = ACTIONS(2407), - [anon_sym_static] = ACTIONS(2407), - [anon_sym_struct] = ACTIONS(2407), - [anon_sym_trait] = ACTIONS(2407), - [anon_sym_type] = ACTIONS(2407), - [anon_sym_union] = ACTIONS(2407), - [anon_sym_unsafe] = ACTIONS(2407), - [anon_sym_use] = ACTIONS(2407), - [anon_sym_while] = ACTIONS(2407), - [anon_sym_extern] = ACTIONS(2407), - [anon_sym_yield] = ACTIONS(2407), - [anon_sym_move] = ACTIONS(2407), - [anon_sym_try] = ACTIONS(2407), - [sym_integer_literal] = ACTIONS(2405), - [aux_sym_string_literal_token1] = ACTIONS(2405), - [sym_char_literal] = ACTIONS(2405), - [anon_sym_true] = ACTIONS(2407), - [anon_sym_false] = ACTIONS(2407), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2407), - [sym_super] = ACTIONS(2407), - [sym_crate] = ACTIONS(2407), - [sym_metavariable] = ACTIONS(2405), - [sym__raw_string_literal_start] = ACTIONS(2405), - [sym_float_literal] = ACTIONS(2405), - }, - [645] = { + [ts_builtin_sym_end] = ACTIONS(2349), + [sym_identifier] = ACTIONS(2351), + [anon_sym_SEMI] = ACTIONS(2349), + [anon_sym_macro_rules_BANG] = ACTIONS(2349), + [anon_sym_LPAREN] = ACTIONS(2349), + [anon_sym_LBRACK] = ACTIONS(2349), + [anon_sym_LBRACE] = ACTIONS(2349), + [anon_sym_RBRACE] = ACTIONS(2349), + [anon_sym_STAR] = ACTIONS(2349), + [anon_sym_u8] = ACTIONS(2351), + [anon_sym_i8] = ACTIONS(2351), + [anon_sym_u16] = ACTIONS(2351), + [anon_sym_i16] = ACTIONS(2351), + [anon_sym_u32] = ACTIONS(2351), + [anon_sym_i32] = ACTIONS(2351), + [anon_sym_u64] = ACTIONS(2351), + [anon_sym_i64] = ACTIONS(2351), + [anon_sym_u128] = ACTIONS(2351), + [anon_sym_i128] = ACTIONS(2351), + [anon_sym_isize] = ACTIONS(2351), + [anon_sym_usize] = ACTIONS(2351), + [anon_sym_f32] = ACTIONS(2351), + [anon_sym_f64] = ACTIONS(2351), + [anon_sym_bool] = ACTIONS(2351), + [anon_sym_str] = ACTIONS(2351), + [anon_sym_char] = ACTIONS(2351), + [anon_sym_DASH] = ACTIONS(2349), + [anon_sym_BANG] = ACTIONS(2349), + [anon_sym_AMP] = ACTIONS(2349), + [anon_sym_PIPE] = ACTIONS(2349), + [anon_sym_LT] = ACTIONS(2349), + [anon_sym_DOT_DOT] = ACTIONS(2349), + [anon_sym_COLON_COLON] = ACTIONS(2349), + [anon_sym_POUND] = ACTIONS(2349), + [anon_sym_SQUOTE] = ACTIONS(2351), + [anon_sym_async] = ACTIONS(2351), + [anon_sym_break] = ACTIONS(2351), + [anon_sym_const] = ACTIONS(2351), + [anon_sym_continue] = ACTIONS(2351), + [anon_sym_default] = ACTIONS(2351), + [anon_sym_enum] = ACTIONS(2351), + [anon_sym_fn] = ACTIONS(2351), + [anon_sym_for] = ACTIONS(2351), + [anon_sym_gen] = ACTIONS(2351), + [anon_sym_if] = ACTIONS(2351), + [anon_sym_impl] = ACTIONS(2351), + [anon_sym_let] = ACTIONS(2351), + [anon_sym_loop] = ACTIONS(2351), + [anon_sym_match] = ACTIONS(2351), + [anon_sym_mod] = ACTIONS(2351), + [anon_sym_pub] = ACTIONS(2351), + [anon_sym_return] = ACTIONS(2351), + [anon_sym_static] = ACTIONS(2351), + [anon_sym_struct] = ACTIONS(2351), + [anon_sym_trait] = ACTIONS(2351), + [anon_sym_type] = ACTIONS(2351), + [anon_sym_union] = ACTIONS(2351), + [anon_sym_unsafe] = ACTIONS(2351), + [anon_sym_use] = ACTIONS(2351), + [anon_sym_while] = ACTIONS(2351), + [anon_sym_extern] = ACTIONS(2351), + [anon_sym_yield] = ACTIONS(2351), + [anon_sym_move] = ACTIONS(2351), + [anon_sym_try] = ACTIONS(2351), + [sym_integer_literal] = ACTIONS(2349), + [aux_sym_string_literal_token1] = ACTIONS(2349), + [sym_char_literal] = ACTIONS(2349), + [anon_sym_true] = ACTIONS(2351), + [anon_sym_false] = ACTIONS(2351), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2351), + [sym_super] = ACTIONS(2351), + [sym_crate] = ACTIONS(2351), + [sym_metavariable] = ACTIONS(2349), + [sym__raw_string_literal_start] = ACTIONS(2349), + [sym_float_literal] = ACTIONS(2349), + }, + [STATE(645)] = { [sym_line_comment] = STATE(645), [sym_block_comment] = STATE(645), - [ts_builtin_sym_end] = ACTIONS(2409), - [sym_identifier] = ACTIONS(2411), - [anon_sym_SEMI] = ACTIONS(2409), - [anon_sym_macro_rules_BANG] = ACTIONS(2409), - [anon_sym_LPAREN] = ACTIONS(2409), - [anon_sym_LBRACK] = ACTIONS(2409), - [anon_sym_LBRACE] = ACTIONS(2409), - [anon_sym_RBRACE] = ACTIONS(2409), - [anon_sym_STAR] = ACTIONS(2409), - [anon_sym_u8] = ACTIONS(2411), - [anon_sym_i8] = ACTIONS(2411), - [anon_sym_u16] = ACTIONS(2411), - [anon_sym_i16] = ACTIONS(2411), - [anon_sym_u32] = ACTIONS(2411), - [anon_sym_i32] = ACTIONS(2411), - [anon_sym_u64] = ACTIONS(2411), - [anon_sym_i64] = ACTIONS(2411), - [anon_sym_u128] = ACTIONS(2411), - [anon_sym_i128] = ACTIONS(2411), - [anon_sym_isize] = ACTIONS(2411), - [anon_sym_usize] = ACTIONS(2411), - [anon_sym_f32] = ACTIONS(2411), - [anon_sym_f64] = ACTIONS(2411), - [anon_sym_bool] = ACTIONS(2411), - [anon_sym_str] = ACTIONS(2411), - [anon_sym_char] = ACTIONS(2411), - [anon_sym_DASH] = ACTIONS(2409), - [anon_sym_BANG] = ACTIONS(2409), - [anon_sym_AMP] = ACTIONS(2409), - [anon_sym_PIPE] = ACTIONS(2409), - [anon_sym_LT] = ACTIONS(2409), - [anon_sym_DOT_DOT] = ACTIONS(2409), - [anon_sym_COLON_COLON] = ACTIONS(2409), - [anon_sym_POUND] = ACTIONS(2409), - [anon_sym_SQUOTE] = ACTIONS(2411), - [anon_sym_async] = ACTIONS(2411), - [anon_sym_break] = ACTIONS(2411), - [anon_sym_const] = ACTIONS(2411), - [anon_sym_continue] = ACTIONS(2411), - [anon_sym_default] = ACTIONS(2411), - [anon_sym_enum] = ACTIONS(2411), - [anon_sym_fn] = ACTIONS(2411), - [anon_sym_for] = ACTIONS(2411), - [anon_sym_gen] = ACTIONS(2411), - [anon_sym_if] = ACTIONS(2411), - [anon_sym_impl] = ACTIONS(2411), - [anon_sym_let] = ACTIONS(2411), - [anon_sym_loop] = ACTIONS(2411), - [anon_sym_match] = ACTIONS(2411), - [anon_sym_mod] = ACTIONS(2411), - [anon_sym_pub] = ACTIONS(2411), - [anon_sym_return] = ACTIONS(2411), - [anon_sym_static] = ACTIONS(2411), - [anon_sym_struct] = ACTIONS(2411), - [anon_sym_trait] = ACTIONS(2411), - [anon_sym_type] = ACTIONS(2411), - [anon_sym_union] = ACTIONS(2411), - [anon_sym_unsafe] = ACTIONS(2411), - [anon_sym_use] = ACTIONS(2411), - [anon_sym_while] = ACTIONS(2411), - [anon_sym_extern] = ACTIONS(2411), - [anon_sym_yield] = ACTIONS(2411), - [anon_sym_move] = ACTIONS(2411), - [anon_sym_try] = ACTIONS(2411), - [sym_integer_literal] = ACTIONS(2409), - [aux_sym_string_literal_token1] = ACTIONS(2409), - [sym_char_literal] = ACTIONS(2409), - [anon_sym_true] = ACTIONS(2411), - [anon_sym_false] = ACTIONS(2411), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2411), - [sym_super] = ACTIONS(2411), - [sym_crate] = ACTIONS(2411), - [sym_metavariable] = ACTIONS(2409), - [sym__raw_string_literal_start] = ACTIONS(2409), - [sym_float_literal] = ACTIONS(2409), - }, - [646] = { + [ts_builtin_sym_end] = ACTIONS(2353), + [sym_identifier] = ACTIONS(2355), + [anon_sym_SEMI] = ACTIONS(2353), + [anon_sym_macro_rules_BANG] = ACTIONS(2353), + [anon_sym_LPAREN] = ACTIONS(2353), + [anon_sym_LBRACK] = ACTIONS(2353), + [anon_sym_LBRACE] = ACTIONS(2353), + [anon_sym_RBRACE] = ACTIONS(2353), + [anon_sym_STAR] = ACTIONS(2353), + [anon_sym_u8] = ACTIONS(2355), + [anon_sym_i8] = ACTIONS(2355), + [anon_sym_u16] = ACTIONS(2355), + [anon_sym_i16] = ACTIONS(2355), + [anon_sym_u32] = ACTIONS(2355), + [anon_sym_i32] = ACTIONS(2355), + [anon_sym_u64] = ACTIONS(2355), + [anon_sym_i64] = ACTIONS(2355), + [anon_sym_u128] = ACTIONS(2355), + [anon_sym_i128] = ACTIONS(2355), + [anon_sym_isize] = ACTIONS(2355), + [anon_sym_usize] = ACTIONS(2355), + [anon_sym_f32] = ACTIONS(2355), + [anon_sym_f64] = ACTIONS(2355), + [anon_sym_bool] = ACTIONS(2355), + [anon_sym_str] = ACTIONS(2355), + [anon_sym_char] = ACTIONS(2355), + [anon_sym_DASH] = ACTIONS(2353), + [anon_sym_BANG] = ACTIONS(2353), + [anon_sym_AMP] = ACTIONS(2353), + [anon_sym_PIPE] = ACTIONS(2353), + [anon_sym_LT] = ACTIONS(2353), + [anon_sym_DOT_DOT] = ACTIONS(2353), + [anon_sym_COLON_COLON] = ACTIONS(2353), + [anon_sym_POUND] = ACTIONS(2353), + [anon_sym_SQUOTE] = ACTIONS(2355), + [anon_sym_async] = ACTIONS(2355), + [anon_sym_break] = ACTIONS(2355), + [anon_sym_const] = ACTIONS(2355), + [anon_sym_continue] = ACTIONS(2355), + [anon_sym_default] = ACTIONS(2355), + [anon_sym_enum] = ACTIONS(2355), + [anon_sym_fn] = ACTIONS(2355), + [anon_sym_for] = ACTIONS(2355), + [anon_sym_gen] = ACTIONS(2355), + [anon_sym_if] = ACTIONS(2355), + [anon_sym_impl] = ACTIONS(2355), + [anon_sym_let] = ACTIONS(2355), + [anon_sym_loop] = ACTIONS(2355), + [anon_sym_match] = ACTIONS(2355), + [anon_sym_mod] = ACTIONS(2355), + [anon_sym_pub] = ACTIONS(2355), + [anon_sym_return] = ACTIONS(2355), + [anon_sym_static] = ACTIONS(2355), + [anon_sym_struct] = ACTIONS(2355), + [anon_sym_trait] = ACTIONS(2355), + [anon_sym_type] = ACTIONS(2355), + [anon_sym_union] = ACTIONS(2355), + [anon_sym_unsafe] = ACTIONS(2355), + [anon_sym_use] = ACTIONS(2355), + [anon_sym_while] = ACTIONS(2355), + [anon_sym_extern] = ACTIONS(2355), + [anon_sym_yield] = ACTIONS(2355), + [anon_sym_move] = ACTIONS(2355), + [anon_sym_try] = ACTIONS(2355), + [sym_integer_literal] = ACTIONS(2353), + [aux_sym_string_literal_token1] = ACTIONS(2353), + [sym_char_literal] = ACTIONS(2353), + [anon_sym_true] = ACTIONS(2355), + [anon_sym_false] = ACTIONS(2355), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2355), + [sym_super] = ACTIONS(2355), + [sym_crate] = ACTIONS(2355), + [sym_metavariable] = ACTIONS(2353), + [sym__raw_string_literal_start] = ACTIONS(2353), + [sym_float_literal] = ACTIONS(2353), + }, + [STATE(646)] = { [sym_line_comment] = STATE(646), [sym_block_comment] = STATE(646), - [ts_builtin_sym_end] = ACTIONS(1257), - [sym_identifier] = ACTIONS(1259), - [anon_sym_SEMI] = ACTIONS(1257), - [anon_sym_macro_rules_BANG] = ACTIONS(1257), - [anon_sym_LPAREN] = ACTIONS(1257), - [anon_sym_LBRACK] = ACTIONS(1257), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_RBRACE] = ACTIONS(1257), - [anon_sym_STAR] = ACTIONS(1257), - [anon_sym_u8] = ACTIONS(1259), - [anon_sym_i8] = ACTIONS(1259), - [anon_sym_u16] = ACTIONS(1259), - [anon_sym_i16] = ACTIONS(1259), - [anon_sym_u32] = ACTIONS(1259), - [anon_sym_i32] = ACTIONS(1259), - [anon_sym_u64] = ACTIONS(1259), - [anon_sym_i64] = ACTIONS(1259), - [anon_sym_u128] = ACTIONS(1259), - [anon_sym_i128] = ACTIONS(1259), - [anon_sym_isize] = ACTIONS(1259), - [anon_sym_usize] = ACTIONS(1259), - [anon_sym_f32] = ACTIONS(1259), - [anon_sym_f64] = ACTIONS(1259), - [anon_sym_bool] = ACTIONS(1259), - [anon_sym_str] = ACTIONS(1259), - [anon_sym_char] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1257), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_AMP] = ACTIONS(1257), - [anon_sym_PIPE] = ACTIONS(1257), - [anon_sym_LT] = ACTIONS(1257), - [anon_sym_DOT_DOT] = ACTIONS(1257), - [anon_sym_COLON_COLON] = ACTIONS(1257), - [anon_sym_POUND] = ACTIONS(1257), - [anon_sym_SQUOTE] = ACTIONS(1259), - [anon_sym_async] = ACTIONS(1259), - [anon_sym_break] = ACTIONS(1259), - [anon_sym_const] = ACTIONS(1259), - [anon_sym_continue] = ACTIONS(1259), - [anon_sym_default] = ACTIONS(1259), - [anon_sym_enum] = ACTIONS(1259), - [anon_sym_fn] = ACTIONS(1259), - [anon_sym_for] = ACTIONS(1259), - [anon_sym_gen] = ACTIONS(1259), - [anon_sym_if] = ACTIONS(1259), - [anon_sym_impl] = ACTIONS(1259), - [anon_sym_let] = ACTIONS(1259), - [anon_sym_loop] = ACTIONS(1259), - [anon_sym_match] = ACTIONS(1259), - [anon_sym_mod] = ACTIONS(1259), - [anon_sym_pub] = ACTIONS(1259), - [anon_sym_return] = ACTIONS(1259), - [anon_sym_static] = ACTIONS(1259), - [anon_sym_struct] = ACTIONS(1259), - [anon_sym_trait] = ACTIONS(1259), - [anon_sym_type] = ACTIONS(1259), - [anon_sym_union] = ACTIONS(1259), - [anon_sym_unsafe] = ACTIONS(1259), - [anon_sym_use] = ACTIONS(1259), - [anon_sym_while] = ACTIONS(1259), - [anon_sym_extern] = ACTIONS(1259), - [anon_sym_yield] = ACTIONS(1259), - [anon_sym_move] = ACTIONS(1259), - [anon_sym_try] = ACTIONS(1259), - [sym_integer_literal] = ACTIONS(1257), - [aux_sym_string_literal_token1] = ACTIONS(1257), - [sym_char_literal] = ACTIONS(1257), - [anon_sym_true] = ACTIONS(1259), - [anon_sym_false] = ACTIONS(1259), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1259), - [sym_super] = ACTIONS(1259), - [sym_crate] = ACTIONS(1259), - [sym_metavariable] = ACTIONS(1257), - [sym__raw_string_literal_start] = ACTIONS(1257), - [sym_float_literal] = ACTIONS(1257), - }, - [647] = { + [ts_builtin_sym_end] = ACTIONS(2357), + [sym_identifier] = ACTIONS(2359), + [anon_sym_SEMI] = ACTIONS(2357), + [anon_sym_macro_rules_BANG] = ACTIONS(2357), + [anon_sym_LPAREN] = ACTIONS(2357), + [anon_sym_LBRACK] = ACTIONS(2357), + [anon_sym_LBRACE] = ACTIONS(2357), + [anon_sym_RBRACE] = ACTIONS(2357), + [anon_sym_STAR] = ACTIONS(2357), + [anon_sym_u8] = ACTIONS(2359), + [anon_sym_i8] = ACTIONS(2359), + [anon_sym_u16] = ACTIONS(2359), + [anon_sym_i16] = ACTIONS(2359), + [anon_sym_u32] = ACTIONS(2359), + [anon_sym_i32] = ACTIONS(2359), + [anon_sym_u64] = ACTIONS(2359), + [anon_sym_i64] = ACTIONS(2359), + [anon_sym_u128] = ACTIONS(2359), + [anon_sym_i128] = ACTIONS(2359), + [anon_sym_isize] = ACTIONS(2359), + [anon_sym_usize] = ACTIONS(2359), + [anon_sym_f32] = ACTIONS(2359), + [anon_sym_f64] = ACTIONS(2359), + [anon_sym_bool] = ACTIONS(2359), + [anon_sym_str] = ACTIONS(2359), + [anon_sym_char] = ACTIONS(2359), + [anon_sym_DASH] = ACTIONS(2357), + [anon_sym_BANG] = ACTIONS(2357), + [anon_sym_AMP] = ACTIONS(2357), + [anon_sym_PIPE] = ACTIONS(2357), + [anon_sym_LT] = ACTIONS(2357), + [anon_sym_DOT_DOT] = ACTIONS(2357), + [anon_sym_COLON_COLON] = ACTIONS(2357), + [anon_sym_POUND] = ACTIONS(2357), + [anon_sym_SQUOTE] = ACTIONS(2359), + [anon_sym_async] = ACTIONS(2359), + [anon_sym_break] = ACTIONS(2359), + [anon_sym_const] = ACTIONS(2359), + [anon_sym_continue] = ACTIONS(2359), + [anon_sym_default] = ACTIONS(2359), + [anon_sym_enum] = ACTIONS(2359), + [anon_sym_fn] = ACTIONS(2359), + [anon_sym_for] = ACTIONS(2359), + [anon_sym_gen] = ACTIONS(2359), + [anon_sym_if] = ACTIONS(2359), + [anon_sym_impl] = ACTIONS(2359), + [anon_sym_let] = ACTIONS(2359), + [anon_sym_loop] = ACTIONS(2359), + [anon_sym_match] = ACTIONS(2359), + [anon_sym_mod] = ACTIONS(2359), + [anon_sym_pub] = ACTIONS(2359), + [anon_sym_return] = ACTIONS(2359), + [anon_sym_static] = ACTIONS(2359), + [anon_sym_struct] = ACTIONS(2359), + [anon_sym_trait] = ACTIONS(2359), + [anon_sym_type] = ACTIONS(2359), + [anon_sym_union] = ACTIONS(2359), + [anon_sym_unsafe] = ACTIONS(2359), + [anon_sym_use] = ACTIONS(2359), + [anon_sym_while] = ACTIONS(2359), + [anon_sym_extern] = ACTIONS(2359), + [anon_sym_yield] = ACTIONS(2359), + [anon_sym_move] = ACTIONS(2359), + [anon_sym_try] = ACTIONS(2359), + [sym_integer_literal] = ACTIONS(2357), + [aux_sym_string_literal_token1] = ACTIONS(2357), + [sym_char_literal] = ACTIONS(2357), + [anon_sym_true] = ACTIONS(2359), + [anon_sym_false] = ACTIONS(2359), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2359), + [sym_super] = ACTIONS(2359), + [sym_crate] = ACTIONS(2359), + [sym_metavariable] = ACTIONS(2357), + [sym__raw_string_literal_start] = ACTIONS(2357), + [sym_float_literal] = ACTIONS(2357), + }, + [STATE(647)] = { [sym_line_comment] = STATE(647), [sym_block_comment] = STATE(647), - [ts_builtin_sym_end] = ACTIONS(2413), - [sym_identifier] = ACTIONS(2415), - [anon_sym_SEMI] = ACTIONS(2413), - [anon_sym_macro_rules_BANG] = ACTIONS(2413), - [anon_sym_LPAREN] = ACTIONS(2413), - [anon_sym_LBRACK] = ACTIONS(2413), - [anon_sym_LBRACE] = ACTIONS(2413), - [anon_sym_RBRACE] = ACTIONS(2413), - [anon_sym_STAR] = ACTIONS(2413), - [anon_sym_u8] = ACTIONS(2415), - [anon_sym_i8] = ACTIONS(2415), - [anon_sym_u16] = ACTIONS(2415), - [anon_sym_i16] = ACTIONS(2415), - [anon_sym_u32] = ACTIONS(2415), - [anon_sym_i32] = ACTIONS(2415), - [anon_sym_u64] = ACTIONS(2415), - [anon_sym_i64] = ACTIONS(2415), - [anon_sym_u128] = ACTIONS(2415), - [anon_sym_i128] = ACTIONS(2415), - [anon_sym_isize] = ACTIONS(2415), - [anon_sym_usize] = ACTIONS(2415), - [anon_sym_f32] = ACTIONS(2415), - [anon_sym_f64] = ACTIONS(2415), - [anon_sym_bool] = ACTIONS(2415), - [anon_sym_str] = ACTIONS(2415), - [anon_sym_char] = ACTIONS(2415), - [anon_sym_DASH] = ACTIONS(2413), - [anon_sym_BANG] = ACTIONS(2413), - [anon_sym_AMP] = ACTIONS(2413), - [anon_sym_PIPE] = ACTIONS(2413), - [anon_sym_LT] = ACTIONS(2413), - [anon_sym_DOT_DOT] = ACTIONS(2413), - [anon_sym_COLON_COLON] = ACTIONS(2413), - [anon_sym_POUND] = ACTIONS(2413), - [anon_sym_SQUOTE] = ACTIONS(2415), - [anon_sym_async] = ACTIONS(2415), - [anon_sym_break] = ACTIONS(2415), - [anon_sym_const] = ACTIONS(2415), - [anon_sym_continue] = ACTIONS(2415), - [anon_sym_default] = ACTIONS(2415), - [anon_sym_enum] = ACTIONS(2415), - [anon_sym_fn] = ACTIONS(2415), - [anon_sym_for] = ACTIONS(2415), - [anon_sym_gen] = ACTIONS(2415), - [anon_sym_if] = ACTIONS(2415), - [anon_sym_impl] = ACTIONS(2415), - [anon_sym_let] = ACTIONS(2415), - [anon_sym_loop] = ACTIONS(2415), - [anon_sym_match] = ACTIONS(2415), - [anon_sym_mod] = ACTIONS(2415), - [anon_sym_pub] = ACTIONS(2415), - [anon_sym_return] = ACTIONS(2415), - [anon_sym_static] = ACTIONS(2415), - [anon_sym_struct] = ACTIONS(2415), - [anon_sym_trait] = ACTIONS(2415), - [anon_sym_type] = ACTIONS(2415), - [anon_sym_union] = ACTIONS(2415), - [anon_sym_unsafe] = ACTIONS(2415), - [anon_sym_use] = ACTIONS(2415), - [anon_sym_while] = ACTIONS(2415), - [anon_sym_extern] = ACTIONS(2415), - [anon_sym_yield] = ACTIONS(2415), - [anon_sym_move] = ACTIONS(2415), - [anon_sym_try] = ACTIONS(2415), - [sym_integer_literal] = ACTIONS(2413), - [aux_sym_string_literal_token1] = ACTIONS(2413), - [sym_char_literal] = ACTIONS(2413), - [anon_sym_true] = ACTIONS(2415), - [anon_sym_false] = ACTIONS(2415), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2415), - [sym_super] = ACTIONS(2415), - [sym_crate] = ACTIONS(2415), - [sym_metavariable] = ACTIONS(2413), - [sym__raw_string_literal_start] = ACTIONS(2413), - [sym_float_literal] = ACTIONS(2413), - }, - [648] = { + [ts_builtin_sym_end] = ACTIONS(2361), + [sym_identifier] = ACTIONS(2363), + [anon_sym_SEMI] = ACTIONS(2361), + [anon_sym_macro_rules_BANG] = ACTIONS(2361), + [anon_sym_LPAREN] = ACTIONS(2361), + [anon_sym_LBRACK] = ACTIONS(2361), + [anon_sym_LBRACE] = ACTIONS(2361), + [anon_sym_RBRACE] = ACTIONS(2361), + [anon_sym_STAR] = ACTIONS(2361), + [anon_sym_u8] = ACTIONS(2363), + [anon_sym_i8] = ACTIONS(2363), + [anon_sym_u16] = ACTIONS(2363), + [anon_sym_i16] = ACTIONS(2363), + [anon_sym_u32] = ACTIONS(2363), + [anon_sym_i32] = ACTIONS(2363), + [anon_sym_u64] = ACTIONS(2363), + [anon_sym_i64] = ACTIONS(2363), + [anon_sym_u128] = ACTIONS(2363), + [anon_sym_i128] = ACTIONS(2363), + [anon_sym_isize] = ACTIONS(2363), + [anon_sym_usize] = ACTIONS(2363), + [anon_sym_f32] = ACTIONS(2363), + [anon_sym_f64] = ACTIONS(2363), + [anon_sym_bool] = ACTIONS(2363), + [anon_sym_str] = ACTIONS(2363), + [anon_sym_char] = ACTIONS(2363), + [anon_sym_DASH] = ACTIONS(2361), + [anon_sym_BANG] = ACTIONS(2361), + [anon_sym_AMP] = ACTIONS(2361), + [anon_sym_PIPE] = ACTIONS(2361), + [anon_sym_LT] = ACTIONS(2361), + [anon_sym_DOT_DOT] = ACTIONS(2361), + [anon_sym_COLON_COLON] = ACTIONS(2361), + [anon_sym_POUND] = ACTIONS(2361), + [anon_sym_SQUOTE] = ACTIONS(2363), + [anon_sym_async] = ACTIONS(2363), + [anon_sym_break] = ACTIONS(2363), + [anon_sym_const] = ACTIONS(2363), + [anon_sym_continue] = ACTIONS(2363), + [anon_sym_default] = ACTIONS(2363), + [anon_sym_enum] = ACTIONS(2363), + [anon_sym_fn] = ACTIONS(2363), + [anon_sym_for] = ACTIONS(2363), + [anon_sym_gen] = ACTIONS(2363), + [anon_sym_if] = ACTIONS(2363), + [anon_sym_impl] = ACTIONS(2363), + [anon_sym_let] = ACTIONS(2363), + [anon_sym_loop] = ACTIONS(2363), + [anon_sym_match] = ACTIONS(2363), + [anon_sym_mod] = ACTIONS(2363), + [anon_sym_pub] = ACTIONS(2363), + [anon_sym_return] = ACTIONS(2363), + [anon_sym_static] = ACTIONS(2363), + [anon_sym_struct] = ACTIONS(2363), + [anon_sym_trait] = ACTIONS(2363), + [anon_sym_type] = ACTIONS(2363), + [anon_sym_union] = ACTIONS(2363), + [anon_sym_unsafe] = ACTIONS(2363), + [anon_sym_use] = ACTIONS(2363), + [anon_sym_while] = ACTIONS(2363), + [anon_sym_extern] = ACTIONS(2363), + [anon_sym_yield] = ACTIONS(2363), + [anon_sym_move] = ACTIONS(2363), + [anon_sym_try] = ACTIONS(2363), + [sym_integer_literal] = ACTIONS(2361), + [aux_sym_string_literal_token1] = ACTIONS(2361), + [sym_char_literal] = ACTIONS(2361), + [anon_sym_true] = ACTIONS(2363), + [anon_sym_false] = ACTIONS(2363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2363), + [sym_super] = ACTIONS(2363), + [sym_crate] = ACTIONS(2363), + [sym_metavariable] = ACTIONS(2361), + [sym__raw_string_literal_start] = ACTIONS(2361), + [sym_float_literal] = ACTIONS(2361), + }, + [STATE(648)] = { [sym_line_comment] = STATE(648), [sym_block_comment] = STATE(648), - [ts_builtin_sym_end] = ACTIONS(2417), - [sym_identifier] = ACTIONS(2419), - [anon_sym_SEMI] = ACTIONS(2417), - [anon_sym_macro_rules_BANG] = ACTIONS(2417), - [anon_sym_LPAREN] = ACTIONS(2417), - [anon_sym_LBRACK] = ACTIONS(2417), - [anon_sym_LBRACE] = ACTIONS(2417), - [anon_sym_RBRACE] = ACTIONS(2417), - [anon_sym_STAR] = ACTIONS(2417), - [anon_sym_u8] = ACTIONS(2419), - [anon_sym_i8] = ACTIONS(2419), - [anon_sym_u16] = ACTIONS(2419), - [anon_sym_i16] = ACTIONS(2419), - [anon_sym_u32] = ACTIONS(2419), - [anon_sym_i32] = ACTIONS(2419), - [anon_sym_u64] = ACTIONS(2419), - [anon_sym_i64] = ACTIONS(2419), - [anon_sym_u128] = ACTIONS(2419), - [anon_sym_i128] = ACTIONS(2419), - [anon_sym_isize] = ACTIONS(2419), - [anon_sym_usize] = ACTIONS(2419), - [anon_sym_f32] = ACTIONS(2419), - [anon_sym_f64] = ACTIONS(2419), - [anon_sym_bool] = ACTIONS(2419), - [anon_sym_str] = ACTIONS(2419), - [anon_sym_char] = ACTIONS(2419), - [anon_sym_DASH] = ACTIONS(2417), - [anon_sym_BANG] = ACTIONS(2417), - [anon_sym_AMP] = ACTIONS(2417), - [anon_sym_PIPE] = ACTIONS(2417), - [anon_sym_LT] = ACTIONS(2417), - [anon_sym_DOT_DOT] = ACTIONS(2417), - [anon_sym_COLON_COLON] = ACTIONS(2417), - [anon_sym_POUND] = ACTIONS(2417), - [anon_sym_SQUOTE] = ACTIONS(2419), - [anon_sym_async] = ACTIONS(2419), - [anon_sym_break] = ACTIONS(2419), - [anon_sym_const] = ACTIONS(2419), - [anon_sym_continue] = ACTIONS(2419), - [anon_sym_default] = ACTIONS(2419), - [anon_sym_enum] = ACTIONS(2419), - [anon_sym_fn] = ACTIONS(2419), - [anon_sym_for] = ACTIONS(2419), - [anon_sym_gen] = ACTIONS(2419), - [anon_sym_if] = ACTIONS(2419), - [anon_sym_impl] = ACTIONS(2419), - [anon_sym_let] = ACTIONS(2419), - [anon_sym_loop] = ACTIONS(2419), - [anon_sym_match] = ACTIONS(2419), - [anon_sym_mod] = ACTIONS(2419), - [anon_sym_pub] = ACTIONS(2419), - [anon_sym_return] = ACTIONS(2419), - [anon_sym_static] = ACTIONS(2419), - [anon_sym_struct] = ACTIONS(2419), - [anon_sym_trait] = ACTIONS(2419), - [anon_sym_type] = ACTIONS(2419), - [anon_sym_union] = ACTIONS(2419), - [anon_sym_unsafe] = ACTIONS(2419), - [anon_sym_use] = ACTIONS(2419), - [anon_sym_while] = ACTIONS(2419), - [anon_sym_extern] = ACTIONS(2419), - [anon_sym_yield] = ACTIONS(2419), - [anon_sym_move] = ACTIONS(2419), - [anon_sym_try] = ACTIONS(2419), - [sym_integer_literal] = ACTIONS(2417), - [aux_sym_string_literal_token1] = ACTIONS(2417), - [sym_char_literal] = ACTIONS(2417), - [anon_sym_true] = ACTIONS(2419), - [anon_sym_false] = ACTIONS(2419), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2419), - [sym_super] = ACTIONS(2419), - [sym_crate] = ACTIONS(2419), - [sym_metavariable] = ACTIONS(2417), - [sym__raw_string_literal_start] = ACTIONS(2417), - [sym_float_literal] = ACTIONS(2417), - }, - [649] = { + [ts_builtin_sym_end] = ACTIONS(2365), + [sym_identifier] = ACTIONS(2367), + [anon_sym_SEMI] = ACTIONS(2365), + [anon_sym_macro_rules_BANG] = ACTIONS(2365), + [anon_sym_LPAREN] = ACTIONS(2365), + [anon_sym_LBRACK] = ACTIONS(2365), + [anon_sym_LBRACE] = ACTIONS(2365), + [anon_sym_RBRACE] = ACTIONS(2365), + [anon_sym_STAR] = ACTIONS(2365), + [anon_sym_u8] = ACTIONS(2367), + [anon_sym_i8] = ACTIONS(2367), + [anon_sym_u16] = ACTIONS(2367), + [anon_sym_i16] = ACTIONS(2367), + [anon_sym_u32] = ACTIONS(2367), + [anon_sym_i32] = ACTIONS(2367), + [anon_sym_u64] = ACTIONS(2367), + [anon_sym_i64] = ACTIONS(2367), + [anon_sym_u128] = ACTIONS(2367), + [anon_sym_i128] = ACTIONS(2367), + [anon_sym_isize] = ACTIONS(2367), + [anon_sym_usize] = ACTIONS(2367), + [anon_sym_f32] = ACTIONS(2367), + [anon_sym_f64] = ACTIONS(2367), + [anon_sym_bool] = ACTIONS(2367), + [anon_sym_str] = ACTIONS(2367), + [anon_sym_char] = ACTIONS(2367), + [anon_sym_DASH] = ACTIONS(2365), + [anon_sym_BANG] = ACTIONS(2365), + [anon_sym_AMP] = ACTIONS(2365), + [anon_sym_PIPE] = ACTIONS(2365), + [anon_sym_LT] = ACTIONS(2365), + [anon_sym_DOT_DOT] = ACTIONS(2365), + [anon_sym_COLON_COLON] = ACTIONS(2365), + [anon_sym_POUND] = ACTIONS(2365), + [anon_sym_SQUOTE] = ACTIONS(2367), + [anon_sym_async] = ACTIONS(2367), + [anon_sym_break] = ACTIONS(2367), + [anon_sym_const] = ACTIONS(2367), + [anon_sym_continue] = ACTIONS(2367), + [anon_sym_default] = ACTIONS(2367), + [anon_sym_enum] = ACTIONS(2367), + [anon_sym_fn] = ACTIONS(2367), + [anon_sym_for] = ACTIONS(2367), + [anon_sym_gen] = ACTIONS(2367), + [anon_sym_if] = ACTIONS(2367), + [anon_sym_impl] = ACTIONS(2367), + [anon_sym_let] = ACTIONS(2367), + [anon_sym_loop] = ACTIONS(2367), + [anon_sym_match] = ACTIONS(2367), + [anon_sym_mod] = ACTIONS(2367), + [anon_sym_pub] = ACTIONS(2367), + [anon_sym_return] = ACTIONS(2367), + [anon_sym_static] = ACTIONS(2367), + [anon_sym_struct] = ACTIONS(2367), + [anon_sym_trait] = ACTIONS(2367), + [anon_sym_type] = ACTIONS(2367), + [anon_sym_union] = ACTIONS(2367), + [anon_sym_unsafe] = ACTIONS(2367), + [anon_sym_use] = ACTIONS(2367), + [anon_sym_while] = ACTIONS(2367), + [anon_sym_extern] = ACTIONS(2367), + [anon_sym_yield] = ACTIONS(2367), + [anon_sym_move] = ACTIONS(2367), + [anon_sym_try] = ACTIONS(2367), + [sym_integer_literal] = ACTIONS(2365), + [aux_sym_string_literal_token1] = ACTIONS(2365), + [sym_char_literal] = ACTIONS(2365), + [anon_sym_true] = ACTIONS(2367), + [anon_sym_false] = ACTIONS(2367), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2367), + [sym_super] = ACTIONS(2367), + [sym_crate] = ACTIONS(2367), + [sym_metavariable] = ACTIONS(2365), + [sym__raw_string_literal_start] = ACTIONS(2365), + [sym_float_literal] = ACTIONS(2365), + }, + [STATE(649)] = { [sym_line_comment] = STATE(649), [sym_block_comment] = STATE(649), - [ts_builtin_sym_end] = ACTIONS(1269), - [sym_identifier] = ACTIONS(1271), - [anon_sym_SEMI] = ACTIONS(1269), - [anon_sym_macro_rules_BANG] = ACTIONS(1269), - [anon_sym_LPAREN] = ACTIONS(1269), - [anon_sym_LBRACK] = ACTIONS(1269), - [anon_sym_LBRACE] = ACTIONS(1269), - [anon_sym_RBRACE] = ACTIONS(1269), - [anon_sym_STAR] = ACTIONS(1269), - [anon_sym_u8] = ACTIONS(1271), - [anon_sym_i8] = ACTIONS(1271), - [anon_sym_u16] = ACTIONS(1271), - [anon_sym_i16] = ACTIONS(1271), - [anon_sym_u32] = ACTIONS(1271), - [anon_sym_i32] = ACTIONS(1271), - [anon_sym_u64] = ACTIONS(1271), - [anon_sym_i64] = ACTIONS(1271), - [anon_sym_u128] = ACTIONS(1271), - [anon_sym_i128] = ACTIONS(1271), - [anon_sym_isize] = ACTIONS(1271), - [anon_sym_usize] = ACTIONS(1271), - [anon_sym_f32] = ACTIONS(1271), - [anon_sym_f64] = ACTIONS(1271), - [anon_sym_bool] = ACTIONS(1271), - [anon_sym_str] = ACTIONS(1271), - [anon_sym_char] = ACTIONS(1271), - [anon_sym_DASH] = ACTIONS(1269), - [anon_sym_BANG] = ACTIONS(1269), - [anon_sym_AMP] = ACTIONS(1269), - [anon_sym_PIPE] = ACTIONS(1269), - [anon_sym_LT] = ACTIONS(1269), - [anon_sym_DOT_DOT] = ACTIONS(1269), - [anon_sym_COLON_COLON] = ACTIONS(1269), - [anon_sym_POUND] = ACTIONS(1269), - [anon_sym_SQUOTE] = ACTIONS(1271), - [anon_sym_async] = ACTIONS(1271), - [anon_sym_break] = ACTIONS(1271), - [anon_sym_const] = ACTIONS(1271), - [anon_sym_continue] = ACTIONS(1271), - [anon_sym_default] = ACTIONS(1271), - [anon_sym_enum] = ACTIONS(1271), - [anon_sym_fn] = ACTIONS(1271), - [anon_sym_for] = ACTIONS(1271), - [anon_sym_gen] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1271), - [anon_sym_impl] = ACTIONS(1271), - [anon_sym_let] = ACTIONS(1271), - [anon_sym_loop] = ACTIONS(1271), - [anon_sym_match] = ACTIONS(1271), - [anon_sym_mod] = ACTIONS(1271), - [anon_sym_pub] = ACTIONS(1271), - [anon_sym_return] = ACTIONS(1271), - [anon_sym_static] = ACTIONS(1271), - [anon_sym_struct] = ACTIONS(1271), - [anon_sym_trait] = ACTIONS(1271), - [anon_sym_type] = ACTIONS(1271), - [anon_sym_union] = ACTIONS(1271), - [anon_sym_unsafe] = ACTIONS(1271), - [anon_sym_use] = ACTIONS(1271), - [anon_sym_while] = ACTIONS(1271), - [anon_sym_extern] = ACTIONS(1271), - [anon_sym_yield] = ACTIONS(1271), - [anon_sym_move] = ACTIONS(1271), - [anon_sym_try] = ACTIONS(1271), - [sym_integer_literal] = ACTIONS(1269), - [aux_sym_string_literal_token1] = ACTIONS(1269), - [sym_char_literal] = ACTIONS(1269), - [anon_sym_true] = ACTIONS(1271), - [anon_sym_false] = ACTIONS(1271), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1271), - [sym_super] = ACTIONS(1271), - [sym_crate] = ACTIONS(1271), - [sym_metavariable] = ACTIONS(1269), - [sym__raw_string_literal_start] = ACTIONS(1269), - [sym_float_literal] = ACTIONS(1269), - }, - [650] = { + [ts_builtin_sym_end] = ACTIONS(2369), + [sym_identifier] = ACTIONS(2371), + [anon_sym_SEMI] = ACTIONS(2369), + [anon_sym_macro_rules_BANG] = ACTIONS(2369), + [anon_sym_LPAREN] = ACTIONS(2369), + [anon_sym_LBRACK] = ACTIONS(2369), + [anon_sym_LBRACE] = ACTIONS(2369), + [anon_sym_RBRACE] = ACTIONS(2369), + [anon_sym_STAR] = ACTIONS(2369), + [anon_sym_u8] = ACTIONS(2371), + [anon_sym_i8] = ACTIONS(2371), + [anon_sym_u16] = ACTIONS(2371), + [anon_sym_i16] = ACTIONS(2371), + [anon_sym_u32] = ACTIONS(2371), + [anon_sym_i32] = ACTIONS(2371), + [anon_sym_u64] = ACTIONS(2371), + [anon_sym_i64] = ACTIONS(2371), + [anon_sym_u128] = ACTIONS(2371), + [anon_sym_i128] = ACTIONS(2371), + [anon_sym_isize] = ACTIONS(2371), + [anon_sym_usize] = ACTIONS(2371), + [anon_sym_f32] = ACTIONS(2371), + [anon_sym_f64] = ACTIONS(2371), + [anon_sym_bool] = ACTIONS(2371), + [anon_sym_str] = ACTIONS(2371), + [anon_sym_char] = ACTIONS(2371), + [anon_sym_DASH] = ACTIONS(2369), + [anon_sym_BANG] = ACTIONS(2369), + [anon_sym_AMP] = ACTIONS(2369), + [anon_sym_PIPE] = ACTIONS(2369), + [anon_sym_LT] = ACTIONS(2369), + [anon_sym_DOT_DOT] = ACTIONS(2369), + [anon_sym_COLON_COLON] = ACTIONS(2369), + [anon_sym_POUND] = ACTIONS(2369), + [anon_sym_SQUOTE] = ACTIONS(2371), + [anon_sym_async] = ACTIONS(2371), + [anon_sym_break] = ACTIONS(2371), + [anon_sym_const] = ACTIONS(2371), + [anon_sym_continue] = ACTIONS(2371), + [anon_sym_default] = ACTIONS(2371), + [anon_sym_enum] = ACTIONS(2371), + [anon_sym_fn] = ACTIONS(2371), + [anon_sym_for] = ACTIONS(2371), + [anon_sym_gen] = ACTIONS(2371), + [anon_sym_if] = ACTIONS(2371), + [anon_sym_impl] = ACTIONS(2371), + [anon_sym_let] = ACTIONS(2371), + [anon_sym_loop] = ACTIONS(2371), + [anon_sym_match] = ACTIONS(2371), + [anon_sym_mod] = ACTIONS(2371), + [anon_sym_pub] = ACTIONS(2371), + [anon_sym_return] = ACTIONS(2371), + [anon_sym_static] = ACTIONS(2371), + [anon_sym_struct] = ACTIONS(2371), + [anon_sym_trait] = ACTIONS(2371), + [anon_sym_type] = ACTIONS(2371), + [anon_sym_union] = ACTIONS(2371), + [anon_sym_unsafe] = ACTIONS(2371), + [anon_sym_use] = ACTIONS(2371), + [anon_sym_while] = ACTIONS(2371), + [anon_sym_extern] = ACTIONS(2371), + [anon_sym_yield] = ACTIONS(2371), + [anon_sym_move] = ACTIONS(2371), + [anon_sym_try] = ACTIONS(2371), + [sym_integer_literal] = ACTIONS(2369), + [aux_sym_string_literal_token1] = ACTIONS(2369), + [sym_char_literal] = ACTIONS(2369), + [anon_sym_true] = ACTIONS(2371), + [anon_sym_false] = ACTIONS(2371), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2371), + [sym_super] = ACTIONS(2371), + [sym_crate] = ACTIONS(2371), + [sym_metavariable] = ACTIONS(2369), + [sym__raw_string_literal_start] = ACTIONS(2369), + [sym_float_literal] = ACTIONS(2369), + }, + [STATE(650)] = { [sym_line_comment] = STATE(650), [sym_block_comment] = STATE(650), - [ts_builtin_sym_end] = ACTIONS(1265), - [sym_identifier] = ACTIONS(1267), - [anon_sym_SEMI] = ACTIONS(1265), - [anon_sym_macro_rules_BANG] = ACTIONS(1265), - [anon_sym_LPAREN] = ACTIONS(1265), - [anon_sym_LBRACK] = ACTIONS(1265), - [anon_sym_LBRACE] = ACTIONS(1265), - [anon_sym_RBRACE] = ACTIONS(1265), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_u8] = ACTIONS(1267), - [anon_sym_i8] = ACTIONS(1267), - [anon_sym_u16] = ACTIONS(1267), - [anon_sym_i16] = ACTIONS(1267), - [anon_sym_u32] = ACTIONS(1267), - [anon_sym_i32] = ACTIONS(1267), - [anon_sym_u64] = ACTIONS(1267), - [anon_sym_i64] = ACTIONS(1267), - [anon_sym_u128] = ACTIONS(1267), - [anon_sym_i128] = ACTIONS(1267), - [anon_sym_isize] = ACTIONS(1267), - [anon_sym_usize] = ACTIONS(1267), - [anon_sym_f32] = ACTIONS(1267), - [anon_sym_f64] = ACTIONS(1267), - [anon_sym_bool] = ACTIONS(1267), - [anon_sym_str] = ACTIONS(1267), - [anon_sym_char] = ACTIONS(1267), - [anon_sym_DASH] = ACTIONS(1265), - [anon_sym_BANG] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(1265), - [anon_sym_PIPE] = ACTIONS(1265), - [anon_sym_LT] = ACTIONS(1265), - [anon_sym_DOT_DOT] = ACTIONS(1265), - [anon_sym_COLON_COLON] = ACTIONS(1265), - [anon_sym_POUND] = ACTIONS(1265), - [anon_sym_SQUOTE] = ACTIONS(1267), - [anon_sym_async] = ACTIONS(1267), - [anon_sym_break] = ACTIONS(1267), - [anon_sym_const] = ACTIONS(1267), - [anon_sym_continue] = ACTIONS(1267), - [anon_sym_default] = ACTIONS(1267), - [anon_sym_enum] = ACTIONS(1267), - [anon_sym_fn] = ACTIONS(1267), - [anon_sym_for] = ACTIONS(1267), - [anon_sym_gen] = ACTIONS(1267), - [anon_sym_if] = ACTIONS(1267), - [anon_sym_impl] = ACTIONS(1267), - [anon_sym_let] = ACTIONS(1267), - [anon_sym_loop] = ACTIONS(1267), - [anon_sym_match] = ACTIONS(1267), - [anon_sym_mod] = ACTIONS(1267), - [anon_sym_pub] = ACTIONS(1267), - [anon_sym_return] = ACTIONS(1267), - [anon_sym_static] = ACTIONS(1267), - [anon_sym_struct] = ACTIONS(1267), - [anon_sym_trait] = ACTIONS(1267), - [anon_sym_type] = ACTIONS(1267), - [anon_sym_union] = ACTIONS(1267), - [anon_sym_unsafe] = ACTIONS(1267), - [anon_sym_use] = ACTIONS(1267), - [anon_sym_while] = ACTIONS(1267), - [anon_sym_extern] = ACTIONS(1267), - [anon_sym_yield] = ACTIONS(1267), - [anon_sym_move] = ACTIONS(1267), - [anon_sym_try] = ACTIONS(1267), - [sym_integer_literal] = ACTIONS(1265), - [aux_sym_string_literal_token1] = ACTIONS(1265), - [sym_char_literal] = ACTIONS(1265), - [anon_sym_true] = ACTIONS(1267), - [anon_sym_false] = ACTIONS(1267), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1267), - [sym_super] = ACTIONS(1267), - [sym_crate] = ACTIONS(1267), - [sym_metavariable] = ACTIONS(1265), - [sym__raw_string_literal_start] = ACTIONS(1265), - [sym_float_literal] = ACTIONS(1265), - }, - [651] = { + [ts_builtin_sym_end] = ACTIONS(2373), + [sym_identifier] = ACTIONS(2375), + [anon_sym_SEMI] = ACTIONS(2373), + [anon_sym_macro_rules_BANG] = ACTIONS(2373), + [anon_sym_LPAREN] = ACTIONS(2373), + [anon_sym_LBRACK] = ACTIONS(2373), + [anon_sym_LBRACE] = ACTIONS(2373), + [anon_sym_RBRACE] = ACTIONS(2373), + [anon_sym_STAR] = ACTIONS(2373), + [anon_sym_u8] = ACTIONS(2375), + [anon_sym_i8] = ACTIONS(2375), + [anon_sym_u16] = ACTIONS(2375), + [anon_sym_i16] = ACTIONS(2375), + [anon_sym_u32] = ACTIONS(2375), + [anon_sym_i32] = ACTIONS(2375), + [anon_sym_u64] = ACTIONS(2375), + [anon_sym_i64] = ACTIONS(2375), + [anon_sym_u128] = ACTIONS(2375), + [anon_sym_i128] = ACTIONS(2375), + [anon_sym_isize] = ACTIONS(2375), + [anon_sym_usize] = ACTIONS(2375), + [anon_sym_f32] = ACTIONS(2375), + [anon_sym_f64] = ACTIONS(2375), + [anon_sym_bool] = ACTIONS(2375), + [anon_sym_str] = ACTIONS(2375), + [anon_sym_char] = ACTIONS(2375), + [anon_sym_DASH] = ACTIONS(2373), + [anon_sym_BANG] = ACTIONS(2373), + [anon_sym_AMP] = ACTIONS(2373), + [anon_sym_PIPE] = ACTIONS(2373), + [anon_sym_LT] = ACTIONS(2373), + [anon_sym_DOT_DOT] = ACTIONS(2373), + [anon_sym_COLON_COLON] = ACTIONS(2373), + [anon_sym_POUND] = ACTIONS(2373), + [anon_sym_SQUOTE] = ACTIONS(2375), + [anon_sym_async] = ACTIONS(2375), + [anon_sym_break] = ACTIONS(2375), + [anon_sym_const] = ACTIONS(2375), + [anon_sym_continue] = ACTIONS(2375), + [anon_sym_default] = ACTIONS(2375), + [anon_sym_enum] = ACTIONS(2375), + [anon_sym_fn] = ACTIONS(2375), + [anon_sym_for] = ACTIONS(2375), + [anon_sym_gen] = ACTIONS(2375), + [anon_sym_if] = ACTIONS(2375), + [anon_sym_impl] = ACTIONS(2375), + [anon_sym_let] = ACTIONS(2375), + [anon_sym_loop] = ACTIONS(2375), + [anon_sym_match] = ACTIONS(2375), + [anon_sym_mod] = ACTIONS(2375), + [anon_sym_pub] = ACTIONS(2375), + [anon_sym_return] = ACTIONS(2375), + [anon_sym_static] = ACTIONS(2375), + [anon_sym_struct] = ACTIONS(2375), + [anon_sym_trait] = ACTIONS(2375), + [anon_sym_type] = ACTIONS(2375), + [anon_sym_union] = ACTIONS(2375), + [anon_sym_unsafe] = ACTIONS(2375), + [anon_sym_use] = ACTIONS(2375), + [anon_sym_while] = ACTIONS(2375), + [anon_sym_extern] = ACTIONS(2375), + [anon_sym_yield] = ACTIONS(2375), + [anon_sym_move] = ACTIONS(2375), + [anon_sym_try] = ACTIONS(2375), + [sym_integer_literal] = ACTIONS(2373), + [aux_sym_string_literal_token1] = ACTIONS(2373), + [sym_char_literal] = ACTIONS(2373), + [anon_sym_true] = ACTIONS(2375), + [anon_sym_false] = ACTIONS(2375), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2375), + [sym_super] = ACTIONS(2375), + [sym_crate] = ACTIONS(2375), + [sym_metavariable] = ACTIONS(2373), + [sym__raw_string_literal_start] = ACTIONS(2373), + [sym_float_literal] = ACTIONS(2373), + }, + [STATE(651)] = { + [sym_empty_statement] = STATE(1246), + [sym_macro_definition] = STATE(1246), + [sym_attribute_item] = STATE(1246), + [sym_inner_attribute_item] = STATE(1246), + [sym_mod_item] = STATE(1246), + [sym_foreign_mod_item] = STATE(1246), + [sym_struct_item] = STATE(1246), + [sym_union_item] = STATE(1246), + [sym_enum_item] = STATE(1246), + [sym_extern_crate_declaration] = STATE(1246), + [sym_const_item] = STATE(1246), + [sym_static_item] = STATE(1246), + [sym_type_item] = STATE(1246), + [sym_function_item] = STATE(1246), + [sym_function_signature_item] = STATE(1246), + [sym_function_modifiers] = STATE(3612), + [sym_impl_item] = STATE(1246), + [sym_trait_item] = STATE(1246), + [sym_associated_type] = STATE(1246), + [sym_let_declaration] = STATE(1246), + [sym_use_declaration] = STATE(1246), + [sym_extern_modifier] = STATE(2160), + [sym_visibility_modifier] = STATE(1955), + [sym_bracketed_type] = STATE(3345), + [sym_generic_type_with_turbofish] = STATE(3370), + [sym_macro_invocation] = STATE(1246), + [sym_scoped_identifier] = STATE(3211), [sym_line_comment] = STATE(651), [sym_block_comment] = STATE(651), - [ts_builtin_sym_end] = ACTIONS(1261), - [sym_identifier] = ACTIONS(1263), - [anon_sym_SEMI] = ACTIONS(1261), - [anon_sym_macro_rules_BANG] = ACTIONS(1261), - [anon_sym_LPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1261), - [anon_sym_LBRACE] = ACTIONS(1261), - [anon_sym_RBRACE] = ACTIONS(1261), - [anon_sym_STAR] = ACTIONS(1261), - [anon_sym_u8] = ACTIONS(1263), - [anon_sym_i8] = ACTIONS(1263), - [anon_sym_u16] = ACTIONS(1263), - [anon_sym_i16] = ACTIONS(1263), - [anon_sym_u32] = ACTIONS(1263), - [anon_sym_i32] = ACTIONS(1263), - [anon_sym_u64] = ACTIONS(1263), - [anon_sym_i64] = ACTIONS(1263), - [anon_sym_u128] = ACTIONS(1263), - [anon_sym_i128] = ACTIONS(1263), - [anon_sym_isize] = ACTIONS(1263), - [anon_sym_usize] = ACTIONS(1263), - [anon_sym_f32] = ACTIONS(1263), - [anon_sym_f64] = ACTIONS(1263), - [anon_sym_bool] = ACTIONS(1263), - [anon_sym_str] = ACTIONS(1263), - [anon_sym_char] = ACTIONS(1263), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_BANG] = ACTIONS(1261), - [anon_sym_AMP] = ACTIONS(1261), - [anon_sym_PIPE] = ACTIONS(1261), - [anon_sym_LT] = ACTIONS(1261), - [anon_sym_DOT_DOT] = ACTIONS(1261), - [anon_sym_COLON_COLON] = ACTIONS(1261), - [anon_sym_POUND] = ACTIONS(1261), - [anon_sym_SQUOTE] = ACTIONS(1263), - [anon_sym_async] = ACTIONS(1263), - [anon_sym_break] = ACTIONS(1263), - [anon_sym_const] = ACTIONS(1263), - [anon_sym_continue] = ACTIONS(1263), - [anon_sym_default] = ACTIONS(1263), - [anon_sym_enum] = ACTIONS(1263), - [anon_sym_fn] = ACTIONS(1263), - [anon_sym_for] = ACTIONS(1263), - [anon_sym_gen] = ACTIONS(1263), - [anon_sym_if] = ACTIONS(1263), - [anon_sym_impl] = ACTIONS(1263), - [anon_sym_let] = ACTIONS(1263), - [anon_sym_loop] = ACTIONS(1263), - [anon_sym_match] = ACTIONS(1263), - [anon_sym_mod] = ACTIONS(1263), - [anon_sym_pub] = ACTIONS(1263), - [anon_sym_return] = ACTIONS(1263), - [anon_sym_static] = ACTIONS(1263), - [anon_sym_struct] = ACTIONS(1263), - [anon_sym_trait] = ACTIONS(1263), - [anon_sym_type] = ACTIONS(1263), - [anon_sym_union] = ACTIONS(1263), - [anon_sym_unsafe] = ACTIONS(1263), - [anon_sym_use] = ACTIONS(1263), - [anon_sym_while] = ACTIONS(1263), - [anon_sym_extern] = ACTIONS(1263), - [anon_sym_yield] = ACTIONS(1263), - [anon_sym_move] = ACTIONS(1263), - [anon_sym_try] = ACTIONS(1263), - [sym_integer_literal] = ACTIONS(1261), - [aux_sym_string_literal_token1] = ACTIONS(1261), - [sym_char_literal] = ACTIONS(1261), - [anon_sym_true] = ACTIONS(1263), - [anon_sym_false] = ACTIONS(1263), + [aux_sym_declaration_list_repeat1] = STATE(651), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2377), + [anon_sym_SEMI] = ACTIONS(2380), + [anon_sym_macro_rules_BANG] = ACTIONS(2383), + [anon_sym_RBRACE] = ACTIONS(2386), + [anon_sym_u8] = ACTIONS(2388), + [anon_sym_i8] = ACTIONS(2388), + [anon_sym_u16] = ACTIONS(2388), + [anon_sym_i16] = ACTIONS(2388), + [anon_sym_u32] = ACTIONS(2388), + [anon_sym_i32] = ACTIONS(2388), + [anon_sym_u64] = ACTIONS(2388), + [anon_sym_i64] = ACTIONS(2388), + [anon_sym_u128] = ACTIONS(2388), + [anon_sym_i128] = ACTIONS(2388), + [anon_sym_isize] = ACTIONS(2388), + [anon_sym_usize] = ACTIONS(2388), + [anon_sym_f32] = ACTIONS(2388), + [anon_sym_f64] = ACTIONS(2388), + [anon_sym_bool] = ACTIONS(2388), + [anon_sym_str] = ACTIONS(2388), + [anon_sym_char] = ACTIONS(2388), + [anon_sym_LT] = ACTIONS(2391), + [anon_sym_COLON_COLON] = ACTIONS(2394), + [anon_sym_POUND] = ACTIONS(2397), + [anon_sym_async] = ACTIONS(2400), + [anon_sym_const] = ACTIONS(2403), + [anon_sym_default] = ACTIONS(2406), + [anon_sym_enum] = ACTIONS(2409), + [anon_sym_fn] = ACTIONS(2412), + [anon_sym_gen] = ACTIONS(2415), + [anon_sym_impl] = ACTIONS(2418), + [anon_sym_let] = ACTIONS(2421), + [anon_sym_mod] = ACTIONS(2424), + [anon_sym_pub] = ACTIONS(2427), + [anon_sym_static] = ACTIONS(2430), + [anon_sym_struct] = ACTIONS(2433), + [anon_sym_trait] = ACTIONS(2436), + [anon_sym_type] = ACTIONS(2439), + [anon_sym_union] = ACTIONS(2442), + [anon_sym_unsafe] = ACTIONS(2445), + [anon_sym_use] = ACTIONS(2448), + [anon_sym_extern] = ACTIONS(2451), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1263), - [sym_super] = ACTIONS(1263), - [sym_crate] = ACTIONS(1263), - [sym_metavariable] = ACTIONS(1261), - [sym__raw_string_literal_start] = ACTIONS(1261), - [sym_float_literal] = ACTIONS(1261), + [sym_self] = ACTIONS(2454), + [sym_super] = ACTIONS(2454), + [sym_crate] = ACTIONS(2457), + [sym_metavariable] = ACTIONS(2460), }, - [652] = { + [STATE(652)] = { [sym_line_comment] = STATE(652), [sym_block_comment] = STATE(652), - [ts_builtin_sym_end] = ACTIONS(2421), - [sym_identifier] = ACTIONS(2423), - [anon_sym_SEMI] = ACTIONS(2421), - [anon_sym_macro_rules_BANG] = ACTIONS(2421), - [anon_sym_LPAREN] = ACTIONS(2421), - [anon_sym_LBRACK] = ACTIONS(2421), - [anon_sym_LBRACE] = ACTIONS(2421), - [anon_sym_RBRACE] = ACTIONS(2421), - [anon_sym_STAR] = ACTIONS(2421), - [anon_sym_u8] = ACTIONS(2423), - [anon_sym_i8] = ACTIONS(2423), - [anon_sym_u16] = ACTIONS(2423), - [anon_sym_i16] = ACTIONS(2423), - [anon_sym_u32] = ACTIONS(2423), - [anon_sym_i32] = ACTIONS(2423), - [anon_sym_u64] = ACTIONS(2423), - [anon_sym_i64] = ACTIONS(2423), - [anon_sym_u128] = ACTIONS(2423), - [anon_sym_i128] = ACTIONS(2423), - [anon_sym_isize] = ACTIONS(2423), - [anon_sym_usize] = ACTIONS(2423), - [anon_sym_f32] = ACTIONS(2423), - [anon_sym_f64] = ACTIONS(2423), - [anon_sym_bool] = ACTIONS(2423), - [anon_sym_str] = ACTIONS(2423), - [anon_sym_char] = ACTIONS(2423), - [anon_sym_DASH] = ACTIONS(2421), - [anon_sym_BANG] = ACTIONS(2421), - [anon_sym_AMP] = ACTIONS(2421), - [anon_sym_PIPE] = ACTIONS(2421), - [anon_sym_LT] = ACTIONS(2421), - [anon_sym_DOT_DOT] = ACTIONS(2421), - [anon_sym_COLON_COLON] = ACTIONS(2421), - [anon_sym_POUND] = ACTIONS(2421), - [anon_sym_SQUOTE] = ACTIONS(2423), - [anon_sym_async] = ACTIONS(2423), - [anon_sym_break] = ACTIONS(2423), - [anon_sym_const] = ACTIONS(2423), - [anon_sym_continue] = ACTIONS(2423), - [anon_sym_default] = ACTIONS(2423), - [anon_sym_enum] = ACTIONS(2423), - [anon_sym_fn] = ACTIONS(2423), - [anon_sym_for] = ACTIONS(2423), - [anon_sym_gen] = ACTIONS(2423), - [anon_sym_if] = ACTIONS(2423), - [anon_sym_impl] = ACTIONS(2423), - [anon_sym_let] = ACTIONS(2423), - [anon_sym_loop] = ACTIONS(2423), - [anon_sym_match] = ACTIONS(2423), - [anon_sym_mod] = ACTIONS(2423), - [anon_sym_pub] = ACTIONS(2423), - [anon_sym_return] = ACTIONS(2423), - [anon_sym_static] = ACTIONS(2423), - [anon_sym_struct] = ACTIONS(2423), - [anon_sym_trait] = ACTIONS(2423), - [anon_sym_type] = ACTIONS(2423), - [anon_sym_union] = ACTIONS(2423), - [anon_sym_unsafe] = ACTIONS(2423), - [anon_sym_use] = ACTIONS(2423), - [anon_sym_while] = ACTIONS(2423), - [anon_sym_extern] = ACTIONS(2423), - [anon_sym_yield] = ACTIONS(2423), - [anon_sym_move] = ACTIONS(2423), - [anon_sym_try] = ACTIONS(2423), - [sym_integer_literal] = ACTIONS(2421), - [aux_sym_string_literal_token1] = ACTIONS(2421), - [sym_char_literal] = ACTIONS(2421), - [anon_sym_true] = ACTIONS(2423), - [anon_sym_false] = ACTIONS(2423), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2423), - [sym_super] = ACTIONS(2423), - [sym_crate] = ACTIONS(2423), - [sym_metavariable] = ACTIONS(2421), - [sym__raw_string_literal_start] = ACTIONS(2421), - [sym_float_literal] = ACTIONS(2421), - }, - [653] = { + [ts_builtin_sym_end] = ACTIONS(2463), + [sym_identifier] = ACTIONS(2465), + [anon_sym_SEMI] = ACTIONS(2463), + [anon_sym_macro_rules_BANG] = ACTIONS(2463), + [anon_sym_LPAREN] = ACTIONS(2463), + [anon_sym_LBRACK] = ACTIONS(2463), + [anon_sym_LBRACE] = ACTIONS(2463), + [anon_sym_RBRACE] = ACTIONS(2463), + [anon_sym_STAR] = ACTIONS(2463), + [anon_sym_u8] = ACTIONS(2465), + [anon_sym_i8] = ACTIONS(2465), + [anon_sym_u16] = ACTIONS(2465), + [anon_sym_i16] = ACTIONS(2465), + [anon_sym_u32] = ACTIONS(2465), + [anon_sym_i32] = ACTIONS(2465), + [anon_sym_u64] = ACTIONS(2465), + [anon_sym_i64] = ACTIONS(2465), + [anon_sym_u128] = ACTIONS(2465), + [anon_sym_i128] = ACTIONS(2465), + [anon_sym_isize] = ACTIONS(2465), + [anon_sym_usize] = ACTIONS(2465), + [anon_sym_f32] = ACTIONS(2465), + [anon_sym_f64] = ACTIONS(2465), + [anon_sym_bool] = ACTIONS(2465), + [anon_sym_str] = ACTIONS(2465), + [anon_sym_char] = ACTIONS(2465), + [anon_sym_DASH] = ACTIONS(2463), + [anon_sym_BANG] = ACTIONS(2463), + [anon_sym_AMP] = ACTIONS(2463), + [anon_sym_PIPE] = ACTIONS(2463), + [anon_sym_LT] = ACTIONS(2463), + [anon_sym_DOT_DOT] = ACTIONS(2463), + [anon_sym_COLON_COLON] = ACTIONS(2463), + [anon_sym_POUND] = ACTIONS(2463), + [anon_sym_SQUOTE] = ACTIONS(2465), + [anon_sym_async] = ACTIONS(2465), + [anon_sym_break] = ACTIONS(2465), + [anon_sym_const] = ACTIONS(2465), + [anon_sym_continue] = ACTIONS(2465), + [anon_sym_default] = ACTIONS(2465), + [anon_sym_enum] = ACTIONS(2465), + [anon_sym_fn] = ACTIONS(2465), + [anon_sym_for] = ACTIONS(2465), + [anon_sym_gen] = ACTIONS(2465), + [anon_sym_if] = ACTIONS(2465), + [anon_sym_impl] = ACTIONS(2465), + [anon_sym_let] = ACTIONS(2465), + [anon_sym_loop] = ACTIONS(2465), + [anon_sym_match] = ACTIONS(2465), + [anon_sym_mod] = ACTIONS(2465), + [anon_sym_pub] = ACTIONS(2465), + [anon_sym_return] = ACTIONS(2465), + [anon_sym_static] = ACTIONS(2465), + [anon_sym_struct] = ACTIONS(2465), + [anon_sym_trait] = ACTIONS(2465), + [anon_sym_type] = ACTIONS(2465), + [anon_sym_union] = ACTIONS(2465), + [anon_sym_unsafe] = ACTIONS(2465), + [anon_sym_use] = ACTIONS(2465), + [anon_sym_while] = ACTIONS(2465), + [anon_sym_extern] = ACTIONS(2465), + [anon_sym_yield] = ACTIONS(2465), + [anon_sym_move] = ACTIONS(2465), + [anon_sym_try] = ACTIONS(2465), + [sym_integer_literal] = ACTIONS(2463), + [aux_sym_string_literal_token1] = ACTIONS(2463), + [sym_char_literal] = ACTIONS(2463), + [anon_sym_true] = ACTIONS(2465), + [anon_sym_false] = ACTIONS(2465), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2465), + [sym_super] = ACTIONS(2465), + [sym_crate] = ACTIONS(2465), + [sym_metavariable] = ACTIONS(2463), + [sym__raw_string_literal_start] = ACTIONS(2463), + [sym_float_literal] = ACTIONS(2463), + }, + [STATE(653)] = { [sym_line_comment] = STATE(653), [sym_block_comment] = STATE(653), - [ts_builtin_sym_end] = ACTIONS(2425), - [sym_identifier] = ACTIONS(2427), - [anon_sym_SEMI] = ACTIONS(2425), - [anon_sym_macro_rules_BANG] = ACTIONS(2425), - [anon_sym_LPAREN] = ACTIONS(2425), - [anon_sym_LBRACK] = ACTIONS(2425), - [anon_sym_LBRACE] = ACTIONS(2425), - [anon_sym_RBRACE] = ACTIONS(2425), - [anon_sym_STAR] = ACTIONS(2425), - [anon_sym_u8] = ACTIONS(2427), - [anon_sym_i8] = ACTIONS(2427), - [anon_sym_u16] = ACTIONS(2427), - [anon_sym_i16] = ACTIONS(2427), - [anon_sym_u32] = ACTIONS(2427), - [anon_sym_i32] = ACTIONS(2427), - [anon_sym_u64] = ACTIONS(2427), - [anon_sym_i64] = ACTIONS(2427), - [anon_sym_u128] = ACTIONS(2427), - [anon_sym_i128] = ACTIONS(2427), - [anon_sym_isize] = ACTIONS(2427), - [anon_sym_usize] = ACTIONS(2427), - [anon_sym_f32] = ACTIONS(2427), - [anon_sym_f64] = ACTIONS(2427), - [anon_sym_bool] = ACTIONS(2427), - [anon_sym_str] = ACTIONS(2427), - [anon_sym_char] = ACTIONS(2427), - [anon_sym_DASH] = ACTIONS(2425), - [anon_sym_BANG] = ACTIONS(2425), - [anon_sym_AMP] = ACTIONS(2425), - [anon_sym_PIPE] = ACTIONS(2425), - [anon_sym_LT] = ACTIONS(2425), - [anon_sym_DOT_DOT] = ACTIONS(2425), - [anon_sym_COLON_COLON] = ACTIONS(2425), - [anon_sym_POUND] = ACTIONS(2425), - [anon_sym_SQUOTE] = ACTIONS(2427), - [anon_sym_async] = ACTIONS(2427), - [anon_sym_break] = ACTIONS(2427), - [anon_sym_const] = ACTIONS(2427), - [anon_sym_continue] = ACTIONS(2427), - [anon_sym_default] = ACTIONS(2427), - [anon_sym_enum] = ACTIONS(2427), - [anon_sym_fn] = ACTIONS(2427), - [anon_sym_for] = ACTIONS(2427), - [anon_sym_gen] = ACTIONS(2427), - [anon_sym_if] = ACTIONS(2427), - [anon_sym_impl] = ACTIONS(2427), - [anon_sym_let] = ACTIONS(2427), - [anon_sym_loop] = ACTIONS(2427), - [anon_sym_match] = ACTIONS(2427), - [anon_sym_mod] = ACTIONS(2427), - [anon_sym_pub] = ACTIONS(2427), - [anon_sym_return] = ACTIONS(2427), - [anon_sym_static] = ACTIONS(2427), - [anon_sym_struct] = ACTIONS(2427), - [anon_sym_trait] = ACTIONS(2427), - [anon_sym_type] = ACTIONS(2427), - [anon_sym_union] = ACTIONS(2427), - [anon_sym_unsafe] = ACTIONS(2427), - [anon_sym_use] = ACTIONS(2427), - [anon_sym_while] = ACTIONS(2427), - [anon_sym_extern] = ACTIONS(2427), - [anon_sym_yield] = ACTIONS(2427), - [anon_sym_move] = ACTIONS(2427), - [anon_sym_try] = ACTIONS(2427), - [sym_integer_literal] = ACTIONS(2425), - [aux_sym_string_literal_token1] = ACTIONS(2425), - [sym_char_literal] = ACTIONS(2425), - [anon_sym_true] = ACTIONS(2427), - [anon_sym_false] = ACTIONS(2427), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2427), - [sym_super] = ACTIONS(2427), - [sym_crate] = ACTIONS(2427), - [sym_metavariable] = ACTIONS(2425), - [sym__raw_string_literal_start] = ACTIONS(2425), - [sym_float_literal] = ACTIONS(2425), - }, - [654] = { - [sym_line_comment] = STATE(654), - [sym_block_comment] = STATE(654), - [ts_builtin_sym_end] = ACTIONS(2429), - [sym_identifier] = ACTIONS(2431), - [anon_sym_SEMI] = ACTIONS(2429), - [anon_sym_macro_rules_BANG] = ACTIONS(2429), - [anon_sym_LPAREN] = ACTIONS(2429), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_LBRACE] = ACTIONS(2429), - [anon_sym_RBRACE] = ACTIONS(2429), - [anon_sym_STAR] = ACTIONS(2429), - [anon_sym_u8] = ACTIONS(2431), - [anon_sym_i8] = ACTIONS(2431), - [anon_sym_u16] = ACTIONS(2431), - [anon_sym_i16] = ACTIONS(2431), - [anon_sym_u32] = ACTIONS(2431), - [anon_sym_i32] = ACTIONS(2431), - [anon_sym_u64] = ACTIONS(2431), - [anon_sym_i64] = ACTIONS(2431), - [anon_sym_u128] = ACTIONS(2431), - [anon_sym_i128] = ACTIONS(2431), - [anon_sym_isize] = ACTIONS(2431), - [anon_sym_usize] = ACTIONS(2431), - [anon_sym_f32] = ACTIONS(2431), - [anon_sym_f64] = ACTIONS(2431), - [anon_sym_bool] = ACTIONS(2431), - [anon_sym_str] = ACTIONS(2431), - [anon_sym_char] = ACTIONS(2431), - [anon_sym_DASH] = ACTIONS(2429), - [anon_sym_BANG] = ACTIONS(2429), - [anon_sym_AMP] = ACTIONS(2429), - [anon_sym_PIPE] = ACTIONS(2429), - [anon_sym_LT] = ACTIONS(2429), - [anon_sym_DOT_DOT] = ACTIONS(2429), - [anon_sym_COLON_COLON] = ACTIONS(2429), - [anon_sym_POUND] = ACTIONS(2429), - [anon_sym_SQUOTE] = ACTIONS(2431), - [anon_sym_async] = ACTIONS(2431), - [anon_sym_break] = ACTIONS(2431), - [anon_sym_const] = ACTIONS(2431), - [anon_sym_continue] = ACTIONS(2431), - [anon_sym_default] = ACTIONS(2431), - [anon_sym_enum] = ACTIONS(2431), - [anon_sym_fn] = ACTIONS(2431), - [anon_sym_for] = ACTIONS(2431), - [anon_sym_gen] = ACTIONS(2431), - [anon_sym_if] = ACTIONS(2431), - [anon_sym_impl] = ACTIONS(2431), - [anon_sym_let] = ACTIONS(2431), - [anon_sym_loop] = ACTIONS(2431), - [anon_sym_match] = ACTIONS(2431), - [anon_sym_mod] = ACTIONS(2431), - [anon_sym_pub] = ACTIONS(2431), - [anon_sym_return] = ACTIONS(2431), - [anon_sym_static] = ACTIONS(2431), - [anon_sym_struct] = ACTIONS(2431), - [anon_sym_trait] = ACTIONS(2431), - [anon_sym_type] = ACTIONS(2431), - [anon_sym_union] = ACTIONS(2431), - [anon_sym_unsafe] = ACTIONS(2431), - [anon_sym_use] = ACTIONS(2431), - [anon_sym_while] = ACTIONS(2431), - [anon_sym_extern] = ACTIONS(2431), - [anon_sym_yield] = ACTIONS(2431), - [anon_sym_move] = ACTIONS(2431), - [anon_sym_try] = ACTIONS(2431), - [sym_integer_literal] = ACTIONS(2429), - [aux_sym_string_literal_token1] = ACTIONS(2429), - [sym_char_literal] = ACTIONS(2429), - [anon_sym_true] = ACTIONS(2431), - [anon_sym_false] = ACTIONS(2431), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2431), - [sym_super] = ACTIONS(2431), - [sym_crate] = ACTIONS(2431), - [sym_metavariable] = ACTIONS(2429), - [sym__raw_string_literal_start] = ACTIONS(2429), - [sym_float_literal] = ACTIONS(2429), - }, - [655] = { - [sym_line_comment] = STATE(655), - [sym_block_comment] = STATE(655), - [ts_builtin_sym_end] = ACTIONS(2433), - [sym_identifier] = ACTIONS(2435), - [anon_sym_SEMI] = ACTIONS(2433), - [anon_sym_macro_rules_BANG] = ACTIONS(2433), - [anon_sym_LPAREN] = ACTIONS(2433), - [anon_sym_LBRACK] = ACTIONS(2433), - [anon_sym_LBRACE] = ACTIONS(2433), - [anon_sym_RBRACE] = ACTIONS(2433), - [anon_sym_STAR] = ACTIONS(2433), - [anon_sym_u8] = ACTIONS(2435), - [anon_sym_i8] = ACTIONS(2435), - [anon_sym_u16] = ACTIONS(2435), - [anon_sym_i16] = ACTIONS(2435), - [anon_sym_u32] = ACTIONS(2435), - [anon_sym_i32] = ACTIONS(2435), - [anon_sym_u64] = ACTIONS(2435), - [anon_sym_i64] = ACTIONS(2435), - [anon_sym_u128] = ACTIONS(2435), - [anon_sym_i128] = ACTIONS(2435), - [anon_sym_isize] = ACTIONS(2435), - [anon_sym_usize] = ACTIONS(2435), - [anon_sym_f32] = ACTIONS(2435), - [anon_sym_f64] = ACTIONS(2435), - [anon_sym_bool] = ACTIONS(2435), - [anon_sym_str] = ACTIONS(2435), - [anon_sym_char] = ACTIONS(2435), - [anon_sym_DASH] = ACTIONS(2433), - [anon_sym_BANG] = ACTIONS(2433), - [anon_sym_AMP] = ACTIONS(2433), - [anon_sym_PIPE] = ACTIONS(2433), - [anon_sym_LT] = ACTIONS(2433), - [anon_sym_DOT_DOT] = ACTIONS(2433), - [anon_sym_COLON_COLON] = ACTIONS(2433), - [anon_sym_POUND] = ACTIONS(2433), - [anon_sym_SQUOTE] = ACTIONS(2435), - [anon_sym_async] = ACTIONS(2435), - [anon_sym_break] = ACTIONS(2435), - [anon_sym_const] = ACTIONS(2435), - [anon_sym_continue] = ACTIONS(2435), - [anon_sym_default] = ACTIONS(2435), - [anon_sym_enum] = ACTIONS(2435), - [anon_sym_fn] = ACTIONS(2435), - [anon_sym_for] = ACTIONS(2435), - [anon_sym_gen] = ACTIONS(2435), - [anon_sym_if] = ACTIONS(2435), - [anon_sym_impl] = ACTIONS(2435), - [anon_sym_let] = ACTIONS(2435), - [anon_sym_loop] = ACTIONS(2435), - [anon_sym_match] = ACTIONS(2435), - [anon_sym_mod] = ACTIONS(2435), - [anon_sym_pub] = ACTIONS(2435), - [anon_sym_return] = ACTIONS(2435), - [anon_sym_static] = ACTIONS(2435), - [anon_sym_struct] = ACTIONS(2435), - [anon_sym_trait] = ACTIONS(2435), - [anon_sym_type] = ACTIONS(2435), - [anon_sym_union] = ACTIONS(2435), - [anon_sym_unsafe] = ACTIONS(2435), - [anon_sym_use] = ACTIONS(2435), - [anon_sym_while] = ACTIONS(2435), - [anon_sym_extern] = ACTIONS(2435), - [anon_sym_yield] = ACTIONS(2435), - [anon_sym_move] = ACTIONS(2435), - [anon_sym_try] = ACTIONS(2435), - [sym_integer_literal] = ACTIONS(2433), - [aux_sym_string_literal_token1] = ACTIONS(2433), - [sym_char_literal] = ACTIONS(2433), - [anon_sym_true] = ACTIONS(2435), - [anon_sym_false] = ACTIONS(2435), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2435), - [sym_super] = ACTIONS(2435), - [sym_crate] = ACTIONS(2435), - [sym_metavariable] = ACTIONS(2433), - [sym__raw_string_literal_start] = ACTIONS(2433), - [sym_float_literal] = ACTIONS(2433), - }, - [656] = { - [sym_line_comment] = STATE(656), - [sym_block_comment] = STATE(656), - [ts_builtin_sym_end] = ACTIONS(2437), - [sym_identifier] = ACTIONS(2439), - [anon_sym_SEMI] = ACTIONS(2437), - [anon_sym_macro_rules_BANG] = ACTIONS(2437), - [anon_sym_LPAREN] = ACTIONS(2437), - [anon_sym_LBRACK] = ACTIONS(2437), - [anon_sym_LBRACE] = ACTIONS(2437), - [anon_sym_RBRACE] = ACTIONS(2437), - [anon_sym_STAR] = ACTIONS(2437), - [anon_sym_u8] = ACTIONS(2439), - [anon_sym_i8] = ACTIONS(2439), - [anon_sym_u16] = ACTIONS(2439), - [anon_sym_i16] = ACTIONS(2439), - [anon_sym_u32] = ACTIONS(2439), - [anon_sym_i32] = ACTIONS(2439), - [anon_sym_u64] = ACTIONS(2439), - [anon_sym_i64] = ACTIONS(2439), - [anon_sym_u128] = ACTIONS(2439), - [anon_sym_i128] = ACTIONS(2439), - [anon_sym_isize] = ACTIONS(2439), - [anon_sym_usize] = ACTIONS(2439), - [anon_sym_f32] = ACTIONS(2439), - [anon_sym_f64] = ACTIONS(2439), - [anon_sym_bool] = ACTIONS(2439), - [anon_sym_str] = ACTIONS(2439), - [anon_sym_char] = ACTIONS(2439), - [anon_sym_DASH] = ACTIONS(2437), - [anon_sym_BANG] = ACTIONS(2437), - [anon_sym_AMP] = ACTIONS(2437), - [anon_sym_PIPE] = ACTIONS(2437), - [anon_sym_LT] = ACTIONS(2437), - [anon_sym_DOT_DOT] = ACTIONS(2437), - [anon_sym_COLON_COLON] = ACTIONS(2437), - [anon_sym_POUND] = ACTIONS(2437), - [anon_sym_SQUOTE] = ACTIONS(2439), - [anon_sym_async] = ACTIONS(2439), - [anon_sym_break] = ACTIONS(2439), - [anon_sym_const] = ACTIONS(2439), - [anon_sym_continue] = ACTIONS(2439), - [anon_sym_default] = ACTIONS(2439), - [anon_sym_enum] = ACTIONS(2439), - [anon_sym_fn] = ACTIONS(2439), - [anon_sym_for] = ACTIONS(2439), - [anon_sym_gen] = ACTIONS(2439), - [anon_sym_if] = ACTIONS(2439), - [anon_sym_impl] = ACTIONS(2439), - [anon_sym_let] = ACTIONS(2439), - [anon_sym_loop] = ACTIONS(2439), - [anon_sym_match] = ACTIONS(2439), - [anon_sym_mod] = ACTIONS(2439), - [anon_sym_pub] = ACTIONS(2439), - [anon_sym_return] = ACTIONS(2439), - [anon_sym_static] = ACTIONS(2439), - [anon_sym_struct] = ACTIONS(2439), - [anon_sym_trait] = ACTIONS(2439), - [anon_sym_type] = ACTIONS(2439), - [anon_sym_union] = ACTIONS(2439), - [anon_sym_unsafe] = ACTIONS(2439), - [anon_sym_use] = ACTIONS(2439), - [anon_sym_while] = ACTIONS(2439), - [anon_sym_extern] = ACTIONS(2439), - [anon_sym_yield] = ACTIONS(2439), - [anon_sym_move] = ACTIONS(2439), - [anon_sym_try] = ACTIONS(2439), - [sym_integer_literal] = ACTIONS(2437), - [aux_sym_string_literal_token1] = ACTIONS(2437), - [sym_char_literal] = ACTIONS(2437), - [anon_sym_true] = ACTIONS(2439), - [anon_sym_false] = ACTIONS(2439), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2439), - [sym_super] = ACTIONS(2439), - [sym_crate] = ACTIONS(2439), - [sym_metavariable] = ACTIONS(2437), - [sym__raw_string_literal_start] = ACTIONS(2437), - [sym_float_literal] = ACTIONS(2437), - }, - [657] = { - [sym_line_comment] = STATE(657), - [sym_block_comment] = STATE(657), - [ts_builtin_sym_end] = ACTIONS(2441), - [sym_identifier] = ACTIONS(2443), - [anon_sym_SEMI] = ACTIONS(2441), - [anon_sym_macro_rules_BANG] = ACTIONS(2441), - [anon_sym_LPAREN] = ACTIONS(2441), - [anon_sym_LBRACK] = ACTIONS(2441), - [anon_sym_LBRACE] = ACTIONS(2441), - [anon_sym_RBRACE] = ACTIONS(2441), - [anon_sym_STAR] = ACTIONS(2441), - [anon_sym_u8] = ACTIONS(2443), - [anon_sym_i8] = ACTIONS(2443), - [anon_sym_u16] = ACTIONS(2443), - [anon_sym_i16] = ACTIONS(2443), - [anon_sym_u32] = ACTIONS(2443), - [anon_sym_i32] = ACTIONS(2443), - [anon_sym_u64] = ACTIONS(2443), - [anon_sym_i64] = ACTIONS(2443), - [anon_sym_u128] = ACTIONS(2443), - [anon_sym_i128] = ACTIONS(2443), - [anon_sym_isize] = ACTIONS(2443), - [anon_sym_usize] = ACTIONS(2443), - [anon_sym_f32] = ACTIONS(2443), - [anon_sym_f64] = ACTIONS(2443), - [anon_sym_bool] = ACTIONS(2443), - [anon_sym_str] = ACTIONS(2443), - [anon_sym_char] = ACTIONS(2443), - [anon_sym_DASH] = ACTIONS(2441), - [anon_sym_BANG] = ACTIONS(2441), - [anon_sym_AMP] = ACTIONS(2441), - [anon_sym_PIPE] = ACTIONS(2441), - [anon_sym_LT] = ACTIONS(2441), - [anon_sym_DOT_DOT] = ACTIONS(2441), - [anon_sym_COLON_COLON] = ACTIONS(2441), - [anon_sym_POUND] = ACTIONS(2441), - [anon_sym_SQUOTE] = ACTIONS(2443), - [anon_sym_async] = ACTIONS(2443), - [anon_sym_break] = ACTIONS(2443), - [anon_sym_const] = ACTIONS(2443), - [anon_sym_continue] = ACTIONS(2443), - [anon_sym_default] = ACTIONS(2443), - [anon_sym_enum] = ACTIONS(2443), - [anon_sym_fn] = ACTIONS(2443), - [anon_sym_for] = ACTIONS(2443), - [anon_sym_gen] = ACTIONS(2443), - [anon_sym_if] = ACTIONS(2443), - [anon_sym_impl] = ACTIONS(2443), - [anon_sym_let] = ACTIONS(2443), - [anon_sym_loop] = ACTIONS(2443), - [anon_sym_match] = ACTIONS(2443), - [anon_sym_mod] = ACTIONS(2443), - [anon_sym_pub] = ACTIONS(2443), - [anon_sym_return] = ACTIONS(2443), - [anon_sym_static] = ACTIONS(2443), - [anon_sym_struct] = ACTIONS(2443), - [anon_sym_trait] = ACTIONS(2443), - [anon_sym_type] = ACTIONS(2443), - [anon_sym_union] = ACTIONS(2443), - [anon_sym_unsafe] = ACTIONS(2443), - [anon_sym_use] = ACTIONS(2443), - [anon_sym_while] = ACTIONS(2443), - [anon_sym_extern] = ACTIONS(2443), - [anon_sym_yield] = ACTIONS(2443), - [anon_sym_move] = ACTIONS(2443), - [anon_sym_try] = ACTIONS(2443), - [sym_integer_literal] = ACTIONS(2441), - [aux_sym_string_literal_token1] = ACTIONS(2441), - [sym_char_literal] = ACTIONS(2441), - [anon_sym_true] = ACTIONS(2443), - [anon_sym_false] = ACTIONS(2443), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2443), - [sym_super] = ACTIONS(2443), - [sym_crate] = ACTIONS(2443), - [sym_metavariable] = ACTIONS(2441), - [sym__raw_string_literal_start] = ACTIONS(2441), - [sym_float_literal] = ACTIONS(2441), - }, - [658] = { - [sym_line_comment] = STATE(658), - [sym_block_comment] = STATE(658), - [ts_builtin_sym_end] = ACTIONS(2445), - [sym_identifier] = ACTIONS(2447), - [anon_sym_SEMI] = ACTIONS(2445), - [anon_sym_macro_rules_BANG] = ACTIONS(2445), - [anon_sym_LPAREN] = ACTIONS(2445), - [anon_sym_LBRACK] = ACTIONS(2445), - [anon_sym_LBRACE] = ACTIONS(2445), - [anon_sym_RBRACE] = ACTIONS(2445), - [anon_sym_STAR] = ACTIONS(2445), - [anon_sym_u8] = ACTIONS(2447), - [anon_sym_i8] = ACTIONS(2447), - [anon_sym_u16] = ACTIONS(2447), - [anon_sym_i16] = ACTIONS(2447), - [anon_sym_u32] = ACTIONS(2447), - [anon_sym_i32] = ACTIONS(2447), - [anon_sym_u64] = ACTIONS(2447), - [anon_sym_i64] = ACTIONS(2447), - [anon_sym_u128] = ACTIONS(2447), - [anon_sym_i128] = ACTIONS(2447), - [anon_sym_isize] = ACTIONS(2447), - [anon_sym_usize] = ACTIONS(2447), - [anon_sym_f32] = ACTIONS(2447), - [anon_sym_f64] = ACTIONS(2447), - [anon_sym_bool] = ACTIONS(2447), - [anon_sym_str] = ACTIONS(2447), - [anon_sym_char] = ACTIONS(2447), - [anon_sym_DASH] = ACTIONS(2445), - [anon_sym_BANG] = ACTIONS(2445), - [anon_sym_AMP] = ACTIONS(2445), - [anon_sym_PIPE] = ACTIONS(2445), - [anon_sym_LT] = ACTIONS(2445), - [anon_sym_DOT_DOT] = ACTIONS(2445), - [anon_sym_COLON_COLON] = ACTIONS(2445), - [anon_sym_POUND] = ACTIONS(2445), - [anon_sym_SQUOTE] = ACTIONS(2447), - [anon_sym_async] = ACTIONS(2447), - [anon_sym_break] = ACTIONS(2447), - [anon_sym_const] = ACTIONS(2447), - [anon_sym_continue] = ACTIONS(2447), - [anon_sym_default] = ACTIONS(2447), - [anon_sym_enum] = ACTIONS(2447), - [anon_sym_fn] = ACTIONS(2447), - [anon_sym_for] = ACTIONS(2447), - [anon_sym_gen] = ACTIONS(2447), - [anon_sym_if] = ACTIONS(2447), - [anon_sym_impl] = ACTIONS(2447), - [anon_sym_let] = ACTIONS(2447), - [anon_sym_loop] = ACTIONS(2447), - [anon_sym_match] = ACTIONS(2447), - [anon_sym_mod] = ACTIONS(2447), - [anon_sym_pub] = ACTIONS(2447), - [anon_sym_return] = ACTIONS(2447), - [anon_sym_static] = ACTIONS(2447), - [anon_sym_struct] = ACTIONS(2447), - [anon_sym_trait] = ACTIONS(2447), - [anon_sym_type] = ACTIONS(2447), - [anon_sym_union] = ACTIONS(2447), - [anon_sym_unsafe] = ACTIONS(2447), - [anon_sym_use] = ACTIONS(2447), - [anon_sym_while] = ACTIONS(2447), - [anon_sym_extern] = ACTIONS(2447), - [anon_sym_yield] = ACTIONS(2447), - [anon_sym_move] = ACTIONS(2447), - [anon_sym_try] = ACTIONS(2447), - [sym_integer_literal] = ACTIONS(2445), - [aux_sym_string_literal_token1] = ACTIONS(2445), - [sym_char_literal] = ACTIONS(2445), - [anon_sym_true] = ACTIONS(2447), - [anon_sym_false] = ACTIONS(2447), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2447), - [sym_super] = ACTIONS(2447), - [sym_crate] = ACTIONS(2447), - [sym_metavariable] = ACTIONS(2445), - [sym__raw_string_literal_start] = ACTIONS(2445), - [sym_float_literal] = ACTIONS(2445), - }, - [659] = { - [sym_line_comment] = STATE(659), - [sym_block_comment] = STATE(659), - [ts_builtin_sym_end] = ACTIONS(2449), - [sym_identifier] = ACTIONS(2451), - [anon_sym_SEMI] = ACTIONS(2449), - [anon_sym_macro_rules_BANG] = ACTIONS(2449), - [anon_sym_LPAREN] = ACTIONS(2449), - [anon_sym_LBRACK] = ACTIONS(2449), - [anon_sym_LBRACE] = ACTIONS(2449), - [anon_sym_RBRACE] = ACTIONS(2449), - [anon_sym_STAR] = 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_DASH] = ACTIONS(2449), - [anon_sym_BANG] = ACTIONS(2449), - [anon_sym_AMP] = ACTIONS(2449), - [anon_sym_PIPE] = ACTIONS(2449), - [anon_sym_LT] = ACTIONS(2449), - [anon_sym_DOT_DOT] = ACTIONS(2449), - [anon_sym_COLON_COLON] = ACTIONS(2449), - [anon_sym_POUND] = ACTIONS(2449), - [anon_sym_SQUOTE] = ACTIONS(2451), - [anon_sym_async] = ACTIONS(2451), - [anon_sym_break] = ACTIONS(2451), - [anon_sym_const] = ACTIONS(2451), - [anon_sym_continue] = ACTIONS(2451), - [anon_sym_default] = ACTIONS(2451), - [anon_sym_enum] = ACTIONS(2451), - [anon_sym_fn] = ACTIONS(2451), - [anon_sym_for] = ACTIONS(2451), - [anon_sym_gen] = ACTIONS(2451), - [anon_sym_if] = ACTIONS(2451), - [anon_sym_impl] = ACTIONS(2451), - [anon_sym_let] = ACTIONS(2451), - [anon_sym_loop] = ACTIONS(2451), - [anon_sym_match] = ACTIONS(2451), - [anon_sym_mod] = ACTIONS(2451), - [anon_sym_pub] = ACTIONS(2451), - [anon_sym_return] = ACTIONS(2451), - [anon_sym_static] = ACTIONS(2451), - [anon_sym_struct] = ACTIONS(2451), - [anon_sym_trait] = ACTIONS(2451), - [anon_sym_type] = ACTIONS(2451), - [anon_sym_union] = ACTIONS(2451), - [anon_sym_unsafe] = ACTIONS(2451), - [anon_sym_use] = ACTIONS(2451), - [anon_sym_while] = ACTIONS(2451), - [anon_sym_extern] = ACTIONS(2451), - [anon_sym_yield] = ACTIONS(2451), - [anon_sym_move] = ACTIONS(2451), - [anon_sym_try] = ACTIONS(2451), - [sym_integer_literal] = ACTIONS(2449), - [aux_sym_string_literal_token1] = ACTIONS(2449), - [sym_char_literal] = ACTIONS(2449), - [anon_sym_true] = ACTIONS(2451), - [anon_sym_false] = ACTIONS(2451), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2451), - [sym_super] = ACTIONS(2451), - [sym_crate] = ACTIONS(2451), - [sym_metavariable] = ACTIONS(2449), - [sym__raw_string_literal_start] = ACTIONS(2449), - [sym_float_literal] = ACTIONS(2449), - }, - [660] = { - [sym_line_comment] = STATE(660), - [sym_block_comment] = STATE(660), - [ts_builtin_sym_end] = ACTIONS(2453), - [sym_identifier] = ACTIONS(2455), - [anon_sym_SEMI] = ACTIONS(2453), - [anon_sym_macro_rules_BANG] = ACTIONS(2453), - [anon_sym_LPAREN] = ACTIONS(2453), - [anon_sym_LBRACK] = ACTIONS(2453), - [anon_sym_LBRACE] = ACTIONS(2453), - [anon_sym_RBRACE] = ACTIONS(2453), - [anon_sym_STAR] = ACTIONS(2453), - [anon_sym_u8] = ACTIONS(2455), - [anon_sym_i8] = ACTIONS(2455), - [anon_sym_u16] = ACTIONS(2455), - [anon_sym_i16] = ACTIONS(2455), - [anon_sym_u32] = ACTIONS(2455), - [anon_sym_i32] = ACTIONS(2455), - [anon_sym_u64] = ACTIONS(2455), - [anon_sym_i64] = ACTIONS(2455), - [anon_sym_u128] = ACTIONS(2455), - [anon_sym_i128] = ACTIONS(2455), - [anon_sym_isize] = ACTIONS(2455), - [anon_sym_usize] = ACTIONS(2455), - [anon_sym_f32] = ACTIONS(2455), - [anon_sym_f64] = ACTIONS(2455), - [anon_sym_bool] = ACTIONS(2455), - [anon_sym_str] = ACTIONS(2455), - [anon_sym_char] = ACTIONS(2455), - [anon_sym_DASH] = ACTIONS(2453), - [anon_sym_BANG] = ACTIONS(2453), - [anon_sym_AMP] = ACTIONS(2453), - [anon_sym_PIPE] = ACTIONS(2453), - [anon_sym_LT] = ACTIONS(2453), - [anon_sym_DOT_DOT] = ACTIONS(2453), - [anon_sym_COLON_COLON] = ACTIONS(2453), - [anon_sym_POUND] = ACTIONS(2453), - [anon_sym_SQUOTE] = ACTIONS(2455), - [anon_sym_async] = ACTIONS(2455), - [anon_sym_break] = ACTIONS(2455), - [anon_sym_const] = ACTIONS(2455), - [anon_sym_continue] = ACTIONS(2455), - [anon_sym_default] = ACTIONS(2455), - [anon_sym_enum] = ACTIONS(2455), - [anon_sym_fn] = ACTIONS(2455), - [anon_sym_for] = ACTIONS(2455), - [anon_sym_gen] = ACTIONS(2455), - [anon_sym_if] = ACTIONS(2455), - [anon_sym_impl] = ACTIONS(2455), - [anon_sym_let] = ACTIONS(2455), - [anon_sym_loop] = ACTIONS(2455), - [anon_sym_match] = ACTIONS(2455), - [anon_sym_mod] = ACTIONS(2455), - [anon_sym_pub] = ACTIONS(2455), - [anon_sym_return] = ACTIONS(2455), - [anon_sym_static] = ACTIONS(2455), - [anon_sym_struct] = ACTIONS(2455), - [anon_sym_trait] = ACTIONS(2455), - [anon_sym_type] = ACTIONS(2455), - [anon_sym_union] = ACTIONS(2455), - [anon_sym_unsafe] = ACTIONS(2455), - [anon_sym_use] = ACTIONS(2455), - [anon_sym_while] = ACTIONS(2455), - [anon_sym_extern] = ACTIONS(2455), - [anon_sym_yield] = ACTIONS(2455), - [anon_sym_move] = ACTIONS(2455), - [anon_sym_try] = ACTIONS(2455), - [sym_integer_literal] = ACTIONS(2453), - [aux_sym_string_literal_token1] = ACTIONS(2453), - [sym_char_literal] = ACTIONS(2453), - [anon_sym_true] = ACTIONS(2455), - [anon_sym_false] = ACTIONS(2455), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2455), - [sym_super] = ACTIONS(2455), - [sym_crate] = ACTIONS(2455), - [sym_metavariable] = ACTIONS(2453), - [sym__raw_string_literal_start] = ACTIONS(2453), - [sym_float_literal] = ACTIONS(2453), - }, - [661] = { - [sym_line_comment] = STATE(661), - [sym_block_comment] = STATE(661), - [ts_builtin_sym_end] = ACTIONS(2457), - [sym_identifier] = ACTIONS(2459), - [anon_sym_SEMI] = ACTIONS(2457), - [anon_sym_macro_rules_BANG] = ACTIONS(2457), - [anon_sym_LPAREN] = ACTIONS(2457), - [anon_sym_LBRACK] = ACTIONS(2457), - [anon_sym_LBRACE] = ACTIONS(2457), - [anon_sym_RBRACE] = ACTIONS(2457), - [anon_sym_STAR] = ACTIONS(2457), - [anon_sym_u8] = ACTIONS(2459), - [anon_sym_i8] = ACTIONS(2459), - [anon_sym_u16] = ACTIONS(2459), - [anon_sym_i16] = ACTIONS(2459), - [anon_sym_u32] = ACTIONS(2459), - [anon_sym_i32] = ACTIONS(2459), - [anon_sym_u64] = ACTIONS(2459), - [anon_sym_i64] = ACTIONS(2459), - [anon_sym_u128] = ACTIONS(2459), - [anon_sym_i128] = ACTIONS(2459), - [anon_sym_isize] = ACTIONS(2459), - [anon_sym_usize] = ACTIONS(2459), - [anon_sym_f32] = ACTIONS(2459), - [anon_sym_f64] = ACTIONS(2459), - [anon_sym_bool] = ACTIONS(2459), - [anon_sym_str] = ACTIONS(2459), - [anon_sym_char] = ACTIONS(2459), - [anon_sym_DASH] = ACTIONS(2457), - [anon_sym_BANG] = ACTIONS(2457), - [anon_sym_AMP] = ACTIONS(2457), - [anon_sym_PIPE] = ACTIONS(2457), - [anon_sym_LT] = ACTIONS(2457), - [anon_sym_DOT_DOT] = ACTIONS(2457), - [anon_sym_COLON_COLON] = ACTIONS(2457), - [anon_sym_POUND] = ACTIONS(2457), - [anon_sym_SQUOTE] = ACTIONS(2459), - [anon_sym_async] = ACTIONS(2459), - [anon_sym_break] = ACTIONS(2459), - [anon_sym_const] = ACTIONS(2459), - [anon_sym_continue] = ACTIONS(2459), - [anon_sym_default] = ACTIONS(2459), - [anon_sym_enum] = ACTIONS(2459), - [anon_sym_fn] = ACTIONS(2459), - [anon_sym_for] = ACTIONS(2459), - [anon_sym_gen] = ACTIONS(2459), - [anon_sym_if] = ACTIONS(2459), - [anon_sym_impl] = ACTIONS(2459), - [anon_sym_let] = ACTIONS(2459), - [anon_sym_loop] = ACTIONS(2459), - [anon_sym_match] = ACTIONS(2459), - [anon_sym_mod] = ACTIONS(2459), - [anon_sym_pub] = ACTIONS(2459), - [anon_sym_return] = ACTIONS(2459), - [anon_sym_static] = ACTIONS(2459), - [anon_sym_struct] = ACTIONS(2459), - [anon_sym_trait] = ACTIONS(2459), - [anon_sym_type] = ACTIONS(2459), - [anon_sym_union] = ACTIONS(2459), - [anon_sym_unsafe] = ACTIONS(2459), - [anon_sym_use] = ACTIONS(2459), - [anon_sym_while] = ACTIONS(2459), - [anon_sym_extern] = ACTIONS(2459), - [anon_sym_yield] = ACTIONS(2459), - [anon_sym_move] = ACTIONS(2459), - [anon_sym_try] = ACTIONS(2459), - [sym_integer_literal] = ACTIONS(2457), - [aux_sym_string_literal_token1] = ACTIONS(2457), - [sym_char_literal] = ACTIONS(2457), - [anon_sym_true] = ACTIONS(2459), - [anon_sym_false] = ACTIONS(2459), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2459), - [sym_super] = ACTIONS(2459), - [sym_crate] = ACTIONS(2459), - [sym_metavariable] = ACTIONS(2457), - [sym__raw_string_literal_start] = ACTIONS(2457), - [sym_float_literal] = ACTIONS(2457), - }, - [662] = { - [sym_empty_statement] = STATE(1072), - [sym_macro_definition] = STATE(1072), - [sym_attribute_item] = STATE(1072), - [sym_inner_attribute_item] = STATE(1072), - [sym_mod_item] = STATE(1072), - [sym_foreign_mod_item] = STATE(1072), - [sym_struct_item] = STATE(1072), - [sym_union_item] = STATE(1072), - [sym_enum_item] = STATE(1072), - [sym_extern_crate_declaration] = STATE(1072), - [sym_const_item] = STATE(1072), - [sym_static_item] = STATE(1072), - [sym_type_item] = STATE(1072), - [sym_function_item] = STATE(1072), - [sym_function_signature_item] = STATE(1072), - [sym_function_modifiers] = STATE(3622), - [sym_impl_item] = STATE(1072), - [sym_trait_item] = STATE(1072), - [sym_associated_type] = STATE(1072), - [sym_let_declaration] = STATE(1072), - [sym_use_declaration] = STATE(1072), - [sym_extern_modifier] = STATE(2165), - [sym_visibility_modifier] = STATE(1954), - [sym_bracketed_type] = STATE(3353), - [sym_generic_type_with_turbofish] = STATE(3379), - [sym_macro_invocation] = STATE(1072), - [sym_scoped_identifier] = STATE(3167), - [sym_line_comment] = STATE(662), - [sym_block_comment] = STATE(662), - [aux_sym_declaration_list_repeat1] = STATE(667), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(2461), - [anon_sym_SEMI] = ACTIONS(2463), - [anon_sym_macro_rules_BANG] = ACTIONS(2465), + [ts_builtin_sym_end] = ACTIONS(2467), + [sym_identifier] = ACTIONS(2469), + [anon_sym_SEMI] = ACTIONS(2467), + [anon_sym_macro_rules_BANG] = ACTIONS(2467), + [anon_sym_LPAREN] = ACTIONS(2467), + [anon_sym_LBRACK] = ACTIONS(2467), + [anon_sym_LBRACE] = ACTIONS(2467), [anon_sym_RBRACE] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(2467), [anon_sym_u8] = ACTIONS(2469), [anon_sym_i8] = ACTIONS(2469), [anon_sym_u16] = ACTIONS(2469), @@ -84428,440 +83758,1193 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2469), [anon_sym_str] = ACTIONS(2469), [anon_sym_char] = ACTIONS(2469), - [anon_sym_LT] = ACTIONS(29), + [anon_sym_DASH] = ACTIONS(2467), + [anon_sym_BANG] = ACTIONS(2467), + [anon_sym_AMP] = ACTIONS(2467), + [anon_sym_PIPE] = ACTIONS(2467), + [anon_sym_LT] = ACTIONS(2467), + [anon_sym_DOT_DOT] = ACTIONS(2467), + [anon_sym_COLON_COLON] = ACTIONS(2467), + [anon_sym_POUND] = ACTIONS(2467), + [anon_sym_SQUOTE] = ACTIONS(2469), + [anon_sym_async] = ACTIONS(2469), + [anon_sym_break] = ACTIONS(2469), + [anon_sym_const] = ACTIONS(2469), + [anon_sym_continue] = ACTIONS(2469), + [anon_sym_default] = ACTIONS(2469), + [anon_sym_enum] = ACTIONS(2469), + [anon_sym_fn] = ACTIONS(2469), + [anon_sym_for] = ACTIONS(2469), + [anon_sym_gen] = ACTIONS(2469), + [anon_sym_if] = ACTIONS(2469), + [anon_sym_impl] = ACTIONS(2469), + [anon_sym_let] = ACTIONS(2469), + [anon_sym_loop] = ACTIONS(2469), + [anon_sym_match] = ACTIONS(2469), + [anon_sym_mod] = ACTIONS(2469), + [anon_sym_pub] = ACTIONS(2469), + [anon_sym_return] = ACTIONS(2469), + [anon_sym_static] = ACTIONS(2469), + [anon_sym_struct] = ACTIONS(2469), + [anon_sym_trait] = ACTIONS(2469), + [anon_sym_type] = ACTIONS(2469), + [anon_sym_union] = ACTIONS(2469), + [anon_sym_unsafe] = ACTIONS(2469), + [anon_sym_use] = ACTIONS(2469), + [anon_sym_while] = ACTIONS(2469), + [anon_sym_extern] = ACTIONS(2469), + [anon_sym_yield] = ACTIONS(2469), + [anon_sym_move] = ACTIONS(2469), + [anon_sym_try] = ACTIONS(2469), + [sym_integer_literal] = ACTIONS(2467), + [aux_sym_string_literal_token1] = ACTIONS(2467), + [sym_char_literal] = ACTIONS(2467), + [anon_sym_true] = ACTIONS(2469), + [anon_sym_false] = ACTIONS(2469), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2469), + [sym_super] = ACTIONS(2469), + [sym_crate] = ACTIONS(2469), + [sym_metavariable] = ACTIONS(2467), + [sym__raw_string_literal_start] = ACTIONS(2467), + [sym_float_literal] = ACTIONS(2467), + }, + [STATE(654)] = { + [sym_line_comment] = STATE(654), + [sym_block_comment] = STATE(654), + [ts_builtin_sym_end] = ACTIONS(2471), + [sym_identifier] = ACTIONS(2473), + [anon_sym_SEMI] = ACTIONS(2471), + [anon_sym_macro_rules_BANG] = ACTIONS(2471), + [anon_sym_LPAREN] = ACTIONS(2471), + [anon_sym_LBRACK] = ACTIONS(2471), + [anon_sym_LBRACE] = ACTIONS(2471), + [anon_sym_RBRACE] = ACTIONS(2471), + [anon_sym_STAR] = ACTIONS(2471), + [anon_sym_u8] = ACTIONS(2473), + [anon_sym_i8] = ACTIONS(2473), + [anon_sym_u16] = ACTIONS(2473), + [anon_sym_i16] = ACTIONS(2473), + [anon_sym_u32] = ACTIONS(2473), + [anon_sym_i32] = ACTIONS(2473), + [anon_sym_u64] = ACTIONS(2473), + [anon_sym_i64] = ACTIONS(2473), + [anon_sym_u128] = ACTIONS(2473), + [anon_sym_i128] = ACTIONS(2473), + [anon_sym_isize] = ACTIONS(2473), + [anon_sym_usize] = ACTIONS(2473), + [anon_sym_f32] = ACTIONS(2473), + [anon_sym_f64] = ACTIONS(2473), + [anon_sym_bool] = ACTIONS(2473), + [anon_sym_str] = ACTIONS(2473), + [anon_sym_char] = ACTIONS(2473), + [anon_sym_DASH] = ACTIONS(2471), + [anon_sym_BANG] = ACTIONS(2471), + [anon_sym_AMP] = ACTIONS(2471), + [anon_sym_PIPE] = ACTIONS(2471), + [anon_sym_LT] = ACTIONS(2471), + [anon_sym_DOT_DOT] = ACTIONS(2471), [anon_sym_COLON_COLON] = ACTIONS(2471), - [anon_sym_POUND] = ACTIONS(2473), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(2475), + [anon_sym_POUND] = ACTIONS(2471), + [anon_sym_SQUOTE] = ACTIONS(2473), + [anon_sym_async] = ACTIONS(2473), + [anon_sym_break] = ACTIONS(2473), + [anon_sym_const] = ACTIONS(2473), + [anon_sym_continue] = ACTIONS(2473), + [anon_sym_default] = ACTIONS(2473), + [anon_sym_enum] = ACTIONS(2473), + [anon_sym_fn] = ACTIONS(2473), + [anon_sym_for] = ACTIONS(2473), + [anon_sym_gen] = ACTIONS(2473), + [anon_sym_if] = ACTIONS(2473), + [anon_sym_impl] = ACTIONS(2473), + [anon_sym_let] = ACTIONS(2473), + [anon_sym_loop] = ACTIONS(2473), + [anon_sym_match] = ACTIONS(2473), + [anon_sym_mod] = ACTIONS(2473), + [anon_sym_pub] = ACTIONS(2473), + [anon_sym_return] = ACTIONS(2473), + [anon_sym_static] = ACTIONS(2473), + [anon_sym_struct] = ACTIONS(2473), + [anon_sym_trait] = ACTIONS(2473), + [anon_sym_type] = ACTIONS(2473), + [anon_sym_union] = ACTIONS(2473), + [anon_sym_unsafe] = ACTIONS(2473), + [anon_sym_use] = ACTIONS(2473), + [anon_sym_while] = ACTIONS(2473), + [anon_sym_extern] = ACTIONS(2473), + [anon_sym_yield] = ACTIONS(2473), + [anon_sym_move] = ACTIONS(2473), + [anon_sym_try] = ACTIONS(2473), + [sym_integer_literal] = ACTIONS(2471), + [aux_sym_string_literal_token1] = ACTIONS(2471), + [sym_char_literal] = ACTIONS(2471), + [anon_sym_true] = ACTIONS(2473), + [anon_sym_false] = ACTIONS(2473), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2473), + [sym_super] = ACTIONS(2473), + [sym_crate] = ACTIONS(2473), + [sym_metavariable] = ACTIONS(2471), + [sym__raw_string_literal_start] = ACTIONS(2471), + [sym_float_literal] = ACTIONS(2471), + }, + [STATE(655)] = { + [sym_line_comment] = STATE(655), + [sym_block_comment] = STATE(655), + [ts_builtin_sym_end] = ACTIONS(2475), + [sym_identifier] = ACTIONS(2477), + [anon_sym_SEMI] = ACTIONS(2475), + [anon_sym_macro_rules_BANG] = ACTIONS(2475), + [anon_sym_LPAREN] = ACTIONS(2475), + [anon_sym_LBRACK] = ACTIONS(2475), + [anon_sym_LBRACE] = ACTIONS(2475), + [anon_sym_RBRACE] = ACTIONS(2475), + [anon_sym_STAR] = ACTIONS(2475), + [anon_sym_u8] = ACTIONS(2477), + [anon_sym_i8] = ACTIONS(2477), + [anon_sym_u16] = ACTIONS(2477), + [anon_sym_i16] = ACTIONS(2477), + [anon_sym_u32] = ACTIONS(2477), + [anon_sym_i32] = ACTIONS(2477), + [anon_sym_u64] = ACTIONS(2477), + [anon_sym_i64] = ACTIONS(2477), + [anon_sym_u128] = ACTIONS(2477), + [anon_sym_i128] = ACTIONS(2477), + [anon_sym_isize] = ACTIONS(2477), + [anon_sym_usize] = ACTIONS(2477), + [anon_sym_f32] = ACTIONS(2477), + [anon_sym_f64] = ACTIONS(2477), + [anon_sym_bool] = ACTIONS(2477), + [anon_sym_str] = ACTIONS(2477), + [anon_sym_char] = ACTIONS(2477), + [anon_sym_DASH] = ACTIONS(2475), + [anon_sym_BANG] = ACTIONS(2475), + [anon_sym_AMP] = ACTIONS(2475), + [anon_sym_PIPE] = ACTIONS(2475), + [anon_sym_LT] = ACTIONS(2475), + [anon_sym_DOT_DOT] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(2475), + [anon_sym_POUND] = ACTIONS(2475), + [anon_sym_SQUOTE] = ACTIONS(2477), + [anon_sym_async] = ACTIONS(2477), + [anon_sym_break] = ACTIONS(2477), + [anon_sym_const] = ACTIONS(2477), + [anon_sym_continue] = ACTIONS(2477), [anon_sym_default] = ACTIONS(2477), - [anon_sym_enum] = ACTIONS(2479), + [anon_sym_enum] = ACTIONS(2477), + [anon_sym_fn] = ACTIONS(2477), + [anon_sym_for] = ACTIONS(2477), + [anon_sym_gen] = ACTIONS(2477), + [anon_sym_if] = ACTIONS(2477), + [anon_sym_impl] = ACTIONS(2477), + [anon_sym_let] = ACTIONS(2477), + [anon_sym_loop] = ACTIONS(2477), + [anon_sym_match] = ACTIONS(2477), + [anon_sym_mod] = ACTIONS(2477), + [anon_sym_pub] = ACTIONS(2477), + [anon_sym_return] = ACTIONS(2477), + [anon_sym_static] = ACTIONS(2477), + [anon_sym_struct] = ACTIONS(2477), + [anon_sym_trait] = ACTIONS(2477), + [anon_sym_type] = ACTIONS(2477), + [anon_sym_union] = ACTIONS(2477), + [anon_sym_unsafe] = ACTIONS(2477), + [anon_sym_use] = ACTIONS(2477), + [anon_sym_while] = ACTIONS(2477), + [anon_sym_extern] = ACTIONS(2477), + [anon_sym_yield] = ACTIONS(2477), + [anon_sym_move] = ACTIONS(2477), + [anon_sym_try] = ACTIONS(2477), + [sym_integer_literal] = ACTIONS(2475), + [aux_sym_string_literal_token1] = ACTIONS(2475), + [sym_char_literal] = ACTIONS(2475), + [anon_sym_true] = ACTIONS(2477), + [anon_sym_false] = ACTIONS(2477), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2477), + [sym_super] = ACTIONS(2477), + [sym_crate] = ACTIONS(2477), + [sym_metavariable] = ACTIONS(2475), + [sym__raw_string_literal_start] = ACTIONS(2475), + [sym_float_literal] = ACTIONS(2475), + }, + [STATE(656)] = { + [sym_line_comment] = STATE(656), + [sym_block_comment] = STATE(656), + [ts_builtin_sym_end] = ACTIONS(2479), + [sym_identifier] = ACTIONS(2481), + [anon_sym_SEMI] = ACTIONS(2479), + [anon_sym_macro_rules_BANG] = ACTIONS(2479), + [anon_sym_LPAREN] = ACTIONS(2479), + [anon_sym_LBRACK] = ACTIONS(2479), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_RBRACE] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(2479), + [anon_sym_u8] = ACTIONS(2481), + [anon_sym_i8] = ACTIONS(2481), + [anon_sym_u16] = ACTIONS(2481), + [anon_sym_i16] = ACTIONS(2481), + [anon_sym_u32] = ACTIONS(2481), + [anon_sym_i32] = ACTIONS(2481), + [anon_sym_u64] = ACTIONS(2481), + [anon_sym_i64] = ACTIONS(2481), + [anon_sym_u128] = ACTIONS(2481), + [anon_sym_i128] = ACTIONS(2481), + [anon_sym_isize] = ACTIONS(2481), + [anon_sym_usize] = ACTIONS(2481), + [anon_sym_f32] = ACTIONS(2481), + [anon_sym_f64] = ACTIONS(2481), + [anon_sym_bool] = ACTIONS(2481), + [anon_sym_str] = ACTIONS(2481), + [anon_sym_char] = ACTIONS(2481), + [anon_sym_DASH] = ACTIONS(2479), + [anon_sym_BANG] = ACTIONS(2479), + [anon_sym_AMP] = ACTIONS(2479), + [anon_sym_PIPE] = ACTIONS(2479), + [anon_sym_LT] = ACTIONS(2479), + [anon_sym_DOT_DOT] = ACTIONS(2479), + [anon_sym_COLON_COLON] = ACTIONS(2479), + [anon_sym_POUND] = ACTIONS(2479), + [anon_sym_SQUOTE] = ACTIONS(2481), + [anon_sym_async] = ACTIONS(2481), + [anon_sym_break] = ACTIONS(2481), + [anon_sym_const] = ACTIONS(2481), + [anon_sym_continue] = ACTIONS(2481), + [anon_sym_default] = ACTIONS(2481), + [anon_sym_enum] = ACTIONS(2481), [anon_sym_fn] = ACTIONS(2481), - [anon_sym_gen] = ACTIONS(2483), + [anon_sym_for] = ACTIONS(2481), + [anon_sym_gen] = ACTIONS(2481), + [anon_sym_if] = ACTIONS(2481), + [anon_sym_impl] = ACTIONS(2481), + [anon_sym_let] = ACTIONS(2481), + [anon_sym_loop] = ACTIONS(2481), + [anon_sym_match] = ACTIONS(2481), + [anon_sym_mod] = ACTIONS(2481), + [anon_sym_pub] = ACTIONS(2481), + [anon_sym_return] = ACTIONS(2481), + [anon_sym_static] = ACTIONS(2481), + [anon_sym_struct] = ACTIONS(2481), + [anon_sym_trait] = ACTIONS(2481), + [anon_sym_type] = ACTIONS(2481), + [anon_sym_union] = ACTIONS(2481), + [anon_sym_unsafe] = ACTIONS(2481), + [anon_sym_use] = ACTIONS(2481), + [anon_sym_while] = ACTIONS(2481), + [anon_sym_extern] = ACTIONS(2481), + [anon_sym_yield] = ACTIONS(2481), + [anon_sym_move] = ACTIONS(2481), + [anon_sym_try] = ACTIONS(2481), + [sym_integer_literal] = ACTIONS(2479), + [aux_sym_string_literal_token1] = ACTIONS(2479), + [sym_char_literal] = ACTIONS(2479), + [anon_sym_true] = ACTIONS(2481), + [anon_sym_false] = ACTIONS(2481), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2481), + [sym_super] = ACTIONS(2481), + [sym_crate] = ACTIONS(2481), + [sym_metavariable] = ACTIONS(2479), + [sym__raw_string_literal_start] = ACTIONS(2479), + [sym_float_literal] = ACTIONS(2479), + }, + [STATE(657)] = { + [sym_line_comment] = STATE(657), + [sym_block_comment] = STATE(657), + [ts_builtin_sym_end] = ACTIONS(2483), + [sym_identifier] = ACTIONS(2485), + [anon_sym_SEMI] = ACTIONS(2483), + [anon_sym_macro_rules_BANG] = ACTIONS(2483), + [anon_sym_LPAREN] = ACTIONS(2483), + [anon_sym_LBRACK] = ACTIONS(2483), + [anon_sym_LBRACE] = ACTIONS(2483), + [anon_sym_RBRACE] = ACTIONS(2483), + [anon_sym_STAR] = ACTIONS(2483), + [anon_sym_u8] = ACTIONS(2485), + [anon_sym_i8] = ACTIONS(2485), + [anon_sym_u16] = ACTIONS(2485), + [anon_sym_i16] = ACTIONS(2485), + [anon_sym_u32] = ACTIONS(2485), + [anon_sym_i32] = ACTIONS(2485), + [anon_sym_u64] = ACTIONS(2485), + [anon_sym_i64] = ACTIONS(2485), + [anon_sym_u128] = ACTIONS(2485), + [anon_sym_i128] = ACTIONS(2485), + [anon_sym_isize] = ACTIONS(2485), + [anon_sym_usize] = ACTIONS(2485), + [anon_sym_f32] = ACTIONS(2485), + [anon_sym_f64] = ACTIONS(2485), + [anon_sym_bool] = ACTIONS(2485), + [anon_sym_str] = ACTIONS(2485), + [anon_sym_char] = ACTIONS(2485), + [anon_sym_DASH] = ACTIONS(2483), + [anon_sym_BANG] = ACTIONS(2483), + [anon_sym_AMP] = ACTIONS(2483), + [anon_sym_PIPE] = ACTIONS(2483), + [anon_sym_LT] = ACTIONS(2483), + [anon_sym_DOT_DOT] = ACTIONS(2483), + [anon_sym_COLON_COLON] = ACTIONS(2483), + [anon_sym_POUND] = ACTIONS(2483), + [anon_sym_SQUOTE] = ACTIONS(2485), + [anon_sym_async] = ACTIONS(2485), + [anon_sym_break] = ACTIONS(2485), + [anon_sym_const] = ACTIONS(2485), + [anon_sym_continue] = ACTIONS(2485), + [anon_sym_default] = ACTIONS(2485), + [anon_sym_enum] = ACTIONS(2485), + [anon_sym_fn] = ACTIONS(2485), + [anon_sym_for] = ACTIONS(2485), + [anon_sym_gen] = ACTIONS(2485), + [anon_sym_if] = ACTIONS(2485), [anon_sym_impl] = ACTIONS(2485), - [anon_sym_let] = ACTIONS(2487), + [anon_sym_let] = ACTIONS(2485), + [anon_sym_loop] = ACTIONS(2485), + [anon_sym_match] = ACTIONS(2485), + [anon_sym_mod] = ACTIONS(2485), + [anon_sym_pub] = ACTIONS(2485), + [anon_sym_return] = ACTIONS(2485), + [anon_sym_static] = ACTIONS(2485), + [anon_sym_struct] = ACTIONS(2485), + [anon_sym_trait] = ACTIONS(2485), + [anon_sym_type] = ACTIONS(2485), + [anon_sym_union] = ACTIONS(2485), + [anon_sym_unsafe] = ACTIONS(2485), + [anon_sym_use] = ACTIONS(2485), + [anon_sym_while] = ACTIONS(2485), + [anon_sym_extern] = ACTIONS(2485), + [anon_sym_yield] = ACTIONS(2485), + [anon_sym_move] = ACTIONS(2485), + [anon_sym_try] = ACTIONS(2485), + [sym_integer_literal] = ACTIONS(2483), + [aux_sym_string_literal_token1] = ACTIONS(2483), + [sym_char_literal] = ACTIONS(2483), + [anon_sym_true] = ACTIONS(2485), + [anon_sym_false] = ACTIONS(2485), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2485), + [sym_super] = ACTIONS(2485), + [sym_crate] = ACTIONS(2485), + [sym_metavariable] = ACTIONS(2483), + [sym__raw_string_literal_start] = ACTIONS(2483), + [sym_float_literal] = ACTIONS(2483), + }, + [STATE(658)] = { + [sym_line_comment] = STATE(658), + [sym_block_comment] = STATE(658), + [ts_builtin_sym_end] = ACTIONS(2487), + [sym_identifier] = ACTIONS(2489), + [anon_sym_SEMI] = ACTIONS(2487), + [anon_sym_macro_rules_BANG] = ACTIONS(2487), + [anon_sym_LPAREN] = ACTIONS(2487), + [anon_sym_LBRACK] = ACTIONS(2487), + [anon_sym_LBRACE] = ACTIONS(2487), + [anon_sym_RBRACE] = ACTIONS(2487), + [anon_sym_STAR] = ACTIONS(2487), + [anon_sym_u8] = ACTIONS(2489), + [anon_sym_i8] = ACTIONS(2489), + [anon_sym_u16] = ACTIONS(2489), + [anon_sym_i16] = ACTIONS(2489), + [anon_sym_u32] = ACTIONS(2489), + [anon_sym_i32] = ACTIONS(2489), + [anon_sym_u64] = ACTIONS(2489), + [anon_sym_i64] = ACTIONS(2489), + [anon_sym_u128] = ACTIONS(2489), + [anon_sym_i128] = ACTIONS(2489), + [anon_sym_isize] = ACTIONS(2489), + [anon_sym_usize] = ACTIONS(2489), + [anon_sym_f32] = ACTIONS(2489), + [anon_sym_f64] = ACTIONS(2489), + [anon_sym_bool] = ACTIONS(2489), + [anon_sym_str] = ACTIONS(2489), + [anon_sym_char] = ACTIONS(2489), + [anon_sym_DASH] = ACTIONS(2487), + [anon_sym_BANG] = ACTIONS(2487), + [anon_sym_AMP] = ACTIONS(2487), + [anon_sym_PIPE] = ACTIONS(2487), + [anon_sym_LT] = ACTIONS(2487), + [anon_sym_DOT_DOT] = ACTIONS(2487), + [anon_sym_COLON_COLON] = ACTIONS(2487), + [anon_sym_POUND] = ACTIONS(2487), + [anon_sym_SQUOTE] = ACTIONS(2489), + [anon_sym_async] = ACTIONS(2489), + [anon_sym_break] = ACTIONS(2489), + [anon_sym_const] = ACTIONS(2489), + [anon_sym_continue] = ACTIONS(2489), + [anon_sym_default] = ACTIONS(2489), + [anon_sym_enum] = ACTIONS(2489), + [anon_sym_fn] = ACTIONS(2489), + [anon_sym_for] = ACTIONS(2489), + [anon_sym_gen] = ACTIONS(2489), + [anon_sym_if] = ACTIONS(2489), + [anon_sym_impl] = ACTIONS(2489), + [anon_sym_let] = ACTIONS(2489), + [anon_sym_loop] = ACTIONS(2489), + [anon_sym_match] = ACTIONS(2489), [anon_sym_mod] = ACTIONS(2489), - [anon_sym_pub] = ACTIONS(69), - [anon_sym_static] = ACTIONS(2491), + [anon_sym_pub] = ACTIONS(2489), + [anon_sym_return] = ACTIONS(2489), + [anon_sym_static] = ACTIONS(2489), + [anon_sym_struct] = ACTIONS(2489), + [anon_sym_trait] = ACTIONS(2489), + [anon_sym_type] = ACTIONS(2489), + [anon_sym_union] = ACTIONS(2489), + [anon_sym_unsafe] = ACTIONS(2489), + [anon_sym_use] = ACTIONS(2489), + [anon_sym_while] = ACTIONS(2489), + [anon_sym_extern] = ACTIONS(2489), + [anon_sym_yield] = ACTIONS(2489), + [anon_sym_move] = ACTIONS(2489), + [anon_sym_try] = ACTIONS(2489), + [sym_integer_literal] = ACTIONS(2487), + [aux_sym_string_literal_token1] = ACTIONS(2487), + [sym_char_literal] = ACTIONS(2487), + [anon_sym_true] = ACTIONS(2489), + [anon_sym_false] = ACTIONS(2489), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2489), + [sym_super] = ACTIONS(2489), + [sym_crate] = ACTIONS(2489), + [sym_metavariable] = ACTIONS(2487), + [sym__raw_string_literal_start] = ACTIONS(2487), + [sym_float_literal] = ACTIONS(2487), + }, + [STATE(659)] = { + [sym_line_comment] = STATE(659), + [sym_block_comment] = STATE(659), + [ts_builtin_sym_end] = ACTIONS(2491), + [sym_identifier] = ACTIONS(2493), + [anon_sym_SEMI] = ACTIONS(2491), + [anon_sym_macro_rules_BANG] = ACTIONS(2491), + [anon_sym_LPAREN] = ACTIONS(2491), + [anon_sym_LBRACK] = ACTIONS(2491), + [anon_sym_LBRACE] = ACTIONS(2491), + [anon_sym_RBRACE] = ACTIONS(2491), + [anon_sym_STAR] = ACTIONS(2491), + [anon_sym_u8] = ACTIONS(2493), + [anon_sym_i8] = ACTIONS(2493), + [anon_sym_u16] = ACTIONS(2493), + [anon_sym_i16] = ACTIONS(2493), + [anon_sym_u32] = ACTIONS(2493), + [anon_sym_i32] = ACTIONS(2493), + [anon_sym_u64] = ACTIONS(2493), + [anon_sym_i64] = ACTIONS(2493), + [anon_sym_u128] = ACTIONS(2493), + [anon_sym_i128] = ACTIONS(2493), + [anon_sym_isize] = ACTIONS(2493), + [anon_sym_usize] = ACTIONS(2493), + [anon_sym_f32] = ACTIONS(2493), + [anon_sym_f64] = ACTIONS(2493), + [anon_sym_bool] = ACTIONS(2493), + [anon_sym_str] = ACTIONS(2493), + [anon_sym_char] = ACTIONS(2493), + [anon_sym_DASH] = ACTIONS(2491), + [anon_sym_BANG] = ACTIONS(2491), + [anon_sym_AMP] = ACTIONS(2491), + [anon_sym_PIPE] = ACTIONS(2491), + [anon_sym_LT] = ACTIONS(2491), + [anon_sym_DOT_DOT] = ACTIONS(2491), + [anon_sym_COLON_COLON] = ACTIONS(2491), + [anon_sym_POUND] = ACTIONS(2491), + [anon_sym_SQUOTE] = ACTIONS(2493), + [anon_sym_async] = ACTIONS(2493), + [anon_sym_break] = ACTIONS(2493), + [anon_sym_const] = ACTIONS(2493), + [anon_sym_continue] = ACTIONS(2493), + [anon_sym_default] = ACTIONS(2493), + [anon_sym_enum] = ACTIONS(2493), + [anon_sym_fn] = ACTIONS(2493), + [anon_sym_for] = ACTIONS(2493), + [anon_sym_gen] = ACTIONS(2493), + [anon_sym_if] = ACTIONS(2493), + [anon_sym_impl] = ACTIONS(2493), + [anon_sym_let] = ACTIONS(2493), + [anon_sym_loop] = ACTIONS(2493), + [anon_sym_match] = ACTIONS(2493), + [anon_sym_mod] = ACTIONS(2493), + [anon_sym_pub] = ACTIONS(2493), + [anon_sym_return] = ACTIONS(2493), + [anon_sym_static] = ACTIONS(2493), [anon_sym_struct] = ACTIONS(2493), - [anon_sym_trait] = ACTIONS(2495), + [anon_sym_trait] = ACTIONS(2493), + [anon_sym_type] = ACTIONS(2493), + [anon_sym_union] = ACTIONS(2493), + [anon_sym_unsafe] = ACTIONS(2493), + [anon_sym_use] = ACTIONS(2493), + [anon_sym_while] = ACTIONS(2493), + [anon_sym_extern] = ACTIONS(2493), + [anon_sym_yield] = ACTIONS(2493), + [anon_sym_move] = ACTIONS(2493), + [anon_sym_try] = ACTIONS(2493), + [sym_integer_literal] = ACTIONS(2491), + [aux_sym_string_literal_token1] = ACTIONS(2491), + [sym_char_literal] = ACTIONS(2491), + [anon_sym_true] = ACTIONS(2493), + [anon_sym_false] = ACTIONS(2493), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2493), + [sym_super] = ACTIONS(2493), + [sym_crate] = ACTIONS(2493), + [sym_metavariable] = ACTIONS(2491), + [sym__raw_string_literal_start] = ACTIONS(2491), + [sym_float_literal] = ACTIONS(2491), + }, + [STATE(660)] = { + [sym_line_comment] = STATE(660), + [sym_block_comment] = STATE(660), + [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(2499), + [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), + }, + [STATE(661)] = { + [sym_line_comment] = STATE(661), + [sym_block_comment] = STATE(661), + [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(2503), + [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), + }, + [STATE(662)] = { + [sym_line_comment] = STATE(662), + [sym_block_comment] = STATE(662), + [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_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2507), - [sym_super] = ACTIONS(2507), - [sym_crate] = ACTIONS(2509), - [sym_metavariable] = ACTIONS(2511), - }, - [663] = { + [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), + }, + [STATE(663)] = { [sym_line_comment] = STATE(663), [sym_block_comment] = STATE(663), - [ts_builtin_sym_end] = ACTIONS(2513), - [sym_identifier] = ACTIONS(2515), - [anon_sym_SEMI] = ACTIONS(2513), - [anon_sym_macro_rules_BANG] = ACTIONS(2513), - [anon_sym_LPAREN] = ACTIONS(2513), - [anon_sym_LBRACK] = ACTIONS(2513), - [anon_sym_LBRACE] = ACTIONS(2513), - [anon_sym_RBRACE] = ACTIONS(2513), - [anon_sym_STAR] = ACTIONS(2513), - [anon_sym_u8] = ACTIONS(2515), - [anon_sym_i8] = ACTIONS(2515), - [anon_sym_u16] = ACTIONS(2515), - [anon_sym_i16] = ACTIONS(2515), - [anon_sym_u32] = ACTIONS(2515), - [anon_sym_i32] = ACTIONS(2515), - [anon_sym_u64] = ACTIONS(2515), - [anon_sym_i64] = ACTIONS(2515), - [anon_sym_u128] = ACTIONS(2515), - [anon_sym_i128] = ACTIONS(2515), - [anon_sym_isize] = ACTIONS(2515), - [anon_sym_usize] = ACTIONS(2515), - [anon_sym_f32] = ACTIONS(2515), - [anon_sym_f64] = ACTIONS(2515), - [anon_sym_bool] = ACTIONS(2515), - [anon_sym_str] = ACTIONS(2515), - [anon_sym_char] = ACTIONS(2515), - [anon_sym_DASH] = ACTIONS(2513), - [anon_sym_BANG] = ACTIONS(2513), - [anon_sym_AMP] = ACTIONS(2513), - [anon_sym_PIPE] = ACTIONS(2513), - [anon_sym_LT] = ACTIONS(2513), - [anon_sym_DOT_DOT] = ACTIONS(2513), - [anon_sym_COLON_COLON] = ACTIONS(2513), - [anon_sym_POUND] = ACTIONS(2513), - [anon_sym_SQUOTE] = ACTIONS(2515), - [anon_sym_async] = ACTIONS(2515), - [anon_sym_break] = ACTIONS(2515), - [anon_sym_const] = ACTIONS(2515), - [anon_sym_continue] = ACTIONS(2515), - [anon_sym_default] = ACTIONS(2515), - [anon_sym_enum] = ACTIONS(2515), - [anon_sym_fn] = ACTIONS(2515), - [anon_sym_for] = ACTIONS(2515), - [anon_sym_gen] = ACTIONS(2515), - [anon_sym_if] = ACTIONS(2515), - [anon_sym_impl] = ACTIONS(2515), - [anon_sym_let] = ACTIONS(2515), - [anon_sym_loop] = ACTIONS(2515), - [anon_sym_match] = ACTIONS(2515), - [anon_sym_mod] = ACTIONS(2515), - [anon_sym_pub] = ACTIONS(2515), - [anon_sym_return] = ACTIONS(2515), - [anon_sym_static] = ACTIONS(2515), - [anon_sym_struct] = ACTIONS(2515), - [anon_sym_trait] = ACTIONS(2515), - [anon_sym_type] = ACTIONS(2515), - [anon_sym_union] = ACTIONS(2515), - [anon_sym_unsafe] = ACTIONS(2515), - [anon_sym_use] = ACTIONS(2515), - [anon_sym_while] = ACTIONS(2515), - [anon_sym_extern] = ACTIONS(2515), - [anon_sym_yield] = ACTIONS(2515), - [anon_sym_move] = ACTIONS(2515), - [anon_sym_try] = ACTIONS(2515), - [sym_integer_literal] = ACTIONS(2513), - [aux_sym_string_literal_token1] = ACTIONS(2513), - [sym_char_literal] = ACTIONS(2513), - [anon_sym_true] = ACTIONS(2515), - [anon_sym_false] = ACTIONS(2515), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2515), - [sym_super] = ACTIONS(2515), - [sym_crate] = ACTIONS(2515), - [sym_metavariable] = ACTIONS(2513), - [sym__raw_string_literal_start] = ACTIONS(2513), - [sym_float_literal] = ACTIONS(2513), - }, - [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), + }, + [STATE(664)] = { [sym_line_comment] = STATE(664), [sym_block_comment] = STATE(664), - [ts_builtin_sym_end] = ACTIONS(2517), - [sym_identifier] = ACTIONS(2519), - [anon_sym_SEMI] = ACTIONS(2517), - [anon_sym_macro_rules_BANG] = ACTIONS(2517), - [anon_sym_LPAREN] = ACTIONS(2517), - [anon_sym_LBRACK] = ACTIONS(2517), - [anon_sym_LBRACE] = ACTIONS(2517), - [anon_sym_RBRACE] = ACTIONS(2517), - [anon_sym_STAR] = ACTIONS(2517), - [anon_sym_u8] = ACTIONS(2519), - [anon_sym_i8] = ACTIONS(2519), - [anon_sym_u16] = ACTIONS(2519), - [anon_sym_i16] = ACTIONS(2519), - [anon_sym_u32] = ACTIONS(2519), - [anon_sym_i32] = ACTIONS(2519), - [anon_sym_u64] = ACTIONS(2519), - [anon_sym_i64] = ACTIONS(2519), - [anon_sym_u128] = ACTIONS(2519), - [anon_sym_i128] = ACTIONS(2519), - [anon_sym_isize] = ACTIONS(2519), - [anon_sym_usize] = ACTIONS(2519), - [anon_sym_f32] = ACTIONS(2519), - [anon_sym_f64] = ACTIONS(2519), - [anon_sym_bool] = ACTIONS(2519), - [anon_sym_str] = ACTIONS(2519), - [anon_sym_char] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2517), - [anon_sym_BANG] = ACTIONS(2517), - [anon_sym_AMP] = ACTIONS(2517), - [anon_sym_PIPE] = ACTIONS(2517), - [anon_sym_LT] = ACTIONS(2517), - [anon_sym_DOT_DOT] = ACTIONS(2517), - [anon_sym_COLON_COLON] = ACTIONS(2517), - [anon_sym_POUND] = ACTIONS(2517), - [anon_sym_SQUOTE] = ACTIONS(2519), - [anon_sym_async] = ACTIONS(2519), - [anon_sym_break] = ACTIONS(2519), - [anon_sym_const] = ACTIONS(2519), - [anon_sym_continue] = ACTIONS(2519), - [anon_sym_default] = ACTIONS(2519), - [anon_sym_enum] = ACTIONS(2519), - [anon_sym_fn] = ACTIONS(2519), - [anon_sym_for] = ACTIONS(2519), - [anon_sym_gen] = ACTIONS(2519), - [anon_sym_if] = ACTIONS(2519), - [anon_sym_impl] = ACTIONS(2519), - [anon_sym_let] = ACTIONS(2519), - [anon_sym_loop] = ACTIONS(2519), - [anon_sym_match] = ACTIONS(2519), - [anon_sym_mod] = ACTIONS(2519), - [anon_sym_pub] = ACTIONS(2519), - [anon_sym_return] = ACTIONS(2519), - [anon_sym_static] = ACTIONS(2519), - [anon_sym_struct] = ACTIONS(2519), - [anon_sym_trait] = ACTIONS(2519), - [anon_sym_type] = ACTIONS(2519), - [anon_sym_union] = ACTIONS(2519), - [anon_sym_unsafe] = ACTIONS(2519), - [anon_sym_use] = ACTIONS(2519), - [anon_sym_while] = ACTIONS(2519), - [anon_sym_extern] = ACTIONS(2519), - [anon_sym_yield] = ACTIONS(2519), - [anon_sym_move] = ACTIONS(2519), - [anon_sym_try] = ACTIONS(2519), - [sym_integer_literal] = ACTIONS(2517), - [aux_sym_string_literal_token1] = ACTIONS(2517), - [sym_char_literal] = ACTIONS(2517), - [anon_sym_true] = ACTIONS(2519), - [anon_sym_false] = ACTIONS(2519), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2519), - [sym_super] = ACTIONS(2519), - [sym_crate] = ACTIONS(2519), - [sym_metavariable] = ACTIONS(2517), - [sym__raw_string_literal_start] = ACTIONS(2517), - [sym_float_literal] = ACTIONS(2517), - }, - [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), + }, + [STATE(665)] = { [sym_line_comment] = STATE(665), [sym_block_comment] = STATE(665), - [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_STAR] = ACTIONS(1463), - [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(1463), - [anon_sym_BANG] = ACTIONS(1463), - [anon_sym_AMP] = ACTIONS(1463), - [anon_sym_PIPE] = ACTIONS(1463), - [anon_sym_LT] = ACTIONS(1463), - [anon_sym_DOT_DOT] = ACTIONS(1463), - [anon_sym_COLON_COLON] = ACTIONS(1463), - [anon_sym_POUND] = ACTIONS(1463), - [anon_sym_SQUOTE] = ACTIONS(1465), - [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), - }, - [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), + }, + [STATE(666)] = { [sym_line_comment] = STATE(666), [sym_block_comment] = STATE(666), - [ts_builtin_sym_end] = ACTIONS(2521), - [sym_identifier] = ACTIONS(2523), - [anon_sym_SEMI] = ACTIONS(2521), - [anon_sym_macro_rules_BANG] = ACTIONS(2521), - [anon_sym_LPAREN] = ACTIONS(2521), - [anon_sym_LBRACK] = ACTIONS(2521), - [anon_sym_LBRACE] = ACTIONS(2521), - [anon_sym_RBRACE] = ACTIONS(2521), - [anon_sym_STAR] = ACTIONS(2521), - [anon_sym_u8] = ACTIONS(2523), - [anon_sym_i8] = ACTIONS(2523), - [anon_sym_u16] = ACTIONS(2523), - [anon_sym_i16] = ACTIONS(2523), - [anon_sym_u32] = ACTIONS(2523), - [anon_sym_i32] = ACTIONS(2523), - [anon_sym_u64] = ACTIONS(2523), - [anon_sym_i64] = ACTIONS(2523), - [anon_sym_u128] = ACTIONS(2523), - [anon_sym_i128] = ACTIONS(2523), - [anon_sym_isize] = ACTIONS(2523), - [anon_sym_usize] = ACTIONS(2523), - [anon_sym_f32] = ACTIONS(2523), - [anon_sym_f64] = ACTIONS(2523), - [anon_sym_bool] = ACTIONS(2523), - [anon_sym_str] = ACTIONS(2523), - [anon_sym_char] = ACTIONS(2523), - [anon_sym_DASH] = ACTIONS(2521), - [anon_sym_BANG] = ACTIONS(2521), - [anon_sym_AMP] = ACTIONS(2521), - [anon_sym_PIPE] = ACTIONS(2521), - [anon_sym_LT] = ACTIONS(2521), - [anon_sym_DOT_DOT] = ACTIONS(2521), - [anon_sym_COLON_COLON] = ACTIONS(2521), - [anon_sym_POUND] = ACTIONS(2521), - [anon_sym_SQUOTE] = ACTIONS(2523), - [anon_sym_async] = ACTIONS(2523), - [anon_sym_break] = ACTIONS(2523), - [anon_sym_const] = ACTIONS(2523), - [anon_sym_continue] = ACTIONS(2523), - [anon_sym_default] = ACTIONS(2523), - [anon_sym_enum] = ACTIONS(2523), - [anon_sym_fn] = ACTIONS(2523), - [anon_sym_for] = ACTIONS(2523), - [anon_sym_gen] = ACTIONS(2523), - [anon_sym_if] = ACTIONS(2523), - [anon_sym_impl] = ACTIONS(2523), - [anon_sym_let] = ACTIONS(2523), - [anon_sym_loop] = ACTIONS(2523), - [anon_sym_match] = ACTIONS(2523), - [anon_sym_mod] = ACTIONS(2523), - [anon_sym_pub] = ACTIONS(2523), - [anon_sym_return] = ACTIONS(2523), - [anon_sym_static] = ACTIONS(2523), - [anon_sym_struct] = ACTIONS(2523), - [anon_sym_trait] = ACTIONS(2523), - [anon_sym_type] = ACTIONS(2523), - [anon_sym_union] = ACTIONS(2523), - [anon_sym_unsafe] = ACTIONS(2523), - [anon_sym_use] = ACTIONS(2523), - [anon_sym_while] = ACTIONS(2523), - [anon_sym_extern] = ACTIONS(2523), - [anon_sym_yield] = ACTIONS(2523), - [anon_sym_move] = ACTIONS(2523), - [anon_sym_try] = ACTIONS(2523), - [sym_integer_literal] = ACTIONS(2521), - [aux_sym_string_literal_token1] = ACTIONS(2521), - [sym_char_literal] = ACTIONS(2521), - [anon_sym_true] = ACTIONS(2523), - [anon_sym_false] = ACTIONS(2523), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2523), - [sym_super] = ACTIONS(2523), - [sym_crate] = ACTIONS(2523), - [sym_metavariable] = ACTIONS(2521), - [sym__raw_string_literal_start] = ACTIONS(2521), - [sym_float_literal] = ACTIONS(2521), - }, - [667] = { - [sym_empty_statement] = STATE(1072), - [sym_macro_definition] = STATE(1072), - [sym_attribute_item] = STATE(1072), - [sym_inner_attribute_item] = STATE(1072), - [sym_mod_item] = STATE(1072), - [sym_foreign_mod_item] = STATE(1072), - [sym_struct_item] = STATE(1072), - [sym_union_item] = STATE(1072), - [sym_enum_item] = STATE(1072), - [sym_extern_crate_declaration] = STATE(1072), - [sym_const_item] = STATE(1072), - [sym_static_item] = STATE(1072), - [sym_type_item] = STATE(1072), - [sym_function_item] = STATE(1072), - [sym_function_signature_item] = STATE(1072), - [sym_function_modifiers] = STATE(3622), - [sym_impl_item] = STATE(1072), - [sym_trait_item] = STATE(1072), - [sym_associated_type] = STATE(1072), - [sym_let_declaration] = STATE(1072), - [sym_use_declaration] = STATE(1072), - [sym_extern_modifier] = STATE(2165), - [sym_visibility_modifier] = STATE(1954), - [sym_bracketed_type] = STATE(3353), - [sym_generic_type_with_turbofish] = STATE(3379), - [sym_macro_invocation] = STATE(1072), - [sym_scoped_identifier] = STATE(3167), + [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), + }, + [STATE(667)] = { [sym_line_comment] = STATE(667), [sym_block_comment] = STATE(667), - [aux_sym_declaration_list_repeat1] = STATE(639), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(2461), - [anon_sym_SEMI] = ACTIONS(2463), - [anon_sym_macro_rules_BANG] = ACTIONS(2465), - [anon_sym_RBRACE] = ACTIONS(2525), - [anon_sym_u8] = ACTIONS(2469), - [anon_sym_i8] = ACTIONS(2469), - [anon_sym_u16] = ACTIONS(2469), - [anon_sym_i16] = ACTIONS(2469), - [anon_sym_u32] = ACTIONS(2469), - [anon_sym_i32] = ACTIONS(2469), - [anon_sym_u64] = ACTIONS(2469), - [anon_sym_i64] = ACTIONS(2469), - [anon_sym_u128] = ACTIONS(2469), - [anon_sym_i128] = ACTIONS(2469), - [anon_sym_isize] = ACTIONS(2469), - [anon_sym_usize] = ACTIONS(2469), - [anon_sym_f32] = ACTIONS(2469), - [anon_sym_f64] = ACTIONS(2469), - [anon_sym_bool] = ACTIONS(2469), - [anon_sym_str] = ACTIONS(2469), - [anon_sym_char] = ACTIONS(2469), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(2471), - [anon_sym_POUND] = ACTIONS(2473), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(2475), - [anon_sym_default] = ACTIONS(2477), - [anon_sym_enum] = ACTIONS(2479), - [anon_sym_fn] = ACTIONS(2481), - [anon_sym_gen] = ACTIONS(2483), - [anon_sym_impl] = ACTIONS(2485), - [anon_sym_let] = ACTIONS(2487), - [anon_sym_mod] = ACTIONS(2489), - [anon_sym_pub] = ACTIONS(69), - [anon_sym_static] = ACTIONS(2491), - [anon_sym_struct] = ACTIONS(2493), - [anon_sym_trait] = ACTIONS(2495), - [anon_sym_type] = ACTIONS(2497), - [anon_sym_union] = ACTIONS(2499), - [anon_sym_unsafe] = ACTIONS(2501), - [anon_sym_use] = ACTIONS(2503), - [anon_sym_extern] = ACTIONS(2505), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2507), - [sym_super] = ACTIONS(2507), - [sym_crate] = ACTIONS(2509), - [sym_metavariable] = ACTIONS(2511), - }, - [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), + }, + [STATE(668)] = { [sym_line_comment] = STATE(668), [sym_block_comment] = STATE(668), [ts_builtin_sym_end] = ACTIONS(2527), @@ -84942,7 +85025,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2527), [sym_float_literal] = ACTIONS(2527), }, - [669] = { + [STATE(669)] = { [sym_line_comment] = STATE(669), [sym_block_comment] = STATE(669), [ts_builtin_sym_end] = ACTIONS(2531), @@ -85023,7 +85106,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2531), [sym_float_literal] = ACTIONS(2531), }, - [670] = { + [STATE(670)] = { [sym_line_comment] = STATE(670), [sym_block_comment] = STATE(670), [ts_builtin_sym_end] = ACTIONS(2535), @@ -85104,7 +85187,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2535), [sym_float_literal] = ACTIONS(2535), }, - [671] = { + [STATE(671)] = { [sym_line_comment] = STATE(671), [sym_block_comment] = STATE(671), [ts_builtin_sym_end] = ACTIONS(2539), @@ -85185,7 +85268,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2539), [sym_float_literal] = ACTIONS(2539), }, - [672] = { + [STATE(672)] = { [sym_line_comment] = STATE(672), [sym_block_comment] = STATE(672), [ts_builtin_sym_end] = ACTIONS(2543), @@ -85266,7 +85349,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2543), [sym_float_literal] = ACTIONS(2543), }, - [673] = { + [STATE(673)] = { [sym_line_comment] = STATE(673), [sym_block_comment] = STATE(673), [ts_builtin_sym_end] = ACTIONS(2547), @@ -85347,4219 +85430,4219 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2547), [sym_float_literal] = ACTIONS(2547), }, - [674] = { - [sym_empty_statement] = STATE(1072), - [sym_macro_definition] = STATE(1072), - [sym_attribute_item] = STATE(1072), - [sym_inner_attribute_item] = STATE(1072), - [sym_mod_item] = STATE(1072), - [sym_foreign_mod_item] = STATE(1072), - [sym_struct_item] = STATE(1072), - [sym_union_item] = STATE(1072), - [sym_enum_item] = STATE(1072), - [sym_extern_crate_declaration] = STATE(1072), - [sym_const_item] = STATE(1072), - [sym_static_item] = STATE(1072), - [sym_type_item] = STATE(1072), - [sym_function_item] = STATE(1072), - [sym_function_signature_item] = STATE(1072), - [sym_function_modifiers] = STATE(3622), - [sym_impl_item] = STATE(1072), - [sym_trait_item] = STATE(1072), - [sym_associated_type] = STATE(1072), - [sym_let_declaration] = STATE(1072), - [sym_use_declaration] = STATE(1072), - [sym_extern_modifier] = STATE(2165), - [sym_visibility_modifier] = STATE(1954), - [sym_bracketed_type] = STATE(3353), - [sym_generic_type_with_turbofish] = STATE(3379), - [sym_macro_invocation] = STATE(1072), - [sym_scoped_identifier] = STATE(3167), + [STATE(674)] = { [sym_line_comment] = STATE(674), [sym_block_comment] = STATE(674), - [aux_sym_declaration_list_repeat1] = STATE(700), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(2461), - [anon_sym_SEMI] = ACTIONS(2463), - [anon_sym_macro_rules_BANG] = ACTIONS(2465), + [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_u8] = ACTIONS(2469), - [anon_sym_i8] = ACTIONS(2469), - [anon_sym_u16] = ACTIONS(2469), - [anon_sym_i16] = ACTIONS(2469), - [anon_sym_u32] = ACTIONS(2469), - [anon_sym_i32] = ACTIONS(2469), - [anon_sym_u64] = ACTIONS(2469), - [anon_sym_i64] = ACTIONS(2469), - [anon_sym_u128] = ACTIONS(2469), - [anon_sym_i128] = ACTIONS(2469), - [anon_sym_isize] = ACTIONS(2469), - [anon_sym_usize] = ACTIONS(2469), - [anon_sym_f32] = ACTIONS(2469), - [anon_sym_f64] = ACTIONS(2469), - [anon_sym_bool] = ACTIONS(2469), - [anon_sym_str] = ACTIONS(2469), - [anon_sym_char] = ACTIONS(2469), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(2471), - [anon_sym_POUND] = ACTIONS(2473), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(2475), - [anon_sym_default] = ACTIONS(2477), - [anon_sym_enum] = ACTIONS(2479), - [anon_sym_fn] = ACTIONS(2481), - [anon_sym_gen] = ACTIONS(2483), - [anon_sym_impl] = ACTIONS(2485), - [anon_sym_let] = ACTIONS(2487), - [anon_sym_mod] = ACTIONS(2489), - [anon_sym_pub] = ACTIONS(69), - [anon_sym_static] = ACTIONS(2491), - [anon_sym_struct] = ACTIONS(2493), - [anon_sym_trait] = ACTIONS(2495), - [anon_sym_type] = ACTIONS(2497), - [anon_sym_union] = ACTIONS(2499), - [anon_sym_unsafe] = ACTIONS(2501), - [anon_sym_use] = ACTIONS(2503), - [anon_sym_extern] = ACTIONS(2505), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2507), - [sym_super] = ACTIONS(2507), - [sym_crate] = ACTIONS(2509), - [sym_metavariable] = ACTIONS(2511), - }, - [675] = { + [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), + }, + [STATE(675)] = { [sym_line_comment] = STATE(675), [sym_block_comment] = STATE(675), - [ts_builtin_sym_end] = ACTIONS(2553), - [sym_identifier] = ACTIONS(2555), - [anon_sym_SEMI] = ACTIONS(2553), - [anon_sym_macro_rules_BANG] = ACTIONS(2553), - [anon_sym_LPAREN] = ACTIONS(2553), - [anon_sym_LBRACK] = ACTIONS(2553), - [anon_sym_LBRACE] = ACTIONS(2553), - [anon_sym_RBRACE] = ACTIONS(2553), - [anon_sym_STAR] = ACTIONS(2553), - [anon_sym_u8] = ACTIONS(2555), - [anon_sym_i8] = ACTIONS(2555), - [anon_sym_u16] = ACTIONS(2555), - [anon_sym_i16] = ACTIONS(2555), - [anon_sym_u32] = ACTIONS(2555), - [anon_sym_i32] = ACTIONS(2555), - [anon_sym_u64] = ACTIONS(2555), - [anon_sym_i64] = ACTIONS(2555), - [anon_sym_u128] = ACTIONS(2555), - [anon_sym_i128] = ACTIONS(2555), - [anon_sym_isize] = ACTIONS(2555), - [anon_sym_usize] = ACTIONS(2555), - [anon_sym_f32] = ACTIONS(2555), - [anon_sym_f64] = ACTIONS(2555), - [anon_sym_bool] = ACTIONS(2555), - [anon_sym_str] = ACTIONS(2555), - [anon_sym_char] = ACTIONS(2555), - [anon_sym_DASH] = ACTIONS(2553), - [anon_sym_BANG] = ACTIONS(2553), - [anon_sym_AMP] = ACTIONS(2553), - [anon_sym_PIPE] = ACTIONS(2553), - [anon_sym_LT] = ACTIONS(2553), - [anon_sym_DOT_DOT] = ACTIONS(2553), - [anon_sym_COLON_COLON] = ACTIONS(2553), - [anon_sym_POUND] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [anon_sym_async] = ACTIONS(2555), - [anon_sym_break] = ACTIONS(2555), - [anon_sym_const] = ACTIONS(2555), - [anon_sym_continue] = ACTIONS(2555), - [anon_sym_default] = ACTIONS(2555), - [anon_sym_enum] = ACTIONS(2555), - [anon_sym_fn] = ACTIONS(2555), - [anon_sym_for] = ACTIONS(2555), - [anon_sym_gen] = ACTIONS(2555), - [anon_sym_if] = ACTIONS(2555), - [anon_sym_impl] = ACTIONS(2555), - [anon_sym_let] = ACTIONS(2555), - [anon_sym_loop] = ACTIONS(2555), - [anon_sym_match] = ACTIONS(2555), - [anon_sym_mod] = ACTIONS(2555), - [anon_sym_pub] = ACTIONS(2555), - [anon_sym_return] = ACTIONS(2555), - [anon_sym_static] = ACTIONS(2555), - [anon_sym_struct] = ACTIONS(2555), - [anon_sym_trait] = ACTIONS(2555), - [anon_sym_type] = ACTIONS(2555), - [anon_sym_union] = ACTIONS(2555), - [anon_sym_unsafe] = ACTIONS(2555), - [anon_sym_use] = ACTIONS(2555), - [anon_sym_while] = ACTIONS(2555), - [anon_sym_extern] = ACTIONS(2555), - [anon_sym_yield] = ACTIONS(2555), - [anon_sym_move] = ACTIONS(2555), - [anon_sym_try] = ACTIONS(2555), - [sym_integer_literal] = ACTIONS(2553), - [aux_sym_string_literal_token1] = ACTIONS(2553), - [sym_char_literal] = ACTIONS(2553), - [anon_sym_true] = ACTIONS(2555), - [anon_sym_false] = ACTIONS(2555), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2555), - [sym_super] = ACTIONS(2555), - [sym_crate] = ACTIONS(2555), - [sym_metavariable] = ACTIONS(2553), - [sym__raw_string_literal_start] = ACTIONS(2553), - [sym_float_literal] = ACTIONS(2553), - }, - [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), + }, + [STATE(676)] = { [sym_line_comment] = STATE(676), [sym_block_comment] = STATE(676), - [ts_builtin_sym_end] = ACTIONS(2557), - [sym_identifier] = ACTIONS(2559), - [anon_sym_SEMI] = ACTIONS(2557), - [anon_sym_macro_rules_BANG] = ACTIONS(2557), - [anon_sym_LPAREN] = ACTIONS(2557), - [anon_sym_LBRACK] = ACTIONS(2557), - [anon_sym_LBRACE] = ACTIONS(2557), - [anon_sym_RBRACE] = ACTIONS(2557), - [anon_sym_STAR] = ACTIONS(2557), - [anon_sym_u8] = ACTIONS(2559), - [anon_sym_i8] = ACTIONS(2559), - [anon_sym_u16] = ACTIONS(2559), - [anon_sym_i16] = ACTIONS(2559), - [anon_sym_u32] = ACTIONS(2559), - [anon_sym_i32] = ACTIONS(2559), - [anon_sym_u64] = ACTIONS(2559), - [anon_sym_i64] = ACTIONS(2559), - [anon_sym_u128] = ACTIONS(2559), - [anon_sym_i128] = ACTIONS(2559), - [anon_sym_isize] = ACTIONS(2559), - [anon_sym_usize] = ACTIONS(2559), - [anon_sym_f32] = ACTIONS(2559), - [anon_sym_f64] = ACTIONS(2559), - [anon_sym_bool] = ACTIONS(2559), - [anon_sym_str] = ACTIONS(2559), - [anon_sym_char] = ACTIONS(2559), - [anon_sym_DASH] = ACTIONS(2557), - [anon_sym_BANG] = ACTIONS(2557), - [anon_sym_AMP] = ACTIONS(2557), - [anon_sym_PIPE] = ACTIONS(2557), - [anon_sym_LT] = ACTIONS(2557), - [anon_sym_DOT_DOT] = ACTIONS(2557), - [anon_sym_COLON_COLON] = ACTIONS(2557), - [anon_sym_POUND] = ACTIONS(2557), - [anon_sym_SQUOTE] = ACTIONS(2559), - [anon_sym_async] = ACTIONS(2559), - [anon_sym_break] = ACTIONS(2559), - [anon_sym_const] = ACTIONS(2559), - [anon_sym_continue] = ACTIONS(2559), - [anon_sym_default] = ACTIONS(2559), - [anon_sym_enum] = ACTIONS(2559), - [anon_sym_fn] = ACTIONS(2559), - [anon_sym_for] = ACTIONS(2559), - [anon_sym_gen] = ACTIONS(2559), - [anon_sym_if] = ACTIONS(2559), - [anon_sym_impl] = ACTIONS(2559), - [anon_sym_let] = ACTIONS(2559), - [anon_sym_loop] = ACTIONS(2559), - [anon_sym_match] = ACTIONS(2559), - [anon_sym_mod] = ACTIONS(2559), - [anon_sym_pub] = ACTIONS(2559), - [anon_sym_return] = ACTIONS(2559), - [anon_sym_static] = ACTIONS(2559), - [anon_sym_struct] = ACTIONS(2559), - [anon_sym_trait] = ACTIONS(2559), - [anon_sym_type] = ACTIONS(2559), - [anon_sym_union] = ACTIONS(2559), - [anon_sym_unsafe] = ACTIONS(2559), - [anon_sym_use] = ACTIONS(2559), - [anon_sym_while] = ACTIONS(2559), - [anon_sym_extern] = ACTIONS(2559), - [anon_sym_yield] = ACTIONS(2559), - [anon_sym_move] = ACTIONS(2559), - [anon_sym_try] = ACTIONS(2559), - [sym_integer_literal] = ACTIONS(2557), - [aux_sym_string_literal_token1] = ACTIONS(2557), - [sym_char_literal] = ACTIONS(2557), - [anon_sym_true] = ACTIONS(2559), - [anon_sym_false] = ACTIONS(2559), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2559), - [sym_super] = ACTIONS(2559), - [sym_crate] = ACTIONS(2559), - [sym_metavariable] = ACTIONS(2557), - [sym__raw_string_literal_start] = ACTIONS(2557), - [sym_float_literal] = ACTIONS(2557), - }, - [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), + }, + [STATE(677)] = { [sym_line_comment] = STATE(677), [sym_block_comment] = STATE(677), - [ts_builtin_sym_end] = ACTIONS(2561), - [sym_identifier] = ACTIONS(2563), - [anon_sym_SEMI] = ACTIONS(2561), - [anon_sym_macro_rules_BANG] = ACTIONS(2561), - [anon_sym_LPAREN] = ACTIONS(2561), - [anon_sym_LBRACK] = ACTIONS(2561), - [anon_sym_LBRACE] = ACTIONS(2561), - [anon_sym_RBRACE] = ACTIONS(2561), - [anon_sym_STAR] = ACTIONS(2561), - [anon_sym_u8] = ACTIONS(2563), - [anon_sym_i8] = ACTIONS(2563), - [anon_sym_u16] = ACTIONS(2563), - [anon_sym_i16] = ACTIONS(2563), - [anon_sym_u32] = ACTIONS(2563), - [anon_sym_i32] = ACTIONS(2563), - [anon_sym_u64] = ACTIONS(2563), - [anon_sym_i64] = ACTIONS(2563), - [anon_sym_u128] = ACTIONS(2563), - [anon_sym_i128] = ACTIONS(2563), - [anon_sym_isize] = ACTIONS(2563), - [anon_sym_usize] = ACTIONS(2563), - [anon_sym_f32] = ACTIONS(2563), - [anon_sym_f64] = ACTIONS(2563), - [anon_sym_bool] = ACTIONS(2563), - [anon_sym_str] = ACTIONS(2563), - [anon_sym_char] = ACTIONS(2563), - [anon_sym_DASH] = ACTIONS(2561), - [anon_sym_BANG] = ACTIONS(2561), - [anon_sym_AMP] = ACTIONS(2561), - [anon_sym_PIPE] = ACTIONS(2561), - [anon_sym_LT] = ACTIONS(2561), - [anon_sym_DOT_DOT] = ACTIONS(2561), - [anon_sym_COLON_COLON] = ACTIONS(2561), - [anon_sym_POUND] = ACTIONS(2561), - [anon_sym_SQUOTE] = ACTIONS(2563), - [anon_sym_async] = ACTIONS(2563), - [anon_sym_break] = ACTIONS(2563), - [anon_sym_const] = ACTIONS(2563), - [anon_sym_continue] = ACTIONS(2563), - [anon_sym_default] = ACTIONS(2563), - [anon_sym_enum] = ACTIONS(2563), - [anon_sym_fn] = ACTIONS(2563), - [anon_sym_for] = ACTIONS(2563), - [anon_sym_gen] = ACTIONS(2563), - [anon_sym_if] = ACTIONS(2563), - [anon_sym_impl] = ACTIONS(2563), - [anon_sym_let] = ACTIONS(2563), - [anon_sym_loop] = ACTIONS(2563), - [anon_sym_match] = ACTIONS(2563), - [anon_sym_mod] = ACTIONS(2563), - [anon_sym_pub] = ACTIONS(2563), - [anon_sym_return] = ACTIONS(2563), - [anon_sym_static] = ACTIONS(2563), - [anon_sym_struct] = ACTIONS(2563), - [anon_sym_trait] = ACTIONS(2563), - [anon_sym_type] = ACTIONS(2563), - [anon_sym_union] = ACTIONS(2563), - [anon_sym_unsafe] = ACTIONS(2563), - [anon_sym_use] = ACTIONS(2563), - [anon_sym_while] = ACTIONS(2563), - [anon_sym_extern] = ACTIONS(2563), - [anon_sym_yield] = ACTIONS(2563), - [anon_sym_move] = ACTIONS(2563), - [anon_sym_try] = ACTIONS(2563), - [sym_integer_literal] = ACTIONS(2561), - [aux_sym_string_literal_token1] = ACTIONS(2561), - [sym_char_literal] = ACTIONS(2561), - [anon_sym_true] = ACTIONS(2563), - [anon_sym_false] = ACTIONS(2563), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2563), - [sym_super] = ACTIONS(2563), - [sym_crate] = ACTIONS(2563), - [sym_metavariable] = ACTIONS(2561), - [sym__raw_string_literal_start] = ACTIONS(2561), - [sym_float_literal] = ACTIONS(2561), - }, - [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), + }, + [STATE(678)] = { [sym_line_comment] = STATE(678), [sym_block_comment] = STATE(678), - [ts_builtin_sym_end] = ACTIONS(2565), - [sym_identifier] = ACTIONS(2567), - [anon_sym_SEMI] = ACTIONS(2565), - [anon_sym_macro_rules_BANG] = ACTIONS(2565), - [anon_sym_LPAREN] = ACTIONS(2565), - [anon_sym_LBRACK] = ACTIONS(2565), - [anon_sym_LBRACE] = ACTIONS(2565), - [anon_sym_RBRACE] = ACTIONS(2565), - [anon_sym_STAR] = ACTIONS(2565), - [anon_sym_u8] = ACTIONS(2567), - [anon_sym_i8] = ACTIONS(2567), - [anon_sym_u16] = ACTIONS(2567), - [anon_sym_i16] = ACTIONS(2567), - [anon_sym_u32] = ACTIONS(2567), - [anon_sym_i32] = ACTIONS(2567), - [anon_sym_u64] = ACTIONS(2567), - [anon_sym_i64] = ACTIONS(2567), - [anon_sym_u128] = ACTIONS(2567), - [anon_sym_i128] = ACTIONS(2567), - [anon_sym_isize] = ACTIONS(2567), - [anon_sym_usize] = ACTIONS(2567), - [anon_sym_f32] = ACTIONS(2567), - [anon_sym_f64] = ACTIONS(2567), - [anon_sym_bool] = ACTIONS(2567), - [anon_sym_str] = ACTIONS(2567), - [anon_sym_char] = ACTIONS(2567), - [anon_sym_DASH] = ACTIONS(2565), - [anon_sym_BANG] = ACTIONS(2565), - [anon_sym_AMP] = ACTIONS(2565), - [anon_sym_PIPE] = ACTIONS(2565), - [anon_sym_LT] = ACTIONS(2565), - [anon_sym_DOT_DOT] = ACTIONS(2565), - [anon_sym_COLON_COLON] = ACTIONS(2565), - [anon_sym_POUND] = ACTIONS(2565), - [anon_sym_SQUOTE] = ACTIONS(2567), - [anon_sym_async] = ACTIONS(2567), - [anon_sym_break] = ACTIONS(2567), - [anon_sym_const] = ACTIONS(2567), - [anon_sym_continue] = ACTIONS(2567), - [anon_sym_default] = ACTIONS(2567), - [anon_sym_enum] = ACTIONS(2567), - [anon_sym_fn] = ACTIONS(2567), - [anon_sym_for] = ACTIONS(2567), - [anon_sym_gen] = ACTIONS(2567), - [anon_sym_if] = ACTIONS(2567), - [anon_sym_impl] = ACTIONS(2567), - [anon_sym_let] = ACTIONS(2567), - [anon_sym_loop] = ACTIONS(2567), - [anon_sym_match] = ACTIONS(2567), - [anon_sym_mod] = ACTIONS(2567), - [anon_sym_pub] = ACTIONS(2567), - [anon_sym_return] = ACTIONS(2567), - [anon_sym_static] = ACTIONS(2567), - [anon_sym_struct] = ACTIONS(2567), - [anon_sym_trait] = ACTIONS(2567), - [anon_sym_type] = ACTIONS(2567), - [anon_sym_union] = ACTIONS(2567), - [anon_sym_unsafe] = ACTIONS(2567), - [anon_sym_use] = ACTIONS(2567), - [anon_sym_while] = ACTIONS(2567), - [anon_sym_extern] = ACTIONS(2567), - [anon_sym_yield] = ACTIONS(2567), - [anon_sym_move] = ACTIONS(2567), - [anon_sym_try] = ACTIONS(2567), - [sym_integer_literal] = ACTIONS(2565), - [aux_sym_string_literal_token1] = ACTIONS(2565), - [sym_char_literal] = ACTIONS(2565), - [anon_sym_true] = ACTIONS(2567), - [anon_sym_false] = ACTIONS(2567), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2567), - [sym_super] = ACTIONS(2567), - [sym_crate] = ACTIONS(2567), - [sym_metavariable] = ACTIONS(2565), - [sym__raw_string_literal_start] = ACTIONS(2565), - [sym_float_literal] = ACTIONS(2565), - }, - [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), + }, + [STATE(679)] = { [sym_line_comment] = STATE(679), [sym_block_comment] = STATE(679), - [ts_builtin_sym_end] = ACTIONS(2569), - [sym_identifier] = ACTIONS(2571), - [anon_sym_SEMI] = ACTIONS(2569), - [anon_sym_macro_rules_BANG] = ACTIONS(2569), - [anon_sym_LPAREN] = ACTIONS(2569), - [anon_sym_LBRACK] = ACTIONS(2569), - [anon_sym_LBRACE] = ACTIONS(2569), - [anon_sym_RBRACE] = ACTIONS(2569), - [anon_sym_STAR] = ACTIONS(2569), - [anon_sym_u8] = ACTIONS(2571), - [anon_sym_i8] = ACTIONS(2571), - [anon_sym_u16] = ACTIONS(2571), - [anon_sym_i16] = ACTIONS(2571), - [anon_sym_u32] = ACTIONS(2571), - [anon_sym_i32] = ACTIONS(2571), - [anon_sym_u64] = ACTIONS(2571), - [anon_sym_i64] = ACTIONS(2571), - [anon_sym_u128] = ACTIONS(2571), - [anon_sym_i128] = ACTIONS(2571), - [anon_sym_isize] = ACTIONS(2571), - [anon_sym_usize] = ACTIONS(2571), - [anon_sym_f32] = ACTIONS(2571), - [anon_sym_f64] = ACTIONS(2571), - [anon_sym_bool] = ACTIONS(2571), - [anon_sym_str] = ACTIONS(2571), - [anon_sym_char] = ACTIONS(2571), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_BANG] = ACTIONS(2569), - [anon_sym_AMP] = ACTIONS(2569), - [anon_sym_PIPE] = ACTIONS(2569), - [anon_sym_LT] = ACTIONS(2569), - [anon_sym_DOT_DOT] = ACTIONS(2569), - [anon_sym_COLON_COLON] = ACTIONS(2569), - [anon_sym_POUND] = ACTIONS(2569), - [anon_sym_SQUOTE] = ACTIONS(2571), - [anon_sym_async] = ACTIONS(2571), - [anon_sym_break] = ACTIONS(2571), - [anon_sym_const] = ACTIONS(2571), - [anon_sym_continue] = ACTIONS(2571), - [anon_sym_default] = ACTIONS(2571), - [anon_sym_enum] = ACTIONS(2571), - [anon_sym_fn] = ACTIONS(2571), - [anon_sym_for] = ACTIONS(2571), - [anon_sym_gen] = ACTIONS(2571), - [anon_sym_if] = ACTIONS(2571), - [anon_sym_impl] = ACTIONS(2571), - [anon_sym_let] = ACTIONS(2571), - [anon_sym_loop] = ACTIONS(2571), - [anon_sym_match] = ACTIONS(2571), - [anon_sym_mod] = ACTIONS(2571), - [anon_sym_pub] = ACTIONS(2571), - [anon_sym_return] = ACTIONS(2571), - [anon_sym_static] = ACTIONS(2571), - [anon_sym_struct] = ACTIONS(2571), - [anon_sym_trait] = ACTIONS(2571), - [anon_sym_type] = ACTIONS(2571), - [anon_sym_union] = ACTIONS(2571), - [anon_sym_unsafe] = ACTIONS(2571), - [anon_sym_use] = ACTIONS(2571), - [anon_sym_while] = ACTIONS(2571), - [anon_sym_extern] = ACTIONS(2571), - [anon_sym_yield] = ACTIONS(2571), - [anon_sym_move] = ACTIONS(2571), - [anon_sym_try] = ACTIONS(2571), - [sym_integer_literal] = ACTIONS(2569), - [aux_sym_string_literal_token1] = ACTIONS(2569), - [sym_char_literal] = ACTIONS(2569), - [anon_sym_true] = ACTIONS(2571), - [anon_sym_false] = ACTIONS(2571), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2571), - [sym_super] = ACTIONS(2571), - [sym_crate] = ACTIONS(2571), - [sym_metavariable] = ACTIONS(2569), - [sym__raw_string_literal_start] = ACTIONS(2569), - [sym_float_literal] = ACTIONS(2569), - }, - [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), + }, + [STATE(680)] = { [sym_line_comment] = STATE(680), [sym_block_comment] = STATE(680), - [ts_builtin_sym_end] = ACTIONS(2573), - [sym_identifier] = ACTIONS(2575), - [anon_sym_SEMI] = ACTIONS(2573), - [anon_sym_macro_rules_BANG] = ACTIONS(2573), - [anon_sym_LPAREN] = ACTIONS(2573), - [anon_sym_LBRACK] = ACTIONS(2573), - [anon_sym_LBRACE] = ACTIONS(2573), - [anon_sym_RBRACE] = ACTIONS(2573), - [anon_sym_STAR] = ACTIONS(2573), - [anon_sym_u8] = ACTIONS(2575), - [anon_sym_i8] = ACTIONS(2575), - [anon_sym_u16] = ACTIONS(2575), - [anon_sym_i16] = ACTIONS(2575), - [anon_sym_u32] = ACTIONS(2575), - [anon_sym_i32] = ACTIONS(2575), - [anon_sym_u64] = ACTIONS(2575), - [anon_sym_i64] = ACTIONS(2575), - [anon_sym_u128] = ACTIONS(2575), - [anon_sym_i128] = ACTIONS(2575), - [anon_sym_isize] = ACTIONS(2575), - [anon_sym_usize] = ACTIONS(2575), - [anon_sym_f32] = ACTIONS(2575), - [anon_sym_f64] = ACTIONS(2575), - [anon_sym_bool] = ACTIONS(2575), - [anon_sym_str] = ACTIONS(2575), - [anon_sym_char] = ACTIONS(2575), - [anon_sym_DASH] = ACTIONS(2573), - [anon_sym_BANG] = ACTIONS(2573), - [anon_sym_AMP] = ACTIONS(2573), - [anon_sym_PIPE] = ACTIONS(2573), - [anon_sym_LT] = ACTIONS(2573), - [anon_sym_DOT_DOT] = ACTIONS(2573), - [anon_sym_COLON_COLON] = ACTIONS(2573), - [anon_sym_POUND] = ACTIONS(2573), - [anon_sym_SQUOTE] = ACTIONS(2575), - [anon_sym_async] = ACTIONS(2575), - [anon_sym_break] = ACTIONS(2575), - [anon_sym_const] = ACTIONS(2575), - [anon_sym_continue] = ACTIONS(2575), - [anon_sym_default] = ACTIONS(2575), - [anon_sym_enum] = ACTIONS(2575), - [anon_sym_fn] = ACTIONS(2575), - [anon_sym_for] = ACTIONS(2575), - [anon_sym_gen] = ACTIONS(2575), - [anon_sym_if] = ACTIONS(2575), - [anon_sym_impl] = ACTIONS(2575), - [anon_sym_let] = ACTIONS(2575), - [anon_sym_loop] = ACTIONS(2575), - [anon_sym_match] = ACTIONS(2575), - [anon_sym_mod] = ACTIONS(2575), - [anon_sym_pub] = ACTIONS(2575), - [anon_sym_return] = ACTIONS(2575), - [anon_sym_static] = ACTIONS(2575), - [anon_sym_struct] = ACTIONS(2575), - [anon_sym_trait] = ACTIONS(2575), - [anon_sym_type] = ACTIONS(2575), - [anon_sym_union] = ACTIONS(2575), - [anon_sym_unsafe] = ACTIONS(2575), - [anon_sym_use] = ACTIONS(2575), - [anon_sym_while] = ACTIONS(2575), - [anon_sym_extern] = ACTIONS(2575), - [anon_sym_yield] = ACTIONS(2575), - [anon_sym_move] = ACTIONS(2575), - [anon_sym_try] = ACTIONS(2575), - [sym_integer_literal] = ACTIONS(2573), - [aux_sym_string_literal_token1] = ACTIONS(2573), - [sym_char_literal] = ACTIONS(2573), - [anon_sym_true] = ACTIONS(2575), - [anon_sym_false] = ACTIONS(2575), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2575), - [sym_super] = ACTIONS(2575), - [sym_crate] = ACTIONS(2575), - [sym_metavariable] = ACTIONS(2573), - [sym__raw_string_literal_start] = ACTIONS(2573), - [sym_float_literal] = ACTIONS(2573), - }, - [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), + }, + [STATE(681)] = { [sym_line_comment] = STATE(681), [sym_block_comment] = STATE(681), - [ts_builtin_sym_end] = ACTIONS(2577), - [sym_identifier] = ACTIONS(2579), - [anon_sym_SEMI] = ACTIONS(2577), - [anon_sym_macro_rules_BANG] = ACTIONS(2577), - [anon_sym_LPAREN] = ACTIONS(2577), - [anon_sym_LBRACK] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2577), - [anon_sym_RBRACE] = ACTIONS(2577), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_u8] = ACTIONS(2579), - [anon_sym_i8] = ACTIONS(2579), - [anon_sym_u16] = ACTIONS(2579), - [anon_sym_i16] = ACTIONS(2579), - [anon_sym_u32] = ACTIONS(2579), - [anon_sym_i32] = ACTIONS(2579), - [anon_sym_u64] = ACTIONS(2579), - [anon_sym_i64] = ACTIONS(2579), - [anon_sym_u128] = ACTIONS(2579), - [anon_sym_i128] = ACTIONS(2579), - [anon_sym_isize] = ACTIONS(2579), - [anon_sym_usize] = ACTIONS(2579), - [anon_sym_f32] = ACTIONS(2579), - [anon_sym_f64] = ACTIONS(2579), - [anon_sym_bool] = ACTIONS(2579), - [anon_sym_str] = ACTIONS(2579), - [anon_sym_char] = ACTIONS(2579), - [anon_sym_DASH] = ACTIONS(2577), - [anon_sym_BANG] = ACTIONS(2577), - [anon_sym_AMP] = ACTIONS(2577), - [anon_sym_PIPE] = ACTIONS(2577), - [anon_sym_LT] = ACTIONS(2577), - [anon_sym_DOT_DOT] = ACTIONS(2577), - [anon_sym_COLON_COLON] = ACTIONS(2577), - [anon_sym_POUND] = ACTIONS(2577), - [anon_sym_SQUOTE] = ACTIONS(2579), - [anon_sym_async] = ACTIONS(2579), - [anon_sym_break] = ACTIONS(2579), - [anon_sym_const] = ACTIONS(2579), - [anon_sym_continue] = ACTIONS(2579), - [anon_sym_default] = ACTIONS(2579), - [anon_sym_enum] = ACTIONS(2579), - [anon_sym_fn] = ACTIONS(2579), - [anon_sym_for] = ACTIONS(2579), - [anon_sym_gen] = ACTIONS(2579), - [anon_sym_if] = ACTIONS(2579), - [anon_sym_impl] = ACTIONS(2579), - [anon_sym_let] = ACTIONS(2579), - [anon_sym_loop] = ACTIONS(2579), - [anon_sym_match] = ACTIONS(2579), - [anon_sym_mod] = ACTIONS(2579), - [anon_sym_pub] = ACTIONS(2579), - [anon_sym_return] = ACTIONS(2579), - [anon_sym_static] = ACTIONS(2579), - [anon_sym_struct] = ACTIONS(2579), - [anon_sym_trait] = ACTIONS(2579), - [anon_sym_type] = ACTIONS(2579), - [anon_sym_union] = ACTIONS(2579), - [anon_sym_unsafe] = ACTIONS(2579), - [anon_sym_use] = ACTIONS(2579), - [anon_sym_while] = ACTIONS(2579), - [anon_sym_extern] = ACTIONS(2579), - [anon_sym_yield] = ACTIONS(2579), - [anon_sym_move] = ACTIONS(2579), - [anon_sym_try] = ACTIONS(2579), - [sym_integer_literal] = ACTIONS(2577), - [aux_sym_string_literal_token1] = ACTIONS(2577), - [sym_char_literal] = ACTIONS(2577), - [anon_sym_true] = ACTIONS(2579), - [anon_sym_false] = ACTIONS(2579), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2579), - [sym_super] = ACTIONS(2579), - [sym_crate] = ACTIONS(2579), - [sym_metavariable] = ACTIONS(2577), - [sym__raw_string_literal_start] = ACTIONS(2577), - [sym_float_literal] = ACTIONS(2577), - }, - [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), + }, + [STATE(682)] = { [sym_line_comment] = STATE(682), [sym_block_comment] = STATE(682), - [ts_builtin_sym_end] = ACTIONS(2581), - [sym_identifier] = ACTIONS(2583), - [anon_sym_SEMI] = ACTIONS(2581), - [anon_sym_macro_rules_BANG] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2581), - [anon_sym_LBRACK] = ACTIONS(2581), - [anon_sym_LBRACE] = ACTIONS(2581), - [anon_sym_RBRACE] = ACTIONS(2581), - [anon_sym_STAR] = ACTIONS(2581), - [anon_sym_u8] = ACTIONS(2583), - [anon_sym_i8] = ACTIONS(2583), - [anon_sym_u16] = ACTIONS(2583), - [anon_sym_i16] = ACTIONS(2583), - [anon_sym_u32] = ACTIONS(2583), - [anon_sym_i32] = ACTIONS(2583), - [anon_sym_u64] = ACTIONS(2583), - [anon_sym_i64] = ACTIONS(2583), - [anon_sym_u128] = ACTIONS(2583), - [anon_sym_i128] = ACTIONS(2583), - [anon_sym_isize] = ACTIONS(2583), - [anon_sym_usize] = ACTIONS(2583), - [anon_sym_f32] = ACTIONS(2583), - [anon_sym_f64] = ACTIONS(2583), - [anon_sym_bool] = ACTIONS(2583), - [anon_sym_str] = ACTIONS(2583), - [anon_sym_char] = ACTIONS(2583), - [anon_sym_DASH] = ACTIONS(2581), - [anon_sym_BANG] = ACTIONS(2581), - [anon_sym_AMP] = ACTIONS(2581), - [anon_sym_PIPE] = ACTIONS(2581), - [anon_sym_LT] = ACTIONS(2581), - [anon_sym_DOT_DOT] = ACTIONS(2581), - [anon_sym_COLON_COLON] = ACTIONS(2581), - [anon_sym_POUND] = ACTIONS(2581), - [anon_sym_SQUOTE] = ACTIONS(2583), - [anon_sym_async] = ACTIONS(2583), - [anon_sym_break] = ACTIONS(2583), - [anon_sym_const] = ACTIONS(2583), - [anon_sym_continue] = ACTIONS(2583), - [anon_sym_default] = ACTIONS(2583), - [anon_sym_enum] = ACTIONS(2583), - [anon_sym_fn] = ACTIONS(2583), - [anon_sym_for] = ACTIONS(2583), - [anon_sym_gen] = ACTIONS(2583), - [anon_sym_if] = ACTIONS(2583), - [anon_sym_impl] = ACTIONS(2583), - [anon_sym_let] = ACTIONS(2583), - [anon_sym_loop] = ACTIONS(2583), - [anon_sym_match] = ACTIONS(2583), - [anon_sym_mod] = ACTIONS(2583), - [anon_sym_pub] = ACTIONS(2583), - [anon_sym_return] = ACTIONS(2583), - [anon_sym_static] = ACTIONS(2583), - [anon_sym_struct] = ACTIONS(2583), - [anon_sym_trait] = ACTIONS(2583), - [anon_sym_type] = ACTIONS(2583), - [anon_sym_union] = ACTIONS(2583), - [anon_sym_unsafe] = ACTIONS(2583), - [anon_sym_use] = ACTIONS(2583), - [anon_sym_while] = ACTIONS(2583), - [anon_sym_extern] = ACTIONS(2583), - [anon_sym_yield] = ACTIONS(2583), - [anon_sym_move] = ACTIONS(2583), - [anon_sym_try] = ACTIONS(2583), - [sym_integer_literal] = ACTIONS(2581), - [aux_sym_string_literal_token1] = ACTIONS(2581), - [sym_char_literal] = ACTIONS(2581), - [anon_sym_true] = ACTIONS(2583), - [anon_sym_false] = ACTIONS(2583), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2583), - [sym_super] = ACTIONS(2583), - [sym_crate] = ACTIONS(2583), - [sym_metavariable] = ACTIONS(2581), - [sym__raw_string_literal_start] = ACTIONS(2581), - [sym_float_literal] = ACTIONS(2581), - }, - [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), + }, + [STATE(683)] = { [sym_line_comment] = STATE(683), [sym_block_comment] = STATE(683), - [ts_builtin_sym_end] = ACTIONS(2585), - [sym_identifier] = ACTIONS(2587), - [anon_sym_SEMI] = ACTIONS(2585), - [anon_sym_macro_rules_BANG] = ACTIONS(2585), - [anon_sym_LPAREN] = ACTIONS(2585), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_RBRACE] = ACTIONS(2585), - [anon_sym_STAR] = ACTIONS(2585), - [anon_sym_u8] = ACTIONS(2587), - [anon_sym_i8] = ACTIONS(2587), - [anon_sym_u16] = ACTIONS(2587), - [anon_sym_i16] = ACTIONS(2587), - [anon_sym_u32] = ACTIONS(2587), - [anon_sym_i32] = ACTIONS(2587), - [anon_sym_u64] = ACTIONS(2587), - [anon_sym_i64] = ACTIONS(2587), - [anon_sym_u128] = ACTIONS(2587), - [anon_sym_i128] = ACTIONS(2587), - [anon_sym_isize] = ACTIONS(2587), - [anon_sym_usize] = ACTIONS(2587), - [anon_sym_f32] = ACTIONS(2587), - [anon_sym_f64] = ACTIONS(2587), - [anon_sym_bool] = ACTIONS(2587), - [anon_sym_str] = ACTIONS(2587), - [anon_sym_char] = ACTIONS(2587), - [anon_sym_DASH] = ACTIONS(2585), - [anon_sym_BANG] = ACTIONS(2585), - [anon_sym_AMP] = ACTIONS(2585), - [anon_sym_PIPE] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2585), - [anon_sym_DOT_DOT] = ACTIONS(2585), - [anon_sym_COLON_COLON] = ACTIONS(2585), - [anon_sym_POUND] = ACTIONS(2585), - [anon_sym_SQUOTE] = ACTIONS(2587), - [anon_sym_async] = ACTIONS(2587), - [anon_sym_break] = ACTIONS(2587), - [anon_sym_const] = ACTIONS(2587), - [anon_sym_continue] = ACTIONS(2587), - [anon_sym_default] = ACTIONS(2587), - [anon_sym_enum] = ACTIONS(2587), - [anon_sym_fn] = ACTIONS(2587), - [anon_sym_for] = ACTIONS(2587), - [anon_sym_gen] = ACTIONS(2587), - [anon_sym_if] = ACTIONS(2587), - [anon_sym_impl] = ACTIONS(2587), - [anon_sym_let] = ACTIONS(2587), - [anon_sym_loop] = ACTIONS(2587), - [anon_sym_match] = ACTIONS(2587), - [anon_sym_mod] = ACTIONS(2587), - [anon_sym_pub] = ACTIONS(2587), - [anon_sym_return] = ACTIONS(2587), - [anon_sym_static] = ACTIONS(2587), - [anon_sym_struct] = ACTIONS(2587), - [anon_sym_trait] = ACTIONS(2587), - [anon_sym_type] = ACTIONS(2587), - [anon_sym_union] = ACTIONS(2587), - [anon_sym_unsafe] = ACTIONS(2587), - [anon_sym_use] = ACTIONS(2587), - [anon_sym_while] = ACTIONS(2587), - [anon_sym_extern] = ACTIONS(2587), - [anon_sym_yield] = ACTIONS(2587), - [anon_sym_move] = ACTIONS(2587), - [anon_sym_try] = ACTIONS(2587), - [sym_integer_literal] = ACTIONS(2585), - [aux_sym_string_literal_token1] = ACTIONS(2585), - [sym_char_literal] = ACTIONS(2585), - [anon_sym_true] = ACTIONS(2587), - [anon_sym_false] = ACTIONS(2587), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2587), - [sym_super] = ACTIONS(2587), - [sym_crate] = ACTIONS(2587), - [sym_metavariable] = ACTIONS(2585), - [sym__raw_string_literal_start] = ACTIONS(2585), - [sym_float_literal] = ACTIONS(2585), - }, - [684] = { + [ts_builtin_sym_end] = ACTIONS(1431), + [sym_identifier] = ACTIONS(1433), + [anon_sym_SEMI] = ACTIONS(1431), + [anon_sym_macro_rules_BANG] = ACTIONS(1431), + [anon_sym_LPAREN] = ACTIONS(1431), + [anon_sym_LBRACK] = ACTIONS(1431), + [anon_sym_LBRACE] = ACTIONS(1431), + [anon_sym_RBRACE] = ACTIONS(1431), + [anon_sym_STAR] = ACTIONS(1431), + [anon_sym_u8] = ACTIONS(1433), + [anon_sym_i8] = ACTIONS(1433), + [anon_sym_u16] = ACTIONS(1433), + [anon_sym_i16] = ACTIONS(1433), + [anon_sym_u32] = ACTIONS(1433), + [anon_sym_i32] = ACTIONS(1433), + [anon_sym_u64] = ACTIONS(1433), + [anon_sym_i64] = ACTIONS(1433), + [anon_sym_u128] = ACTIONS(1433), + [anon_sym_i128] = ACTIONS(1433), + [anon_sym_isize] = ACTIONS(1433), + [anon_sym_usize] = ACTIONS(1433), + [anon_sym_f32] = ACTIONS(1433), + [anon_sym_f64] = ACTIONS(1433), + [anon_sym_bool] = ACTIONS(1433), + [anon_sym_str] = ACTIONS(1433), + [anon_sym_char] = ACTIONS(1433), + [anon_sym_DASH] = ACTIONS(1431), + [anon_sym_BANG] = ACTIONS(1431), + [anon_sym_AMP] = ACTIONS(1431), + [anon_sym_PIPE] = ACTIONS(1431), + [anon_sym_LT] = ACTIONS(1431), + [anon_sym_DOT_DOT] = ACTIONS(1431), + [anon_sym_COLON_COLON] = ACTIONS(1431), + [anon_sym_POUND] = ACTIONS(1431), + [anon_sym_SQUOTE] = ACTIONS(1433), + [anon_sym_async] = ACTIONS(1433), + [anon_sym_break] = ACTIONS(1433), + [anon_sym_const] = ACTIONS(1433), + [anon_sym_continue] = ACTIONS(1433), + [anon_sym_default] = ACTIONS(1433), + [anon_sym_enum] = ACTIONS(1433), + [anon_sym_fn] = ACTIONS(1433), + [anon_sym_for] = ACTIONS(1433), + [anon_sym_gen] = ACTIONS(1433), + [anon_sym_if] = ACTIONS(1433), + [anon_sym_impl] = ACTIONS(1433), + [anon_sym_let] = ACTIONS(1433), + [anon_sym_loop] = ACTIONS(1433), + [anon_sym_match] = ACTIONS(1433), + [anon_sym_mod] = ACTIONS(1433), + [anon_sym_pub] = ACTIONS(1433), + [anon_sym_return] = ACTIONS(1433), + [anon_sym_static] = ACTIONS(1433), + [anon_sym_struct] = ACTIONS(1433), + [anon_sym_trait] = ACTIONS(1433), + [anon_sym_type] = ACTIONS(1433), + [anon_sym_union] = ACTIONS(1433), + [anon_sym_unsafe] = ACTIONS(1433), + [anon_sym_use] = ACTIONS(1433), + [anon_sym_while] = ACTIONS(1433), + [anon_sym_extern] = ACTIONS(1433), + [anon_sym_yield] = ACTIONS(1433), + [anon_sym_move] = ACTIONS(1433), + [anon_sym_try] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1431), + [aux_sym_string_literal_token1] = ACTIONS(1431), + [sym_char_literal] = ACTIONS(1431), + [anon_sym_true] = ACTIONS(1433), + [anon_sym_false] = ACTIONS(1433), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1433), + [sym_super] = ACTIONS(1433), + [sym_crate] = ACTIONS(1433), + [sym_metavariable] = ACTIONS(1431), + [sym__raw_string_literal_start] = ACTIONS(1431), + [sym_float_literal] = ACTIONS(1431), + }, + [STATE(684)] = { [sym_line_comment] = STATE(684), [sym_block_comment] = STATE(684), - [ts_builtin_sym_end] = ACTIONS(2589), - [sym_identifier] = ACTIONS(2591), - [anon_sym_SEMI] = ACTIONS(2589), - [anon_sym_macro_rules_BANG] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_RBRACE] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_u8] = ACTIONS(2591), - [anon_sym_i8] = ACTIONS(2591), - [anon_sym_u16] = ACTIONS(2591), - [anon_sym_i16] = ACTIONS(2591), - [anon_sym_u32] = ACTIONS(2591), - [anon_sym_i32] = ACTIONS(2591), - [anon_sym_u64] = ACTIONS(2591), - [anon_sym_i64] = ACTIONS(2591), - [anon_sym_u128] = ACTIONS(2591), - [anon_sym_i128] = ACTIONS(2591), - [anon_sym_isize] = ACTIONS(2591), - [anon_sym_usize] = ACTIONS(2591), - [anon_sym_f32] = ACTIONS(2591), - [anon_sym_f64] = ACTIONS(2591), - [anon_sym_bool] = ACTIONS(2591), - [anon_sym_str] = ACTIONS(2591), - [anon_sym_char] = ACTIONS(2591), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_POUND] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2591), - [anon_sym_async] = ACTIONS(2591), - [anon_sym_break] = ACTIONS(2591), - [anon_sym_const] = ACTIONS(2591), - [anon_sym_continue] = ACTIONS(2591), - [anon_sym_default] = ACTIONS(2591), - [anon_sym_enum] = ACTIONS(2591), - [anon_sym_fn] = ACTIONS(2591), - [anon_sym_for] = ACTIONS(2591), - [anon_sym_gen] = ACTIONS(2591), - [anon_sym_if] = ACTIONS(2591), - [anon_sym_impl] = ACTIONS(2591), - [anon_sym_let] = ACTIONS(2591), - [anon_sym_loop] = ACTIONS(2591), - [anon_sym_match] = ACTIONS(2591), - [anon_sym_mod] = ACTIONS(2591), - [anon_sym_pub] = ACTIONS(2591), - [anon_sym_return] = ACTIONS(2591), - [anon_sym_static] = ACTIONS(2591), - [anon_sym_struct] = ACTIONS(2591), - [anon_sym_trait] = ACTIONS(2591), - [anon_sym_type] = ACTIONS(2591), - [anon_sym_union] = ACTIONS(2591), - [anon_sym_unsafe] = ACTIONS(2591), - [anon_sym_use] = ACTIONS(2591), - [anon_sym_while] = ACTIONS(2591), - [anon_sym_extern] = ACTIONS(2591), - [anon_sym_yield] = ACTIONS(2591), - [anon_sym_move] = ACTIONS(2591), - [anon_sym_try] = ACTIONS(2591), - [sym_integer_literal] = ACTIONS(2589), - [aux_sym_string_literal_token1] = ACTIONS(2589), - [sym_char_literal] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2591), - [anon_sym_false] = ACTIONS(2591), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2591), - [sym_super] = ACTIONS(2591), - [sym_crate] = ACTIONS(2591), - [sym_metavariable] = ACTIONS(2589), - [sym__raw_string_literal_start] = ACTIONS(2589), - [sym_float_literal] = ACTIONS(2589), - }, - [685] = { + [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), + }, + [STATE(685)] = { [sym_line_comment] = STATE(685), [sym_block_comment] = STATE(685), - [ts_builtin_sym_end] = ACTIONS(2593), - [sym_identifier] = ACTIONS(2595), - [anon_sym_SEMI] = ACTIONS(2593), - [anon_sym_macro_rules_BANG] = ACTIONS(2593), - [anon_sym_LPAREN] = ACTIONS(2593), - [anon_sym_LBRACK] = ACTIONS(2593), - [anon_sym_LBRACE] = ACTIONS(2593), - [anon_sym_RBRACE] = ACTIONS(2593), - [anon_sym_STAR] = ACTIONS(2593), - [anon_sym_u8] = ACTIONS(2595), - [anon_sym_i8] = ACTIONS(2595), - [anon_sym_u16] = ACTIONS(2595), - [anon_sym_i16] = ACTIONS(2595), - [anon_sym_u32] = ACTIONS(2595), - [anon_sym_i32] = ACTIONS(2595), - [anon_sym_u64] = ACTIONS(2595), - [anon_sym_i64] = ACTIONS(2595), - [anon_sym_u128] = ACTIONS(2595), - [anon_sym_i128] = ACTIONS(2595), - [anon_sym_isize] = ACTIONS(2595), - [anon_sym_usize] = ACTIONS(2595), - [anon_sym_f32] = ACTIONS(2595), - [anon_sym_f64] = ACTIONS(2595), - [anon_sym_bool] = ACTIONS(2595), - [anon_sym_str] = ACTIONS(2595), - [anon_sym_char] = ACTIONS(2595), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_AMP] = ACTIONS(2593), - [anon_sym_PIPE] = ACTIONS(2593), - [anon_sym_LT] = ACTIONS(2593), - [anon_sym_DOT_DOT] = ACTIONS(2593), - [anon_sym_COLON_COLON] = ACTIONS(2593), - [anon_sym_POUND] = ACTIONS(2593), - [anon_sym_SQUOTE] = ACTIONS(2595), - [anon_sym_async] = ACTIONS(2595), - [anon_sym_break] = ACTIONS(2595), - [anon_sym_const] = ACTIONS(2595), - [anon_sym_continue] = ACTIONS(2595), - [anon_sym_default] = ACTIONS(2595), - [anon_sym_enum] = ACTIONS(2595), - [anon_sym_fn] = ACTIONS(2595), - [anon_sym_for] = ACTIONS(2595), - [anon_sym_gen] = ACTIONS(2595), - [anon_sym_if] = ACTIONS(2595), - [anon_sym_impl] = ACTIONS(2595), - [anon_sym_let] = ACTIONS(2595), - [anon_sym_loop] = ACTIONS(2595), - [anon_sym_match] = ACTIONS(2595), - [anon_sym_mod] = ACTIONS(2595), - [anon_sym_pub] = ACTIONS(2595), - [anon_sym_return] = ACTIONS(2595), - [anon_sym_static] = ACTIONS(2595), - [anon_sym_struct] = ACTIONS(2595), - [anon_sym_trait] = ACTIONS(2595), - [anon_sym_type] = ACTIONS(2595), - [anon_sym_union] = ACTIONS(2595), - [anon_sym_unsafe] = ACTIONS(2595), - [anon_sym_use] = ACTIONS(2595), - [anon_sym_while] = ACTIONS(2595), - [anon_sym_extern] = ACTIONS(2595), - [anon_sym_yield] = ACTIONS(2595), - [anon_sym_move] = ACTIONS(2595), - [anon_sym_try] = ACTIONS(2595), - [sym_integer_literal] = ACTIONS(2593), - [aux_sym_string_literal_token1] = ACTIONS(2593), - [sym_char_literal] = ACTIONS(2593), - [anon_sym_true] = ACTIONS(2595), - [anon_sym_false] = ACTIONS(2595), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2595), - [sym_super] = ACTIONS(2595), - [sym_crate] = ACTIONS(2595), - [sym_metavariable] = ACTIONS(2593), - [sym__raw_string_literal_start] = ACTIONS(2593), - [sym_float_literal] = ACTIONS(2593), - }, - [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), + }, + [STATE(686)] = { [sym_line_comment] = STATE(686), [sym_block_comment] = STATE(686), - [ts_builtin_sym_end] = ACTIONS(2597), - [sym_identifier] = ACTIONS(2599), - [anon_sym_SEMI] = ACTIONS(2597), - [anon_sym_macro_rules_BANG] = ACTIONS(2597), - [anon_sym_LPAREN] = ACTIONS(2597), - [anon_sym_LBRACK] = ACTIONS(2597), - [anon_sym_LBRACE] = ACTIONS(2597), - [anon_sym_RBRACE] = ACTIONS(2597), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_u8] = ACTIONS(2599), - [anon_sym_i8] = ACTIONS(2599), - [anon_sym_u16] = ACTIONS(2599), - [anon_sym_i16] = ACTIONS(2599), - [anon_sym_u32] = ACTIONS(2599), - [anon_sym_i32] = ACTIONS(2599), - [anon_sym_u64] = ACTIONS(2599), - [anon_sym_i64] = ACTIONS(2599), - [anon_sym_u128] = ACTIONS(2599), - [anon_sym_i128] = ACTIONS(2599), - [anon_sym_isize] = ACTIONS(2599), - [anon_sym_usize] = ACTIONS(2599), - [anon_sym_f32] = ACTIONS(2599), - [anon_sym_f64] = ACTIONS(2599), - [anon_sym_bool] = ACTIONS(2599), - [anon_sym_str] = ACTIONS(2599), - [anon_sym_char] = ACTIONS(2599), - [anon_sym_DASH] = ACTIONS(2597), - [anon_sym_BANG] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym_PIPE] = ACTIONS(2597), - [anon_sym_LT] = ACTIONS(2597), - [anon_sym_DOT_DOT] = ACTIONS(2597), - [anon_sym_COLON_COLON] = ACTIONS(2597), - [anon_sym_POUND] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [anon_sym_async] = ACTIONS(2599), - [anon_sym_break] = ACTIONS(2599), - [anon_sym_const] = ACTIONS(2599), - [anon_sym_continue] = ACTIONS(2599), - [anon_sym_default] = ACTIONS(2599), - [anon_sym_enum] = ACTIONS(2599), - [anon_sym_fn] = ACTIONS(2599), - [anon_sym_for] = ACTIONS(2599), - [anon_sym_gen] = ACTIONS(2599), - [anon_sym_if] = ACTIONS(2599), - [anon_sym_impl] = ACTIONS(2599), - [anon_sym_let] = ACTIONS(2599), - [anon_sym_loop] = ACTIONS(2599), - [anon_sym_match] = ACTIONS(2599), - [anon_sym_mod] = ACTIONS(2599), - [anon_sym_pub] = ACTIONS(2599), - [anon_sym_return] = ACTIONS(2599), - [anon_sym_static] = ACTIONS(2599), - [anon_sym_struct] = ACTIONS(2599), - [anon_sym_trait] = ACTIONS(2599), - [anon_sym_type] = ACTIONS(2599), - [anon_sym_union] = ACTIONS(2599), - [anon_sym_unsafe] = ACTIONS(2599), - [anon_sym_use] = ACTIONS(2599), - [anon_sym_while] = ACTIONS(2599), - [anon_sym_extern] = ACTIONS(2599), - [anon_sym_yield] = ACTIONS(2599), - [anon_sym_move] = ACTIONS(2599), - [anon_sym_try] = ACTIONS(2599), - [sym_integer_literal] = ACTIONS(2597), - [aux_sym_string_literal_token1] = ACTIONS(2597), - [sym_char_literal] = ACTIONS(2597), - [anon_sym_true] = ACTIONS(2599), - [anon_sym_false] = ACTIONS(2599), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2599), - [sym_super] = ACTIONS(2599), - [sym_crate] = ACTIONS(2599), - [sym_metavariable] = ACTIONS(2597), - [sym__raw_string_literal_start] = ACTIONS(2597), - [sym_float_literal] = ACTIONS(2597), - }, - [687] = { + [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), + }, + [STATE(687)] = { [sym_line_comment] = STATE(687), [sym_block_comment] = STATE(687), - [ts_builtin_sym_end] = ACTIONS(2601), - [sym_identifier] = ACTIONS(2603), - [anon_sym_SEMI] = ACTIONS(2601), - [anon_sym_macro_rules_BANG] = ACTIONS(2601), - [anon_sym_LPAREN] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(2601), - [anon_sym_LBRACE] = ACTIONS(2601), - [anon_sym_RBRACE] = ACTIONS(2601), - [anon_sym_STAR] = ACTIONS(2601), - [anon_sym_u8] = ACTIONS(2603), - [anon_sym_i8] = ACTIONS(2603), - [anon_sym_u16] = ACTIONS(2603), - [anon_sym_i16] = ACTIONS(2603), - [anon_sym_u32] = ACTIONS(2603), - [anon_sym_i32] = ACTIONS(2603), - [anon_sym_u64] = ACTIONS(2603), - [anon_sym_i64] = ACTIONS(2603), - [anon_sym_u128] = ACTIONS(2603), - [anon_sym_i128] = ACTIONS(2603), - [anon_sym_isize] = ACTIONS(2603), - [anon_sym_usize] = ACTIONS(2603), - [anon_sym_f32] = ACTIONS(2603), - [anon_sym_f64] = ACTIONS(2603), - [anon_sym_bool] = ACTIONS(2603), - [anon_sym_str] = ACTIONS(2603), - [anon_sym_char] = ACTIONS(2603), - [anon_sym_DASH] = ACTIONS(2601), - [anon_sym_BANG] = ACTIONS(2601), - [anon_sym_AMP] = ACTIONS(2601), - [anon_sym_PIPE] = ACTIONS(2601), - [anon_sym_LT] = ACTIONS(2601), - [anon_sym_DOT_DOT] = ACTIONS(2601), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_POUND] = ACTIONS(2601), - [anon_sym_SQUOTE] = ACTIONS(2603), - [anon_sym_async] = ACTIONS(2603), - [anon_sym_break] = ACTIONS(2603), - [anon_sym_const] = ACTIONS(2603), - [anon_sym_continue] = ACTIONS(2603), - [anon_sym_default] = ACTIONS(2603), - [anon_sym_enum] = ACTIONS(2603), - [anon_sym_fn] = ACTIONS(2603), - [anon_sym_for] = ACTIONS(2603), - [anon_sym_gen] = ACTIONS(2603), - [anon_sym_if] = ACTIONS(2603), - [anon_sym_impl] = ACTIONS(2603), - [anon_sym_let] = ACTIONS(2603), - [anon_sym_loop] = ACTIONS(2603), - [anon_sym_match] = ACTIONS(2603), - [anon_sym_mod] = ACTIONS(2603), - [anon_sym_pub] = ACTIONS(2603), - [anon_sym_return] = ACTIONS(2603), - [anon_sym_static] = ACTIONS(2603), - [anon_sym_struct] = ACTIONS(2603), - [anon_sym_trait] = ACTIONS(2603), - [anon_sym_type] = ACTIONS(2603), - [anon_sym_union] = ACTIONS(2603), - [anon_sym_unsafe] = ACTIONS(2603), - [anon_sym_use] = ACTIONS(2603), - [anon_sym_while] = ACTIONS(2603), - [anon_sym_extern] = ACTIONS(2603), - [anon_sym_yield] = ACTIONS(2603), - [anon_sym_move] = ACTIONS(2603), - [anon_sym_try] = ACTIONS(2603), - [sym_integer_literal] = ACTIONS(2601), - [aux_sym_string_literal_token1] = ACTIONS(2601), - [sym_char_literal] = ACTIONS(2601), - [anon_sym_true] = ACTIONS(2603), - [anon_sym_false] = ACTIONS(2603), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2603), - [sym_super] = ACTIONS(2603), - [sym_crate] = ACTIONS(2603), - [sym_metavariable] = ACTIONS(2601), - [sym__raw_string_literal_start] = ACTIONS(2601), - [sym_float_literal] = ACTIONS(2601), - }, - [688] = { + [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), + }, + [STATE(688)] = { [sym_line_comment] = STATE(688), [sym_block_comment] = STATE(688), - [ts_builtin_sym_end] = ACTIONS(2605), - [sym_identifier] = ACTIONS(2607), - [anon_sym_SEMI] = ACTIONS(2605), - [anon_sym_macro_rules_BANG] = ACTIONS(2605), - [anon_sym_LPAREN] = ACTIONS(2605), - [anon_sym_LBRACK] = ACTIONS(2605), - [anon_sym_LBRACE] = ACTIONS(2605), - [anon_sym_RBRACE] = ACTIONS(2605), - [anon_sym_STAR] = ACTIONS(2605), - [anon_sym_u8] = ACTIONS(2607), - [anon_sym_i8] = ACTIONS(2607), - [anon_sym_u16] = ACTIONS(2607), - [anon_sym_i16] = ACTIONS(2607), - [anon_sym_u32] = ACTIONS(2607), - [anon_sym_i32] = ACTIONS(2607), - [anon_sym_u64] = ACTIONS(2607), - [anon_sym_i64] = ACTIONS(2607), - [anon_sym_u128] = ACTIONS(2607), - [anon_sym_i128] = ACTIONS(2607), - [anon_sym_isize] = ACTIONS(2607), - [anon_sym_usize] = ACTIONS(2607), - [anon_sym_f32] = ACTIONS(2607), - [anon_sym_f64] = ACTIONS(2607), - [anon_sym_bool] = ACTIONS(2607), - [anon_sym_str] = ACTIONS(2607), - [anon_sym_char] = ACTIONS(2607), - [anon_sym_DASH] = ACTIONS(2605), - [anon_sym_BANG] = ACTIONS(2605), - [anon_sym_AMP] = ACTIONS(2605), - [anon_sym_PIPE] = ACTIONS(2605), - [anon_sym_LT] = ACTIONS(2605), - [anon_sym_DOT_DOT] = ACTIONS(2605), - [anon_sym_COLON_COLON] = ACTIONS(2605), - [anon_sym_POUND] = ACTIONS(2605), - [anon_sym_SQUOTE] = ACTIONS(2607), - [anon_sym_async] = ACTIONS(2607), - [anon_sym_break] = ACTIONS(2607), - [anon_sym_const] = ACTIONS(2607), - [anon_sym_continue] = ACTIONS(2607), - [anon_sym_default] = ACTIONS(2607), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_fn] = ACTIONS(2607), - [anon_sym_for] = ACTIONS(2607), - [anon_sym_gen] = ACTIONS(2607), - [anon_sym_if] = ACTIONS(2607), - [anon_sym_impl] = ACTIONS(2607), - [anon_sym_let] = ACTIONS(2607), - [anon_sym_loop] = ACTIONS(2607), - [anon_sym_match] = ACTIONS(2607), - [anon_sym_mod] = ACTIONS(2607), - [anon_sym_pub] = ACTIONS(2607), - [anon_sym_return] = ACTIONS(2607), - [anon_sym_static] = ACTIONS(2607), - [anon_sym_struct] = ACTIONS(2607), - [anon_sym_trait] = ACTIONS(2607), - [anon_sym_type] = ACTIONS(2607), - [anon_sym_union] = ACTIONS(2607), - [anon_sym_unsafe] = ACTIONS(2607), - [anon_sym_use] = ACTIONS(2607), - [anon_sym_while] = ACTIONS(2607), - [anon_sym_extern] = ACTIONS(2607), - [anon_sym_yield] = ACTIONS(2607), - [anon_sym_move] = ACTIONS(2607), - [anon_sym_try] = ACTIONS(2607), - [sym_integer_literal] = ACTIONS(2605), - [aux_sym_string_literal_token1] = ACTIONS(2605), - [sym_char_literal] = ACTIONS(2605), - [anon_sym_true] = ACTIONS(2607), - [anon_sym_false] = ACTIONS(2607), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2607), - [sym_super] = ACTIONS(2607), - [sym_crate] = ACTIONS(2607), - [sym_metavariable] = ACTIONS(2605), - [sym__raw_string_literal_start] = ACTIONS(2605), - [sym_float_literal] = ACTIONS(2605), - }, - [689] = { + [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), + }, + [STATE(689)] = { [sym_line_comment] = STATE(689), [sym_block_comment] = STATE(689), - [ts_builtin_sym_end] = ACTIONS(2609), - [sym_identifier] = ACTIONS(2611), - [anon_sym_SEMI] = ACTIONS(2609), - [anon_sym_macro_rules_BANG] = ACTIONS(2609), - [anon_sym_LPAREN] = ACTIONS(2609), - [anon_sym_LBRACK] = ACTIONS(2609), - [anon_sym_LBRACE] = ACTIONS(2609), - [anon_sym_RBRACE] = ACTIONS(2609), - [anon_sym_STAR] = ACTIONS(2609), - [anon_sym_u8] = ACTIONS(2611), - [anon_sym_i8] = ACTIONS(2611), - [anon_sym_u16] = ACTIONS(2611), - [anon_sym_i16] = ACTIONS(2611), - [anon_sym_u32] = ACTIONS(2611), - [anon_sym_i32] = ACTIONS(2611), - [anon_sym_u64] = ACTIONS(2611), - [anon_sym_i64] = ACTIONS(2611), - [anon_sym_u128] = ACTIONS(2611), - [anon_sym_i128] = ACTIONS(2611), - [anon_sym_isize] = ACTIONS(2611), - [anon_sym_usize] = ACTIONS(2611), - [anon_sym_f32] = ACTIONS(2611), - [anon_sym_f64] = ACTIONS(2611), - [anon_sym_bool] = ACTIONS(2611), - [anon_sym_str] = ACTIONS(2611), - [anon_sym_char] = ACTIONS(2611), - [anon_sym_DASH] = ACTIONS(2609), - [anon_sym_BANG] = ACTIONS(2609), - [anon_sym_AMP] = ACTIONS(2609), - [anon_sym_PIPE] = ACTIONS(2609), - [anon_sym_LT] = ACTIONS(2609), - [anon_sym_DOT_DOT] = ACTIONS(2609), - [anon_sym_COLON_COLON] = ACTIONS(2609), - [anon_sym_POUND] = ACTIONS(2609), - [anon_sym_SQUOTE] = ACTIONS(2611), - [anon_sym_async] = ACTIONS(2611), - [anon_sym_break] = ACTIONS(2611), - [anon_sym_const] = ACTIONS(2611), - [anon_sym_continue] = ACTIONS(2611), - [anon_sym_default] = ACTIONS(2611), - [anon_sym_enum] = ACTIONS(2611), - [anon_sym_fn] = ACTIONS(2611), - [anon_sym_for] = ACTIONS(2611), - [anon_sym_gen] = ACTIONS(2611), - [anon_sym_if] = ACTIONS(2611), - [anon_sym_impl] = ACTIONS(2611), - [anon_sym_let] = ACTIONS(2611), - [anon_sym_loop] = ACTIONS(2611), - [anon_sym_match] = ACTIONS(2611), - [anon_sym_mod] = ACTIONS(2611), - [anon_sym_pub] = ACTIONS(2611), - [anon_sym_return] = ACTIONS(2611), - [anon_sym_static] = ACTIONS(2611), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_trait] = ACTIONS(2611), - [anon_sym_type] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2611), - [anon_sym_unsafe] = ACTIONS(2611), - [anon_sym_use] = ACTIONS(2611), - [anon_sym_while] = ACTIONS(2611), - [anon_sym_extern] = ACTIONS(2611), - [anon_sym_yield] = ACTIONS(2611), - [anon_sym_move] = ACTIONS(2611), - [anon_sym_try] = ACTIONS(2611), - [sym_integer_literal] = ACTIONS(2609), - [aux_sym_string_literal_token1] = ACTIONS(2609), - [sym_char_literal] = ACTIONS(2609), - [anon_sym_true] = ACTIONS(2611), - [anon_sym_false] = ACTIONS(2611), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2611), - [sym_super] = ACTIONS(2611), - [sym_crate] = ACTIONS(2611), - [sym_metavariable] = ACTIONS(2609), - [sym__raw_string_literal_start] = ACTIONS(2609), - [sym_float_literal] = ACTIONS(2609), - }, - [690] = { + [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), + }, + [STATE(690)] = { [sym_line_comment] = STATE(690), [sym_block_comment] = STATE(690), - [ts_builtin_sym_end] = ACTIONS(2613), - [sym_identifier] = ACTIONS(2615), - [anon_sym_SEMI] = ACTIONS(2613), - [anon_sym_macro_rules_BANG] = ACTIONS(2613), - [anon_sym_LPAREN] = ACTIONS(2613), - [anon_sym_LBRACK] = ACTIONS(2613), - [anon_sym_LBRACE] = ACTIONS(2613), - [anon_sym_RBRACE] = ACTIONS(2613), - [anon_sym_STAR] = ACTIONS(2613), - [anon_sym_u8] = ACTIONS(2615), - [anon_sym_i8] = ACTIONS(2615), - [anon_sym_u16] = ACTIONS(2615), - [anon_sym_i16] = ACTIONS(2615), - [anon_sym_u32] = ACTIONS(2615), - [anon_sym_i32] = ACTIONS(2615), - [anon_sym_u64] = ACTIONS(2615), - [anon_sym_i64] = ACTIONS(2615), - [anon_sym_u128] = ACTIONS(2615), - [anon_sym_i128] = ACTIONS(2615), - [anon_sym_isize] = ACTIONS(2615), - [anon_sym_usize] = ACTIONS(2615), - [anon_sym_f32] = ACTIONS(2615), - [anon_sym_f64] = ACTIONS(2615), - [anon_sym_bool] = ACTIONS(2615), - [anon_sym_str] = ACTIONS(2615), - [anon_sym_char] = ACTIONS(2615), - [anon_sym_DASH] = ACTIONS(2613), - [anon_sym_BANG] = ACTIONS(2613), - [anon_sym_AMP] = ACTIONS(2613), - [anon_sym_PIPE] = ACTIONS(2613), - [anon_sym_LT] = ACTIONS(2613), - [anon_sym_DOT_DOT] = ACTIONS(2613), - [anon_sym_COLON_COLON] = ACTIONS(2613), - [anon_sym_POUND] = ACTIONS(2613), - [anon_sym_SQUOTE] = ACTIONS(2615), - [anon_sym_async] = ACTIONS(2615), - [anon_sym_break] = ACTIONS(2615), - [anon_sym_const] = ACTIONS(2615), - [anon_sym_continue] = ACTIONS(2615), - [anon_sym_default] = ACTIONS(2615), - [anon_sym_enum] = ACTIONS(2615), - [anon_sym_fn] = ACTIONS(2615), - [anon_sym_for] = ACTIONS(2615), - [anon_sym_gen] = ACTIONS(2615), - [anon_sym_if] = ACTIONS(2615), - [anon_sym_impl] = ACTIONS(2615), - [anon_sym_let] = ACTIONS(2615), - [anon_sym_loop] = ACTIONS(2615), - [anon_sym_match] = ACTIONS(2615), - [anon_sym_mod] = ACTIONS(2615), - [anon_sym_pub] = ACTIONS(2615), - [anon_sym_return] = ACTIONS(2615), - [anon_sym_static] = ACTIONS(2615), - [anon_sym_struct] = ACTIONS(2615), - [anon_sym_trait] = ACTIONS(2615), - [anon_sym_type] = ACTIONS(2615), - [anon_sym_union] = ACTIONS(2615), - [anon_sym_unsafe] = ACTIONS(2615), - [anon_sym_use] = ACTIONS(2615), - [anon_sym_while] = ACTIONS(2615), - [anon_sym_extern] = ACTIONS(2615), - [anon_sym_yield] = ACTIONS(2615), - [anon_sym_move] = ACTIONS(2615), - [anon_sym_try] = ACTIONS(2615), - [sym_integer_literal] = ACTIONS(2613), - [aux_sym_string_literal_token1] = ACTIONS(2613), - [sym_char_literal] = ACTIONS(2613), - [anon_sym_true] = ACTIONS(2615), - [anon_sym_false] = ACTIONS(2615), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2615), - [sym_super] = ACTIONS(2615), - [sym_crate] = ACTIONS(2615), - [sym_metavariable] = ACTIONS(2613), - [sym__raw_string_literal_start] = ACTIONS(2613), - [sym_float_literal] = ACTIONS(2613), - }, - [691] = { + [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), + }, + [STATE(691)] = { [sym_line_comment] = STATE(691), [sym_block_comment] = STATE(691), - [ts_builtin_sym_end] = ACTIONS(2617), - [sym_identifier] = ACTIONS(2619), - [anon_sym_SEMI] = ACTIONS(2617), - [anon_sym_macro_rules_BANG] = ACTIONS(2617), - [anon_sym_LPAREN] = ACTIONS(2617), - [anon_sym_LBRACK] = ACTIONS(2617), - [anon_sym_LBRACE] = ACTIONS(2617), - [anon_sym_RBRACE] = ACTIONS(2617), - [anon_sym_STAR] = ACTIONS(2617), - [anon_sym_u8] = ACTIONS(2619), - [anon_sym_i8] = ACTIONS(2619), - [anon_sym_u16] = ACTIONS(2619), - [anon_sym_i16] = ACTIONS(2619), - [anon_sym_u32] = ACTIONS(2619), - [anon_sym_i32] = ACTIONS(2619), - [anon_sym_u64] = ACTIONS(2619), - [anon_sym_i64] = ACTIONS(2619), - [anon_sym_u128] = ACTIONS(2619), - [anon_sym_i128] = ACTIONS(2619), - [anon_sym_isize] = ACTIONS(2619), - [anon_sym_usize] = ACTIONS(2619), - [anon_sym_f32] = ACTIONS(2619), - [anon_sym_f64] = ACTIONS(2619), - [anon_sym_bool] = ACTIONS(2619), - [anon_sym_str] = ACTIONS(2619), - [anon_sym_char] = ACTIONS(2619), - [anon_sym_DASH] = ACTIONS(2617), - [anon_sym_BANG] = ACTIONS(2617), - [anon_sym_AMP] = ACTIONS(2617), - [anon_sym_PIPE] = ACTIONS(2617), - [anon_sym_LT] = ACTIONS(2617), - [anon_sym_DOT_DOT] = ACTIONS(2617), - [anon_sym_COLON_COLON] = ACTIONS(2617), - [anon_sym_POUND] = ACTIONS(2617), - [anon_sym_SQUOTE] = ACTIONS(2619), - [anon_sym_async] = ACTIONS(2619), - [anon_sym_break] = ACTIONS(2619), - [anon_sym_const] = ACTIONS(2619), - [anon_sym_continue] = ACTIONS(2619), - [anon_sym_default] = ACTIONS(2619), - [anon_sym_enum] = ACTIONS(2619), - [anon_sym_fn] = ACTIONS(2619), - [anon_sym_for] = ACTIONS(2619), - [anon_sym_gen] = ACTIONS(2619), - [anon_sym_if] = ACTIONS(2619), - [anon_sym_impl] = ACTIONS(2619), - [anon_sym_let] = ACTIONS(2619), - [anon_sym_loop] = ACTIONS(2619), - [anon_sym_match] = ACTIONS(2619), - [anon_sym_mod] = ACTIONS(2619), - [anon_sym_pub] = ACTIONS(2619), - [anon_sym_return] = ACTIONS(2619), - [anon_sym_static] = ACTIONS(2619), - [anon_sym_struct] = ACTIONS(2619), - [anon_sym_trait] = ACTIONS(2619), - [anon_sym_type] = ACTIONS(2619), - [anon_sym_union] = ACTIONS(2619), - [anon_sym_unsafe] = ACTIONS(2619), - [anon_sym_use] = ACTIONS(2619), - [anon_sym_while] = ACTIONS(2619), - [anon_sym_extern] = ACTIONS(2619), - [anon_sym_yield] = ACTIONS(2619), - [anon_sym_move] = ACTIONS(2619), - [anon_sym_try] = ACTIONS(2619), - [sym_integer_literal] = ACTIONS(2617), - [aux_sym_string_literal_token1] = ACTIONS(2617), - [sym_char_literal] = ACTIONS(2617), - [anon_sym_true] = ACTIONS(2619), - [anon_sym_false] = ACTIONS(2619), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2619), - [sym_super] = ACTIONS(2619), - [sym_crate] = ACTIONS(2619), - [sym_metavariable] = ACTIONS(2617), - [sym__raw_string_literal_start] = ACTIONS(2617), - [sym_float_literal] = ACTIONS(2617), - }, - [692] = { + [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), + }, + [STATE(692)] = { [sym_line_comment] = STATE(692), [sym_block_comment] = STATE(692), - [ts_builtin_sym_end] = ACTIONS(2621), - [sym_identifier] = ACTIONS(2623), - [anon_sym_SEMI] = ACTIONS(2621), - [anon_sym_macro_rules_BANG] = ACTIONS(2621), - [anon_sym_LPAREN] = ACTIONS(2621), - [anon_sym_LBRACK] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2621), - [anon_sym_RBRACE] = ACTIONS(2621), - [anon_sym_STAR] = ACTIONS(2621), - [anon_sym_u8] = ACTIONS(2623), - [anon_sym_i8] = ACTIONS(2623), - [anon_sym_u16] = ACTIONS(2623), - [anon_sym_i16] = ACTIONS(2623), - [anon_sym_u32] = ACTIONS(2623), - [anon_sym_i32] = ACTIONS(2623), - [anon_sym_u64] = ACTIONS(2623), - [anon_sym_i64] = ACTIONS(2623), - [anon_sym_u128] = ACTIONS(2623), - [anon_sym_i128] = ACTIONS(2623), - [anon_sym_isize] = ACTIONS(2623), - [anon_sym_usize] = ACTIONS(2623), - [anon_sym_f32] = ACTIONS(2623), - [anon_sym_f64] = ACTIONS(2623), - [anon_sym_bool] = ACTIONS(2623), - [anon_sym_str] = ACTIONS(2623), - [anon_sym_char] = ACTIONS(2623), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_BANG] = ACTIONS(2621), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_DOT_DOT] = ACTIONS(2621), - [anon_sym_COLON_COLON] = ACTIONS(2621), - [anon_sym_POUND] = ACTIONS(2621), - [anon_sym_SQUOTE] = ACTIONS(2623), - [anon_sym_async] = ACTIONS(2623), - [anon_sym_break] = ACTIONS(2623), - [anon_sym_const] = ACTIONS(2623), - [anon_sym_continue] = ACTIONS(2623), - [anon_sym_default] = ACTIONS(2623), - [anon_sym_enum] = ACTIONS(2623), - [anon_sym_fn] = ACTIONS(2623), - [anon_sym_for] = ACTIONS(2623), - [anon_sym_gen] = ACTIONS(2623), - [anon_sym_if] = ACTIONS(2623), - [anon_sym_impl] = ACTIONS(2623), - [anon_sym_let] = ACTIONS(2623), - [anon_sym_loop] = ACTIONS(2623), - [anon_sym_match] = ACTIONS(2623), - [anon_sym_mod] = ACTIONS(2623), - [anon_sym_pub] = ACTIONS(2623), - [anon_sym_return] = ACTIONS(2623), - [anon_sym_static] = ACTIONS(2623), - [anon_sym_struct] = ACTIONS(2623), - [anon_sym_trait] = ACTIONS(2623), - [anon_sym_type] = ACTIONS(2623), - [anon_sym_union] = ACTIONS(2623), - [anon_sym_unsafe] = ACTIONS(2623), - [anon_sym_use] = ACTIONS(2623), - [anon_sym_while] = ACTIONS(2623), - [anon_sym_extern] = ACTIONS(2623), - [anon_sym_yield] = ACTIONS(2623), - [anon_sym_move] = ACTIONS(2623), - [anon_sym_try] = ACTIONS(2623), - [sym_integer_literal] = ACTIONS(2621), - [aux_sym_string_literal_token1] = ACTIONS(2621), - [sym_char_literal] = ACTIONS(2621), - [anon_sym_true] = ACTIONS(2623), - [anon_sym_false] = ACTIONS(2623), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2623), - [sym_super] = ACTIONS(2623), - [sym_crate] = ACTIONS(2623), - [sym_metavariable] = ACTIONS(2621), - [sym__raw_string_literal_start] = ACTIONS(2621), - [sym_float_literal] = ACTIONS(2621), - }, - [693] = { + [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), + }, + [STATE(693)] = { [sym_line_comment] = STATE(693), [sym_block_comment] = STATE(693), - [ts_builtin_sym_end] = ACTIONS(2625), - [sym_identifier] = ACTIONS(2627), - [anon_sym_SEMI] = ACTIONS(2625), - [anon_sym_macro_rules_BANG] = ACTIONS(2625), - [anon_sym_LPAREN] = ACTIONS(2625), - [anon_sym_LBRACK] = ACTIONS(2625), - [anon_sym_LBRACE] = ACTIONS(2625), - [anon_sym_RBRACE] = ACTIONS(2625), - [anon_sym_STAR] = ACTIONS(2625), - [anon_sym_u8] = ACTIONS(2627), - [anon_sym_i8] = ACTIONS(2627), - [anon_sym_u16] = ACTIONS(2627), - [anon_sym_i16] = ACTIONS(2627), - [anon_sym_u32] = ACTIONS(2627), - [anon_sym_i32] = ACTIONS(2627), - [anon_sym_u64] = ACTIONS(2627), - [anon_sym_i64] = ACTIONS(2627), - [anon_sym_u128] = ACTIONS(2627), - [anon_sym_i128] = ACTIONS(2627), - [anon_sym_isize] = ACTIONS(2627), - [anon_sym_usize] = ACTIONS(2627), - [anon_sym_f32] = ACTIONS(2627), - [anon_sym_f64] = ACTIONS(2627), - [anon_sym_bool] = ACTIONS(2627), - [anon_sym_str] = ACTIONS(2627), - [anon_sym_char] = ACTIONS(2627), - [anon_sym_DASH] = ACTIONS(2625), - [anon_sym_BANG] = ACTIONS(2625), - [anon_sym_AMP] = ACTIONS(2625), - [anon_sym_PIPE] = ACTIONS(2625), - [anon_sym_LT] = ACTIONS(2625), - [anon_sym_DOT_DOT] = ACTIONS(2625), - [anon_sym_COLON_COLON] = ACTIONS(2625), - [anon_sym_POUND] = ACTIONS(2625), - [anon_sym_SQUOTE] = ACTIONS(2627), - [anon_sym_async] = ACTIONS(2627), - [anon_sym_break] = ACTIONS(2627), - [anon_sym_const] = ACTIONS(2627), - [anon_sym_continue] = ACTIONS(2627), - [anon_sym_default] = ACTIONS(2627), - [anon_sym_enum] = ACTIONS(2627), - [anon_sym_fn] = ACTIONS(2627), - [anon_sym_for] = ACTIONS(2627), - [anon_sym_gen] = ACTIONS(2627), - [anon_sym_if] = ACTIONS(2627), - [anon_sym_impl] = ACTIONS(2627), - [anon_sym_let] = ACTIONS(2627), - [anon_sym_loop] = ACTIONS(2627), - [anon_sym_match] = ACTIONS(2627), - [anon_sym_mod] = ACTIONS(2627), - [anon_sym_pub] = ACTIONS(2627), - [anon_sym_return] = ACTIONS(2627), - [anon_sym_static] = ACTIONS(2627), - [anon_sym_struct] = ACTIONS(2627), - [anon_sym_trait] = ACTIONS(2627), - [anon_sym_type] = ACTIONS(2627), - [anon_sym_union] = ACTIONS(2627), - [anon_sym_unsafe] = ACTIONS(2627), - [anon_sym_use] = ACTIONS(2627), - [anon_sym_while] = ACTIONS(2627), - [anon_sym_extern] = ACTIONS(2627), - [anon_sym_yield] = ACTIONS(2627), - [anon_sym_move] = ACTIONS(2627), - [anon_sym_try] = ACTIONS(2627), - [sym_integer_literal] = ACTIONS(2625), - [aux_sym_string_literal_token1] = ACTIONS(2625), - [sym_char_literal] = ACTIONS(2625), - [anon_sym_true] = ACTIONS(2627), - [anon_sym_false] = ACTIONS(2627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2627), - [sym_super] = ACTIONS(2627), - [sym_crate] = ACTIONS(2627), - [sym_metavariable] = ACTIONS(2625), - [sym__raw_string_literal_start] = ACTIONS(2625), - [sym_float_literal] = ACTIONS(2625), - }, - [694] = { + [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), + }, + [STATE(694)] = { [sym_line_comment] = STATE(694), [sym_block_comment] = STATE(694), - [ts_builtin_sym_end] = ACTIONS(2629), - [sym_identifier] = ACTIONS(2631), - [anon_sym_SEMI] = ACTIONS(2629), - [anon_sym_macro_rules_BANG] = ACTIONS(2629), - [anon_sym_LPAREN] = ACTIONS(2629), - [anon_sym_LBRACK] = ACTIONS(2629), - [anon_sym_LBRACE] = ACTIONS(2629), - [anon_sym_RBRACE] = ACTIONS(2629), - [anon_sym_STAR] = ACTIONS(2629), - [anon_sym_u8] = ACTIONS(2631), - [anon_sym_i8] = ACTIONS(2631), - [anon_sym_u16] = ACTIONS(2631), - [anon_sym_i16] = ACTIONS(2631), - [anon_sym_u32] = ACTIONS(2631), - [anon_sym_i32] = ACTIONS(2631), - [anon_sym_u64] = ACTIONS(2631), - [anon_sym_i64] = ACTIONS(2631), - [anon_sym_u128] = ACTIONS(2631), - [anon_sym_i128] = ACTIONS(2631), - [anon_sym_isize] = ACTIONS(2631), - [anon_sym_usize] = ACTIONS(2631), - [anon_sym_f32] = ACTIONS(2631), - [anon_sym_f64] = ACTIONS(2631), - [anon_sym_bool] = ACTIONS(2631), - [anon_sym_str] = ACTIONS(2631), - [anon_sym_char] = ACTIONS(2631), - [anon_sym_DASH] = ACTIONS(2629), - [anon_sym_BANG] = ACTIONS(2629), - [anon_sym_AMP] = ACTIONS(2629), - [anon_sym_PIPE] = ACTIONS(2629), - [anon_sym_LT] = ACTIONS(2629), - [anon_sym_DOT_DOT] = ACTIONS(2629), - [anon_sym_COLON_COLON] = ACTIONS(2629), - [anon_sym_POUND] = ACTIONS(2629), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_async] = ACTIONS(2631), - [anon_sym_break] = ACTIONS(2631), - [anon_sym_const] = ACTIONS(2631), - [anon_sym_continue] = ACTIONS(2631), - [anon_sym_default] = ACTIONS(2631), - [anon_sym_enum] = ACTIONS(2631), - [anon_sym_fn] = ACTIONS(2631), - [anon_sym_for] = ACTIONS(2631), - [anon_sym_gen] = ACTIONS(2631), - [anon_sym_if] = ACTIONS(2631), - [anon_sym_impl] = ACTIONS(2631), - [anon_sym_let] = ACTIONS(2631), - [anon_sym_loop] = ACTIONS(2631), - [anon_sym_match] = ACTIONS(2631), - [anon_sym_mod] = ACTIONS(2631), - [anon_sym_pub] = ACTIONS(2631), - [anon_sym_return] = ACTIONS(2631), - [anon_sym_static] = ACTIONS(2631), - [anon_sym_struct] = ACTIONS(2631), - [anon_sym_trait] = ACTIONS(2631), - [anon_sym_type] = ACTIONS(2631), - [anon_sym_union] = ACTIONS(2631), - [anon_sym_unsafe] = ACTIONS(2631), - [anon_sym_use] = ACTIONS(2631), - [anon_sym_while] = ACTIONS(2631), - [anon_sym_extern] = ACTIONS(2631), - [anon_sym_yield] = ACTIONS(2631), - [anon_sym_move] = ACTIONS(2631), - [anon_sym_try] = ACTIONS(2631), - [sym_integer_literal] = ACTIONS(2629), - [aux_sym_string_literal_token1] = ACTIONS(2629), - [sym_char_literal] = ACTIONS(2629), - [anon_sym_true] = ACTIONS(2631), - [anon_sym_false] = ACTIONS(2631), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2631), - [sym_super] = ACTIONS(2631), - [sym_crate] = ACTIONS(2631), - [sym_metavariable] = ACTIONS(2629), - [sym__raw_string_literal_start] = ACTIONS(2629), - [sym_float_literal] = ACTIONS(2629), - }, - [695] = { + [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), + }, + [STATE(695)] = { [sym_line_comment] = STATE(695), [sym_block_comment] = STATE(695), - [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), - }, - [696] = { + [ts_builtin_sym_end] = ACTIONS(2631), + [sym_identifier] = ACTIONS(2633), + [anon_sym_SEMI] = ACTIONS(2631), + [anon_sym_macro_rules_BANG] = ACTIONS(2631), + [anon_sym_LPAREN] = ACTIONS(2631), + [anon_sym_LBRACK] = ACTIONS(2631), + [anon_sym_LBRACE] = ACTIONS(2631), + [anon_sym_RBRACE] = ACTIONS(2631), + [anon_sym_STAR] = ACTIONS(2631), + [anon_sym_u8] = ACTIONS(2633), + [anon_sym_i8] = ACTIONS(2633), + [anon_sym_u16] = ACTIONS(2633), + [anon_sym_i16] = ACTIONS(2633), + [anon_sym_u32] = ACTIONS(2633), + [anon_sym_i32] = ACTIONS(2633), + [anon_sym_u64] = ACTIONS(2633), + [anon_sym_i64] = ACTIONS(2633), + [anon_sym_u128] = ACTIONS(2633), + [anon_sym_i128] = ACTIONS(2633), + [anon_sym_isize] = ACTIONS(2633), + [anon_sym_usize] = ACTIONS(2633), + [anon_sym_f32] = ACTIONS(2633), + [anon_sym_f64] = ACTIONS(2633), + [anon_sym_bool] = ACTIONS(2633), + [anon_sym_str] = ACTIONS(2633), + [anon_sym_char] = ACTIONS(2633), + [anon_sym_DASH] = ACTIONS(2631), + [anon_sym_BANG] = ACTIONS(2631), + [anon_sym_AMP] = ACTIONS(2631), + [anon_sym_PIPE] = ACTIONS(2631), + [anon_sym_LT] = ACTIONS(2631), + [anon_sym_DOT_DOT] = ACTIONS(2631), + [anon_sym_COLON_COLON] = ACTIONS(2631), + [anon_sym_POUND] = ACTIONS(2631), + [anon_sym_SQUOTE] = ACTIONS(2633), + [anon_sym_async] = ACTIONS(2633), + [anon_sym_break] = ACTIONS(2633), + [anon_sym_const] = ACTIONS(2633), + [anon_sym_continue] = ACTIONS(2633), + [anon_sym_default] = ACTIONS(2633), + [anon_sym_enum] = ACTIONS(2633), + [anon_sym_fn] = ACTIONS(2633), + [anon_sym_for] = ACTIONS(2633), + [anon_sym_gen] = ACTIONS(2633), + [anon_sym_if] = ACTIONS(2633), + [anon_sym_impl] = ACTIONS(2633), + [anon_sym_let] = ACTIONS(2633), + [anon_sym_loop] = ACTIONS(2633), + [anon_sym_match] = ACTIONS(2633), + [anon_sym_mod] = ACTIONS(2633), + [anon_sym_pub] = ACTIONS(2633), + [anon_sym_return] = ACTIONS(2633), + [anon_sym_static] = ACTIONS(2633), + [anon_sym_struct] = ACTIONS(2633), + [anon_sym_trait] = ACTIONS(2633), + [anon_sym_type] = ACTIONS(2633), + [anon_sym_union] = ACTIONS(2633), + [anon_sym_unsafe] = ACTIONS(2633), + [anon_sym_use] = ACTIONS(2633), + [anon_sym_while] = ACTIONS(2633), + [anon_sym_extern] = ACTIONS(2633), + [anon_sym_yield] = ACTIONS(2633), + [anon_sym_move] = ACTIONS(2633), + [anon_sym_try] = ACTIONS(2633), + [sym_integer_literal] = ACTIONS(2631), + [aux_sym_string_literal_token1] = ACTIONS(2631), + [sym_char_literal] = ACTIONS(2631), + [anon_sym_true] = ACTIONS(2633), + [anon_sym_false] = ACTIONS(2633), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2633), + [sym_super] = ACTIONS(2633), + [sym_crate] = ACTIONS(2633), + [sym_metavariable] = ACTIONS(2631), + [sym__raw_string_literal_start] = ACTIONS(2631), + [sym_float_literal] = ACTIONS(2631), + }, + [STATE(696)] = { [sym_line_comment] = STATE(696), [sym_block_comment] = STATE(696), - [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), - }, - [697] = { + [ts_builtin_sym_end] = ACTIONS(2635), + [sym_identifier] = ACTIONS(2637), + [anon_sym_SEMI] = ACTIONS(2635), + [anon_sym_macro_rules_BANG] = ACTIONS(2635), + [anon_sym_LPAREN] = ACTIONS(2635), + [anon_sym_LBRACK] = ACTIONS(2635), + [anon_sym_LBRACE] = ACTIONS(2635), + [anon_sym_RBRACE] = ACTIONS(2635), + [anon_sym_STAR] = ACTIONS(2635), + [anon_sym_u8] = ACTIONS(2637), + [anon_sym_i8] = ACTIONS(2637), + [anon_sym_u16] = ACTIONS(2637), + [anon_sym_i16] = ACTIONS(2637), + [anon_sym_u32] = ACTIONS(2637), + [anon_sym_i32] = ACTIONS(2637), + [anon_sym_u64] = ACTIONS(2637), + [anon_sym_i64] = ACTIONS(2637), + [anon_sym_u128] = ACTIONS(2637), + [anon_sym_i128] = ACTIONS(2637), + [anon_sym_isize] = ACTIONS(2637), + [anon_sym_usize] = ACTIONS(2637), + [anon_sym_f32] = ACTIONS(2637), + [anon_sym_f64] = ACTIONS(2637), + [anon_sym_bool] = ACTIONS(2637), + [anon_sym_str] = ACTIONS(2637), + [anon_sym_char] = ACTIONS(2637), + [anon_sym_DASH] = ACTIONS(2635), + [anon_sym_BANG] = ACTIONS(2635), + [anon_sym_AMP] = ACTIONS(2635), + [anon_sym_PIPE] = ACTIONS(2635), + [anon_sym_LT] = ACTIONS(2635), + [anon_sym_DOT_DOT] = ACTIONS(2635), + [anon_sym_COLON_COLON] = ACTIONS(2635), + [anon_sym_POUND] = ACTIONS(2635), + [anon_sym_SQUOTE] = ACTIONS(2637), + [anon_sym_async] = ACTIONS(2637), + [anon_sym_break] = ACTIONS(2637), + [anon_sym_const] = ACTIONS(2637), + [anon_sym_continue] = ACTIONS(2637), + [anon_sym_default] = ACTIONS(2637), + [anon_sym_enum] = ACTIONS(2637), + [anon_sym_fn] = ACTIONS(2637), + [anon_sym_for] = ACTIONS(2637), + [anon_sym_gen] = ACTIONS(2637), + [anon_sym_if] = ACTIONS(2637), + [anon_sym_impl] = ACTIONS(2637), + [anon_sym_let] = ACTIONS(2637), + [anon_sym_loop] = ACTIONS(2637), + [anon_sym_match] = ACTIONS(2637), + [anon_sym_mod] = ACTIONS(2637), + [anon_sym_pub] = ACTIONS(2637), + [anon_sym_return] = ACTIONS(2637), + [anon_sym_static] = ACTIONS(2637), + [anon_sym_struct] = ACTIONS(2637), + [anon_sym_trait] = ACTIONS(2637), + [anon_sym_type] = ACTIONS(2637), + [anon_sym_union] = ACTIONS(2637), + [anon_sym_unsafe] = ACTIONS(2637), + [anon_sym_use] = ACTIONS(2637), + [anon_sym_while] = ACTIONS(2637), + [anon_sym_extern] = ACTIONS(2637), + [anon_sym_yield] = ACTIONS(2637), + [anon_sym_move] = ACTIONS(2637), + [anon_sym_try] = ACTIONS(2637), + [sym_integer_literal] = ACTIONS(2635), + [aux_sym_string_literal_token1] = ACTIONS(2635), + [sym_char_literal] = ACTIONS(2635), + [anon_sym_true] = ACTIONS(2637), + [anon_sym_false] = ACTIONS(2637), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2637), + [sym_super] = ACTIONS(2637), + [sym_crate] = ACTIONS(2637), + [sym_metavariable] = ACTIONS(2635), + [sym__raw_string_literal_start] = ACTIONS(2635), + [sym_float_literal] = ACTIONS(2635), + }, + [STATE(697)] = { [sym_line_comment] = STATE(697), [sym_block_comment] = STATE(697), - [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), - }, - [698] = { + [ts_builtin_sym_end] = ACTIONS(2639), + [sym_identifier] = ACTIONS(2641), + [anon_sym_SEMI] = ACTIONS(2639), + [anon_sym_macro_rules_BANG] = ACTIONS(2639), + [anon_sym_LPAREN] = ACTIONS(2639), + [anon_sym_LBRACK] = ACTIONS(2639), + [anon_sym_LBRACE] = ACTIONS(2639), + [anon_sym_RBRACE] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(2639), + [anon_sym_u8] = ACTIONS(2641), + [anon_sym_i8] = ACTIONS(2641), + [anon_sym_u16] = ACTIONS(2641), + [anon_sym_i16] = ACTIONS(2641), + [anon_sym_u32] = ACTIONS(2641), + [anon_sym_i32] = ACTIONS(2641), + [anon_sym_u64] = ACTIONS(2641), + [anon_sym_i64] = ACTIONS(2641), + [anon_sym_u128] = ACTIONS(2641), + [anon_sym_i128] = ACTIONS(2641), + [anon_sym_isize] = ACTIONS(2641), + [anon_sym_usize] = ACTIONS(2641), + [anon_sym_f32] = ACTIONS(2641), + [anon_sym_f64] = ACTIONS(2641), + [anon_sym_bool] = ACTIONS(2641), + [anon_sym_str] = ACTIONS(2641), + [anon_sym_char] = ACTIONS(2641), + [anon_sym_DASH] = ACTIONS(2639), + [anon_sym_BANG] = ACTIONS(2639), + [anon_sym_AMP] = ACTIONS(2639), + [anon_sym_PIPE] = ACTIONS(2639), + [anon_sym_LT] = ACTIONS(2639), + [anon_sym_DOT_DOT] = ACTIONS(2639), + [anon_sym_COLON_COLON] = ACTIONS(2639), + [anon_sym_POUND] = ACTIONS(2639), + [anon_sym_SQUOTE] = ACTIONS(2641), + [anon_sym_async] = ACTIONS(2641), + [anon_sym_break] = ACTIONS(2641), + [anon_sym_const] = ACTIONS(2641), + [anon_sym_continue] = ACTIONS(2641), + [anon_sym_default] = ACTIONS(2641), + [anon_sym_enum] = ACTIONS(2641), + [anon_sym_fn] = ACTIONS(2641), + [anon_sym_for] = ACTIONS(2641), + [anon_sym_gen] = ACTIONS(2641), + [anon_sym_if] = ACTIONS(2641), + [anon_sym_impl] = ACTIONS(2641), + [anon_sym_let] = ACTIONS(2641), + [anon_sym_loop] = ACTIONS(2641), + [anon_sym_match] = ACTIONS(2641), + [anon_sym_mod] = ACTIONS(2641), + [anon_sym_pub] = ACTIONS(2641), + [anon_sym_return] = ACTIONS(2641), + [anon_sym_static] = ACTIONS(2641), + [anon_sym_struct] = ACTIONS(2641), + [anon_sym_trait] = ACTIONS(2641), + [anon_sym_type] = ACTIONS(2641), + [anon_sym_union] = ACTIONS(2641), + [anon_sym_unsafe] = ACTIONS(2641), + [anon_sym_use] = ACTIONS(2641), + [anon_sym_while] = ACTIONS(2641), + [anon_sym_extern] = ACTIONS(2641), + [anon_sym_yield] = ACTIONS(2641), + [anon_sym_move] = ACTIONS(2641), + [anon_sym_try] = ACTIONS(2641), + [sym_integer_literal] = ACTIONS(2639), + [aux_sym_string_literal_token1] = ACTIONS(2639), + [sym_char_literal] = ACTIONS(2639), + [anon_sym_true] = ACTIONS(2641), + [anon_sym_false] = ACTIONS(2641), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2641), + [sym_super] = ACTIONS(2641), + [sym_crate] = ACTIONS(2641), + [sym_metavariable] = ACTIONS(2639), + [sym__raw_string_literal_start] = ACTIONS(2639), + [sym_float_literal] = ACTIONS(2639), + }, + [STATE(698)] = { [sym_line_comment] = STATE(698), [sym_block_comment] = STATE(698), - [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), - }, - [699] = { - [sym_attribute_item] = STATE(1468), - [sym_inner_attribute_item] = STATE(1468), - [sym_bracketed_type] = STATE(3553), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3287), - [sym_macro_invocation] = STATE(2757), - [sym_scoped_identifier] = STATE(2151), - [sym_scoped_type_identifier] = STATE(2982), - [sym_match_arm] = STATE(1469), - [sym_match_pattern] = STATE(3616), - [sym_const_block] = STATE(2757), - [sym__pattern] = STATE(2907), - [sym_tuple_pattern] = STATE(2757), - [sym_slice_pattern] = STATE(2757), - [sym_tuple_struct_pattern] = STATE(2757), - [sym_struct_pattern] = STATE(2757), - [sym_remaining_field_pattern] = STATE(2757), - [sym_mut_pattern] = STATE(2757), - [sym_range_pattern] = STATE(2757), - [sym_ref_pattern] = STATE(2757), - [sym_captured_pattern] = STATE(2757), - [sym_reference_pattern] = STATE(2757), - [sym_or_pattern] = STATE(2757), - [sym__literal_pattern] = STATE(2330), - [sym_negative_literal] = STATE(2364), - [sym_string_literal] = STATE(2364), - [sym_raw_string_literal] = STATE(2364), - [sym_boolean_literal] = STATE(2364), + [ts_builtin_sym_end] = ACTIONS(2643), + [sym_identifier] = ACTIONS(2645), + [anon_sym_SEMI] = ACTIONS(2643), + [anon_sym_macro_rules_BANG] = ACTIONS(2643), + [anon_sym_LPAREN] = ACTIONS(2643), + [anon_sym_LBRACK] = ACTIONS(2643), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_RBRACE] = ACTIONS(2643), + [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_u8] = ACTIONS(2645), + [anon_sym_i8] = ACTIONS(2645), + [anon_sym_u16] = ACTIONS(2645), + [anon_sym_i16] = ACTIONS(2645), + [anon_sym_u32] = ACTIONS(2645), + [anon_sym_i32] = ACTIONS(2645), + [anon_sym_u64] = ACTIONS(2645), + [anon_sym_i64] = ACTIONS(2645), + [anon_sym_u128] = ACTIONS(2645), + [anon_sym_i128] = ACTIONS(2645), + [anon_sym_isize] = ACTIONS(2645), + [anon_sym_usize] = ACTIONS(2645), + [anon_sym_f32] = ACTIONS(2645), + [anon_sym_f64] = ACTIONS(2645), + [anon_sym_bool] = ACTIONS(2645), + [anon_sym_str] = ACTIONS(2645), + [anon_sym_char] = ACTIONS(2645), + [anon_sym_DASH] = ACTIONS(2643), + [anon_sym_BANG] = ACTIONS(2643), + [anon_sym_AMP] = ACTIONS(2643), + [anon_sym_PIPE] = ACTIONS(2643), + [anon_sym_LT] = ACTIONS(2643), + [anon_sym_DOT_DOT] = ACTIONS(2643), + [anon_sym_COLON_COLON] = ACTIONS(2643), + [anon_sym_POUND] = ACTIONS(2643), + [anon_sym_SQUOTE] = ACTIONS(2645), + [anon_sym_async] = ACTIONS(2645), + [anon_sym_break] = ACTIONS(2645), + [anon_sym_const] = ACTIONS(2645), + [anon_sym_continue] = ACTIONS(2645), + [anon_sym_default] = ACTIONS(2645), + [anon_sym_enum] = ACTIONS(2645), + [anon_sym_fn] = ACTIONS(2645), + [anon_sym_for] = ACTIONS(2645), + [anon_sym_gen] = ACTIONS(2645), + [anon_sym_if] = ACTIONS(2645), + [anon_sym_impl] = ACTIONS(2645), + [anon_sym_let] = ACTIONS(2645), + [anon_sym_loop] = ACTIONS(2645), + [anon_sym_match] = ACTIONS(2645), + [anon_sym_mod] = ACTIONS(2645), + [anon_sym_pub] = ACTIONS(2645), + [anon_sym_return] = ACTIONS(2645), + [anon_sym_static] = ACTIONS(2645), + [anon_sym_struct] = ACTIONS(2645), + [anon_sym_trait] = ACTIONS(2645), + [anon_sym_type] = ACTIONS(2645), + [anon_sym_union] = ACTIONS(2645), + [anon_sym_unsafe] = ACTIONS(2645), + [anon_sym_use] = ACTIONS(2645), + [anon_sym_while] = ACTIONS(2645), + [anon_sym_extern] = ACTIONS(2645), + [anon_sym_yield] = ACTIONS(2645), + [anon_sym_move] = ACTIONS(2645), + [anon_sym_try] = ACTIONS(2645), + [sym_integer_literal] = ACTIONS(2643), + [aux_sym_string_literal_token1] = ACTIONS(2643), + [sym_char_literal] = ACTIONS(2643), + [anon_sym_true] = ACTIONS(2645), + [anon_sym_false] = ACTIONS(2645), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2645), + [sym_super] = ACTIONS(2645), + [sym_crate] = ACTIONS(2645), + [sym_metavariable] = ACTIONS(2643), + [sym__raw_string_literal_start] = ACTIONS(2643), + [sym_float_literal] = ACTIONS(2643), + }, + [STATE(699)] = { [sym_line_comment] = STATE(699), [sym_block_comment] = STATE(699), - [aux_sym_match_block_repeat1] = STATE(699), - [aux_sym_match_arm_repeat1] = STATE(769), + [ts_builtin_sym_end] = ACTIONS(2647), [sym_identifier] = ACTIONS(2649), - [anon_sym_LPAREN] = ACTIONS(2652), - [anon_sym_LBRACK] = ACTIONS(2655), - [anon_sym_u8] = ACTIONS(2658), - [anon_sym_i8] = ACTIONS(2658), - [anon_sym_u16] = ACTIONS(2658), - [anon_sym_i16] = ACTIONS(2658), - [anon_sym_u32] = ACTIONS(2658), - [anon_sym_i32] = ACTIONS(2658), - [anon_sym_u64] = ACTIONS(2658), - [anon_sym_i64] = ACTIONS(2658), - [anon_sym_u128] = ACTIONS(2658), - [anon_sym_i128] = ACTIONS(2658), - [anon_sym_isize] = ACTIONS(2658), - [anon_sym_usize] = ACTIONS(2658), - [anon_sym_f32] = ACTIONS(2658), - [anon_sym_f64] = ACTIONS(2658), - [anon_sym_bool] = ACTIONS(2658), - [anon_sym_str] = ACTIONS(2658), - [anon_sym_char] = ACTIONS(2658), - [anon_sym_DASH] = ACTIONS(2661), - [anon_sym_AMP] = ACTIONS(2664), - [anon_sym_PIPE] = ACTIONS(2667), - [anon_sym_LT] = ACTIONS(2670), - [anon_sym__] = ACTIONS(2673), - [anon_sym_DOT_DOT] = ACTIONS(2676), - [anon_sym_COLON_COLON] = ACTIONS(2679), - [anon_sym_POUND] = ACTIONS(2682), - [anon_sym_const] = ACTIONS(2685), - [anon_sym_default] = ACTIONS(2688), - [anon_sym_gen] = ACTIONS(2688), - [anon_sym_union] = ACTIONS(2688), - [anon_sym_ref] = ACTIONS(2691), - [sym_mutable_specifier] = ACTIONS(2694), - [sym_integer_literal] = ACTIONS(2697), - [aux_sym_string_literal_token1] = ACTIONS(2700), - [sym_char_literal] = ACTIONS(2697), - [anon_sym_true] = ACTIONS(2703), - [anon_sym_false] = ACTIONS(2703), - [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(2709), - [sym__raw_string_literal_start] = ACTIONS(2712), - [sym_float_literal] = ACTIONS(2697), - }, - [700] = { - [sym_empty_statement] = STATE(1072), - [sym_macro_definition] = STATE(1072), - [sym_attribute_item] = STATE(1072), - [sym_inner_attribute_item] = STATE(1072), - [sym_mod_item] = STATE(1072), - [sym_foreign_mod_item] = STATE(1072), - [sym_struct_item] = STATE(1072), - [sym_union_item] = STATE(1072), - [sym_enum_item] = STATE(1072), - [sym_extern_crate_declaration] = STATE(1072), - [sym_const_item] = STATE(1072), - [sym_static_item] = STATE(1072), - [sym_type_item] = STATE(1072), - [sym_function_item] = STATE(1072), - [sym_function_signature_item] = STATE(1072), - [sym_function_modifiers] = STATE(3622), - [sym_impl_item] = STATE(1072), - [sym_trait_item] = STATE(1072), - [sym_associated_type] = STATE(1072), - [sym_let_declaration] = STATE(1072), - [sym_use_declaration] = STATE(1072), - [sym_extern_modifier] = STATE(2165), - [sym_visibility_modifier] = STATE(1954), - [sym_bracketed_type] = STATE(3353), - [sym_generic_type_with_turbofish] = STATE(3379), - [sym_macro_invocation] = STATE(1072), - [sym_scoped_identifier] = STATE(3167), + [anon_sym_SEMI] = ACTIONS(2647), + [anon_sym_macro_rules_BANG] = ACTIONS(2647), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2647), + [anon_sym_LBRACE] = ACTIONS(2647), + [anon_sym_RBRACE] = ACTIONS(2647), + [anon_sym_STAR] = ACTIONS(2647), + [anon_sym_u8] = ACTIONS(2649), + [anon_sym_i8] = ACTIONS(2649), + [anon_sym_u16] = ACTIONS(2649), + [anon_sym_i16] = ACTIONS(2649), + [anon_sym_u32] = ACTIONS(2649), + [anon_sym_i32] = ACTIONS(2649), + [anon_sym_u64] = ACTIONS(2649), + [anon_sym_i64] = ACTIONS(2649), + [anon_sym_u128] = ACTIONS(2649), + [anon_sym_i128] = ACTIONS(2649), + [anon_sym_isize] = ACTIONS(2649), + [anon_sym_usize] = ACTIONS(2649), + [anon_sym_f32] = ACTIONS(2649), + [anon_sym_f64] = ACTIONS(2649), + [anon_sym_bool] = ACTIONS(2649), + [anon_sym_str] = ACTIONS(2649), + [anon_sym_char] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(2647), + [anon_sym_BANG] = ACTIONS(2647), + [anon_sym_AMP] = ACTIONS(2647), + [anon_sym_PIPE] = ACTIONS(2647), + [anon_sym_LT] = ACTIONS(2647), + [anon_sym_DOT_DOT] = ACTIONS(2647), + [anon_sym_COLON_COLON] = ACTIONS(2647), + [anon_sym_POUND] = ACTIONS(2647), + [anon_sym_SQUOTE] = ACTIONS(2649), + [anon_sym_async] = ACTIONS(2649), + [anon_sym_break] = ACTIONS(2649), + [anon_sym_const] = ACTIONS(2649), + [anon_sym_continue] = ACTIONS(2649), + [anon_sym_default] = ACTIONS(2649), + [anon_sym_enum] = ACTIONS(2649), + [anon_sym_fn] = ACTIONS(2649), + [anon_sym_for] = ACTIONS(2649), + [anon_sym_gen] = ACTIONS(2649), + [anon_sym_if] = ACTIONS(2649), + [anon_sym_impl] = ACTIONS(2649), + [anon_sym_let] = ACTIONS(2649), + [anon_sym_loop] = ACTIONS(2649), + [anon_sym_match] = ACTIONS(2649), + [anon_sym_mod] = ACTIONS(2649), + [anon_sym_pub] = ACTIONS(2649), + [anon_sym_return] = ACTIONS(2649), + [anon_sym_static] = ACTIONS(2649), + [anon_sym_struct] = ACTIONS(2649), + [anon_sym_trait] = ACTIONS(2649), + [anon_sym_type] = ACTIONS(2649), + [anon_sym_union] = ACTIONS(2649), + [anon_sym_unsafe] = ACTIONS(2649), + [anon_sym_use] = ACTIONS(2649), + [anon_sym_while] = ACTIONS(2649), + [anon_sym_extern] = ACTIONS(2649), + [anon_sym_yield] = ACTIONS(2649), + [anon_sym_move] = ACTIONS(2649), + [anon_sym_try] = ACTIONS(2649), + [sym_integer_literal] = ACTIONS(2647), + [aux_sym_string_literal_token1] = ACTIONS(2647), + [sym_char_literal] = ACTIONS(2647), + [anon_sym_true] = ACTIONS(2649), + [anon_sym_false] = ACTIONS(2649), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2649), + [sym_super] = ACTIONS(2649), + [sym_crate] = ACTIONS(2649), + [sym_metavariable] = ACTIONS(2647), + [sym__raw_string_literal_start] = ACTIONS(2647), + [sym_float_literal] = ACTIONS(2647), + }, + [STATE(700)] = { [sym_line_comment] = STATE(700), [sym_block_comment] = STATE(700), - [aux_sym_declaration_list_repeat1] = STATE(639), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(2461), - [anon_sym_SEMI] = ACTIONS(2463), - [anon_sym_macro_rules_BANG] = ACTIONS(2465), - [anon_sym_RBRACE] = ACTIONS(2715), - [anon_sym_u8] = ACTIONS(2469), - [anon_sym_i8] = ACTIONS(2469), - [anon_sym_u16] = ACTIONS(2469), - [anon_sym_i16] = ACTIONS(2469), - [anon_sym_u32] = ACTIONS(2469), - [anon_sym_i32] = ACTIONS(2469), - [anon_sym_u64] = ACTIONS(2469), - [anon_sym_i64] = ACTIONS(2469), - [anon_sym_u128] = ACTIONS(2469), - [anon_sym_i128] = ACTIONS(2469), - [anon_sym_isize] = ACTIONS(2469), - [anon_sym_usize] = ACTIONS(2469), - [anon_sym_f32] = ACTIONS(2469), - [anon_sym_f64] = ACTIONS(2469), - [anon_sym_bool] = ACTIONS(2469), - [anon_sym_str] = ACTIONS(2469), - [anon_sym_char] = ACTIONS(2469), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(2471), - [anon_sym_POUND] = ACTIONS(2473), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(2475), - [anon_sym_default] = ACTIONS(2477), - [anon_sym_enum] = ACTIONS(2479), - [anon_sym_fn] = ACTIONS(2481), - [anon_sym_gen] = ACTIONS(2483), - [anon_sym_impl] = ACTIONS(2485), - [anon_sym_let] = ACTIONS(2487), - [anon_sym_mod] = ACTIONS(2489), - [anon_sym_pub] = ACTIONS(69), - [anon_sym_static] = ACTIONS(2491), - [anon_sym_struct] = ACTIONS(2493), - [anon_sym_trait] = ACTIONS(2495), - [anon_sym_type] = ACTIONS(2497), - [anon_sym_union] = ACTIONS(2499), - [anon_sym_unsafe] = ACTIONS(2501), - [anon_sym_use] = ACTIONS(2503), - [anon_sym_extern] = ACTIONS(2505), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2507), - [sym_super] = ACTIONS(2507), - [sym_crate] = ACTIONS(2509), - [sym_metavariable] = ACTIONS(2511), - }, - [701] = { + [ts_builtin_sym_end] = ACTIONS(2651), + [sym_identifier] = ACTIONS(2653), + [anon_sym_SEMI] = ACTIONS(2651), + [anon_sym_macro_rules_BANG] = ACTIONS(2651), + [anon_sym_LPAREN] = ACTIONS(2651), + [anon_sym_LBRACK] = ACTIONS(2651), + [anon_sym_LBRACE] = ACTIONS(2651), + [anon_sym_RBRACE] = ACTIONS(2651), + [anon_sym_STAR] = ACTIONS(2651), + [anon_sym_u8] = ACTIONS(2653), + [anon_sym_i8] = ACTIONS(2653), + [anon_sym_u16] = ACTIONS(2653), + [anon_sym_i16] = ACTIONS(2653), + [anon_sym_u32] = ACTIONS(2653), + [anon_sym_i32] = ACTIONS(2653), + [anon_sym_u64] = ACTIONS(2653), + [anon_sym_i64] = ACTIONS(2653), + [anon_sym_u128] = ACTIONS(2653), + [anon_sym_i128] = ACTIONS(2653), + [anon_sym_isize] = ACTIONS(2653), + [anon_sym_usize] = ACTIONS(2653), + [anon_sym_f32] = ACTIONS(2653), + [anon_sym_f64] = ACTIONS(2653), + [anon_sym_bool] = ACTIONS(2653), + [anon_sym_str] = ACTIONS(2653), + [anon_sym_char] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2651), + [anon_sym_BANG] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2651), + [anon_sym_PIPE] = ACTIONS(2651), + [anon_sym_LT] = ACTIONS(2651), + [anon_sym_DOT_DOT] = ACTIONS(2651), + [anon_sym_COLON_COLON] = ACTIONS(2651), + [anon_sym_POUND] = ACTIONS(2651), + [anon_sym_SQUOTE] = ACTIONS(2653), + [anon_sym_async] = ACTIONS(2653), + [anon_sym_break] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_continue] = ACTIONS(2653), + [anon_sym_default] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_fn] = ACTIONS(2653), + [anon_sym_for] = ACTIONS(2653), + [anon_sym_gen] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_impl] = ACTIONS(2653), + [anon_sym_let] = ACTIONS(2653), + [anon_sym_loop] = ACTIONS(2653), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_mod] = ACTIONS(2653), + [anon_sym_pub] = ACTIONS(2653), + [anon_sym_return] = ACTIONS(2653), + [anon_sym_static] = ACTIONS(2653), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_trait] = ACTIONS(2653), + [anon_sym_type] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [anon_sym_unsafe] = ACTIONS(2653), + [anon_sym_use] = ACTIONS(2653), + [anon_sym_while] = ACTIONS(2653), + [anon_sym_extern] = ACTIONS(2653), + [anon_sym_yield] = ACTIONS(2653), + [anon_sym_move] = ACTIONS(2653), + [anon_sym_try] = ACTIONS(2653), + [sym_integer_literal] = ACTIONS(2651), + [aux_sym_string_literal_token1] = ACTIONS(2651), + [sym_char_literal] = ACTIONS(2651), + [anon_sym_true] = ACTIONS(2653), + [anon_sym_false] = ACTIONS(2653), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2653), + [sym_super] = ACTIONS(2653), + [sym_crate] = ACTIONS(2653), + [sym_metavariable] = ACTIONS(2651), + [sym__raw_string_literal_start] = ACTIONS(2651), + [sym_float_literal] = ACTIONS(2651), + }, + [STATE(701)] = { [sym_line_comment] = STATE(701), [sym_block_comment] = STATE(701), - [ts_builtin_sym_end] = ACTIONS(2717), - [sym_identifier] = ACTIONS(2719), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_macro_rules_BANG] = ACTIONS(2717), - [anon_sym_LPAREN] = ACTIONS(2717), - [anon_sym_LBRACK] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2717), - [anon_sym_RBRACE] = ACTIONS(2717), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_u8] = ACTIONS(2719), - [anon_sym_i8] = ACTIONS(2719), - [anon_sym_u16] = ACTIONS(2719), - [anon_sym_i16] = ACTIONS(2719), - [anon_sym_u32] = ACTIONS(2719), - [anon_sym_i32] = ACTIONS(2719), - [anon_sym_u64] = ACTIONS(2719), - [anon_sym_i64] = ACTIONS(2719), - [anon_sym_u128] = ACTIONS(2719), - [anon_sym_i128] = ACTIONS(2719), - [anon_sym_isize] = ACTIONS(2719), - [anon_sym_usize] = ACTIONS(2719), - [anon_sym_f32] = ACTIONS(2719), - [anon_sym_f64] = ACTIONS(2719), - [anon_sym_bool] = ACTIONS(2719), - [anon_sym_str] = ACTIONS(2719), - [anon_sym_char] = ACTIONS(2719), - [anon_sym_DASH] = ACTIONS(2717), - [anon_sym_BANG] = ACTIONS(2717), - [anon_sym_AMP] = ACTIONS(2717), - [anon_sym_PIPE] = ACTIONS(2717), - [anon_sym_LT] = ACTIONS(2717), - [anon_sym_DOT_DOT] = ACTIONS(2717), - [anon_sym_COLON_COLON] = ACTIONS(2717), - [anon_sym_POUND] = ACTIONS(2717), - [anon_sym_SQUOTE] = ACTIONS(2719), - [anon_sym_async] = ACTIONS(2719), - [anon_sym_break] = ACTIONS(2719), - [anon_sym_const] = ACTIONS(2719), - [anon_sym_continue] = ACTIONS(2719), - [anon_sym_default] = ACTIONS(2719), - [anon_sym_enum] = ACTIONS(2719), - [anon_sym_fn] = ACTIONS(2719), - [anon_sym_for] = ACTIONS(2719), - [anon_sym_gen] = ACTIONS(2719), - [anon_sym_if] = ACTIONS(2719), - [anon_sym_impl] = ACTIONS(2719), - [anon_sym_let] = ACTIONS(2719), - [anon_sym_loop] = ACTIONS(2719), - [anon_sym_match] = ACTIONS(2719), - [anon_sym_mod] = ACTIONS(2719), - [anon_sym_pub] = ACTIONS(2719), - [anon_sym_return] = ACTIONS(2719), - [anon_sym_static] = ACTIONS(2719), - [anon_sym_struct] = ACTIONS(2719), - [anon_sym_trait] = ACTIONS(2719), - [anon_sym_type] = ACTIONS(2719), - [anon_sym_union] = ACTIONS(2719), - [anon_sym_unsafe] = ACTIONS(2719), - [anon_sym_use] = ACTIONS(2719), - [anon_sym_while] = ACTIONS(2719), - [anon_sym_extern] = ACTIONS(2719), - [anon_sym_yield] = ACTIONS(2719), - [anon_sym_move] = ACTIONS(2719), - [anon_sym_try] = ACTIONS(2719), - [sym_integer_literal] = ACTIONS(2717), - [aux_sym_string_literal_token1] = ACTIONS(2717), - [sym_char_literal] = ACTIONS(2717), - [anon_sym_true] = ACTIONS(2719), - [anon_sym_false] = ACTIONS(2719), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2719), - [sym_super] = ACTIONS(2719), - [sym_crate] = ACTIONS(2719), - [sym_metavariable] = ACTIONS(2717), - [sym__raw_string_literal_start] = ACTIONS(2717), - [sym_float_literal] = ACTIONS(2717), - }, - [702] = { + [ts_builtin_sym_end] = ACTIONS(2655), + [sym_identifier] = ACTIONS(2657), + [anon_sym_SEMI] = ACTIONS(2655), + [anon_sym_macro_rules_BANG] = ACTIONS(2655), + [anon_sym_LPAREN] = ACTIONS(2655), + [anon_sym_LBRACK] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_RBRACE] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(2655), + [anon_sym_u8] = ACTIONS(2657), + [anon_sym_i8] = ACTIONS(2657), + [anon_sym_u16] = ACTIONS(2657), + [anon_sym_i16] = ACTIONS(2657), + [anon_sym_u32] = ACTIONS(2657), + [anon_sym_i32] = ACTIONS(2657), + [anon_sym_u64] = ACTIONS(2657), + [anon_sym_i64] = ACTIONS(2657), + [anon_sym_u128] = ACTIONS(2657), + [anon_sym_i128] = ACTIONS(2657), + [anon_sym_isize] = ACTIONS(2657), + [anon_sym_usize] = ACTIONS(2657), + [anon_sym_f32] = ACTIONS(2657), + [anon_sym_f64] = ACTIONS(2657), + [anon_sym_bool] = ACTIONS(2657), + [anon_sym_str] = ACTIONS(2657), + [anon_sym_char] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2655), + [anon_sym_BANG] = ACTIONS(2655), + [anon_sym_AMP] = ACTIONS(2655), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_LT] = ACTIONS(2655), + [anon_sym_DOT_DOT] = ACTIONS(2655), + [anon_sym_COLON_COLON] = ACTIONS(2655), + [anon_sym_POUND] = ACTIONS(2655), + [anon_sym_SQUOTE] = ACTIONS(2657), + [anon_sym_async] = ACTIONS(2657), + [anon_sym_break] = ACTIONS(2657), + [anon_sym_const] = ACTIONS(2657), + [anon_sym_continue] = ACTIONS(2657), + [anon_sym_default] = ACTIONS(2657), + [anon_sym_enum] = ACTIONS(2657), + [anon_sym_fn] = ACTIONS(2657), + [anon_sym_for] = ACTIONS(2657), + [anon_sym_gen] = ACTIONS(2657), + [anon_sym_if] = ACTIONS(2657), + [anon_sym_impl] = ACTIONS(2657), + [anon_sym_let] = ACTIONS(2657), + [anon_sym_loop] = ACTIONS(2657), + [anon_sym_match] = ACTIONS(2657), + [anon_sym_mod] = ACTIONS(2657), + [anon_sym_pub] = ACTIONS(2657), + [anon_sym_return] = ACTIONS(2657), + [anon_sym_static] = ACTIONS(2657), + [anon_sym_struct] = ACTIONS(2657), + [anon_sym_trait] = ACTIONS(2657), + [anon_sym_type] = ACTIONS(2657), + [anon_sym_union] = ACTIONS(2657), + [anon_sym_unsafe] = ACTIONS(2657), + [anon_sym_use] = ACTIONS(2657), + [anon_sym_while] = ACTIONS(2657), + [anon_sym_extern] = ACTIONS(2657), + [anon_sym_yield] = ACTIONS(2657), + [anon_sym_move] = ACTIONS(2657), + [anon_sym_try] = ACTIONS(2657), + [sym_integer_literal] = ACTIONS(2655), + [aux_sym_string_literal_token1] = ACTIONS(2655), + [sym_char_literal] = ACTIONS(2655), + [anon_sym_true] = ACTIONS(2657), + [anon_sym_false] = ACTIONS(2657), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2657), + [sym_super] = ACTIONS(2657), + [sym_crate] = ACTIONS(2657), + [sym_metavariable] = ACTIONS(2655), + [sym__raw_string_literal_start] = ACTIONS(2655), + [sym_float_literal] = ACTIONS(2655), + }, + [STATE(702)] = { [sym_line_comment] = STATE(702), [sym_block_comment] = STATE(702), - [ts_builtin_sym_end] = ACTIONS(2721), - [sym_identifier] = ACTIONS(2723), - [anon_sym_SEMI] = ACTIONS(2721), - [anon_sym_macro_rules_BANG] = ACTIONS(2721), - [anon_sym_LPAREN] = ACTIONS(2721), - [anon_sym_LBRACK] = ACTIONS(2721), - [anon_sym_LBRACE] = ACTIONS(2721), - [anon_sym_RBRACE] = ACTIONS(2721), - [anon_sym_STAR] = ACTIONS(2721), - [anon_sym_u8] = ACTIONS(2723), - [anon_sym_i8] = ACTIONS(2723), - [anon_sym_u16] = ACTIONS(2723), - [anon_sym_i16] = ACTIONS(2723), - [anon_sym_u32] = ACTIONS(2723), - [anon_sym_i32] = ACTIONS(2723), - [anon_sym_u64] = ACTIONS(2723), - [anon_sym_i64] = ACTIONS(2723), - [anon_sym_u128] = ACTIONS(2723), - [anon_sym_i128] = ACTIONS(2723), - [anon_sym_isize] = ACTIONS(2723), - [anon_sym_usize] = ACTIONS(2723), - [anon_sym_f32] = ACTIONS(2723), - [anon_sym_f64] = ACTIONS(2723), - [anon_sym_bool] = ACTIONS(2723), - [anon_sym_str] = ACTIONS(2723), - [anon_sym_char] = ACTIONS(2723), - [anon_sym_DASH] = ACTIONS(2721), - [anon_sym_BANG] = ACTIONS(2721), - [anon_sym_AMP] = ACTIONS(2721), - [anon_sym_PIPE] = ACTIONS(2721), - [anon_sym_LT] = ACTIONS(2721), - [anon_sym_DOT_DOT] = ACTIONS(2721), - [anon_sym_COLON_COLON] = ACTIONS(2721), - [anon_sym_POUND] = ACTIONS(2721), - [anon_sym_SQUOTE] = ACTIONS(2723), - [anon_sym_async] = ACTIONS(2723), - [anon_sym_break] = ACTIONS(2723), - [anon_sym_const] = ACTIONS(2723), - [anon_sym_continue] = ACTIONS(2723), - [anon_sym_default] = ACTIONS(2723), - [anon_sym_enum] = ACTIONS(2723), - [anon_sym_fn] = ACTIONS(2723), - [anon_sym_for] = ACTIONS(2723), - [anon_sym_gen] = ACTIONS(2723), - [anon_sym_if] = ACTIONS(2723), - [anon_sym_impl] = ACTIONS(2723), - [anon_sym_let] = ACTIONS(2723), - [anon_sym_loop] = ACTIONS(2723), - [anon_sym_match] = ACTIONS(2723), - [anon_sym_mod] = ACTIONS(2723), - [anon_sym_pub] = ACTIONS(2723), - [anon_sym_return] = ACTIONS(2723), - [anon_sym_static] = ACTIONS(2723), - [anon_sym_struct] = ACTIONS(2723), - [anon_sym_trait] = ACTIONS(2723), - [anon_sym_type] = ACTIONS(2723), - [anon_sym_union] = ACTIONS(2723), - [anon_sym_unsafe] = ACTIONS(2723), - [anon_sym_use] = ACTIONS(2723), - [anon_sym_while] = ACTIONS(2723), - [anon_sym_extern] = ACTIONS(2723), - [anon_sym_yield] = ACTIONS(2723), - [anon_sym_move] = ACTIONS(2723), - [anon_sym_try] = ACTIONS(2723), - [sym_integer_literal] = ACTIONS(2721), - [aux_sym_string_literal_token1] = ACTIONS(2721), - [sym_char_literal] = ACTIONS(2721), - [anon_sym_true] = ACTIONS(2723), - [anon_sym_false] = ACTIONS(2723), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2723), - [sym_super] = ACTIONS(2723), - [sym_crate] = ACTIONS(2723), - [sym_metavariable] = ACTIONS(2721), - [sym__raw_string_literal_start] = ACTIONS(2721), - [sym_float_literal] = ACTIONS(2721), - }, - [703] = { + [ts_builtin_sym_end] = ACTIONS(2659), + [sym_identifier] = ACTIONS(2661), + [anon_sym_SEMI] = ACTIONS(2659), + [anon_sym_macro_rules_BANG] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_LBRACK] = ACTIONS(2659), + [anon_sym_LBRACE] = ACTIONS(2659), + [anon_sym_RBRACE] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2659), + [anon_sym_u8] = ACTIONS(2661), + [anon_sym_i8] = ACTIONS(2661), + [anon_sym_u16] = ACTIONS(2661), + [anon_sym_i16] = ACTIONS(2661), + [anon_sym_u32] = ACTIONS(2661), + [anon_sym_i32] = ACTIONS(2661), + [anon_sym_u64] = ACTIONS(2661), + [anon_sym_i64] = ACTIONS(2661), + [anon_sym_u128] = ACTIONS(2661), + [anon_sym_i128] = ACTIONS(2661), + [anon_sym_isize] = ACTIONS(2661), + [anon_sym_usize] = ACTIONS(2661), + [anon_sym_f32] = ACTIONS(2661), + [anon_sym_f64] = ACTIONS(2661), + [anon_sym_bool] = ACTIONS(2661), + [anon_sym_str] = ACTIONS(2661), + [anon_sym_char] = ACTIONS(2661), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_BANG] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2659), + [anon_sym_PIPE] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(2659), + [anon_sym_DOT_DOT] = ACTIONS(2659), + [anon_sym_COLON_COLON] = ACTIONS(2659), + [anon_sym_POUND] = ACTIONS(2659), + [anon_sym_SQUOTE] = ACTIONS(2661), + [anon_sym_async] = ACTIONS(2661), + [anon_sym_break] = ACTIONS(2661), + [anon_sym_const] = ACTIONS(2661), + [anon_sym_continue] = ACTIONS(2661), + [anon_sym_default] = ACTIONS(2661), + [anon_sym_enum] = ACTIONS(2661), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_for] = ACTIONS(2661), + [anon_sym_gen] = ACTIONS(2661), + [anon_sym_if] = ACTIONS(2661), + [anon_sym_impl] = ACTIONS(2661), + [anon_sym_let] = ACTIONS(2661), + [anon_sym_loop] = ACTIONS(2661), + [anon_sym_match] = ACTIONS(2661), + [anon_sym_mod] = ACTIONS(2661), + [anon_sym_pub] = ACTIONS(2661), + [anon_sym_return] = ACTIONS(2661), + [anon_sym_static] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(2661), + [anon_sym_trait] = ACTIONS(2661), + [anon_sym_type] = ACTIONS(2661), + [anon_sym_union] = ACTIONS(2661), + [anon_sym_unsafe] = ACTIONS(2661), + [anon_sym_use] = ACTIONS(2661), + [anon_sym_while] = ACTIONS(2661), + [anon_sym_extern] = ACTIONS(2661), + [anon_sym_yield] = ACTIONS(2661), + [anon_sym_move] = ACTIONS(2661), + [anon_sym_try] = ACTIONS(2661), + [sym_integer_literal] = ACTIONS(2659), + [aux_sym_string_literal_token1] = ACTIONS(2659), + [sym_char_literal] = ACTIONS(2659), + [anon_sym_true] = ACTIONS(2661), + [anon_sym_false] = ACTIONS(2661), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2661), + [sym_super] = ACTIONS(2661), + [sym_crate] = ACTIONS(2661), + [sym_metavariable] = ACTIONS(2659), + [sym__raw_string_literal_start] = ACTIONS(2659), + [sym_float_literal] = ACTIONS(2659), + }, + [STATE(703)] = { [sym_line_comment] = STATE(703), [sym_block_comment] = STATE(703), - [ts_builtin_sym_end] = ACTIONS(2725), - [sym_identifier] = ACTIONS(2727), - [anon_sym_SEMI] = ACTIONS(2725), - [anon_sym_macro_rules_BANG] = ACTIONS(2725), - [anon_sym_LPAREN] = ACTIONS(2725), - [anon_sym_LBRACK] = ACTIONS(2725), - [anon_sym_LBRACE] = ACTIONS(2725), - [anon_sym_RBRACE] = ACTIONS(2725), - [anon_sym_STAR] = ACTIONS(2725), - [anon_sym_u8] = ACTIONS(2727), - [anon_sym_i8] = ACTIONS(2727), - [anon_sym_u16] = ACTIONS(2727), - [anon_sym_i16] = ACTIONS(2727), - [anon_sym_u32] = ACTIONS(2727), - [anon_sym_i32] = ACTIONS(2727), - [anon_sym_u64] = ACTIONS(2727), - [anon_sym_i64] = ACTIONS(2727), - [anon_sym_u128] = ACTIONS(2727), - [anon_sym_i128] = ACTIONS(2727), - [anon_sym_isize] = ACTIONS(2727), - [anon_sym_usize] = ACTIONS(2727), - [anon_sym_f32] = ACTIONS(2727), - [anon_sym_f64] = ACTIONS(2727), - [anon_sym_bool] = ACTIONS(2727), - [anon_sym_str] = ACTIONS(2727), - [anon_sym_char] = ACTIONS(2727), - [anon_sym_DASH] = ACTIONS(2725), - [anon_sym_BANG] = ACTIONS(2725), - [anon_sym_AMP] = ACTIONS(2725), - [anon_sym_PIPE] = ACTIONS(2725), - [anon_sym_LT] = ACTIONS(2725), - [anon_sym_DOT_DOT] = ACTIONS(2725), - [anon_sym_COLON_COLON] = ACTIONS(2725), - [anon_sym_POUND] = ACTIONS(2725), - [anon_sym_SQUOTE] = ACTIONS(2727), - [anon_sym_async] = ACTIONS(2727), - [anon_sym_break] = ACTIONS(2727), - [anon_sym_const] = ACTIONS(2727), - [anon_sym_continue] = ACTIONS(2727), - [anon_sym_default] = ACTIONS(2727), - [anon_sym_enum] = ACTIONS(2727), - [anon_sym_fn] = ACTIONS(2727), - [anon_sym_for] = ACTIONS(2727), - [anon_sym_gen] = ACTIONS(2727), - [anon_sym_if] = ACTIONS(2727), - [anon_sym_impl] = ACTIONS(2727), - [anon_sym_let] = ACTIONS(2727), - [anon_sym_loop] = ACTIONS(2727), - [anon_sym_match] = ACTIONS(2727), - [anon_sym_mod] = ACTIONS(2727), - [anon_sym_pub] = ACTIONS(2727), - [anon_sym_return] = ACTIONS(2727), - [anon_sym_static] = ACTIONS(2727), - [anon_sym_struct] = ACTIONS(2727), - [anon_sym_trait] = ACTIONS(2727), - [anon_sym_type] = ACTIONS(2727), - [anon_sym_union] = ACTIONS(2727), - [anon_sym_unsafe] = ACTIONS(2727), - [anon_sym_use] = ACTIONS(2727), - [anon_sym_while] = ACTIONS(2727), - [anon_sym_extern] = ACTIONS(2727), - [anon_sym_yield] = ACTIONS(2727), - [anon_sym_move] = ACTIONS(2727), - [anon_sym_try] = ACTIONS(2727), - [sym_integer_literal] = ACTIONS(2725), - [aux_sym_string_literal_token1] = ACTIONS(2725), - [sym_char_literal] = ACTIONS(2725), - [anon_sym_true] = ACTIONS(2727), - [anon_sym_false] = ACTIONS(2727), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2727), - [sym_super] = ACTIONS(2727), - [sym_crate] = ACTIONS(2727), - [sym_metavariable] = ACTIONS(2725), - [sym__raw_string_literal_start] = ACTIONS(2725), - [sym_float_literal] = ACTIONS(2725), - }, - [704] = { + [ts_builtin_sym_end] = ACTIONS(2663), + [sym_identifier] = ACTIONS(2665), + [anon_sym_SEMI] = ACTIONS(2663), + [anon_sym_macro_rules_BANG] = ACTIONS(2663), + [anon_sym_LPAREN] = ACTIONS(2663), + [anon_sym_LBRACK] = ACTIONS(2663), + [anon_sym_LBRACE] = ACTIONS(2663), + [anon_sym_RBRACE] = ACTIONS(2663), + [anon_sym_STAR] = 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(2663), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2663), + [anon_sym_LT] = ACTIONS(2663), + [anon_sym_DOT_DOT] = ACTIONS(2663), + [anon_sym_COLON_COLON] = ACTIONS(2663), + [anon_sym_POUND] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [anon_sym_async] = ACTIONS(2665), + [anon_sym_break] = ACTIONS(2665), + [anon_sym_const] = ACTIONS(2665), + [anon_sym_continue] = ACTIONS(2665), + [anon_sym_default] = ACTIONS(2665), + [anon_sym_enum] = ACTIONS(2665), + [anon_sym_fn] = ACTIONS(2665), + [anon_sym_for] = ACTIONS(2665), + [anon_sym_gen] = ACTIONS(2665), + [anon_sym_if] = ACTIONS(2665), + [anon_sym_impl] = ACTIONS(2665), + [anon_sym_let] = ACTIONS(2665), + [anon_sym_loop] = ACTIONS(2665), + [anon_sym_match] = ACTIONS(2665), + [anon_sym_mod] = ACTIONS(2665), + [anon_sym_pub] = ACTIONS(2665), + [anon_sym_return] = ACTIONS(2665), + [anon_sym_static] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2665), + [anon_sym_trait] = ACTIONS(2665), + [anon_sym_type] = ACTIONS(2665), + [anon_sym_union] = ACTIONS(2665), + [anon_sym_unsafe] = ACTIONS(2665), + [anon_sym_use] = ACTIONS(2665), + [anon_sym_while] = ACTIONS(2665), + [anon_sym_extern] = ACTIONS(2665), + [anon_sym_yield] = ACTIONS(2665), + [anon_sym_move] = ACTIONS(2665), + [anon_sym_try] = ACTIONS(2665), + [sym_integer_literal] = ACTIONS(2663), + [aux_sym_string_literal_token1] = ACTIONS(2663), + [sym_char_literal] = ACTIONS(2663), + [anon_sym_true] = ACTIONS(2665), + [anon_sym_false] = ACTIONS(2665), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2665), + [sym_super] = ACTIONS(2665), + [sym_crate] = ACTIONS(2665), + [sym_metavariable] = ACTIONS(2663), + [sym__raw_string_literal_start] = ACTIONS(2663), + [sym_float_literal] = ACTIONS(2663), + }, + [STATE(704)] = { [sym_line_comment] = STATE(704), [sym_block_comment] = STATE(704), - [ts_builtin_sym_end] = ACTIONS(2729), - [sym_identifier] = ACTIONS(2731), - [anon_sym_SEMI] = ACTIONS(2729), - [anon_sym_macro_rules_BANG] = ACTIONS(2729), - [anon_sym_LPAREN] = ACTIONS(2729), - [anon_sym_LBRACK] = ACTIONS(2729), - [anon_sym_LBRACE] = ACTIONS(2729), - [anon_sym_RBRACE] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(2729), - [anon_sym_u8] = ACTIONS(2731), - [anon_sym_i8] = ACTIONS(2731), - [anon_sym_u16] = ACTIONS(2731), - [anon_sym_i16] = ACTIONS(2731), - [anon_sym_u32] = ACTIONS(2731), - [anon_sym_i32] = ACTIONS(2731), - [anon_sym_u64] = ACTIONS(2731), - [anon_sym_i64] = ACTIONS(2731), - [anon_sym_u128] = ACTIONS(2731), - [anon_sym_i128] = ACTIONS(2731), - [anon_sym_isize] = ACTIONS(2731), - [anon_sym_usize] = ACTIONS(2731), - [anon_sym_f32] = ACTIONS(2731), - [anon_sym_f64] = ACTIONS(2731), - [anon_sym_bool] = ACTIONS(2731), - [anon_sym_str] = ACTIONS(2731), - [anon_sym_char] = ACTIONS(2731), - [anon_sym_DASH] = ACTIONS(2729), - [anon_sym_BANG] = ACTIONS(2729), - [anon_sym_AMP] = ACTIONS(2729), - [anon_sym_PIPE] = ACTIONS(2729), - [anon_sym_LT] = ACTIONS(2729), - [anon_sym_DOT_DOT] = ACTIONS(2729), - [anon_sym_COLON_COLON] = ACTIONS(2729), - [anon_sym_POUND] = ACTIONS(2729), - [anon_sym_SQUOTE] = ACTIONS(2731), - [anon_sym_async] = ACTIONS(2731), - [anon_sym_break] = ACTIONS(2731), - [anon_sym_const] = ACTIONS(2731), - [anon_sym_continue] = ACTIONS(2731), - [anon_sym_default] = ACTIONS(2731), - [anon_sym_enum] = ACTIONS(2731), - [anon_sym_fn] = ACTIONS(2731), - [anon_sym_for] = ACTIONS(2731), - [anon_sym_gen] = ACTIONS(2731), - [anon_sym_if] = ACTIONS(2731), - [anon_sym_impl] = ACTIONS(2731), - [anon_sym_let] = ACTIONS(2731), - [anon_sym_loop] = ACTIONS(2731), - [anon_sym_match] = ACTIONS(2731), - [anon_sym_mod] = ACTIONS(2731), - [anon_sym_pub] = ACTIONS(2731), - [anon_sym_return] = ACTIONS(2731), - [anon_sym_static] = ACTIONS(2731), - [anon_sym_struct] = ACTIONS(2731), - [anon_sym_trait] = ACTIONS(2731), - [anon_sym_type] = ACTIONS(2731), - [anon_sym_union] = ACTIONS(2731), - [anon_sym_unsafe] = ACTIONS(2731), - [anon_sym_use] = ACTIONS(2731), - [anon_sym_while] = ACTIONS(2731), - [anon_sym_extern] = ACTIONS(2731), - [anon_sym_yield] = ACTIONS(2731), - [anon_sym_move] = ACTIONS(2731), - [anon_sym_try] = ACTIONS(2731), - [sym_integer_literal] = ACTIONS(2729), - [aux_sym_string_literal_token1] = ACTIONS(2729), - [sym_char_literal] = ACTIONS(2729), - [anon_sym_true] = ACTIONS(2731), - [anon_sym_false] = ACTIONS(2731), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2731), - [sym_super] = ACTIONS(2731), - [sym_crate] = ACTIONS(2731), - [sym_metavariable] = ACTIONS(2729), - [sym__raw_string_literal_start] = ACTIONS(2729), - [sym_float_literal] = ACTIONS(2729), - }, - [705] = { + [ts_builtin_sym_end] = ACTIONS(2667), + [sym_identifier] = ACTIONS(2669), + [anon_sym_SEMI] = ACTIONS(2667), + [anon_sym_macro_rules_BANG] = ACTIONS(2667), + [anon_sym_LPAREN] = ACTIONS(2667), + [anon_sym_LBRACK] = ACTIONS(2667), + [anon_sym_LBRACE] = ACTIONS(2667), + [anon_sym_RBRACE] = ACTIONS(2667), + [anon_sym_STAR] = ACTIONS(2667), + [anon_sym_u8] = ACTIONS(2669), + [anon_sym_i8] = ACTIONS(2669), + [anon_sym_u16] = ACTIONS(2669), + [anon_sym_i16] = ACTIONS(2669), + [anon_sym_u32] = ACTIONS(2669), + [anon_sym_i32] = ACTIONS(2669), + [anon_sym_u64] = ACTIONS(2669), + [anon_sym_i64] = ACTIONS(2669), + [anon_sym_u128] = ACTIONS(2669), + [anon_sym_i128] = ACTIONS(2669), + [anon_sym_isize] = ACTIONS(2669), + [anon_sym_usize] = ACTIONS(2669), + [anon_sym_f32] = ACTIONS(2669), + [anon_sym_f64] = ACTIONS(2669), + [anon_sym_bool] = ACTIONS(2669), + [anon_sym_str] = ACTIONS(2669), + [anon_sym_char] = ACTIONS(2669), + [anon_sym_DASH] = ACTIONS(2667), + [anon_sym_BANG] = ACTIONS(2667), + [anon_sym_AMP] = ACTIONS(2667), + [anon_sym_PIPE] = ACTIONS(2667), + [anon_sym_LT] = ACTIONS(2667), + [anon_sym_DOT_DOT] = ACTIONS(2667), + [anon_sym_COLON_COLON] = ACTIONS(2667), + [anon_sym_POUND] = ACTIONS(2667), + [anon_sym_SQUOTE] = ACTIONS(2669), + [anon_sym_async] = ACTIONS(2669), + [anon_sym_break] = ACTIONS(2669), + [anon_sym_const] = ACTIONS(2669), + [anon_sym_continue] = ACTIONS(2669), + [anon_sym_default] = ACTIONS(2669), + [anon_sym_enum] = ACTIONS(2669), + [anon_sym_fn] = ACTIONS(2669), + [anon_sym_for] = ACTIONS(2669), + [anon_sym_gen] = ACTIONS(2669), + [anon_sym_if] = ACTIONS(2669), + [anon_sym_impl] = ACTIONS(2669), + [anon_sym_let] = ACTIONS(2669), + [anon_sym_loop] = ACTIONS(2669), + [anon_sym_match] = ACTIONS(2669), + [anon_sym_mod] = ACTIONS(2669), + [anon_sym_pub] = ACTIONS(2669), + [anon_sym_return] = ACTIONS(2669), + [anon_sym_static] = ACTIONS(2669), + [anon_sym_struct] = ACTIONS(2669), + [anon_sym_trait] = ACTIONS(2669), + [anon_sym_type] = ACTIONS(2669), + [anon_sym_union] = ACTIONS(2669), + [anon_sym_unsafe] = ACTIONS(2669), + [anon_sym_use] = ACTIONS(2669), + [anon_sym_while] = ACTIONS(2669), + [anon_sym_extern] = ACTIONS(2669), + [anon_sym_yield] = ACTIONS(2669), + [anon_sym_move] = ACTIONS(2669), + [anon_sym_try] = ACTIONS(2669), + [sym_integer_literal] = ACTIONS(2667), + [aux_sym_string_literal_token1] = ACTIONS(2667), + [sym_char_literal] = ACTIONS(2667), + [anon_sym_true] = ACTIONS(2669), + [anon_sym_false] = ACTIONS(2669), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2669), + [sym_super] = ACTIONS(2669), + [sym_crate] = ACTIONS(2669), + [sym_metavariable] = ACTIONS(2667), + [sym__raw_string_literal_start] = ACTIONS(2667), + [sym_float_literal] = ACTIONS(2667), + }, + [STATE(705)] = { [sym_line_comment] = STATE(705), [sym_block_comment] = STATE(705), - [ts_builtin_sym_end] = ACTIONS(2733), - [sym_identifier] = ACTIONS(2735), - [anon_sym_SEMI] = ACTIONS(2733), - [anon_sym_macro_rules_BANG] = ACTIONS(2733), - [anon_sym_LPAREN] = ACTIONS(2733), - [anon_sym_LBRACK] = ACTIONS(2733), - [anon_sym_LBRACE] = ACTIONS(2733), - [anon_sym_RBRACE] = ACTIONS(2733), - [anon_sym_STAR] = ACTIONS(2733), - [anon_sym_u8] = ACTIONS(2735), - [anon_sym_i8] = ACTIONS(2735), - [anon_sym_u16] = ACTIONS(2735), - [anon_sym_i16] = ACTIONS(2735), - [anon_sym_u32] = ACTIONS(2735), - [anon_sym_i32] = ACTIONS(2735), - [anon_sym_u64] = ACTIONS(2735), - [anon_sym_i64] = ACTIONS(2735), - [anon_sym_u128] = ACTIONS(2735), - [anon_sym_i128] = ACTIONS(2735), - [anon_sym_isize] = ACTIONS(2735), - [anon_sym_usize] = ACTIONS(2735), - [anon_sym_f32] = ACTIONS(2735), - [anon_sym_f64] = ACTIONS(2735), - [anon_sym_bool] = ACTIONS(2735), - [anon_sym_str] = ACTIONS(2735), - [anon_sym_char] = ACTIONS(2735), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_BANG] = ACTIONS(2733), - [anon_sym_AMP] = ACTIONS(2733), - [anon_sym_PIPE] = ACTIONS(2733), - [anon_sym_LT] = ACTIONS(2733), - [anon_sym_DOT_DOT] = ACTIONS(2733), - [anon_sym_COLON_COLON] = ACTIONS(2733), - [anon_sym_POUND] = ACTIONS(2733), - [anon_sym_SQUOTE] = ACTIONS(2735), - [anon_sym_async] = ACTIONS(2735), - [anon_sym_break] = ACTIONS(2735), - [anon_sym_const] = ACTIONS(2735), - [anon_sym_continue] = ACTIONS(2735), - [anon_sym_default] = ACTIONS(2735), - [anon_sym_enum] = ACTIONS(2735), - [anon_sym_fn] = ACTIONS(2735), - [anon_sym_for] = ACTIONS(2735), - [anon_sym_gen] = ACTIONS(2735), - [anon_sym_if] = ACTIONS(2735), - [anon_sym_impl] = ACTIONS(2735), - [anon_sym_let] = ACTIONS(2735), - [anon_sym_loop] = ACTIONS(2735), - [anon_sym_match] = ACTIONS(2735), - [anon_sym_mod] = ACTIONS(2735), - [anon_sym_pub] = ACTIONS(2735), - [anon_sym_return] = ACTIONS(2735), - [anon_sym_static] = ACTIONS(2735), - [anon_sym_struct] = ACTIONS(2735), - [anon_sym_trait] = ACTIONS(2735), - [anon_sym_type] = ACTIONS(2735), - [anon_sym_union] = ACTIONS(2735), - [anon_sym_unsafe] = ACTIONS(2735), - [anon_sym_use] = ACTIONS(2735), - [anon_sym_while] = ACTIONS(2735), - [anon_sym_extern] = ACTIONS(2735), - [anon_sym_yield] = ACTIONS(2735), - [anon_sym_move] = ACTIONS(2735), - [anon_sym_try] = ACTIONS(2735), - [sym_integer_literal] = ACTIONS(2733), - [aux_sym_string_literal_token1] = ACTIONS(2733), - [sym_char_literal] = ACTIONS(2733), - [anon_sym_true] = ACTIONS(2735), - [anon_sym_false] = ACTIONS(2735), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2735), - [sym_super] = ACTIONS(2735), - [sym_crate] = ACTIONS(2735), - [sym_metavariable] = ACTIONS(2733), - [sym__raw_string_literal_start] = ACTIONS(2733), - [sym_float_literal] = ACTIONS(2733), - }, - [706] = { + [ts_builtin_sym_end] = ACTIONS(2671), + [sym_identifier] = ACTIONS(2673), + [anon_sym_SEMI] = ACTIONS(2671), + [anon_sym_macro_rules_BANG] = ACTIONS(2671), + [anon_sym_LPAREN] = ACTIONS(2671), + [anon_sym_LBRACK] = ACTIONS(2671), + [anon_sym_LBRACE] = ACTIONS(2671), + [anon_sym_RBRACE] = ACTIONS(2671), + [anon_sym_STAR] = ACTIONS(2671), + [anon_sym_u8] = ACTIONS(2673), + [anon_sym_i8] = ACTIONS(2673), + [anon_sym_u16] = ACTIONS(2673), + [anon_sym_i16] = ACTIONS(2673), + [anon_sym_u32] = ACTIONS(2673), + [anon_sym_i32] = ACTIONS(2673), + [anon_sym_u64] = ACTIONS(2673), + [anon_sym_i64] = ACTIONS(2673), + [anon_sym_u128] = ACTIONS(2673), + [anon_sym_i128] = ACTIONS(2673), + [anon_sym_isize] = ACTIONS(2673), + [anon_sym_usize] = ACTIONS(2673), + [anon_sym_f32] = ACTIONS(2673), + [anon_sym_f64] = ACTIONS(2673), + [anon_sym_bool] = ACTIONS(2673), + [anon_sym_str] = ACTIONS(2673), + [anon_sym_char] = ACTIONS(2673), + [anon_sym_DASH] = ACTIONS(2671), + [anon_sym_BANG] = ACTIONS(2671), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_PIPE] = ACTIONS(2671), + [anon_sym_LT] = ACTIONS(2671), + [anon_sym_DOT_DOT] = ACTIONS(2671), + [anon_sym_COLON_COLON] = ACTIONS(2671), + [anon_sym_POUND] = ACTIONS(2671), + [anon_sym_SQUOTE] = ACTIONS(2673), + [anon_sym_async] = ACTIONS(2673), + [anon_sym_break] = ACTIONS(2673), + [anon_sym_const] = ACTIONS(2673), + [anon_sym_continue] = ACTIONS(2673), + [anon_sym_default] = ACTIONS(2673), + [anon_sym_enum] = ACTIONS(2673), + [anon_sym_fn] = ACTIONS(2673), + [anon_sym_for] = ACTIONS(2673), + [anon_sym_gen] = ACTIONS(2673), + [anon_sym_if] = ACTIONS(2673), + [anon_sym_impl] = ACTIONS(2673), + [anon_sym_let] = ACTIONS(2673), + [anon_sym_loop] = ACTIONS(2673), + [anon_sym_match] = ACTIONS(2673), + [anon_sym_mod] = ACTIONS(2673), + [anon_sym_pub] = ACTIONS(2673), + [anon_sym_return] = ACTIONS(2673), + [anon_sym_static] = ACTIONS(2673), + [anon_sym_struct] = ACTIONS(2673), + [anon_sym_trait] = ACTIONS(2673), + [anon_sym_type] = ACTIONS(2673), + [anon_sym_union] = ACTIONS(2673), + [anon_sym_unsafe] = ACTIONS(2673), + [anon_sym_use] = ACTIONS(2673), + [anon_sym_while] = ACTIONS(2673), + [anon_sym_extern] = ACTIONS(2673), + [anon_sym_yield] = ACTIONS(2673), + [anon_sym_move] = ACTIONS(2673), + [anon_sym_try] = ACTIONS(2673), + [sym_integer_literal] = ACTIONS(2671), + [aux_sym_string_literal_token1] = ACTIONS(2671), + [sym_char_literal] = ACTIONS(2671), + [anon_sym_true] = ACTIONS(2673), + [anon_sym_false] = ACTIONS(2673), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2673), + [sym_super] = ACTIONS(2673), + [sym_crate] = ACTIONS(2673), + [sym_metavariable] = ACTIONS(2671), + [sym__raw_string_literal_start] = ACTIONS(2671), + [sym_float_literal] = ACTIONS(2671), + }, + [STATE(706)] = { [sym_line_comment] = STATE(706), [sym_block_comment] = STATE(706), - [ts_builtin_sym_end] = ACTIONS(2737), - [sym_identifier] = ACTIONS(2739), - [anon_sym_SEMI] = ACTIONS(2737), - [anon_sym_macro_rules_BANG] = ACTIONS(2737), - [anon_sym_LPAREN] = ACTIONS(2737), - [anon_sym_LBRACK] = ACTIONS(2737), - [anon_sym_LBRACE] = ACTIONS(2737), - [anon_sym_RBRACE] = ACTIONS(2737), - [anon_sym_STAR] = ACTIONS(2737), - [anon_sym_u8] = ACTIONS(2739), - [anon_sym_i8] = ACTIONS(2739), - [anon_sym_u16] = ACTIONS(2739), - [anon_sym_i16] = ACTIONS(2739), - [anon_sym_u32] = ACTIONS(2739), - [anon_sym_i32] = ACTIONS(2739), - [anon_sym_u64] = ACTIONS(2739), - [anon_sym_i64] = ACTIONS(2739), - [anon_sym_u128] = ACTIONS(2739), - [anon_sym_i128] = ACTIONS(2739), - [anon_sym_isize] = ACTIONS(2739), - [anon_sym_usize] = ACTIONS(2739), - [anon_sym_f32] = ACTIONS(2739), - [anon_sym_f64] = ACTIONS(2739), - [anon_sym_bool] = ACTIONS(2739), - [anon_sym_str] = ACTIONS(2739), - [anon_sym_char] = ACTIONS(2739), - [anon_sym_DASH] = ACTIONS(2737), - [anon_sym_BANG] = ACTIONS(2737), - [anon_sym_AMP] = ACTIONS(2737), - [anon_sym_PIPE] = ACTIONS(2737), - [anon_sym_LT] = ACTIONS(2737), - [anon_sym_DOT_DOT] = ACTIONS(2737), - [anon_sym_COLON_COLON] = ACTIONS(2737), - [anon_sym_POUND] = ACTIONS(2737), - [anon_sym_SQUOTE] = ACTIONS(2739), - [anon_sym_async] = ACTIONS(2739), - [anon_sym_break] = ACTIONS(2739), - [anon_sym_const] = ACTIONS(2739), - [anon_sym_continue] = ACTIONS(2739), - [anon_sym_default] = ACTIONS(2739), - [anon_sym_enum] = ACTIONS(2739), - [anon_sym_fn] = ACTIONS(2739), - [anon_sym_for] = ACTIONS(2739), - [anon_sym_gen] = ACTIONS(2739), - [anon_sym_if] = ACTIONS(2739), - [anon_sym_impl] = ACTIONS(2739), - [anon_sym_let] = ACTIONS(2739), - [anon_sym_loop] = ACTIONS(2739), - [anon_sym_match] = ACTIONS(2739), - [anon_sym_mod] = ACTIONS(2739), - [anon_sym_pub] = ACTIONS(2739), - [anon_sym_return] = ACTIONS(2739), - [anon_sym_static] = ACTIONS(2739), - [anon_sym_struct] = ACTIONS(2739), - [anon_sym_trait] = ACTIONS(2739), - [anon_sym_type] = ACTIONS(2739), - [anon_sym_union] = ACTIONS(2739), - [anon_sym_unsafe] = ACTIONS(2739), - [anon_sym_use] = ACTIONS(2739), - [anon_sym_while] = ACTIONS(2739), - [anon_sym_extern] = ACTIONS(2739), - [anon_sym_yield] = ACTIONS(2739), - [anon_sym_move] = ACTIONS(2739), - [anon_sym_try] = ACTIONS(2739), - [sym_integer_literal] = ACTIONS(2737), - [aux_sym_string_literal_token1] = ACTIONS(2737), - [sym_char_literal] = ACTIONS(2737), - [anon_sym_true] = ACTIONS(2739), - [anon_sym_false] = ACTIONS(2739), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2739), - [sym_super] = ACTIONS(2739), - [sym_crate] = ACTIONS(2739), - [sym_metavariable] = ACTIONS(2737), - [sym__raw_string_literal_start] = ACTIONS(2737), - [sym_float_literal] = ACTIONS(2737), - }, - [707] = { + [ts_builtin_sym_end] = ACTIONS(2675), + [sym_identifier] = ACTIONS(2677), + [anon_sym_SEMI] = ACTIONS(2675), + [anon_sym_macro_rules_BANG] = ACTIONS(2675), + [anon_sym_LPAREN] = ACTIONS(2675), + [anon_sym_LBRACK] = ACTIONS(2675), + [anon_sym_LBRACE] = ACTIONS(2675), + [anon_sym_RBRACE] = ACTIONS(2675), + [anon_sym_STAR] = ACTIONS(2675), + [anon_sym_u8] = ACTIONS(2677), + [anon_sym_i8] = ACTIONS(2677), + [anon_sym_u16] = ACTIONS(2677), + [anon_sym_i16] = ACTIONS(2677), + [anon_sym_u32] = ACTIONS(2677), + [anon_sym_i32] = ACTIONS(2677), + [anon_sym_u64] = ACTIONS(2677), + [anon_sym_i64] = ACTIONS(2677), + [anon_sym_u128] = ACTIONS(2677), + [anon_sym_i128] = ACTIONS(2677), + [anon_sym_isize] = ACTIONS(2677), + [anon_sym_usize] = ACTIONS(2677), + [anon_sym_f32] = ACTIONS(2677), + [anon_sym_f64] = ACTIONS(2677), + [anon_sym_bool] = ACTIONS(2677), + [anon_sym_str] = ACTIONS(2677), + [anon_sym_char] = ACTIONS(2677), + [anon_sym_DASH] = ACTIONS(2675), + [anon_sym_BANG] = ACTIONS(2675), + [anon_sym_AMP] = ACTIONS(2675), + [anon_sym_PIPE] = ACTIONS(2675), + [anon_sym_LT] = ACTIONS(2675), + [anon_sym_DOT_DOT] = ACTIONS(2675), + [anon_sym_COLON_COLON] = ACTIONS(2675), + [anon_sym_POUND] = ACTIONS(2675), + [anon_sym_SQUOTE] = ACTIONS(2677), + [anon_sym_async] = ACTIONS(2677), + [anon_sym_break] = ACTIONS(2677), + [anon_sym_const] = ACTIONS(2677), + [anon_sym_continue] = ACTIONS(2677), + [anon_sym_default] = ACTIONS(2677), + [anon_sym_enum] = ACTIONS(2677), + [anon_sym_fn] = ACTIONS(2677), + [anon_sym_for] = ACTIONS(2677), + [anon_sym_gen] = ACTIONS(2677), + [anon_sym_if] = ACTIONS(2677), + [anon_sym_impl] = ACTIONS(2677), + [anon_sym_let] = ACTIONS(2677), + [anon_sym_loop] = ACTIONS(2677), + [anon_sym_match] = ACTIONS(2677), + [anon_sym_mod] = ACTIONS(2677), + [anon_sym_pub] = ACTIONS(2677), + [anon_sym_return] = ACTIONS(2677), + [anon_sym_static] = ACTIONS(2677), + [anon_sym_struct] = ACTIONS(2677), + [anon_sym_trait] = ACTIONS(2677), + [anon_sym_type] = ACTIONS(2677), + [anon_sym_union] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(2677), + [anon_sym_use] = ACTIONS(2677), + [anon_sym_while] = ACTIONS(2677), + [anon_sym_extern] = ACTIONS(2677), + [anon_sym_yield] = ACTIONS(2677), + [anon_sym_move] = ACTIONS(2677), + [anon_sym_try] = ACTIONS(2677), + [sym_integer_literal] = ACTIONS(2675), + [aux_sym_string_literal_token1] = ACTIONS(2675), + [sym_char_literal] = ACTIONS(2675), + [anon_sym_true] = ACTIONS(2677), + [anon_sym_false] = ACTIONS(2677), + [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(2675), + [sym__raw_string_literal_start] = ACTIONS(2675), + [sym_float_literal] = ACTIONS(2675), + }, + [STATE(707)] = { [sym_line_comment] = STATE(707), [sym_block_comment] = STATE(707), - [ts_builtin_sym_end] = ACTIONS(2741), - [sym_identifier] = ACTIONS(2743), - [anon_sym_SEMI] = ACTIONS(2741), - [anon_sym_macro_rules_BANG] = ACTIONS(2741), - [anon_sym_LPAREN] = ACTIONS(2741), - [anon_sym_LBRACK] = ACTIONS(2741), - [anon_sym_LBRACE] = ACTIONS(2741), - [anon_sym_RBRACE] = ACTIONS(2741), - [anon_sym_STAR] = ACTIONS(2741), - [anon_sym_u8] = ACTIONS(2743), - [anon_sym_i8] = ACTIONS(2743), - [anon_sym_u16] = ACTIONS(2743), - [anon_sym_i16] = ACTIONS(2743), - [anon_sym_u32] = ACTIONS(2743), - [anon_sym_i32] = ACTIONS(2743), - [anon_sym_u64] = ACTIONS(2743), - [anon_sym_i64] = ACTIONS(2743), - [anon_sym_u128] = ACTIONS(2743), - [anon_sym_i128] = ACTIONS(2743), - [anon_sym_isize] = ACTIONS(2743), - [anon_sym_usize] = ACTIONS(2743), - [anon_sym_f32] = ACTIONS(2743), - [anon_sym_f64] = ACTIONS(2743), - [anon_sym_bool] = ACTIONS(2743), - [anon_sym_str] = ACTIONS(2743), - [anon_sym_char] = ACTIONS(2743), - [anon_sym_DASH] = ACTIONS(2741), - [anon_sym_BANG] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2741), - [anon_sym_LT] = ACTIONS(2741), - [anon_sym_DOT_DOT] = ACTIONS(2741), - [anon_sym_COLON_COLON] = ACTIONS(2741), - [anon_sym_POUND] = ACTIONS(2741), - [anon_sym_SQUOTE] = ACTIONS(2743), - [anon_sym_async] = ACTIONS(2743), - [anon_sym_break] = ACTIONS(2743), - [anon_sym_const] = ACTIONS(2743), - [anon_sym_continue] = ACTIONS(2743), - [anon_sym_default] = ACTIONS(2743), - [anon_sym_enum] = ACTIONS(2743), - [anon_sym_fn] = ACTIONS(2743), - [anon_sym_for] = ACTIONS(2743), - [anon_sym_gen] = ACTIONS(2743), - [anon_sym_if] = ACTIONS(2743), - [anon_sym_impl] = ACTIONS(2743), - [anon_sym_let] = ACTIONS(2743), - [anon_sym_loop] = ACTIONS(2743), - [anon_sym_match] = ACTIONS(2743), - [anon_sym_mod] = ACTIONS(2743), - [anon_sym_pub] = ACTIONS(2743), - [anon_sym_return] = ACTIONS(2743), - [anon_sym_static] = ACTIONS(2743), - [anon_sym_struct] = ACTIONS(2743), - [anon_sym_trait] = ACTIONS(2743), - [anon_sym_type] = ACTIONS(2743), - [anon_sym_union] = ACTIONS(2743), - [anon_sym_unsafe] = ACTIONS(2743), - [anon_sym_use] = ACTIONS(2743), - [anon_sym_while] = ACTIONS(2743), - [anon_sym_extern] = ACTIONS(2743), - [anon_sym_yield] = ACTIONS(2743), - [anon_sym_move] = ACTIONS(2743), - [anon_sym_try] = ACTIONS(2743), - [sym_integer_literal] = ACTIONS(2741), - [aux_sym_string_literal_token1] = ACTIONS(2741), - [sym_char_literal] = ACTIONS(2741), - [anon_sym_true] = ACTIONS(2743), - [anon_sym_false] = ACTIONS(2743), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2743), - [sym_super] = ACTIONS(2743), - [sym_crate] = ACTIONS(2743), - [sym_metavariable] = ACTIONS(2741), - [sym__raw_string_literal_start] = ACTIONS(2741), - [sym_float_literal] = ACTIONS(2741), - }, - [708] = { + [ts_builtin_sym_end] = ACTIONS(2679), + [sym_identifier] = ACTIONS(2681), + [anon_sym_SEMI] = ACTIONS(2679), + [anon_sym_macro_rules_BANG] = ACTIONS(2679), + [anon_sym_LPAREN] = ACTIONS(2679), + [anon_sym_LBRACK] = ACTIONS(2679), + [anon_sym_LBRACE] = ACTIONS(2679), + [anon_sym_RBRACE] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2679), + [anon_sym_u8] = ACTIONS(2681), + [anon_sym_i8] = ACTIONS(2681), + [anon_sym_u16] = ACTIONS(2681), + [anon_sym_i16] = ACTIONS(2681), + [anon_sym_u32] = ACTIONS(2681), + [anon_sym_i32] = ACTIONS(2681), + [anon_sym_u64] = ACTIONS(2681), + [anon_sym_i64] = ACTIONS(2681), + [anon_sym_u128] = ACTIONS(2681), + [anon_sym_i128] = ACTIONS(2681), + [anon_sym_isize] = ACTIONS(2681), + [anon_sym_usize] = ACTIONS(2681), + [anon_sym_f32] = ACTIONS(2681), + [anon_sym_f64] = ACTIONS(2681), + [anon_sym_bool] = ACTIONS(2681), + [anon_sym_str] = ACTIONS(2681), + [anon_sym_char] = ACTIONS(2681), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_BANG] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2679), + [anon_sym_PIPE] = ACTIONS(2679), + [anon_sym_LT] = ACTIONS(2679), + [anon_sym_DOT_DOT] = ACTIONS(2679), + [anon_sym_COLON_COLON] = ACTIONS(2679), + [anon_sym_POUND] = ACTIONS(2679), + [anon_sym_SQUOTE] = ACTIONS(2681), + [anon_sym_async] = ACTIONS(2681), + [anon_sym_break] = ACTIONS(2681), + [anon_sym_const] = ACTIONS(2681), + [anon_sym_continue] = ACTIONS(2681), + [anon_sym_default] = ACTIONS(2681), + [anon_sym_enum] = ACTIONS(2681), + [anon_sym_fn] = ACTIONS(2681), + [anon_sym_for] = ACTIONS(2681), + [anon_sym_gen] = ACTIONS(2681), + [anon_sym_if] = ACTIONS(2681), + [anon_sym_impl] = ACTIONS(2681), + [anon_sym_let] = ACTIONS(2681), + [anon_sym_loop] = ACTIONS(2681), + [anon_sym_match] = ACTIONS(2681), + [anon_sym_mod] = ACTIONS(2681), + [anon_sym_pub] = ACTIONS(2681), + [anon_sym_return] = ACTIONS(2681), + [anon_sym_static] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(2681), + [anon_sym_trait] = ACTIONS(2681), + [anon_sym_type] = ACTIONS(2681), + [anon_sym_union] = ACTIONS(2681), + [anon_sym_unsafe] = ACTIONS(2681), + [anon_sym_use] = ACTIONS(2681), + [anon_sym_while] = ACTIONS(2681), + [anon_sym_extern] = ACTIONS(2681), + [anon_sym_yield] = ACTIONS(2681), + [anon_sym_move] = ACTIONS(2681), + [anon_sym_try] = ACTIONS(2681), + [sym_integer_literal] = ACTIONS(2679), + [aux_sym_string_literal_token1] = ACTIONS(2679), + [sym_char_literal] = ACTIONS(2679), + [anon_sym_true] = ACTIONS(2681), + [anon_sym_false] = ACTIONS(2681), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2681), + [sym_super] = ACTIONS(2681), + [sym_crate] = ACTIONS(2681), + [sym_metavariable] = ACTIONS(2679), + [sym__raw_string_literal_start] = ACTIONS(2679), + [sym_float_literal] = ACTIONS(2679), + }, + [STATE(708)] = { [sym_line_comment] = STATE(708), [sym_block_comment] = STATE(708), - [ts_builtin_sym_end] = ACTIONS(2745), - [sym_identifier] = ACTIONS(2747), - [anon_sym_SEMI] = ACTIONS(2745), - [anon_sym_macro_rules_BANG] = ACTIONS(2745), - [anon_sym_LPAREN] = ACTIONS(2745), - [anon_sym_LBRACK] = ACTIONS(2745), - [anon_sym_LBRACE] = ACTIONS(2745), - [anon_sym_RBRACE] = ACTIONS(2745), - [anon_sym_STAR] = ACTIONS(2745), - [anon_sym_u8] = ACTIONS(2747), - [anon_sym_i8] = ACTIONS(2747), - [anon_sym_u16] = ACTIONS(2747), - [anon_sym_i16] = ACTIONS(2747), - [anon_sym_u32] = ACTIONS(2747), - [anon_sym_i32] = ACTIONS(2747), - [anon_sym_u64] = ACTIONS(2747), - [anon_sym_i64] = ACTIONS(2747), - [anon_sym_u128] = ACTIONS(2747), - [anon_sym_i128] = ACTIONS(2747), - [anon_sym_isize] = ACTIONS(2747), - [anon_sym_usize] = ACTIONS(2747), - [anon_sym_f32] = ACTIONS(2747), - [anon_sym_f64] = ACTIONS(2747), - [anon_sym_bool] = ACTIONS(2747), - [anon_sym_str] = ACTIONS(2747), - [anon_sym_char] = ACTIONS(2747), - [anon_sym_DASH] = ACTIONS(2745), - [anon_sym_BANG] = ACTIONS(2745), - [anon_sym_AMP] = ACTIONS(2745), - [anon_sym_PIPE] = ACTIONS(2745), - [anon_sym_LT] = ACTIONS(2745), - [anon_sym_DOT_DOT] = ACTIONS(2745), - [anon_sym_COLON_COLON] = ACTIONS(2745), - [anon_sym_POUND] = ACTIONS(2745), - [anon_sym_SQUOTE] = ACTIONS(2747), - [anon_sym_async] = ACTIONS(2747), - [anon_sym_break] = ACTIONS(2747), - [anon_sym_const] = ACTIONS(2747), - [anon_sym_continue] = ACTIONS(2747), - [anon_sym_default] = ACTIONS(2747), - [anon_sym_enum] = ACTIONS(2747), - [anon_sym_fn] = ACTIONS(2747), - [anon_sym_for] = ACTIONS(2747), - [anon_sym_gen] = ACTIONS(2747), - [anon_sym_if] = ACTIONS(2747), - [anon_sym_impl] = ACTIONS(2747), - [anon_sym_let] = ACTIONS(2747), - [anon_sym_loop] = ACTIONS(2747), - [anon_sym_match] = ACTIONS(2747), - [anon_sym_mod] = ACTIONS(2747), - [anon_sym_pub] = ACTIONS(2747), - [anon_sym_return] = ACTIONS(2747), - [anon_sym_static] = ACTIONS(2747), - [anon_sym_struct] = ACTIONS(2747), - [anon_sym_trait] = ACTIONS(2747), - [anon_sym_type] = ACTIONS(2747), - [anon_sym_union] = ACTIONS(2747), - [anon_sym_unsafe] = ACTIONS(2747), - [anon_sym_use] = ACTIONS(2747), - [anon_sym_while] = ACTIONS(2747), - [anon_sym_extern] = ACTIONS(2747), - [anon_sym_yield] = ACTIONS(2747), - [anon_sym_move] = ACTIONS(2747), - [anon_sym_try] = ACTIONS(2747), - [sym_integer_literal] = ACTIONS(2745), - [aux_sym_string_literal_token1] = ACTIONS(2745), - [sym_char_literal] = ACTIONS(2745), - [anon_sym_true] = ACTIONS(2747), - [anon_sym_false] = ACTIONS(2747), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2747), - [sym_super] = ACTIONS(2747), - [sym_crate] = ACTIONS(2747), - [sym_metavariable] = ACTIONS(2745), - [sym__raw_string_literal_start] = ACTIONS(2745), - [sym_float_literal] = ACTIONS(2745), - }, - [709] = { + [ts_builtin_sym_end] = ACTIONS(2683), + [sym_identifier] = ACTIONS(2685), + [anon_sym_SEMI] = ACTIONS(2683), + [anon_sym_macro_rules_BANG] = ACTIONS(2683), + [anon_sym_LPAREN] = ACTIONS(2683), + [anon_sym_LBRACK] = ACTIONS(2683), + [anon_sym_LBRACE] = ACTIONS(2683), + [anon_sym_RBRACE] = ACTIONS(2683), + [anon_sym_STAR] = ACTIONS(2683), + [anon_sym_u8] = ACTIONS(2685), + [anon_sym_i8] = ACTIONS(2685), + [anon_sym_u16] = ACTIONS(2685), + [anon_sym_i16] = ACTIONS(2685), + [anon_sym_u32] = ACTIONS(2685), + [anon_sym_i32] = ACTIONS(2685), + [anon_sym_u64] = ACTIONS(2685), + [anon_sym_i64] = ACTIONS(2685), + [anon_sym_u128] = ACTIONS(2685), + [anon_sym_i128] = ACTIONS(2685), + [anon_sym_isize] = ACTIONS(2685), + [anon_sym_usize] = ACTIONS(2685), + [anon_sym_f32] = ACTIONS(2685), + [anon_sym_f64] = ACTIONS(2685), + [anon_sym_bool] = ACTIONS(2685), + [anon_sym_str] = ACTIONS(2685), + [anon_sym_char] = ACTIONS(2685), + [anon_sym_DASH] = ACTIONS(2683), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_AMP] = ACTIONS(2683), + [anon_sym_PIPE] = ACTIONS(2683), + [anon_sym_LT] = ACTIONS(2683), + [anon_sym_DOT_DOT] = ACTIONS(2683), + [anon_sym_COLON_COLON] = ACTIONS(2683), + [anon_sym_POUND] = ACTIONS(2683), + [anon_sym_SQUOTE] = ACTIONS(2685), + [anon_sym_async] = ACTIONS(2685), + [anon_sym_break] = ACTIONS(2685), + [anon_sym_const] = ACTIONS(2685), + [anon_sym_continue] = ACTIONS(2685), + [anon_sym_default] = ACTIONS(2685), + [anon_sym_enum] = ACTIONS(2685), + [anon_sym_fn] = ACTIONS(2685), + [anon_sym_for] = ACTIONS(2685), + [anon_sym_gen] = ACTIONS(2685), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_impl] = ACTIONS(2685), + [anon_sym_let] = ACTIONS(2685), + [anon_sym_loop] = ACTIONS(2685), + [anon_sym_match] = ACTIONS(2685), + [anon_sym_mod] = ACTIONS(2685), + [anon_sym_pub] = ACTIONS(2685), + [anon_sym_return] = ACTIONS(2685), + [anon_sym_static] = ACTIONS(2685), + [anon_sym_struct] = ACTIONS(2685), + [anon_sym_trait] = ACTIONS(2685), + [anon_sym_type] = ACTIONS(2685), + [anon_sym_union] = ACTIONS(2685), + [anon_sym_unsafe] = ACTIONS(2685), + [anon_sym_use] = ACTIONS(2685), + [anon_sym_while] = ACTIONS(2685), + [anon_sym_extern] = ACTIONS(2685), + [anon_sym_yield] = ACTIONS(2685), + [anon_sym_move] = ACTIONS(2685), + [anon_sym_try] = ACTIONS(2685), + [sym_integer_literal] = ACTIONS(2683), + [aux_sym_string_literal_token1] = ACTIONS(2683), + [sym_char_literal] = ACTIONS(2683), + [anon_sym_true] = ACTIONS(2685), + [anon_sym_false] = ACTIONS(2685), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2685), + [sym_super] = ACTIONS(2685), + [sym_crate] = ACTIONS(2685), + [sym_metavariable] = ACTIONS(2683), + [sym__raw_string_literal_start] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2683), + }, + [STATE(709)] = { [sym_line_comment] = STATE(709), [sym_block_comment] = STATE(709), - [ts_builtin_sym_end] = ACTIONS(2749), - [sym_identifier] = ACTIONS(2751), - [anon_sym_SEMI] = ACTIONS(2749), - [anon_sym_macro_rules_BANG] = ACTIONS(2749), - [anon_sym_LPAREN] = ACTIONS(2749), - [anon_sym_LBRACK] = ACTIONS(2749), - [anon_sym_LBRACE] = ACTIONS(2749), - [anon_sym_RBRACE] = ACTIONS(2749), - [anon_sym_STAR] = ACTIONS(2749), - [anon_sym_u8] = ACTIONS(2751), - [anon_sym_i8] = ACTIONS(2751), - [anon_sym_u16] = ACTIONS(2751), - [anon_sym_i16] = ACTIONS(2751), - [anon_sym_u32] = ACTIONS(2751), - [anon_sym_i32] = ACTIONS(2751), - [anon_sym_u64] = ACTIONS(2751), - [anon_sym_i64] = ACTIONS(2751), - [anon_sym_u128] = ACTIONS(2751), - [anon_sym_i128] = ACTIONS(2751), - [anon_sym_isize] = ACTIONS(2751), - [anon_sym_usize] = ACTIONS(2751), - [anon_sym_f32] = ACTIONS(2751), - [anon_sym_f64] = ACTIONS(2751), - [anon_sym_bool] = ACTIONS(2751), - [anon_sym_str] = ACTIONS(2751), - [anon_sym_char] = ACTIONS(2751), - [anon_sym_DASH] = ACTIONS(2749), - [anon_sym_BANG] = ACTIONS(2749), - [anon_sym_AMP] = ACTIONS(2749), - [anon_sym_PIPE] = ACTIONS(2749), - [anon_sym_LT] = ACTIONS(2749), - [anon_sym_DOT_DOT] = ACTIONS(2749), - [anon_sym_COLON_COLON] = ACTIONS(2749), - [anon_sym_POUND] = ACTIONS(2749), - [anon_sym_SQUOTE] = ACTIONS(2751), - [anon_sym_async] = ACTIONS(2751), - [anon_sym_break] = ACTIONS(2751), - [anon_sym_const] = ACTIONS(2751), - [anon_sym_continue] = ACTIONS(2751), - [anon_sym_default] = ACTIONS(2751), - [anon_sym_enum] = ACTIONS(2751), - [anon_sym_fn] = ACTIONS(2751), - [anon_sym_for] = ACTIONS(2751), - [anon_sym_gen] = ACTIONS(2751), - [anon_sym_if] = ACTIONS(2751), - [anon_sym_impl] = ACTIONS(2751), - [anon_sym_let] = ACTIONS(2751), - [anon_sym_loop] = ACTIONS(2751), - [anon_sym_match] = ACTIONS(2751), - [anon_sym_mod] = ACTIONS(2751), - [anon_sym_pub] = ACTIONS(2751), - [anon_sym_return] = ACTIONS(2751), - [anon_sym_static] = ACTIONS(2751), - [anon_sym_struct] = ACTIONS(2751), - [anon_sym_trait] = ACTIONS(2751), - [anon_sym_type] = ACTIONS(2751), - [anon_sym_union] = ACTIONS(2751), - [anon_sym_unsafe] = ACTIONS(2751), - [anon_sym_use] = ACTIONS(2751), - [anon_sym_while] = ACTIONS(2751), - [anon_sym_extern] = ACTIONS(2751), - [anon_sym_yield] = ACTIONS(2751), - [anon_sym_move] = ACTIONS(2751), - [anon_sym_try] = ACTIONS(2751), - [sym_integer_literal] = ACTIONS(2749), - [aux_sym_string_literal_token1] = ACTIONS(2749), - [sym_char_literal] = ACTIONS(2749), - [anon_sym_true] = ACTIONS(2751), - [anon_sym_false] = ACTIONS(2751), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2751), - [sym_super] = ACTIONS(2751), - [sym_crate] = ACTIONS(2751), - [sym_metavariable] = ACTIONS(2749), - [sym__raw_string_literal_start] = ACTIONS(2749), - [sym_float_literal] = ACTIONS(2749), - }, - [710] = { + [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), + }, + [STATE(710)] = { [sym_line_comment] = STATE(710), [sym_block_comment] = STATE(710), - [ts_builtin_sym_end] = ACTIONS(2753), - [sym_identifier] = ACTIONS(2755), - [anon_sym_SEMI] = ACTIONS(2753), - [anon_sym_macro_rules_BANG] = ACTIONS(2753), - [anon_sym_LPAREN] = ACTIONS(2753), - [anon_sym_LBRACK] = ACTIONS(2753), - [anon_sym_LBRACE] = ACTIONS(2753), - [anon_sym_RBRACE] = ACTIONS(2753), - [anon_sym_STAR] = ACTIONS(2753), - [anon_sym_u8] = ACTIONS(2755), - [anon_sym_i8] = ACTIONS(2755), - [anon_sym_u16] = ACTIONS(2755), - [anon_sym_i16] = ACTIONS(2755), - [anon_sym_u32] = ACTIONS(2755), - [anon_sym_i32] = ACTIONS(2755), - [anon_sym_u64] = ACTIONS(2755), - [anon_sym_i64] = ACTIONS(2755), - [anon_sym_u128] = ACTIONS(2755), - [anon_sym_i128] = ACTIONS(2755), - [anon_sym_isize] = ACTIONS(2755), - [anon_sym_usize] = ACTIONS(2755), - [anon_sym_f32] = ACTIONS(2755), - [anon_sym_f64] = ACTIONS(2755), - [anon_sym_bool] = ACTIONS(2755), - [anon_sym_str] = ACTIONS(2755), - [anon_sym_char] = ACTIONS(2755), - [anon_sym_DASH] = ACTIONS(2753), - [anon_sym_BANG] = ACTIONS(2753), - [anon_sym_AMP] = ACTIONS(2753), - [anon_sym_PIPE] = ACTIONS(2753), - [anon_sym_LT] = ACTIONS(2753), - [anon_sym_DOT_DOT] = ACTIONS(2753), - [anon_sym_COLON_COLON] = ACTIONS(2753), - [anon_sym_POUND] = ACTIONS(2753), - [anon_sym_SQUOTE] = ACTIONS(2755), - [anon_sym_async] = ACTIONS(2755), - [anon_sym_break] = ACTIONS(2755), - [anon_sym_const] = ACTIONS(2755), - [anon_sym_continue] = ACTIONS(2755), - [anon_sym_default] = ACTIONS(2755), - [anon_sym_enum] = ACTIONS(2755), - [anon_sym_fn] = ACTIONS(2755), - [anon_sym_for] = ACTIONS(2755), - [anon_sym_gen] = ACTIONS(2755), - [anon_sym_if] = ACTIONS(2755), - [anon_sym_impl] = ACTIONS(2755), - [anon_sym_let] = ACTIONS(2755), - [anon_sym_loop] = ACTIONS(2755), - [anon_sym_match] = ACTIONS(2755), - [anon_sym_mod] = ACTIONS(2755), - [anon_sym_pub] = ACTIONS(2755), - [anon_sym_return] = ACTIONS(2755), - [anon_sym_static] = ACTIONS(2755), - [anon_sym_struct] = ACTIONS(2755), - [anon_sym_trait] = ACTIONS(2755), - [anon_sym_type] = ACTIONS(2755), - [anon_sym_union] = ACTIONS(2755), - [anon_sym_unsafe] = ACTIONS(2755), - [anon_sym_use] = ACTIONS(2755), - [anon_sym_while] = ACTIONS(2755), - [anon_sym_extern] = ACTIONS(2755), - [anon_sym_yield] = ACTIONS(2755), - [anon_sym_move] = ACTIONS(2755), - [anon_sym_try] = ACTIONS(2755), - [sym_integer_literal] = ACTIONS(2753), - [aux_sym_string_literal_token1] = ACTIONS(2753), - [sym_char_literal] = ACTIONS(2753), - [anon_sym_true] = ACTIONS(2755), - [anon_sym_false] = ACTIONS(2755), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2755), - [sym_super] = ACTIONS(2755), - [sym_crate] = ACTIONS(2755), - [sym_metavariable] = ACTIONS(2753), - [sym__raw_string_literal_start] = ACTIONS(2753), - [sym_float_literal] = ACTIONS(2753), - }, - [711] = { + [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), + }, + [STATE(711)] = { [sym_line_comment] = STATE(711), [sym_block_comment] = STATE(711), - [ts_builtin_sym_end] = ACTIONS(2757), - [sym_identifier] = ACTIONS(2759), - [anon_sym_SEMI] = ACTIONS(2757), - [anon_sym_macro_rules_BANG] = ACTIONS(2757), - [anon_sym_LPAREN] = ACTIONS(2757), - [anon_sym_LBRACK] = ACTIONS(2757), - [anon_sym_LBRACE] = ACTIONS(2757), - [anon_sym_RBRACE] = ACTIONS(2757), - [anon_sym_STAR] = ACTIONS(2757), - [anon_sym_u8] = ACTIONS(2759), - [anon_sym_i8] = ACTIONS(2759), - [anon_sym_u16] = ACTIONS(2759), - [anon_sym_i16] = ACTIONS(2759), - [anon_sym_u32] = ACTIONS(2759), - [anon_sym_i32] = ACTIONS(2759), - [anon_sym_u64] = ACTIONS(2759), - [anon_sym_i64] = ACTIONS(2759), - [anon_sym_u128] = ACTIONS(2759), - [anon_sym_i128] = ACTIONS(2759), - [anon_sym_isize] = ACTIONS(2759), - [anon_sym_usize] = ACTIONS(2759), - [anon_sym_f32] = ACTIONS(2759), - [anon_sym_f64] = ACTIONS(2759), - [anon_sym_bool] = ACTIONS(2759), - [anon_sym_str] = ACTIONS(2759), - [anon_sym_char] = ACTIONS(2759), - [anon_sym_DASH] = ACTIONS(2757), - [anon_sym_BANG] = ACTIONS(2757), - [anon_sym_AMP] = ACTIONS(2757), - [anon_sym_PIPE] = ACTIONS(2757), - [anon_sym_LT] = ACTIONS(2757), - [anon_sym_DOT_DOT] = ACTIONS(2757), - [anon_sym_COLON_COLON] = ACTIONS(2757), - [anon_sym_POUND] = ACTIONS(2757), - [anon_sym_SQUOTE] = ACTIONS(2759), - [anon_sym_async] = ACTIONS(2759), - [anon_sym_break] = ACTIONS(2759), - [anon_sym_const] = ACTIONS(2759), - [anon_sym_continue] = ACTIONS(2759), - [anon_sym_default] = ACTIONS(2759), - [anon_sym_enum] = ACTIONS(2759), - [anon_sym_fn] = ACTIONS(2759), - [anon_sym_for] = ACTIONS(2759), - [anon_sym_gen] = ACTIONS(2759), - [anon_sym_if] = ACTIONS(2759), - [anon_sym_impl] = ACTIONS(2759), - [anon_sym_let] = ACTIONS(2759), - [anon_sym_loop] = ACTIONS(2759), - [anon_sym_match] = ACTIONS(2759), - [anon_sym_mod] = ACTIONS(2759), - [anon_sym_pub] = ACTIONS(2759), - [anon_sym_return] = ACTIONS(2759), - [anon_sym_static] = ACTIONS(2759), - [anon_sym_struct] = ACTIONS(2759), - [anon_sym_trait] = ACTIONS(2759), - [anon_sym_type] = ACTIONS(2759), - [anon_sym_union] = ACTIONS(2759), - [anon_sym_unsafe] = ACTIONS(2759), - [anon_sym_use] = ACTIONS(2759), - [anon_sym_while] = ACTIONS(2759), - [anon_sym_extern] = ACTIONS(2759), - [anon_sym_yield] = ACTIONS(2759), - [anon_sym_move] = ACTIONS(2759), - [anon_sym_try] = ACTIONS(2759), - [sym_integer_literal] = ACTIONS(2757), - [aux_sym_string_literal_token1] = ACTIONS(2757), - [sym_char_literal] = ACTIONS(2757), - [anon_sym_true] = ACTIONS(2759), - [anon_sym_false] = ACTIONS(2759), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2759), - [sym_super] = ACTIONS(2759), - [sym_crate] = ACTIONS(2759), - [sym_metavariable] = ACTIONS(2757), - [sym__raw_string_literal_start] = ACTIONS(2757), - [sym_float_literal] = ACTIONS(2757), - }, - [712] = { + [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), + }, + [STATE(712)] = { [sym_line_comment] = STATE(712), [sym_block_comment] = STATE(712), - [ts_builtin_sym_end] = ACTIONS(2761), - [sym_identifier] = ACTIONS(2763), - [anon_sym_SEMI] = ACTIONS(2761), - [anon_sym_macro_rules_BANG] = ACTIONS(2761), - [anon_sym_LPAREN] = ACTIONS(2761), - [anon_sym_LBRACK] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2761), - [anon_sym_RBRACE] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2761), - [anon_sym_u8] = ACTIONS(2763), - [anon_sym_i8] = ACTIONS(2763), - [anon_sym_u16] = ACTIONS(2763), - [anon_sym_i16] = ACTIONS(2763), - [anon_sym_u32] = ACTIONS(2763), - [anon_sym_i32] = ACTIONS(2763), - [anon_sym_u64] = ACTIONS(2763), - [anon_sym_i64] = ACTIONS(2763), - [anon_sym_u128] = ACTIONS(2763), - [anon_sym_i128] = ACTIONS(2763), - [anon_sym_isize] = ACTIONS(2763), - [anon_sym_usize] = ACTIONS(2763), - [anon_sym_f32] = ACTIONS(2763), - [anon_sym_f64] = ACTIONS(2763), - [anon_sym_bool] = ACTIONS(2763), - [anon_sym_str] = ACTIONS(2763), - [anon_sym_char] = ACTIONS(2763), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_PIPE] = ACTIONS(2761), - [anon_sym_LT] = ACTIONS(2761), - [anon_sym_DOT_DOT] = ACTIONS(2761), - [anon_sym_COLON_COLON] = ACTIONS(2761), - [anon_sym_POUND] = ACTIONS(2761), - [anon_sym_SQUOTE] = ACTIONS(2763), - [anon_sym_async] = ACTIONS(2763), - [anon_sym_break] = ACTIONS(2763), - [anon_sym_const] = ACTIONS(2763), - [anon_sym_continue] = ACTIONS(2763), - [anon_sym_default] = ACTIONS(2763), - [anon_sym_enum] = ACTIONS(2763), - [anon_sym_fn] = ACTIONS(2763), - [anon_sym_for] = ACTIONS(2763), - [anon_sym_gen] = ACTIONS(2763), - [anon_sym_if] = ACTIONS(2763), - [anon_sym_impl] = ACTIONS(2763), - [anon_sym_let] = ACTIONS(2763), - [anon_sym_loop] = ACTIONS(2763), - [anon_sym_match] = ACTIONS(2763), - [anon_sym_mod] = ACTIONS(2763), - [anon_sym_pub] = ACTIONS(2763), - [anon_sym_return] = ACTIONS(2763), - [anon_sym_static] = ACTIONS(2763), - [anon_sym_struct] = ACTIONS(2763), - [anon_sym_trait] = ACTIONS(2763), - [anon_sym_type] = ACTIONS(2763), - [anon_sym_union] = ACTIONS(2763), - [anon_sym_unsafe] = ACTIONS(2763), - [anon_sym_use] = ACTIONS(2763), - [anon_sym_while] = ACTIONS(2763), - [anon_sym_extern] = ACTIONS(2763), - [anon_sym_yield] = ACTIONS(2763), - [anon_sym_move] = ACTIONS(2763), - [anon_sym_try] = ACTIONS(2763), - [sym_integer_literal] = ACTIONS(2761), - [aux_sym_string_literal_token1] = ACTIONS(2761), - [sym_char_literal] = ACTIONS(2761), - [anon_sym_true] = ACTIONS(2763), - [anon_sym_false] = ACTIONS(2763), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2763), - [sym_super] = ACTIONS(2763), - [sym_crate] = ACTIONS(2763), - [sym_metavariable] = ACTIONS(2761), - [sym__raw_string_literal_start] = ACTIONS(2761), - [sym_float_literal] = ACTIONS(2761), - }, - [713] = { + [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), + }, + [STATE(713)] = { [sym_line_comment] = STATE(713), [sym_block_comment] = STATE(713), - [ts_builtin_sym_end] = ACTIONS(2765), - [sym_identifier] = ACTIONS(2767), - [anon_sym_SEMI] = ACTIONS(2765), - [anon_sym_macro_rules_BANG] = ACTIONS(2765), - [anon_sym_LPAREN] = ACTIONS(2765), - [anon_sym_LBRACK] = ACTIONS(2765), - [anon_sym_LBRACE] = ACTIONS(2765), - [anon_sym_RBRACE] = ACTIONS(2765), - [anon_sym_STAR] = ACTIONS(2765), - [anon_sym_u8] = ACTIONS(2767), - [anon_sym_i8] = ACTIONS(2767), - [anon_sym_u16] = ACTIONS(2767), - [anon_sym_i16] = ACTIONS(2767), - [anon_sym_u32] = ACTIONS(2767), - [anon_sym_i32] = ACTIONS(2767), - [anon_sym_u64] = ACTIONS(2767), - [anon_sym_i64] = ACTIONS(2767), - [anon_sym_u128] = ACTIONS(2767), - [anon_sym_i128] = ACTIONS(2767), - [anon_sym_isize] = ACTIONS(2767), - [anon_sym_usize] = ACTIONS(2767), - [anon_sym_f32] = ACTIONS(2767), - [anon_sym_f64] = ACTIONS(2767), - [anon_sym_bool] = ACTIONS(2767), - [anon_sym_str] = ACTIONS(2767), - [anon_sym_char] = ACTIONS(2767), - [anon_sym_DASH] = ACTIONS(2765), - [anon_sym_BANG] = ACTIONS(2765), - [anon_sym_AMP] = ACTIONS(2765), - [anon_sym_PIPE] = ACTIONS(2765), - [anon_sym_LT] = ACTIONS(2765), - [anon_sym_DOT_DOT] = ACTIONS(2765), - [anon_sym_COLON_COLON] = ACTIONS(2765), - [anon_sym_POUND] = ACTIONS(2765), - [anon_sym_SQUOTE] = ACTIONS(2767), - [anon_sym_async] = ACTIONS(2767), - [anon_sym_break] = ACTIONS(2767), - [anon_sym_const] = ACTIONS(2767), - [anon_sym_continue] = ACTIONS(2767), - [anon_sym_default] = ACTIONS(2767), - [anon_sym_enum] = ACTIONS(2767), - [anon_sym_fn] = ACTIONS(2767), - [anon_sym_for] = ACTIONS(2767), - [anon_sym_gen] = ACTIONS(2767), - [anon_sym_if] = ACTIONS(2767), - [anon_sym_impl] = ACTIONS(2767), - [anon_sym_let] = ACTIONS(2767), - [anon_sym_loop] = ACTIONS(2767), - [anon_sym_match] = ACTIONS(2767), - [anon_sym_mod] = ACTIONS(2767), - [anon_sym_pub] = ACTIONS(2767), - [anon_sym_return] = ACTIONS(2767), - [anon_sym_static] = ACTIONS(2767), - [anon_sym_struct] = ACTIONS(2767), - [anon_sym_trait] = ACTIONS(2767), - [anon_sym_type] = ACTIONS(2767), - [anon_sym_union] = ACTIONS(2767), - [anon_sym_unsafe] = ACTIONS(2767), - [anon_sym_use] = ACTIONS(2767), - [anon_sym_while] = ACTIONS(2767), - [anon_sym_extern] = ACTIONS(2767), - [anon_sym_yield] = ACTIONS(2767), - [anon_sym_move] = ACTIONS(2767), - [anon_sym_try] = ACTIONS(2767), - [sym_integer_literal] = ACTIONS(2765), - [aux_sym_string_literal_token1] = ACTIONS(2765), - [sym_char_literal] = ACTIONS(2765), - [anon_sym_true] = ACTIONS(2767), - [anon_sym_false] = ACTIONS(2767), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2767), - [sym_super] = ACTIONS(2767), - [sym_crate] = ACTIONS(2767), - [sym_metavariable] = ACTIONS(2765), - [sym__raw_string_literal_start] = ACTIONS(2765), - [sym_float_literal] = ACTIONS(2765), - }, - [714] = { + [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), + }, + [STATE(714)] = { [sym_line_comment] = STATE(714), [sym_block_comment] = STATE(714), - [ts_builtin_sym_end] = ACTIONS(2769), - [sym_identifier] = ACTIONS(2771), - [anon_sym_SEMI] = ACTIONS(2769), - [anon_sym_macro_rules_BANG] = ACTIONS(2769), - [anon_sym_LPAREN] = ACTIONS(2769), - [anon_sym_LBRACK] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2769), - [anon_sym_RBRACE] = ACTIONS(2769), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_u8] = ACTIONS(2771), - [anon_sym_i8] = ACTIONS(2771), - [anon_sym_u16] = ACTIONS(2771), - [anon_sym_i16] = ACTIONS(2771), - [anon_sym_u32] = ACTIONS(2771), - [anon_sym_i32] = ACTIONS(2771), - [anon_sym_u64] = ACTIONS(2771), - [anon_sym_i64] = ACTIONS(2771), - [anon_sym_u128] = ACTIONS(2771), - [anon_sym_i128] = ACTIONS(2771), - [anon_sym_isize] = ACTIONS(2771), - [anon_sym_usize] = ACTIONS(2771), - [anon_sym_f32] = ACTIONS(2771), - [anon_sym_f64] = ACTIONS(2771), - [anon_sym_bool] = ACTIONS(2771), - [anon_sym_str] = ACTIONS(2771), - [anon_sym_char] = ACTIONS(2771), - [anon_sym_DASH] = ACTIONS(2769), - [anon_sym_BANG] = ACTIONS(2769), - [anon_sym_AMP] = ACTIONS(2769), - [anon_sym_PIPE] = ACTIONS(2769), - [anon_sym_LT] = ACTIONS(2769), - [anon_sym_DOT_DOT] = ACTIONS(2769), - [anon_sym_COLON_COLON] = ACTIONS(2769), - [anon_sym_POUND] = ACTIONS(2769), - [anon_sym_SQUOTE] = ACTIONS(2771), - [anon_sym_async] = ACTIONS(2771), - [anon_sym_break] = ACTIONS(2771), - [anon_sym_const] = ACTIONS(2771), - [anon_sym_continue] = ACTIONS(2771), - [anon_sym_default] = ACTIONS(2771), - [anon_sym_enum] = ACTIONS(2771), - [anon_sym_fn] = ACTIONS(2771), - [anon_sym_for] = ACTIONS(2771), - [anon_sym_gen] = ACTIONS(2771), - [anon_sym_if] = ACTIONS(2771), - [anon_sym_impl] = ACTIONS(2771), - [anon_sym_let] = ACTIONS(2771), - [anon_sym_loop] = ACTIONS(2771), - [anon_sym_match] = ACTIONS(2771), - [anon_sym_mod] = ACTIONS(2771), - [anon_sym_pub] = ACTIONS(2771), - [anon_sym_return] = ACTIONS(2771), - [anon_sym_static] = ACTIONS(2771), - [anon_sym_struct] = ACTIONS(2771), - [anon_sym_trait] = ACTIONS(2771), - [anon_sym_type] = ACTIONS(2771), - [anon_sym_union] = ACTIONS(2771), - [anon_sym_unsafe] = ACTIONS(2771), - [anon_sym_use] = ACTIONS(2771), - [anon_sym_while] = ACTIONS(2771), - [anon_sym_extern] = ACTIONS(2771), - [anon_sym_yield] = ACTIONS(2771), - [anon_sym_move] = ACTIONS(2771), - [anon_sym_try] = ACTIONS(2771), - [sym_integer_literal] = ACTIONS(2769), - [aux_sym_string_literal_token1] = ACTIONS(2769), - [sym_char_literal] = ACTIONS(2769), - [anon_sym_true] = ACTIONS(2771), - [anon_sym_false] = ACTIONS(2771), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2771), - [sym_super] = ACTIONS(2771), - [sym_crate] = ACTIONS(2771), - [sym_metavariable] = ACTIONS(2769), - [sym__raw_string_literal_start] = ACTIONS(2769), - [sym_float_literal] = ACTIONS(2769), - }, - [715] = { + [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), + }, + [STATE(715)] = { [sym_line_comment] = STATE(715), [sym_block_comment] = STATE(715), - [ts_builtin_sym_end] = ACTIONS(2773), - [sym_identifier] = ACTIONS(2775), - [anon_sym_SEMI] = ACTIONS(2773), - [anon_sym_macro_rules_BANG] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2773), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_LBRACE] = ACTIONS(2773), - [anon_sym_RBRACE] = ACTIONS(2773), - [anon_sym_STAR] = ACTIONS(2773), - [anon_sym_u8] = ACTIONS(2775), - [anon_sym_i8] = ACTIONS(2775), - [anon_sym_u16] = ACTIONS(2775), - [anon_sym_i16] = ACTIONS(2775), - [anon_sym_u32] = ACTIONS(2775), - [anon_sym_i32] = ACTIONS(2775), - [anon_sym_u64] = ACTIONS(2775), - [anon_sym_i64] = ACTIONS(2775), - [anon_sym_u128] = ACTIONS(2775), - [anon_sym_i128] = ACTIONS(2775), - [anon_sym_isize] = ACTIONS(2775), - [anon_sym_usize] = ACTIONS(2775), - [anon_sym_f32] = ACTIONS(2775), - [anon_sym_f64] = ACTIONS(2775), - [anon_sym_bool] = ACTIONS(2775), - [anon_sym_str] = ACTIONS(2775), - [anon_sym_char] = ACTIONS(2775), - [anon_sym_DASH] = ACTIONS(2773), - [anon_sym_BANG] = ACTIONS(2773), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_PIPE] = ACTIONS(2773), - [anon_sym_LT] = ACTIONS(2773), - [anon_sym_DOT_DOT] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2773), - [anon_sym_POUND] = ACTIONS(2773), - [anon_sym_SQUOTE] = ACTIONS(2775), - [anon_sym_async] = ACTIONS(2775), - [anon_sym_break] = ACTIONS(2775), - [anon_sym_const] = ACTIONS(2775), - [anon_sym_continue] = ACTIONS(2775), - [anon_sym_default] = ACTIONS(2775), - [anon_sym_enum] = ACTIONS(2775), - [anon_sym_fn] = ACTIONS(2775), - [anon_sym_for] = ACTIONS(2775), - [anon_sym_gen] = ACTIONS(2775), - [anon_sym_if] = ACTIONS(2775), - [anon_sym_impl] = ACTIONS(2775), - [anon_sym_let] = ACTIONS(2775), - [anon_sym_loop] = ACTIONS(2775), - [anon_sym_match] = ACTIONS(2775), - [anon_sym_mod] = ACTIONS(2775), - [anon_sym_pub] = ACTIONS(2775), - [anon_sym_return] = ACTIONS(2775), - [anon_sym_static] = ACTIONS(2775), - [anon_sym_struct] = ACTIONS(2775), - [anon_sym_trait] = ACTIONS(2775), - [anon_sym_type] = ACTIONS(2775), - [anon_sym_union] = ACTIONS(2775), - [anon_sym_unsafe] = ACTIONS(2775), - [anon_sym_use] = ACTIONS(2775), - [anon_sym_while] = ACTIONS(2775), - [anon_sym_extern] = ACTIONS(2775), - [anon_sym_yield] = ACTIONS(2775), - [anon_sym_move] = ACTIONS(2775), - [anon_sym_try] = ACTIONS(2775), - [sym_integer_literal] = ACTIONS(2773), - [aux_sym_string_literal_token1] = ACTIONS(2773), - [sym_char_literal] = ACTIONS(2773), - [anon_sym_true] = ACTIONS(2775), - [anon_sym_false] = ACTIONS(2775), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2775), - [sym_super] = ACTIONS(2775), - [sym_crate] = ACTIONS(2775), - [sym_metavariable] = ACTIONS(2773), - [sym__raw_string_literal_start] = ACTIONS(2773), - [sym_float_literal] = ACTIONS(2773), - }, - [716] = { + [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), + }, + [STATE(716)] = { [sym_line_comment] = STATE(716), [sym_block_comment] = STATE(716), - [ts_builtin_sym_end] = ACTIONS(2777), - [sym_identifier] = ACTIONS(2779), - [anon_sym_SEMI] = ACTIONS(2777), - [anon_sym_macro_rules_BANG] = ACTIONS(2777), - [anon_sym_LPAREN] = ACTIONS(2777), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LBRACE] = ACTIONS(2777), - [anon_sym_RBRACE] = ACTIONS(2777), - [anon_sym_STAR] = ACTIONS(2777), - [anon_sym_u8] = ACTIONS(2779), - [anon_sym_i8] = ACTIONS(2779), - [anon_sym_u16] = ACTIONS(2779), - [anon_sym_i16] = ACTIONS(2779), - [anon_sym_u32] = ACTIONS(2779), - [anon_sym_i32] = ACTIONS(2779), - [anon_sym_u64] = ACTIONS(2779), - [anon_sym_i64] = ACTIONS(2779), - [anon_sym_u128] = ACTIONS(2779), - [anon_sym_i128] = ACTIONS(2779), - [anon_sym_isize] = ACTIONS(2779), - [anon_sym_usize] = ACTIONS(2779), - [anon_sym_f32] = ACTIONS(2779), - [anon_sym_f64] = ACTIONS(2779), - [anon_sym_bool] = ACTIONS(2779), - [anon_sym_str] = ACTIONS(2779), - [anon_sym_char] = ACTIONS(2779), - [anon_sym_DASH] = ACTIONS(2777), - [anon_sym_BANG] = ACTIONS(2777), - [anon_sym_AMP] = ACTIONS(2777), - [anon_sym_PIPE] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2777), - [anon_sym_DOT_DOT] = ACTIONS(2777), - [anon_sym_COLON_COLON] = ACTIONS(2777), - [anon_sym_POUND] = ACTIONS(2777), - [anon_sym_SQUOTE] = ACTIONS(2779), - [anon_sym_async] = ACTIONS(2779), - [anon_sym_break] = ACTIONS(2779), - [anon_sym_const] = ACTIONS(2779), - [anon_sym_continue] = ACTIONS(2779), - [anon_sym_default] = ACTIONS(2779), - [anon_sym_enum] = ACTIONS(2779), - [anon_sym_fn] = ACTIONS(2779), - [anon_sym_for] = ACTIONS(2779), - [anon_sym_gen] = ACTIONS(2779), - [anon_sym_if] = ACTIONS(2779), - [anon_sym_impl] = ACTIONS(2779), - [anon_sym_let] = ACTIONS(2779), - [anon_sym_loop] = ACTIONS(2779), - [anon_sym_match] = ACTIONS(2779), - [anon_sym_mod] = ACTIONS(2779), - [anon_sym_pub] = ACTIONS(2779), - [anon_sym_return] = ACTIONS(2779), - [anon_sym_static] = ACTIONS(2779), - [anon_sym_struct] = ACTIONS(2779), - [anon_sym_trait] = ACTIONS(2779), - [anon_sym_type] = ACTIONS(2779), - [anon_sym_union] = ACTIONS(2779), - [anon_sym_unsafe] = ACTIONS(2779), - [anon_sym_use] = ACTIONS(2779), - [anon_sym_while] = ACTIONS(2779), - [anon_sym_extern] = ACTIONS(2779), - [anon_sym_yield] = ACTIONS(2779), - [anon_sym_move] = ACTIONS(2779), - [anon_sym_try] = ACTIONS(2779), - [sym_integer_literal] = ACTIONS(2777), - [aux_sym_string_literal_token1] = ACTIONS(2777), - [sym_char_literal] = ACTIONS(2777), - [anon_sym_true] = ACTIONS(2779), - [anon_sym_false] = ACTIONS(2779), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2779), - [sym_super] = ACTIONS(2779), - [sym_crate] = ACTIONS(2779), - [sym_metavariable] = ACTIONS(2777), - [sym__raw_string_literal_start] = ACTIONS(2777), - [sym_float_literal] = ACTIONS(2777), - }, - [717] = { + [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), + }, + [STATE(717)] = { [sym_line_comment] = STATE(717), [sym_block_comment] = STATE(717), - [ts_builtin_sym_end] = ACTIONS(2781), - [sym_identifier] = ACTIONS(2783), - [anon_sym_SEMI] = ACTIONS(2781), - [anon_sym_macro_rules_BANG] = ACTIONS(2781), - [anon_sym_LPAREN] = ACTIONS(2781), - [anon_sym_LBRACK] = ACTIONS(2781), - [anon_sym_LBRACE] = ACTIONS(2781), - [anon_sym_RBRACE] = ACTIONS(2781), - [anon_sym_STAR] = ACTIONS(2781), - [anon_sym_u8] = ACTIONS(2783), - [anon_sym_i8] = ACTIONS(2783), - [anon_sym_u16] = ACTIONS(2783), - [anon_sym_i16] = ACTIONS(2783), - [anon_sym_u32] = ACTIONS(2783), - [anon_sym_i32] = ACTIONS(2783), - [anon_sym_u64] = ACTIONS(2783), - [anon_sym_i64] = ACTIONS(2783), - [anon_sym_u128] = ACTIONS(2783), - [anon_sym_i128] = ACTIONS(2783), - [anon_sym_isize] = ACTIONS(2783), - [anon_sym_usize] = ACTIONS(2783), - [anon_sym_f32] = ACTIONS(2783), - [anon_sym_f64] = ACTIONS(2783), - [anon_sym_bool] = ACTIONS(2783), - [anon_sym_str] = ACTIONS(2783), - [anon_sym_char] = ACTIONS(2783), - [anon_sym_DASH] = ACTIONS(2781), - [anon_sym_BANG] = ACTIONS(2781), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2781), - [anon_sym_LT] = ACTIONS(2781), - [anon_sym_DOT_DOT] = ACTIONS(2781), - [anon_sym_COLON_COLON] = ACTIONS(2781), - [anon_sym_POUND] = ACTIONS(2781), - [anon_sym_SQUOTE] = ACTIONS(2783), - [anon_sym_async] = ACTIONS(2783), - [anon_sym_break] = ACTIONS(2783), - [anon_sym_const] = ACTIONS(2783), - [anon_sym_continue] = ACTIONS(2783), - [anon_sym_default] = ACTIONS(2783), - [anon_sym_enum] = ACTIONS(2783), - [anon_sym_fn] = ACTIONS(2783), - [anon_sym_for] = ACTIONS(2783), - [anon_sym_gen] = ACTIONS(2783), - [anon_sym_if] = ACTIONS(2783), - [anon_sym_impl] = ACTIONS(2783), - [anon_sym_let] = ACTIONS(2783), - [anon_sym_loop] = ACTIONS(2783), - [anon_sym_match] = ACTIONS(2783), - [anon_sym_mod] = ACTIONS(2783), - [anon_sym_pub] = ACTIONS(2783), - [anon_sym_return] = ACTIONS(2783), - [anon_sym_static] = ACTIONS(2783), - [anon_sym_struct] = ACTIONS(2783), - [anon_sym_trait] = ACTIONS(2783), - [anon_sym_type] = ACTIONS(2783), - [anon_sym_union] = ACTIONS(2783), - [anon_sym_unsafe] = ACTIONS(2783), - [anon_sym_use] = ACTIONS(2783), - [anon_sym_while] = ACTIONS(2783), - [anon_sym_extern] = ACTIONS(2783), - [anon_sym_yield] = ACTIONS(2783), - [anon_sym_move] = ACTIONS(2783), - [anon_sym_try] = ACTIONS(2783), - [sym_integer_literal] = ACTIONS(2781), - [aux_sym_string_literal_token1] = ACTIONS(2781), - [sym_char_literal] = ACTIONS(2781), - [anon_sym_true] = ACTIONS(2783), - [anon_sym_false] = ACTIONS(2783), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2783), - [sym_super] = ACTIONS(2783), - [sym_crate] = ACTIONS(2783), - [sym_metavariable] = ACTIONS(2781), - [sym__raw_string_literal_start] = ACTIONS(2781), - [sym_float_literal] = ACTIONS(2781), - }, - [718] = { + [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), + }, + [STATE(718)] = { [sym_line_comment] = STATE(718), [sym_block_comment] = STATE(718), - [ts_builtin_sym_end] = ACTIONS(2785), - [sym_identifier] = ACTIONS(2787), - [anon_sym_SEMI] = ACTIONS(2785), - [anon_sym_macro_rules_BANG] = ACTIONS(2785), - [anon_sym_LPAREN] = ACTIONS(2785), - [anon_sym_LBRACK] = ACTIONS(2785), - [anon_sym_LBRACE] = ACTIONS(2785), - [anon_sym_RBRACE] = ACTIONS(2785), - [anon_sym_STAR] = ACTIONS(2785), - [anon_sym_u8] = ACTIONS(2787), - [anon_sym_i8] = ACTIONS(2787), - [anon_sym_u16] = ACTIONS(2787), - [anon_sym_i16] = ACTIONS(2787), - [anon_sym_u32] = ACTIONS(2787), - [anon_sym_i32] = ACTIONS(2787), - [anon_sym_u64] = ACTIONS(2787), - [anon_sym_i64] = ACTIONS(2787), - [anon_sym_u128] = ACTIONS(2787), - [anon_sym_i128] = ACTIONS(2787), - [anon_sym_isize] = ACTIONS(2787), - [anon_sym_usize] = ACTIONS(2787), - [anon_sym_f32] = ACTIONS(2787), - [anon_sym_f64] = ACTIONS(2787), - [anon_sym_bool] = ACTIONS(2787), - [anon_sym_str] = ACTIONS(2787), - [anon_sym_char] = ACTIONS(2787), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_BANG] = ACTIONS(2785), - [anon_sym_AMP] = ACTIONS(2785), - [anon_sym_PIPE] = ACTIONS(2785), - [anon_sym_LT] = ACTIONS(2785), - [anon_sym_DOT_DOT] = ACTIONS(2785), - [anon_sym_COLON_COLON] = ACTIONS(2785), - [anon_sym_POUND] = ACTIONS(2785), - [anon_sym_SQUOTE] = ACTIONS(2787), - [anon_sym_async] = ACTIONS(2787), - [anon_sym_break] = ACTIONS(2787), - [anon_sym_const] = ACTIONS(2787), - [anon_sym_continue] = ACTIONS(2787), - [anon_sym_default] = ACTIONS(2787), - [anon_sym_enum] = ACTIONS(2787), - [anon_sym_fn] = ACTIONS(2787), - [anon_sym_for] = ACTIONS(2787), - [anon_sym_gen] = ACTIONS(2787), - [anon_sym_if] = ACTIONS(2787), - [anon_sym_impl] = ACTIONS(2787), - [anon_sym_let] = ACTIONS(2787), - [anon_sym_loop] = ACTIONS(2787), - [anon_sym_match] = ACTIONS(2787), - [anon_sym_mod] = ACTIONS(2787), - [anon_sym_pub] = ACTIONS(2787), - [anon_sym_return] = ACTIONS(2787), - [anon_sym_static] = ACTIONS(2787), - [anon_sym_struct] = ACTIONS(2787), - [anon_sym_trait] = ACTIONS(2787), - [anon_sym_type] = ACTIONS(2787), - [anon_sym_union] = ACTIONS(2787), - [anon_sym_unsafe] = ACTIONS(2787), - [anon_sym_use] = ACTIONS(2787), - [anon_sym_while] = ACTIONS(2787), - [anon_sym_extern] = ACTIONS(2787), - [anon_sym_yield] = ACTIONS(2787), - [anon_sym_move] = ACTIONS(2787), - [anon_sym_try] = ACTIONS(2787), - [sym_integer_literal] = ACTIONS(2785), - [aux_sym_string_literal_token1] = ACTIONS(2785), - [sym_char_literal] = ACTIONS(2785), - [anon_sym_true] = ACTIONS(2787), - [anon_sym_false] = ACTIONS(2787), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2787), - [sym_super] = ACTIONS(2787), - [sym_crate] = ACTIONS(2787), - [sym_metavariable] = ACTIONS(2785), - [sym__raw_string_literal_start] = ACTIONS(2785), - [sym_float_literal] = ACTIONS(2785), - }, - [719] = { + [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), + }, + [STATE(719)] = { [sym_line_comment] = STATE(719), [sym_block_comment] = STATE(719), - [ts_builtin_sym_end] = ACTIONS(2789), - [sym_identifier] = ACTIONS(2791), - [anon_sym_SEMI] = ACTIONS(2789), - [anon_sym_macro_rules_BANG] = ACTIONS(2789), - [anon_sym_LPAREN] = ACTIONS(2789), - [anon_sym_LBRACK] = ACTIONS(2789), - [anon_sym_LBRACE] = ACTIONS(2789), - [anon_sym_RBRACE] = ACTIONS(2789), - [anon_sym_STAR] = ACTIONS(2789), - [anon_sym_u8] = ACTIONS(2791), - [anon_sym_i8] = ACTIONS(2791), - [anon_sym_u16] = ACTIONS(2791), - [anon_sym_i16] = ACTIONS(2791), - [anon_sym_u32] = ACTIONS(2791), - [anon_sym_i32] = ACTIONS(2791), - [anon_sym_u64] = ACTIONS(2791), - [anon_sym_i64] = ACTIONS(2791), - [anon_sym_u128] = ACTIONS(2791), - [anon_sym_i128] = ACTIONS(2791), - [anon_sym_isize] = ACTIONS(2791), - [anon_sym_usize] = ACTIONS(2791), - [anon_sym_f32] = ACTIONS(2791), - [anon_sym_f64] = ACTIONS(2791), - [anon_sym_bool] = ACTIONS(2791), - [anon_sym_str] = ACTIONS(2791), - [anon_sym_char] = ACTIONS(2791), - [anon_sym_DASH] = ACTIONS(2789), - [anon_sym_BANG] = ACTIONS(2789), - [anon_sym_AMP] = ACTIONS(2789), - [anon_sym_PIPE] = ACTIONS(2789), - [anon_sym_LT] = ACTIONS(2789), - [anon_sym_DOT_DOT] = ACTIONS(2789), - [anon_sym_COLON_COLON] = ACTIONS(2789), - [anon_sym_POUND] = ACTIONS(2789), - [anon_sym_SQUOTE] = ACTIONS(2791), - [anon_sym_async] = ACTIONS(2791), - [anon_sym_break] = ACTIONS(2791), - [anon_sym_const] = ACTIONS(2791), - [anon_sym_continue] = ACTIONS(2791), - [anon_sym_default] = ACTIONS(2791), - [anon_sym_enum] = ACTIONS(2791), - [anon_sym_fn] = ACTIONS(2791), - [anon_sym_for] = ACTIONS(2791), - [anon_sym_gen] = ACTIONS(2791), - [anon_sym_if] = ACTIONS(2791), - [anon_sym_impl] = ACTIONS(2791), - [anon_sym_let] = ACTIONS(2791), - [anon_sym_loop] = ACTIONS(2791), - [anon_sym_match] = ACTIONS(2791), - [anon_sym_mod] = ACTIONS(2791), - [anon_sym_pub] = ACTIONS(2791), - [anon_sym_return] = ACTIONS(2791), - [anon_sym_static] = ACTIONS(2791), - [anon_sym_struct] = ACTIONS(2791), - [anon_sym_trait] = ACTIONS(2791), - [anon_sym_type] = ACTIONS(2791), - [anon_sym_union] = ACTIONS(2791), - [anon_sym_unsafe] = ACTIONS(2791), - [anon_sym_use] = ACTIONS(2791), - [anon_sym_while] = ACTIONS(2791), - [anon_sym_extern] = ACTIONS(2791), - [anon_sym_yield] = ACTIONS(2791), - [anon_sym_move] = ACTIONS(2791), - [anon_sym_try] = ACTIONS(2791), - [sym_integer_literal] = ACTIONS(2789), - [aux_sym_string_literal_token1] = ACTIONS(2789), - [sym_char_literal] = ACTIONS(2789), - [anon_sym_true] = ACTIONS(2791), - [anon_sym_false] = ACTIONS(2791), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2791), - [sym_super] = ACTIONS(2791), - [sym_crate] = ACTIONS(2791), - [sym_metavariable] = ACTIONS(2789), - [sym__raw_string_literal_start] = ACTIONS(2789), - [sym_float_literal] = ACTIONS(2789), - }, - [720] = { + [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), + }, + [STATE(720)] = { [sym_line_comment] = STATE(720), [sym_block_comment] = STATE(720), - [ts_builtin_sym_end] = ACTIONS(2793), - [sym_identifier] = ACTIONS(2795), - [anon_sym_SEMI] = ACTIONS(2793), - [anon_sym_macro_rules_BANG] = ACTIONS(2793), - [anon_sym_LPAREN] = ACTIONS(2793), - [anon_sym_LBRACK] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2793), - [anon_sym_RBRACE] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2793), - [anon_sym_u8] = ACTIONS(2795), - [anon_sym_i8] = ACTIONS(2795), - [anon_sym_u16] = ACTIONS(2795), - [anon_sym_i16] = ACTIONS(2795), - [anon_sym_u32] = ACTIONS(2795), - [anon_sym_i32] = ACTIONS(2795), - [anon_sym_u64] = ACTIONS(2795), - [anon_sym_i64] = ACTIONS(2795), - [anon_sym_u128] = ACTIONS(2795), - [anon_sym_i128] = ACTIONS(2795), - [anon_sym_isize] = ACTIONS(2795), - [anon_sym_usize] = ACTIONS(2795), - [anon_sym_f32] = ACTIONS(2795), - [anon_sym_f64] = ACTIONS(2795), - [anon_sym_bool] = ACTIONS(2795), - [anon_sym_str] = ACTIONS(2795), - [anon_sym_char] = ACTIONS(2795), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_BANG] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2793), - [anon_sym_PIPE] = ACTIONS(2793), - [anon_sym_LT] = ACTIONS(2793), - [anon_sym_DOT_DOT] = ACTIONS(2793), - [anon_sym_COLON_COLON] = ACTIONS(2793), - [anon_sym_POUND] = ACTIONS(2793), - [anon_sym_SQUOTE] = ACTIONS(2795), - [anon_sym_async] = ACTIONS(2795), - [anon_sym_break] = ACTIONS(2795), - [anon_sym_const] = ACTIONS(2795), - [anon_sym_continue] = ACTIONS(2795), - [anon_sym_default] = ACTIONS(2795), - [anon_sym_enum] = ACTIONS(2795), - [anon_sym_fn] = ACTIONS(2795), - [anon_sym_for] = ACTIONS(2795), - [anon_sym_gen] = ACTIONS(2795), - [anon_sym_if] = ACTIONS(2795), - [anon_sym_impl] = ACTIONS(2795), - [anon_sym_let] = ACTIONS(2795), - [anon_sym_loop] = ACTIONS(2795), - [anon_sym_match] = ACTIONS(2795), - [anon_sym_mod] = ACTIONS(2795), - [anon_sym_pub] = ACTIONS(2795), - [anon_sym_return] = ACTIONS(2795), - [anon_sym_static] = ACTIONS(2795), - [anon_sym_struct] = ACTIONS(2795), - [anon_sym_trait] = ACTIONS(2795), - [anon_sym_type] = ACTIONS(2795), - [anon_sym_union] = ACTIONS(2795), - [anon_sym_unsafe] = ACTIONS(2795), - [anon_sym_use] = ACTIONS(2795), - [anon_sym_while] = ACTIONS(2795), - [anon_sym_extern] = ACTIONS(2795), - [anon_sym_yield] = ACTIONS(2795), - [anon_sym_move] = ACTIONS(2795), - [anon_sym_try] = ACTIONS(2795), - [sym_integer_literal] = ACTIONS(2793), - [aux_sym_string_literal_token1] = ACTIONS(2793), - [sym_char_literal] = ACTIONS(2793), - [anon_sym_true] = ACTIONS(2795), - [anon_sym_false] = ACTIONS(2795), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2795), - [sym_super] = ACTIONS(2795), - [sym_crate] = ACTIONS(2795), - [sym_metavariable] = ACTIONS(2793), - [sym__raw_string_literal_start] = ACTIONS(2793), - [sym_float_literal] = ACTIONS(2793), - }, - [721] = { + [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), + }, + [STATE(721)] = { [sym_line_comment] = STATE(721), [sym_block_comment] = STATE(721), - [ts_builtin_sym_end] = ACTIONS(2797), - [sym_identifier] = ACTIONS(2799), - [anon_sym_SEMI] = ACTIONS(2797), - [anon_sym_macro_rules_BANG] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(2797), - [anon_sym_LBRACK] = ACTIONS(2797), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_RBRACE] = ACTIONS(2797), - [anon_sym_STAR] = ACTIONS(2797), - [anon_sym_u8] = ACTIONS(2799), - [anon_sym_i8] = ACTIONS(2799), - [anon_sym_u16] = ACTIONS(2799), - [anon_sym_i16] = ACTIONS(2799), - [anon_sym_u32] = ACTIONS(2799), - [anon_sym_i32] = ACTIONS(2799), - [anon_sym_u64] = ACTIONS(2799), - [anon_sym_i64] = ACTIONS(2799), - [anon_sym_u128] = ACTIONS(2799), - [anon_sym_i128] = ACTIONS(2799), - [anon_sym_isize] = ACTIONS(2799), - [anon_sym_usize] = ACTIONS(2799), - [anon_sym_f32] = ACTIONS(2799), - [anon_sym_f64] = ACTIONS(2799), - [anon_sym_bool] = ACTIONS(2799), - [anon_sym_str] = ACTIONS(2799), - [anon_sym_char] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2797), - [anon_sym_BANG] = ACTIONS(2797), - [anon_sym_AMP] = ACTIONS(2797), - [anon_sym_PIPE] = ACTIONS(2797), - [anon_sym_LT] = ACTIONS(2797), - [anon_sym_DOT_DOT] = ACTIONS(2797), - [anon_sym_COLON_COLON] = ACTIONS(2797), - [anon_sym_POUND] = ACTIONS(2797), - [anon_sym_SQUOTE] = ACTIONS(2799), - [anon_sym_async] = ACTIONS(2799), - [anon_sym_break] = ACTIONS(2799), - [anon_sym_const] = ACTIONS(2799), - [anon_sym_continue] = ACTIONS(2799), - [anon_sym_default] = ACTIONS(2799), - [anon_sym_enum] = ACTIONS(2799), - [anon_sym_fn] = ACTIONS(2799), - [anon_sym_for] = ACTIONS(2799), - [anon_sym_gen] = ACTIONS(2799), - [anon_sym_if] = ACTIONS(2799), - [anon_sym_impl] = ACTIONS(2799), - [anon_sym_let] = ACTIONS(2799), - [anon_sym_loop] = ACTIONS(2799), - [anon_sym_match] = ACTIONS(2799), - [anon_sym_mod] = ACTIONS(2799), - [anon_sym_pub] = ACTIONS(2799), - [anon_sym_return] = ACTIONS(2799), - [anon_sym_static] = ACTIONS(2799), - [anon_sym_struct] = ACTIONS(2799), - [anon_sym_trait] = ACTIONS(2799), - [anon_sym_type] = ACTIONS(2799), - [anon_sym_union] = ACTIONS(2799), - [anon_sym_unsafe] = ACTIONS(2799), - [anon_sym_use] = ACTIONS(2799), - [anon_sym_while] = ACTIONS(2799), - [anon_sym_extern] = ACTIONS(2799), - [anon_sym_yield] = ACTIONS(2799), - [anon_sym_move] = ACTIONS(2799), - [anon_sym_try] = ACTIONS(2799), - [sym_integer_literal] = ACTIONS(2797), - [aux_sym_string_literal_token1] = ACTIONS(2797), - [sym_char_literal] = ACTIONS(2797), - [anon_sym_true] = ACTIONS(2799), - [anon_sym_false] = ACTIONS(2799), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2799), - [sym_super] = ACTIONS(2799), - [sym_crate] = ACTIONS(2799), - [sym_metavariable] = ACTIONS(2797), - [sym__raw_string_literal_start] = ACTIONS(2797), - [sym_float_literal] = ACTIONS(2797), - }, - [722] = { + [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), + }, + [STATE(722)] = { [sym_line_comment] = STATE(722), [sym_block_comment] = STATE(722), - [ts_builtin_sym_end] = ACTIONS(2801), - [sym_identifier] = ACTIONS(2803), - [anon_sym_SEMI] = ACTIONS(2801), - [anon_sym_macro_rules_BANG] = ACTIONS(2801), - [anon_sym_LPAREN] = ACTIONS(2801), - [anon_sym_LBRACK] = ACTIONS(2801), - [anon_sym_LBRACE] = ACTIONS(2801), - [anon_sym_RBRACE] = ACTIONS(2801), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_u8] = ACTIONS(2803), - [anon_sym_i8] = ACTIONS(2803), - [anon_sym_u16] = ACTIONS(2803), - [anon_sym_i16] = ACTIONS(2803), - [anon_sym_u32] = ACTIONS(2803), - [anon_sym_i32] = ACTIONS(2803), - [anon_sym_u64] = ACTIONS(2803), - [anon_sym_i64] = ACTIONS(2803), - [anon_sym_u128] = ACTIONS(2803), - [anon_sym_i128] = ACTIONS(2803), - [anon_sym_isize] = ACTIONS(2803), - [anon_sym_usize] = ACTIONS(2803), - [anon_sym_f32] = ACTIONS(2803), - [anon_sym_f64] = ACTIONS(2803), - [anon_sym_bool] = ACTIONS(2803), - [anon_sym_str] = ACTIONS(2803), - [anon_sym_char] = ACTIONS(2803), - [anon_sym_DASH] = ACTIONS(2801), - [anon_sym_BANG] = ACTIONS(2801), - [anon_sym_AMP] = ACTIONS(2801), - [anon_sym_PIPE] = ACTIONS(2801), - [anon_sym_LT] = ACTIONS(2801), - [anon_sym_DOT_DOT] = ACTIONS(2801), - [anon_sym_COLON_COLON] = ACTIONS(2801), - [anon_sym_POUND] = ACTIONS(2801), - [anon_sym_SQUOTE] = ACTIONS(2803), - [anon_sym_async] = ACTIONS(2803), - [anon_sym_break] = ACTIONS(2803), - [anon_sym_const] = ACTIONS(2803), - [anon_sym_continue] = ACTIONS(2803), - [anon_sym_default] = ACTIONS(2803), - [anon_sym_enum] = ACTIONS(2803), - [anon_sym_fn] = ACTIONS(2803), - [anon_sym_for] = ACTIONS(2803), - [anon_sym_gen] = ACTIONS(2803), - [anon_sym_if] = ACTIONS(2803), - [anon_sym_impl] = ACTIONS(2803), - [anon_sym_let] = ACTIONS(2803), - [anon_sym_loop] = ACTIONS(2803), - [anon_sym_match] = ACTIONS(2803), - [anon_sym_mod] = ACTIONS(2803), - [anon_sym_pub] = ACTIONS(2803), - [anon_sym_return] = ACTIONS(2803), - [anon_sym_static] = ACTIONS(2803), - [anon_sym_struct] = ACTIONS(2803), - [anon_sym_trait] = ACTIONS(2803), - [anon_sym_type] = ACTIONS(2803), - [anon_sym_union] = ACTIONS(2803), - [anon_sym_unsafe] = ACTIONS(2803), - [anon_sym_use] = ACTIONS(2803), - [anon_sym_while] = ACTIONS(2803), - [anon_sym_extern] = ACTIONS(2803), - [anon_sym_yield] = ACTIONS(2803), - [anon_sym_move] = ACTIONS(2803), - [anon_sym_try] = ACTIONS(2803), - [sym_integer_literal] = ACTIONS(2801), - [aux_sym_string_literal_token1] = ACTIONS(2801), - [sym_char_literal] = ACTIONS(2801), - [anon_sym_true] = ACTIONS(2803), - [anon_sym_false] = ACTIONS(2803), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2803), - [sym_super] = ACTIONS(2803), - [sym_crate] = ACTIONS(2803), - [sym_metavariable] = ACTIONS(2801), - [sym__raw_string_literal_start] = ACTIONS(2801), - [sym_float_literal] = ACTIONS(2801), - }, - [723] = { + [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), + }, + [STATE(723)] = { [sym_line_comment] = STATE(723), [sym_block_comment] = STATE(723), - [ts_builtin_sym_end] = ACTIONS(2805), - [sym_identifier] = ACTIONS(2807), - [anon_sym_SEMI] = ACTIONS(2805), - [anon_sym_macro_rules_BANG] = ACTIONS(2805), - [anon_sym_LPAREN] = ACTIONS(2805), - [anon_sym_LBRACK] = ACTIONS(2805), - [anon_sym_LBRACE] = ACTIONS(2805), - [anon_sym_RBRACE] = ACTIONS(2805), - [anon_sym_STAR] = ACTIONS(2805), - [anon_sym_u8] = ACTIONS(2807), - [anon_sym_i8] = ACTIONS(2807), - [anon_sym_u16] = ACTIONS(2807), - [anon_sym_i16] = ACTIONS(2807), - [anon_sym_u32] = ACTIONS(2807), - [anon_sym_i32] = ACTIONS(2807), - [anon_sym_u64] = ACTIONS(2807), - [anon_sym_i64] = ACTIONS(2807), - [anon_sym_u128] = ACTIONS(2807), - [anon_sym_i128] = ACTIONS(2807), - [anon_sym_isize] = ACTIONS(2807), - [anon_sym_usize] = ACTIONS(2807), - [anon_sym_f32] = ACTIONS(2807), - [anon_sym_f64] = ACTIONS(2807), - [anon_sym_bool] = ACTIONS(2807), - [anon_sym_str] = ACTIONS(2807), - [anon_sym_char] = ACTIONS(2807), - [anon_sym_DASH] = ACTIONS(2805), - [anon_sym_BANG] = ACTIONS(2805), - [anon_sym_AMP] = ACTIONS(2805), - [anon_sym_PIPE] = ACTIONS(2805), - [anon_sym_LT] = ACTIONS(2805), - [anon_sym_DOT_DOT] = ACTIONS(2805), - [anon_sym_COLON_COLON] = ACTIONS(2805), - [anon_sym_POUND] = ACTIONS(2805), - [anon_sym_SQUOTE] = ACTIONS(2807), - [anon_sym_async] = ACTIONS(2807), - [anon_sym_break] = ACTIONS(2807), - [anon_sym_const] = ACTIONS(2807), - [anon_sym_continue] = ACTIONS(2807), - [anon_sym_default] = ACTIONS(2807), - [anon_sym_enum] = ACTIONS(2807), - [anon_sym_fn] = ACTIONS(2807), - [anon_sym_for] = ACTIONS(2807), - [anon_sym_gen] = ACTIONS(2807), - [anon_sym_if] = ACTIONS(2807), - [anon_sym_impl] = ACTIONS(2807), - [anon_sym_let] = ACTIONS(2807), - [anon_sym_loop] = ACTIONS(2807), - [anon_sym_match] = ACTIONS(2807), - [anon_sym_mod] = ACTIONS(2807), - [anon_sym_pub] = ACTIONS(2807), - [anon_sym_return] = ACTIONS(2807), - [anon_sym_static] = ACTIONS(2807), - [anon_sym_struct] = ACTIONS(2807), - [anon_sym_trait] = ACTIONS(2807), - [anon_sym_type] = ACTIONS(2807), - [anon_sym_union] = ACTIONS(2807), - [anon_sym_unsafe] = ACTIONS(2807), - [anon_sym_use] = ACTIONS(2807), - [anon_sym_while] = ACTIONS(2807), - [anon_sym_extern] = ACTIONS(2807), - [anon_sym_yield] = ACTIONS(2807), - [anon_sym_move] = ACTIONS(2807), - [anon_sym_try] = ACTIONS(2807), - [sym_integer_literal] = ACTIONS(2805), - [aux_sym_string_literal_token1] = ACTIONS(2805), - [sym_char_literal] = ACTIONS(2805), - [anon_sym_true] = ACTIONS(2807), - [anon_sym_false] = ACTIONS(2807), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2807), - [sym_super] = ACTIONS(2807), - [sym_crate] = ACTIONS(2807), - [sym_metavariable] = ACTIONS(2805), - [sym__raw_string_literal_start] = ACTIONS(2805), - [sym_float_literal] = ACTIONS(2805), - }, - [724] = { + [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), + }, + [STATE(724)] = { [sym_line_comment] = STATE(724), [sym_block_comment] = STATE(724), - [ts_builtin_sym_end] = ACTIONS(2809), - [sym_identifier] = ACTIONS(2811), - [anon_sym_SEMI] = ACTIONS(2809), - [anon_sym_macro_rules_BANG] = ACTIONS(2809), - [anon_sym_LPAREN] = ACTIONS(2809), - [anon_sym_LBRACK] = ACTIONS(2809), - [anon_sym_LBRACE] = ACTIONS(2809), - [anon_sym_RBRACE] = ACTIONS(2809), - [anon_sym_STAR] = ACTIONS(2809), - [anon_sym_u8] = ACTIONS(2811), - [anon_sym_i8] = ACTIONS(2811), - [anon_sym_u16] = ACTIONS(2811), - [anon_sym_i16] = ACTIONS(2811), - [anon_sym_u32] = ACTIONS(2811), - [anon_sym_i32] = ACTIONS(2811), - [anon_sym_u64] = ACTIONS(2811), - [anon_sym_i64] = ACTIONS(2811), - [anon_sym_u128] = ACTIONS(2811), - [anon_sym_i128] = ACTIONS(2811), - [anon_sym_isize] = ACTIONS(2811), - [anon_sym_usize] = ACTIONS(2811), - [anon_sym_f32] = ACTIONS(2811), - [anon_sym_f64] = ACTIONS(2811), - [anon_sym_bool] = ACTIONS(2811), - [anon_sym_str] = ACTIONS(2811), - [anon_sym_char] = ACTIONS(2811), - [anon_sym_DASH] = ACTIONS(2809), - [anon_sym_BANG] = ACTIONS(2809), - [anon_sym_AMP] = ACTIONS(2809), - [anon_sym_PIPE] = ACTIONS(2809), - [anon_sym_LT] = ACTIONS(2809), - [anon_sym_DOT_DOT] = ACTIONS(2809), - [anon_sym_COLON_COLON] = ACTIONS(2809), - [anon_sym_POUND] = ACTIONS(2809), - [anon_sym_SQUOTE] = ACTIONS(2811), - [anon_sym_async] = ACTIONS(2811), - [anon_sym_break] = ACTIONS(2811), - [anon_sym_const] = ACTIONS(2811), - [anon_sym_continue] = ACTIONS(2811), - [anon_sym_default] = ACTIONS(2811), - [anon_sym_enum] = ACTIONS(2811), - [anon_sym_fn] = ACTIONS(2811), - [anon_sym_for] = ACTIONS(2811), - [anon_sym_gen] = ACTIONS(2811), - [anon_sym_if] = ACTIONS(2811), - [anon_sym_impl] = ACTIONS(2811), - [anon_sym_let] = ACTIONS(2811), - [anon_sym_loop] = ACTIONS(2811), - [anon_sym_match] = ACTIONS(2811), - [anon_sym_mod] = ACTIONS(2811), - [anon_sym_pub] = ACTIONS(2811), - [anon_sym_return] = ACTIONS(2811), - [anon_sym_static] = ACTIONS(2811), - [anon_sym_struct] = ACTIONS(2811), - [anon_sym_trait] = ACTIONS(2811), - [anon_sym_type] = ACTIONS(2811), - [anon_sym_union] = ACTIONS(2811), - [anon_sym_unsafe] = ACTIONS(2811), - [anon_sym_use] = ACTIONS(2811), - [anon_sym_while] = ACTIONS(2811), - [anon_sym_extern] = ACTIONS(2811), - [anon_sym_yield] = ACTIONS(2811), - [anon_sym_move] = ACTIONS(2811), - [anon_sym_try] = ACTIONS(2811), - [sym_integer_literal] = ACTIONS(2809), - [aux_sym_string_literal_token1] = ACTIONS(2809), - [sym_char_literal] = ACTIONS(2809), - [anon_sym_true] = ACTIONS(2811), - [anon_sym_false] = ACTIONS(2811), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2811), - [sym_super] = ACTIONS(2811), - [sym_crate] = ACTIONS(2811), - [sym_metavariable] = ACTIONS(2809), - [sym__raw_string_literal_start] = ACTIONS(2809), - [sym_float_literal] = ACTIONS(2809), - }, - [725] = { + [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), + }, + [STATE(725)] = { + [sym_attribute_item] = STATE(1456), + [sym_inner_attribute_item] = STATE(1456), + [sym_bracketed_type] = STATE(3542), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3280), + [sym_macro_invocation] = STATE(2950), + [sym_scoped_identifier] = STATE(2165), + [sym_scoped_type_identifier] = STATE(2929), + [sym_match_arm] = STATE(1457), + [sym_match_pattern] = STATE(3628), + [sym_const_block] = STATE(2950), + [sym__pattern] = STATE(2787), + [sym_tuple_pattern] = STATE(2950), + [sym_slice_pattern] = STATE(2950), + [sym_tuple_struct_pattern] = STATE(2950), + [sym_struct_pattern] = STATE(2950), + [sym_remaining_field_pattern] = STATE(2950), + [sym_mut_pattern] = STATE(2950), + [sym_range_pattern] = STATE(2950), + [sym_ref_pattern] = STATE(2950), + [sym_captured_pattern] = STATE(2950), + [sym_reference_pattern] = STATE(2950), + [sym_or_pattern] = STATE(2950), + [sym__literal_pattern] = STATE(2375), + [sym_negative_literal] = STATE(2371), + [sym_string_literal] = STATE(2371), + [sym_raw_string_literal] = STATE(2371), + [sym_boolean_literal] = STATE(2371), [sym_line_comment] = STATE(725), [sym_block_comment] = STATE(725), - [ts_builtin_sym_end] = ACTIONS(2813), - [sym_identifier] = ACTIONS(2815), - [anon_sym_SEMI] = ACTIONS(2813), - [anon_sym_macro_rules_BANG] = ACTIONS(2813), - [anon_sym_LPAREN] = ACTIONS(2813), - [anon_sym_LBRACK] = ACTIONS(2813), - [anon_sym_LBRACE] = ACTIONS(2813), - [anon_sym_RBRACE] = ACTIONS(2813), - [anon_sym_STAR] = ACTIONS(2813), - [anon_sym_u8] = ACTIONS(2815), - [anon_sym_i8] = ACTIONS(2815), - [anon_sym_u16] = ACTIONS(2815), - [anon_sym_i16] = ACTIONS(2815), - [anon_sym_u32] = ACTIONS(2815), - [anon_sym_i32] = ACTIONS(2815), - [anon_sym_u64] = ACTIONS(2815), - [anon_sym_i64] = ACTIONS(2815), - [anon_sym_u128] = ACTIONS(2815), - [anon_sym_i128] = ACTIONS(2815), - [anon_sym_isize] = ACTIONS(2815), - [anon_sym_usize] = ACTIONS(2815), - [anon_sym_f32] = ACTIONS(2815), - [anon_sym_f64] = ACTIONS(2815), - [anon_sym_bool] = ACTIONS(2815), - [anon_sym_str] = ACTIONS(2815), - [anon_sym_char] = ACTIONS(2815), - [anon_sym_DASH] = ACTIONS(2813), - [anon_sym_BANG] = ACTIONS(2813), - [anon_sym_AMP] = ACTIONS(2813), - [anon_sym_PIPE] = ACTIONS(2813), - [anon_sym_LT] = ACTIONS(2813), - [anon_sym_DOT_DOT] = ACTIONS(2813), - [anon_sym_COLON_COLON] = ACTIONS(2813), - [anon_sym_POUND] = ACTIONS(2813), - [anon_sym_SQUOTE] = ACTIONS(2815), - [anon_sym_async] = ACTIONS(2815), - [anon_sym_break] = ACTIONS(2815), - [anon_sym_const] = ACTIONS(2815), - [anon_sym_continue] = ACTIONS(2815), - [anon_sym_default] = ACTIONS(2815), - [anon_sym_enum] = ACTIONS(2815), - [anon_sym_fn] = ACTIONS(2815), - [anon_sym_for] = ACTIONS(2815), - [anon_sym_gen] = ACTIONS(2815), - [anon_sym_if] = ACTIONS(2815), - [anon_sym_impl] = ACTIONS(2815), - [anon_sym_let] = ACTIONS(2815), - [anon_sym_loop] = ACTIONS(2815), - [anon_sym_match] = ACTIONS(2815), - [anon_sym_mod] = ACTIONS(2815), - [anon_sym_pub] = ACTIONS(2815), - [anon_sym_return] = ACTIONS(2815), - [anon_sym_static] = ACTIONS(2815), - [anon_sym_struct] = ACTIONS(2815), - [anon_sym_trait] = ACTIONS(2815), - [anon_sym_type] = ACTIONS(2815), - [anon_sym_union] = ACTIONS(2815), - [anon_sym_unsafe] = ACTIONS(2815), - [anon_sym_use] = ACTIONS(2815), - [anon_sym_while] = ACTIONS(2815), - [anon_sym_extern] = ACTIONS(2815), - [anon_sym_yield] = ACTIONS(2815), - [anon_sym_move] = ACTIONS(2815), - [anon_sym_try] = ACTIONS(2815), - [sym_integer_literal] = ACTIONS(2813), - [aux_sym_string_literal_token1] = ACTIONS(2813), - [sym_char_literal] = ACTIONS(2813), - [anon_sym_true] = ACTIONS(2815), - [anon_sym_false] = ACTIONS(2815), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2815), - [sym_super] = ACTIONS(2815), - [sym_crate] = ACTIONS(2815), - [sym_metavariable] = ACTIONS(2813), - [sym__raw_string_literal_start] = ACTIONS(2813), - [sym_float_literal] = ACTIONS(2813), - }, - [726] = { + [aux_sym_match_block_repeat1] = STATE(725), + [aux_sym_match_arm_repeat1] = STATE(768), + [sym_identifier] = ACTIONS(2751), + [anon_sym_LPAREN] = ACTIONS(2754), + [anon_sym_LBRACK] = ACTIONS(2757), + [anon_sym_u8] = ACTIONS(2760), + [anon_sym_i8] = ACTIONS(2760), + [anon_sym_u16] = ACTIONS(2760), + [anon_sym_i16] = ACTIONS(2760), + [anon_sym_u32] = ACTIONS(2760), + [anon_sym_i32] = ACTIONS(2760), + [anon_sym_u64] = ACTIONS(2760), + [anon_sym_i64] = ACTIONS(2760), + [anon_sym_u128] = ACTIONS(2760), + [anon_sym_i128] = ACTIONS(2760), + [anon_sym_isize] = ACTIONS(2760), + [anon_sym_usize] = ACTIONS(2760), + [anon_sym_f32] = ACTIONS(2760), + [anon_sym_f64] = ACTIONS(2760), + [anon_sym_bool] = ACTIONS(2760), + [anon_sym_str] = ACTIONS(2760), + [anon_sym_char] = ACTIONS(2760), + [anon_sym_DASH] = ACTIONS(2763), + [anon_sym_AMP] = ACTIONS(2766), + [anon_sym_PIPE] = ACTIONS(2769), + [anon_sym_LT] = ACTIONS(2772), + [anon_sym__] = ACTIONS(2775), + [anon_sym_DOT_DOT] = ACTIONS(2778), + [anon_sym_COLON_COLON] = ACTIONS(2781), + [anon_sym_POUND] = ACTIONS(2784), + [anon_sym_const] = ACTIONS(2787), + [anon_sym_default] = ACTIONS(2790), + [anon_sym_gen] = ACTIONS(2790), + [anon_sym_union] = ACTIONS(2790), + [anon_sym_ref] = ACTIONS(2793), + [sym_mutable_specifier] = ACTIONS(2796), + [sym_integer_literal] = ACTIONS(2799), + [aux_sym_string_literal_token1] = ACTIONS(2802), + [sym_char_literal] = ACTIONS(2799), + [anon_sym_true] = ACTIONS(2805), + [anon_sym_false] = ACTIONS(2805), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2808), + [sym_super] = ACTIONS(2808), + [sym_crate] = ACTIONS(2808), + [sym_metavariable] = ACTIONS(2811), + [sym__raw_string_literal_start] = ACTIONS(2814), + [sym_float_literal] = ACTIONS(2799), + }, + [STATE(726)] = { [sym_line_comment] = STATE(726), [sym_block_comment] = STATE(726), [ts_builtin_sym_end] = ACTIONS(2817), @@ -89640,7 +89723,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2817), [sym_float_literal] = ACTIONS(2817), }, - [727] = { + [STATE(727)] = { [sym_line_comment] = STATE(727), [sym_block_comment] = STATE(727), [ts_builtin_sym_end] = ACTIONS(2821), @@ -89721,7 +89804,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2821), [sym_float_literal] = ACTIONS(2821), }, - [728] = { + [STATE(728)] = { [sym_line_comment] = STATE(728), [sym_block_comment] = STATE(728), [ts_builtin_sym_end] = ACTIONS(2825), @@ -89802,7 +89885,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2825), [sym_float_literal] = ACTIONS(2825), }, - [729] = { + [STATE(729)] = { [sym_line_comment] = STATE(729), [sym_block_comment] = STATE(729), [ts_builtin_sym_end] = ACTIONS(2829), @@ -89883,7 +89966,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2829), [sym_float_literal] = ACTIONS(2829), }, - [730] = { + [STATE(730)] = { [sym_line_comment] = STATE(730), [sym_block_comment] = STATE(730), [ts_builtin_sym_end] = ACTIONS(2833), @@ -89964,7 +90047,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2833), [sym_float_literal] = ACTIONS(2833), }, - [731] = { + [STATE(731)] = { [sym_line_comment] = STATE(731), [sym_block_comment] = STATE(731), [ts_builtin_sym_end] = ACTIONS(2837), @@ -90045,7 +90128,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2837), [sym_float_literal] = ACTIONS(2837), }, - [732] = { + [STATE(732)] = { [sym_line_comment] = STATE(732), [sym_block_comment] = STATE(732), [ts_builtin_sym_end] = ACTIONS(2841), @@ -90126,7 +90209,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2841), [sym_float_literal] = ACTIONS(2841), }, - [733] = { + [STATE(733)] = { [sym_line_comment] = STATE(733), [sym_block_comment] = STATE(733), [ts_builtin_sym_end] = ACTIONS(2845), @@ -90207,7 +90290,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2845), [sym_float_literal] = ACTIONS(2845), }, - [734] = { + [STATE(734)] = { [sym_line_comment] = STATE(734), [sym_block_comment] = STATE(734), [ts_builtin_sym_end] = ACTIONS(2849), @@ -90288,7 +90371,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2849), [sym_float_literal] = ACTIONS(2849), }, - [735] = { + [STATE(735)] = { [sym_line_comment] = STATE(735), [sym_block_comment] = STATE(735), [ts_builtin_sym_end] = ACTIONS(2853), @@ -90369,7 +90452,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2853), [sym_float_literal] = ACTIONS(2853), }, - [736] = { + [STATE(736)] = { [sym_line_comment] = STATE(736), [sym_block_comment] = STATE(736), [ts_builtin_sym_end] = ACTIONS(2857), @@ -90450,7 +90533,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2857), [sym_float_literal] = ACTIONS(2857), }, - [737] = { + [STATE(737)] = { [sym_line_comment] = STATE(737), [sym_block_comment] = STATE(737), [ts_builtin_sym_end] = ACTIONS(2861), @@ -90531,7 +90614,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2861), [sym_float_literal] = ACTIONS(2861), }, - [738] = { + [STATE(738)] = { [sym_line_comment] = STATE(738), [sym_block_comment] = STATE(738), [ts_builtin_sym_end] = ACTIONS(2865), @@ -90612,7 +90695,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2865), [sym_float_literal] = ACTIONS(2865), }, - [739] = { + [STATE(739)] = { [sym_line_comment] = STATE(739), [sym_block_comment] = STATE(739), [ts_builtin_sym_end] = ACTIONS(2869), @@ -90693,7 +90776,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2869), [sym_float_literal] = ACTIONS(2869), }, - [740] = { + [STATE(740)] = { [sym_line_comment] = STATE(740), [sym_block_comment] = STATE(740), [ts_builtin_sym_end] = ACTIONS(2873), @@ -90774,7 +90857,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2873), [sym_float_literal] = ACTIONS(2873), }, - [741] = { + [STATE(741)] = { [sym_line_comment] = STATE(741), [sym_block_comment] = STATE(741), [ts_builtin_sym_end] = ACTIONS(2877), @@ -90855,7 +90938,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2877), [sym_float_literal] = ACTIONS(2877), }, - [742] = { + [STATE(742)] = { [sym_line_comment] = STATE(742), [sym_block_comment] = STATE(742), [ts_builtin_sym_end] = ACTIONS(2881), @@ -90936,7 +91019,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2881), [sym_float_literal] = ACTIONS(2881), }, - [743] = { + [STATE(743)] = { [sym_line_comment] = STATE(743), [sym_block_comment] = STATE(743), [ts_builtin_sym_end] = ACTIONS(2885), @@ -91017,7 +91100,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2885), [sym_float_literal] = ACTIONS(2885), }, - [744] = { + [STATE(744)] = { [sym_line_comment] = STATE(744), [sym_block_comment] = STATE(744), [ts_builtin_sym_end] = ACTIONS(2889), @@ -91098,7 +91181,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2889), [sym_float_literal] = ACTIONS(2889), }, - [745] = { + [STATE(745)] = { [sym_line_comment] = STATE(745), [sym_block_comment] = STATE(745), [ts_builtin_sym_end] = ACTIONS(2893), @@ -91179,7 +91262,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2893), [sym_float_literal] = ACTIONS(2893), }, - [746] = { + [STATE(746)] = { [sym_line_comment] = STATE(746), [sym_block_comment] = STATE(746), [ts_builtin_sym_end] = ACTIONS(2897), @@ -91260,7 +91343,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2897), [sym_float_literal] = ACTIONS(2897), }, - [747] = { + [STATE(747)] = { [sym_line_comment] = STATE(747), [sym_block_comment] = STATE(747), [ts_builtin_sym_end] = ACTIONS(2901), @@ -91341,7 +91424,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2901), [sym_float_literal] = ACTIONS(2901), }, - [748] = { + [STATE(748)] = { [sym_line_comment] = STATE(748), [sym_block_comment] = STATE(748), [ts_builtin_sym_end] = ACTIONS(2905), @@ -91422,7 +91505,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2905), [sym_float_literal] = ACTIONS(2905), }, - [749] = { + [STATE(749)] = { [sym_line_comment] = STATE(749), [sym_block_comment] = STATE(749), [ts_builtin_sym_end] = ACTIONS(2909), @@ -91503,7 +91586,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2909), [sym_float_literal] = ACTIONS(2909), }, - [750] = { + [STATE(750)] = { [sym_line_comment] = STATE(750), [sym_block_comment] = STATE(750), [ts_builtin_sym_end] = ACTIONS(2913), @@ -91584,7 +91667,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2913), [sym_float_literal] = ACTIONS(2913), }, - [751] = { + [STATE(751)] = { [sym_line_comment] = STATE(751), [sym_block_comment] = STATE(751), [ts_builtin_sym_end] = ACTIONS(2917), @@ -91665,7 +91748,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2917), [sym_float_literal] = ACTIONS(2917), }, - [752] = { + [STATE(752)] = { [sym_line_comment] = STATE(752), [sym_block_comment] = STATE(752), [ts_builtin_sym_end] = ACTIONS(2921), @@ -91746,7 +91829,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2921), [sym_float_literal] = ACTIONS(2921), }, - [753] = { + [STATE(753)] = { [sym_line_comment] = STATE(753), [sym_block_comment] = STATE(753), [ts_builtin_sym_end] = ACTIONS(2925), @@ -91827,7 +91910,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2925), [sym_float_literal] = ACTIONS(2925), }, - [754] = { + [STATE(754)] = { [sym_line_comment] = STATE(754), [sym_block_comment] = STATE(754), [ts_builtin_sym_end] = ACTIONS(2929), @@ -91908,7 +91991,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2929), [sym_float_literal] = ACTIONS(2929), }, - [755] = { + [STATE(755)] = { [sym_line_comment] = STATE(755), [sym_block_comment] = STATE(755), [ts_builtin_sym_end] = ACTIONS(2933), @@ -91989,7 +92072,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2933), [sym_float_literal] = ACTIONS(2933), }, - [756] = { + [STATE(756)] = { [sym_line_comment] = STATE(756), [sym_block_comment] = STATE(756), [ts_builtin_sym_end] = ACTIONS(2937), @@ -92070,7 +92153,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2937), [sym_float_literal] = ACTIONS(2937), }, - [757] = { + [STATE(757)] = { [sym_line_comment] = STATE(757), [sym_block_comment] = STATE(757), [ts_builtin_sym_end] = ACTIONS(2941), @@ -92151,7 +92234,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2941), [sym_float_literal] = ACTIONS(2941), }, - [758] = { + [STATE(758)] = { [sym_line_comment] = STATE(758), [sym_block_comment] = STATE(758), [ts_builtin_sym_end] = ACTIONS(2945), @@ -92232,7 +92315,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2945), [sym_float_literal] = ACTIONS(2945), }, - [759] = { + [STATE(759)] = { [sym_line_comment] = STATE(759), [sym_block_comment] = STATE(759), [ts_builtin_sym_end] = ACTIONS(2949), @@ -92313,7 +92396,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2949), [sym_float_literal] = ACTIONS(2949), }, - [760] = { + [STATE(760)] = { [sym_line_comment] = STATE(760), [sym_block_comment] = STATE(760), [ts_builtin_sym_end] = ACTIONS(2953), @@ -92394,7 +92477,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2953), [sym_float_literal] = ACTIONS(2953), }, - [761] = { + [STATE(761)] = { [sym_line_comment] = STATE(761), [sym_block_comment] = STATE(761), [ts_builtin_sym_end] = ACTIONS(2957), @@ -92475,33 +92558,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2957), [sym_float_literal] = ACTIONS(2957), }, - [762] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym_closure_expression] = STATE(3019), - [sym_closure_parameters] = STATE(220), - [sym__pattern] = STATE(2737), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [STATE(762)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym_closure_expression] = STATE(3032), + [sym_closure_parameters] = STATE(240), + [sym__pattern] = STATE(2743), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(762), [sym_block_comment] = STATE(762), [sym_identifier] = ACTIONS(2961), @@ -92525,7 +92608,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), [anon_sym_PIPE] = ACTIONS(1515), [anon_sym_LT] = ACTIONS(29), @@ -92538,50 +92621,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_gen] = ACTIONS(2979), [anon_sym_static] = ACTIONS(1523), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [763] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym_closure_expression] = STATE(2866), - [sym_closure_parameters] = STATE(220), - [sym__pattern] = STATE(2724), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(763)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym_closure_expression] = STATE(2972), + [sym_closure_parameters] = STATE(240), + [sym__pattern] = STATE(2723), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(763), [sym_block_comment] = STATE(763), [sym_identifier] = ACTIONS(2961), @@ -92605,7 +92688,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), [anon_sym_PIPE] = ACTIONS(1515), [anon_sym_LT] = ACTIONS(29), @@ -92618,50 +92701,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_gen] = ACTIONS(2979), [anon_sym_static] = ACTIONS(1523), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [764] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym_closure_expression] = STATE(3177), - [sym_closure_parameters] = STATE(220), - [sym__pattern] = STATE(2962), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(764)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym_closure_expression] = STATE(3085), + [sym_closure_parameters] = STATE(240), + [sym__pattern] = STATE(2839), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(764), [sym_block_comment] = STATE(764), [sym_identifier] = ACTIONS(2961), @@ -92685,7 +92768,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), [anon_sym_PIPE] = ACTIONS(1515), [anon_sym_LT] = ACTIONS(29), @@ -92697,50 +92780,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_gen] = ACTIONS(2979), [anon_sym_static] = ACTIONS(1523), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [765] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym_closure_expression] = STATE(3177), - [sym_closure_parameters] = STATE(220), - [sym__pattern] = STATE(2962), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(765)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym_closure_expression] = STATE(3085), + [sym_closure_parameters] = STATE(240), + [sym__pattern] = STATE(2839), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(765), [sym_block_comment] = STATE(765), [sym_identifier] = ACTIONS(2961), @@ -92764,7 +92847,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), [anon_sym_PIPE] = ACTIONS(1515), [anon_sym_LT] = ACTIONS(29), @@ -92776,50 +92859,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_gen] = ACTIONS(2979), [anon_sym_static] = ACTIONS(1523), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [766] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym_closure_expression] = STATE(3177), - [sym_closure_parameters] = STATE(220), - [sym__pattern] = STATE(2962), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(766)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym_closure_expression] = STATE(3085), + [sym_closure_parameters] = STATE(240), + [sym__pattern] = STATE(2839), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(766), [sym_block_comment] = STATE(766), [sym_identifier] = ACTIONS(2961), @@ -92843,7 +92926,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), [anon_sym_PIPE] = ACTIONS(1515), [anon_sym_LT] = ACTIONS(29), @@ -92855,54 +92938,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_gen] = ACTIONS(2979), [anon_sym_static] = ACTIONS(1523), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [767] = { - [sym_attribute_item] = STATE(1468), - [sym_inner_attribute_item] = STATE(1468), - [sym_bracketed_type] = STATE(3553), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3287), - [sym_macro_invocation] = STATE(2757), - [sym_scoped_identifier] = STATE(2151), - [sym_scoped_type_identifier] = STATE(2982), - [sym_match_pattern] = STATE(3444), - [sym_const_block] = STATE(2757), - [sym__pattern] = STATE(2907), - [sym_tuple_pattern] = STATE(2757), - [sym_slice_pattern] = STATE(2757), - [sym_tuple_struct_pattern] = STATE(2757), - [sym_struct_pattern] = STATE(2757), - [sym_remaining_field_pattern] = STATE(2757), - [sym_mut_pattern] = STATE(2757), - [sym_range_pattern] = STATE(2757), - [sym_ref_pattern] = STATE(2757), - [sym_captured_pattern] = STATE(2757), - [sym_reference_pattern] = STATE(2757), - [sym_or_pattern] = STATE(2757), - [sym__literal_pattern] = STATE(2330), - [sym_negative_literal] = STATE(2364), - [sym_string_literal] = STATE(2364), - [sym_raw_string_literal] = STATE(2364), - [sym_boolean_literal] = STATE(2364), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(767)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym_closure_expression] = STATE(3085), + [sym_closure_parameters] = STATE(240), + [sym__pattern] = STATE(2839), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(767), [sym_block_comment] = STATE(767), - [aux_sym_match_arm_repeat1] = STATE(1045), + [sym_identifier] = ACTIONS(2961), + [anon_sym_LPAREN] = ACTIONS(2963), + [anon_sym_RPAREN] = ACTIONS(2993), + [anon_sym_LBRACK] = ACTIONS(2967), + [anon_sym_u8] = ACTIONS(2969), + [anon_sym_i8] = ACTIONS(2969), + [anon_sym_u16] = ACTIONS(2969), + [anon_sym_i16] = ACTIONS(2969), + [anon_sym_u32] = ACTIONS(2969), + [anon_sym_i32] = ACTIONS(2969), + [anon_sym_u64] = ACTIONS(2969), + [anon_sym_i64] = ACTIONS(2969), + [anon_sym_u128] = ACTIONS(2969), + [anon_sym_i128] = ACTIONS(2969), + [anon_sym_isize] = ACTIONS(2969), + [anon_sym_usize] = ACTIONS(2969), + [anon_sym_f32] = ACTIONS(2969), + [anon_sym_f64] = ACTIONS(2969), + [anon_sym_bool] = ACTIONS(2969), + [anon_sym_str] = ACTIONS(2969), + [anon_sym_char] = ACTIONS(2969), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_AMP] = ACTIONS(2971), + [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(2975), + [anon_sym_const] = ACTIONS(2977), + [anon_sym_default] = ACTIONS(2979), + [anon_sym_gen] = ACTIONS(2979), + [anon_sym_static] = ACTIONS(1523), + [anon_sym_union] = ACTIONS(2979), + [anon_sym_ref] = ACTIONS(1353), + [sym_mutable_specifier] = ACTIONS(1525), + [anon_sym_move] = ACTIONS(1527), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2981), + [sym_super] = ACTIONS(2981), + [sym_crate] = ACTIONS(2981), + [sym_metavariable] = ACTIONS(2983), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(768)] = { + [sym_attribute_item] = STATE(1456), + [sym_inner_attribute_item] = STATE(1456), + [sym_bracketed_type] = STATE(3542), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3280), + [sym_macro_invocation] = STATE(2950), + [sym_scoped_identifier] = STATE(2165), + [sym_scoped_type_identifier] = STATE(2929), + [sym_match_pattern] = STATE(3606), + [sym_const_block] = STATE(2950), + [sym__pattern] = STATE(2787), + [sym_tuple_pattern] = STATE(2950), + [sym_slice_pattern] = STATE(2950), + [sym_tuple_struct_pattern] = STATE(2950), + [sym_struct_pattern] = STATE(2950), + [sym_remaining_field_pattern] = STATE(2950), + [sym_mut_pattern] = STATE(2950), + [sym_range_pattern] = STATE(2950), + [sym_ref_pattern] = STATE(2950), + [sym_captured_pattern] = STATE(2950), + [sym_reference_pattern] = STATE(2950), + [sym_or_pattern] = STATE(2950), + [sym__literal_pattern] = STATE(2375), + [sym_negative_literal] = STATE(2371), + [sym_string_literal] = STATE(2371), + [sym_raw_string_literal] = STATE(2371), + [sym_boolean_literal] = STATE(2371), + [sym_line_comment] = STATE(768), + [sym_block_comment] = STATE(768), + [aux_sym_match_arm_repeat1] = STATE(1043), [sym_identifier] = ACTIONS(1645), [anon_sym_LPAREN] = ACTIONS(1647), [anon_sym_LBRACK] = ACTIONS(1649), @@ -92951,116 +93113,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1687), [sym_float_literal] = ACTIONS(1677), }, - [768] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym_closure_expression] = STATE(3177), - [sym_closure_parameters] = STATE(220), - [sym__pattern] = STATE(2962), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(768), - [sym_block_comment] = STATE(768), - [sym_identifier] = ACTIONS(2961), - [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_RPAREN] = ACTIONS(2993), - [anon_sym_LBRACK] = ACTIONS(2967), - [anon_sym_u8] = ACTIONS(2969), - [anon_sym_i8] = ACTIONS(2969), - [anon_sym_u16] = ACTIONS(2969), - [anon_sym_i16] = ACTIONS(2969), - [anon_sym_u32] = ACTIONS(2969), - [anon_sym_i32] = ACTIONS(2969), - [anon_sym_u64] = ACTIONS(2969), - [anon_sym_i64] = ACTIONS(2969), - [anon_sym_u128] = ACTIONS(2969), - [anon_sym_i128] = ACTIONS(2969), - [anon_sym_isize] = ACTIONS(2969), - [anon_sym_usize] = ACTIONS(2969), - [anon_sym_f32] = ACTIONS(2969), - [anon_sym_f64] = ACTIONS(2969), - [anon_sym_bool] = ACTIONS(2969), - [anon_sym_str] = ACTIONS(2969), - [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(2971), - [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(2975), - [anon_sym_const] = ACTIONS(2977), - [anon_sym_default] = ACTIONS(2979), - [anon_sym_gen] = ACTIONS(2979), - [anon_sym_static] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), - [sym_mutable_specifier] = ACTIONS(1525), - [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2981), - [sym_super] = ACTIONS(2981), - [sym_crate] = ACTIONS(2981), - [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [769] = { - [sym_attribute_item] = STATE(1468), - [sym_inner_attribute_item] = STATE(1468), - [sym_bracketed_type] = STATE(3553), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3287), - [sym_macro_invocation] = STATE(2757), - [sym_scoped_identifier] = STATE(2151), - [sym_scoped_type_identifier] = STATE(2982), - [sym_match_pattern] = STATE(3596), - [sym_const_block] = STATE(2757), - [sym__pattern] = STATE(2907), - [sym_tuple_pattern] = STATE(2757), - [sym_slice_pattern] = STATE(2757), - [sym_tuple_struct_pattern] = STATE(2757), - [sym_struct_pattern] = STATE(2757), - [sym_remaining_field_pattern] = STATE(2757), - [sym_mut_pattern] = STATE(2757), - [sym_range_pattern] = STATE(2757), - [sym_ref_pattern] = STATE(2757), - [sym_captured_pattern] = STATE(2757), - [sym_reference_pattern] = STATE(2757), - [sym_or_pattern] = STATE(2757), - [sym__literal_pattern] = STATE(2330), - [sym_negative_literal] = STATE(2364), - [sym_string_literal] = STATE(2364), - [sym_raw_string_literal] = STATE(2364), - [sym_boolean_literal] = STATE(2364), + [STATE(769)] = { + [sym_attribute_item] = STATE(1456), + [sym_inner_attribute_item] = STATE(1456), + [sym_bracketed_type] = STATE(3542), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3280), + [sym_macro_invocation] = STATE(2950), + [sym_scoped_identifier] = STATE(2165), + [sym_scoped_type_identifier] = STATE(2929), + [sym_match_pattern] = STATE(3350), + [sym_const_block] = STATE(2950), + [sym__pattern] = STATE(2787), + [sym_tuple_pattern] = STATE(2950), + [sym_slice_pattern] = STATE(2950), + [sym_tuple_struct_pattern] = STATE(2950), + [sym_struct_pattern] = STATE(2950), + [sym_remaining_field_pattern] = STATE(2950), + [sym_mut_pattern] = STATE(2950), + [sym_range_pattern] = STATE(2950), + [sym_ref_pattern] = STATE(2950), + [sym_captured_pattern] = STATE(2950), + [sym_reference_pattern] = STATE(2950), + [sym_or_pattern] = STATE(2950), + [sym__literal_pattern] = STATE(2375), + [sym_negative_literal] = STATE(2371), + [sym_string_literal] = STATE(2371), + [sym_raw_string_literal] = STATE(2371), + [sym_boolean_literal] = STATE(2371), [sym_line_comment] = STATE(769), [sym_block_comment] = STATE(769), - [aux_sym_match_arm_repeat1] = STATE(1045), + [aux_sym_match_arm_repeat1] = STATE(1043), [sym_identifier] = ACTIONS(1645), [anon_sym_LPAREN] = ACTIONS(1647), [anon_sym_LBRACK] = ACTIONS(1649), @@ -93109,43 +93192,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1687), [sym_float_literal] = ACTIONS(1677), }, - [770] = { - [sym_attribute_item] = STATE(1405), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_const_parameter] = STATE(2953), - [sym_constrained_type_parameter] = STATE(2540), - [sym_optional_type_parameter] = STATE(2953), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2994), - [sym_bracketed_type] = STATE(3361), - [sym_qualified_type] = STATE(3468), - [sym_lifetime] = STATE(2338), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(770)] = { + [sym_attribute_item] = STATE(1465), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym_visibility_modifier] = STATE(978), + [sym__type] = STATE(2558), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(770), [sym_block_comment] = STATE(770), - [aux_sym_enum_variant_list_repeat1] = STATE(2077), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [aux_sym_enum_variant_list_repeat1] = STATE(781), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_RPAREN] = ACTIONS(2997), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -93163,65 +93244,69 @@ 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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), + [anon_sym_COMMA] = ACTIONS(2999), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(2997), - [anon_sym_SQUOTE] = ACTIONS(2999), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(3001), + [anon_sym_POUND] = ACTIONS(3001), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_pub] = ACTIONS(3005), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [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(3003), - }, - [771] = { - [sym_attribute_item] = STATE(1405), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym_visibility_modifier] = STATE(913), - [sym__type] = STATE(2514), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [sym_crate] = ACTIONS(3007), + [sym_metavariable] = ACTIONS(1621), + }, + [STATE(771)] = { + [sym_attribute_item] = STATE(1465), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_const_parameter] = STATE(2894), + [sym_constrained_type_parameter] = STATE(2666), + [sym_optional_type_parameter] = STATE(2894), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(3045), + [sym_bracketed_type] = STATE(3353), + [sym_qualified_type] = STATE(3590), + [sym_lifetime] = STATE(2369), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(771), [sym_block_comment] = STATE(771), - [aux_sym_enum_variant_list_repeat1] = STATE(782), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_enum_variant_list_repeat1] = STATE(2076), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3009), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3007), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -93239,59 +93324,57 @@ 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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), - [anon_sym_COMMA] = ACTIONS(3009), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(2997), + [anon_sym_POUND] = ACTIONS(3001), [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(3013), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_pub] = ACTIONS(3013), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3015), - [sym_metavariable] = ACTIONS(1621), - }, - [772] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym_closure_expression] = STATE(3177), - [sym_closure_parameters] = STATE(220), - [sym__pattern] = STATE(2962), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym_crate] = ACTIONS(1619), + [sym_metavariable] = ACTIONS(3015), + }, + [STATE(772)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym_closure_expression] = STATE(3085), + [sym_closure_parameters] = STATE(240), + [sym__pattern] = STATE(2839), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(772), [sym_block_comment] = STATE(772), [sym_identifier] = ACTIONS(2961), @@ -93314,7 +93397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), [anon_sym_PIPE] = ACTIONS(1515), [anon_sym_LT] = ACTIONS(29), @@ -93326,58 +93409,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_gen] = ACTIONS(2979), [anon_sym_static] = ACTIONS(1523), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [773] = { - [sym_attribute_item] = STATE(1405), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym_visibility_modifier] = STATE(916), - [sym__type] = STATE(2990), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(773)] = { + [sym_attribute_item] = STATE(1465), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym_visibility_modifier] = STATE(920), + [sym__type] = STATE(2780), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(773), [sym_block_comment] = STATE(773), - [aux_sym_enum_variant_list_repeat1] = STATE(783), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_enum_variant_list_repeat1] = STATE(779), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_RPAREN] = ACTIONS(3017), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -93395,66 +93478,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(2997), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_POUND] = ACTIONS(3001), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_pub] = ACTIONS(3013), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_pub] = ACTIONS(3005), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3015), + [sym_crate] = ACTIONS(3007), [sym_metavariable] = ACTIONS(1621), }, - [774] = { - [sym_attribute_item] = STATE(1405), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym_visibility_modifier] = STATE(916), - [sym__type] = STATE(2990), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(774)] = { + [sym_attribute_item] = STATE(1465), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym_visibility_modifier] = STATE(920), + [sym__type] = STATE(2780), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(774), [sym_block_comment] = STATE(774), - [aux_sym_enum_variant_list_repeat1] = STATE(783), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_enum_variant_list_repeat1] = STATE(779), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_RPAREN] = ACTIONS(3019), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -93472,66 +93555,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(2997), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_POUND] = ACTIONS(3001), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_pub] = ACTIONS(3013), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_pub] = ACTIONS(3005), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3015), + [sym_crate] = ACTIONS(3007), [sym_metavariable] = ACTIONS(1621), }, - [775] = { - [sym_attribute_item] = STATE(1405), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym_visibility_modifier] = STATE(916), - [sym__type] = STATE(2990), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(775)] = { + [sym_attribute_item] = STATE(1465), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym_visibility_modifier] = STATE(920), + [sym__type] = STATE(2780), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(775), [sym_block_comment] = STATE(775), - [aux_sym_enum_variant_list_repeat1] = STATE(783), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_enum_variant_list_repeat1] = STATE(779), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_RPAREN] = ACTIONS(3021), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -93549,66 +93632,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(2997), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_POUND] = ACTIONS(3001), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_pub] = ACTIONS(3013), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_pub] = ACTIONS(3005), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3015), + [sym_crate] = ACTIONS(3007), [sym_metavariable] = ACTIONS(1621), }, - [776] = { - [sym_attribute_item] = STATE(1405), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym_visibility_modifier] = STATE(916), - [sym__type] = STATE(2990), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(776)] = { + [sym_attribute_item] = STATE(1465), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym_visibility_modifier] = STATE(920), + [sym__type] = STATE(2780), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(776), [sym_block_comment] = STATE(776), - [aux_sym_enum_variant_list_repeat1] = STATE(783), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_enum_variant_list_repeat1] = STATE(779), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_RPAREN] = ACTIONS(3023), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -93626,66 +93709,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(2997), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_POUND] = ACTIONS(3001), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_pub] = ACTIONS(3013), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_pub] = ACTIONS(3005), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3015), + [sym_crate] = ACTIONS(3007), [sym_metavariable] = ACTIONS(1621), }, - [777] = { - [sym_attribute_item] = STATE(1405), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym_visibility_modifier] = STATE(916), - [sym__type] = STATE(2990), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(777)] = { + [sym_attribute_item] = STATE(1465), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym_visibility_modifier] = STATE(920), + [sym__type] = STATE(2780), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(777), [sym_block_comment] = STATE(777), - [aux_sym_enum_variant_list_repeat1] = STATE(783), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_enum_variant_list_repeat1] = STATE(779), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_RPAREN] = ACTIONS(3025), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -93703,66 +93786,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(2997), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_POUND] = ACTIONS(3001), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_pub] = ACTIONS(3013), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_pub] = ACTIONS(3005), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3015), + [sym_crate] = ACTIONS(3007), [sym_metavariable] = ACTIONS(1621), }, - [778] = { - [sym_attribute_item] = STATE(1405), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym_visibility_modifier] = STATE(916), - [sym__type] = STATE(2990), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(778)] = { + [sym_attribute_item] = STATE(1465), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym_visibility_modifier] = STATE(920), + [sym__type] = STATE(2780), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(778), [sym_block_comment] = STATE(778), - [aux_sym_enum_variant_list_repeat1] = STATE(783), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_enum_variant_list_repeat1] = STATE(779), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_RPAREN] = ACTIONS(3027), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -93780,65 +93863,65 @@ 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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(2997), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_POUND] = ACTIONS(3001), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_pub] = ACTIONS(3013), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_pub] = ACTIONS(3005), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3015), + [sym_crate] = ACTIONS(3007), [sym_metavariable] = ACTIONS(1621), }, - [779] = { - [sym_attribute_item] = STATE(1405), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym_visibility_modifier] = STATE(916), - [sym__type] = STATE(2990), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(779)] = { + [sym_attribute_item] = STATE(1465), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym_visibility_modifier] = STATE(992), + [sym__type] = STATE(2758), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(779), [sym_block_comment] = STATE(779), - [aux_sym_enum_variant_list_repeat1] = STATE(783), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_enum_variant_list_repeat1] = STATE(1052), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -93856,62 +93939,62 @@ 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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(2997), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_POUND] = ACTIONS(3001), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_pub] = ACTIONS(3013), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_pub] = ACTIONS(3005), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3015), + [sym_crate] = ACTIONS(3007), [sym_metavariable] = ACTIONS(1621), }, - [780] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2738), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [STATE(780)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2531), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(780), [sym_block_comment] = STATE(780), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), + [anon_sym_RPAREN] = ACTIONS(3029), [anon_sym_LBRACK] = ACTIONS(2967), - [anon_sym_RBRACK] = ACTIONS(3029), [anon_sym_u8] = ACTIONS(2969), [anon_sym_i8] = ACTIONS(2969), [anon_sym_u16] = ACTIONS(2969), @@ -93929,9 +94012,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -93941,49 +94024,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [781] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2669), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(781)] = { + [sym_attribute_item] = STATE(1465), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym_visibility_modifier] = STATE(1004), + [sym__type] = STATE(2694), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(781), [sym_block_comment] = STATE(781), + [aux_sym_enum_variant_list_repeat1] = STATE(1052), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), + [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1599), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [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(1317), + [anon_sym_AMP] = ACTIONS(1605), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1609), + [anon_sym_POUND] = ACTIONS(3001), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(1613), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1615), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_pub] = ACTIONS(3005), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1619), + [sym_super] = ACTIONS(1619), + [sym_crate] = ACTIONS(3007), + [sym_metavariable] = ACTIONS(1621), + }, + [STATE(782)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2530), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(782), + [sym_block_comment] = STATE(782), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_RPAREN] = ACTIONS(3033), @@ -94005,9 +94164,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -94017,201 +94176,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [782] = { - [sym_attribute_item] = STATE(1405), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym_visibility_modifier] = STATE(904), - [sym__type] = STATE(2589), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(782), - [sym_block_comment] = STATE(782), - [aux_sym_enum_variant_list_repeat1] = STATE(1061), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [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(1297), - [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(2997), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_pub] = ACTIONS(3013), - [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1619), - [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3015), - [sym_metavariable] = ACTIONS(1621), - }, - [783] = { - [sym_attribute_item] = STATE(1405), - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym_visibility_modifier] = STATE(907), - [sym__type] = STATE(2916), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(1936), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(783)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2523), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(783), [sym_block_comment] = STATE(783), - [aux_sym_enum_variant_list_repeat1] = STATE(1061), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [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(1297), - [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(2997), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_pub] = ACTIONS(3013), - [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1619), - [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3015), - [sym_metavariable] = ACTIONS(1621), - }, - [784] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2671), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(784), - [sym_block_comment] = STATE(784), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_RPAREN] = ACTIONS(3037), @@ -94233,9 +94240,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -94245,53 +94252,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [785] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2700), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(785), - [sym_block_comment] = STATE(785), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(784)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2746), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(784), + [sym_block_comment] = STATE(784), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_RPAREN] = ACTIONS(3041), [anon_sym_LBRACK] = ACTIONS(2967), + [anon_sym_RBRACK] = ACTIONS(3041), [anon_sym_u8] = ACTIONS(2969), [anon_sym_i8] = ACTIONS(2969), [anon_sym_u16] = ACTIONS(2969), @@ -94309,9 +94316,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -94321,49 +94328,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [786] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2670), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(786), - [sym_block_comment] = STATE(786), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(785)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2732), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(785), + [sym_block_comment] = STATE(785), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_LBRACK] = ACTIONS(2967), @@ -94385,9 +94392,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -94397,47 +94404,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [787] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2723), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(786)] = { + [sym_attribute_item] = STATE(1465), + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym_visibility_modifier] = STATE(920), + [sym__type] = STATE(2780), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(1936), + [sym_line_comment] = STATE(786), + [sym_block_comment] = STATE(786), + [aux_sym_enum_variant_list_repeat1] = STATE(779), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), + [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1599), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [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(1317), + [anon_sym_AMP] = ACTIONS(1605), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1609), + [anon_sym_POUND] = ACTIONS(3001), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(1613), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1615), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_pub] = ACTIONS(3005), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1619), + [sym_super] = ACTIONS(1619), + [sym_crate] = ACTIONS(3007), + [sym_metavariable] = ACTIONS(1621), + }, + [STATE(787)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2639), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(787), [sym_block_comment] = STATE(787), [sym_identifier] = ACTIONS(2961), @@ -94461,9 +94544,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -94473,52 +94556,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [788] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2638), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(788)] = { + [sym_parameter] = STATE(2955), + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2707), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(788), [sym_block_comment] = STATE(788), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_RPAREN] = ACTIONS(3049), [anon_sym_LBRACK] = ACTIONS(2967), [anon_sym_u8] = ACTIONS(2969), [anon_sym_i8] = ACTIONS(2969), @@ -94537,9 +94620,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(3049), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -94548,48 +94631,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_ref] = ACTIONS(1353), + [sym_mutable_specifier] = ACTIONS(3051), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2981), + [sym_self] = ACTIONS(3053), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [789] = { - [sym_parameter] = STATE(2768), - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2593), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(789)] = { + [sym_parameter] = STATE(2955), + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2490), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(789), [sym_block_comment] = STATE(789), [sym_identifier] = ACTIONS(2961), @@ -94612,9 +94695,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(3051), + [anon_sym_PIPE] = ACTIONS(3049), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -94623,52 +94706,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), - [sym_mutable_specifier] = ACTIONS(3053), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_ref] = ACTIONS(1353), + [sym_mutable_specifier] = ACTIONS(3051), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3055), + [sym_self] = ACTIONS(3053), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [790] = { - [sym_parameter] = STATE(3214), - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2980), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(790)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2528), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(790), [sym_block_comment] = STATE(790), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), + [anon_sym_RPAREN] = ACTIONS(3055), [anon_sym_LBRACK] = ACTIONS(2967), [anon_sym_u8] = ACTIONS(2969), [anon_sym_i8] = ACTIONS(2969), @@ -94687,9 +94770,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -94698,53 +94781,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), - [sym_mutable_specifier] = ACTIONS(3053), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_ref] = ACTIONS(1353), + [sym_mutable_specifier] = ACTIONS(1525), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3055), + [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [791] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2638), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(791)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2528), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(791), [sym_block_comment] = STATE(791), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), + [anon_sym_RPAREN] = ACTIONS(3057), [anon_sym_LBRACK] = ACTIONS(2967), - [anon_sym_RBRACK] = ACTIONS(3057), [anon_sym_u8] = ACTIONS(2969), [anon_sym_i8] = ACTIONS(2969), [anon_sym_u16] = ACTIONS(2969), @@ -94762,9 +94845,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -94773,52 +94856,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [792] = { - [sym_parameter] = STATE(2768), - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2417), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(792)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2528), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(792), [sym_block_comment] = STATE(792), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), + [anon_sym_RPAREN] = ACTIONS(3059), [anon_sym_LBRACK] = ACTIONS(2967), [anon_sym_u8] = ACTIONS(2969), [anon_sym_i8] = ACTIONS(2969), @@ -94837,9 +94920,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(3051), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -94848,51 +94931,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), - [sym_mutable_specifier] = ACTIONS(3053), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_ref] = ACTIONS(1353), + [sym_mutable_specifier] = ACTIONS(1525), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3055), + [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [793] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2690), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(793)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2528), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(793), [sym_block_comment] = STATE(793), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), + [anon_sym_RPAREN] = ACTIONS(3061), [anon_sym_LBRACK] = ACTIONS(2967), [anon_sym_u8] = ACTIONS(2969), [anon_sym_i8] = ACTIONS(2969), @@ -94911,65 +94995,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3059), + [anon_sym_DOT_DOT] = ACTIONS(1519), [anon_sym_COLON_COLON] = ACTIONS(2975), [anon_sym_const] = ACTIONS(2977), [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3061), + [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [794] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2638), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(794)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2528), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(794), [sym_block_comment] = STATE(794), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_RPAREN] = ACTIONS(3063), [anon_sym_LBRACK] = ACTIONS(2967), + [anon_sym_RBRACK] = ACTIONS(3063), [anon_sym_u8] = ACTIONS(2969), [anon_sym_i8] = ACTIONS(2969), [anon_sym_u16] = ACTIONS(2969), @@ -94987,9 +95070,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -94998,53 +95081,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [795] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2638), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(795)] = { + [sym_parameter] = STATE(3138), + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2800), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(795), [sym_block_comment] = STATE(795), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_LBRACK] = ACTIONS(2967), - [anon_sym_RBRACK] = ACTIONS(3065), [anon_sym_u8] = ACTIONS(2969), [anon_sym_i8] = ACTIONS(2969), [anon_sym_u16] = ACTIONS(2969), @@ -95062,9 +95145,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -95073,52 +95156,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_ref] = ACTIONS(1353), + [sym_mutable_specifier] = ACTIONS(3051), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2981), + [sym_self] = ACTIONS(3053), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [796] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2638), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(796)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2528), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(796), [sym_block_comment] = STATE(796), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_RPAREN] = ACTIONS(3067), + [anon_sym_RPAREN] = ACTIONS(3065), [anon_sym_LBRACK] = ACTIONS(2967), [anon_sym_u8] = ACTIONS(2969), [anon_sym_i8] = ACTIONS(2969), @@ -95137,9 +95220,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -95148,52 +95231,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [797] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2638), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(797)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2528), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(797), [sym_block_comment] = STATE(797), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_RPAREN] = ACTIONS(3069), + [anon_sym_RPAREN] = ACTIONS(3067), [anon_sym_LBRACK] = ACTIONS(2967), [anon_sym_u8] = ACTIONS(2969), [anon_sym_i8] = ACTIONS(2969), @@ -95212,9 +95295,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -95223,53 +95306,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [798] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2638), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(798)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2528), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(798), [sym_block_comment] = STATE(798), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), + [anon_sym_RPAREN] = ACTIONS(3069), [anon_sym_LBRACK] = ACTIONS(2967), - [anon_sym_RBRACK] = ACTIONS(3071), [anon_sym_u8] = ACTIONS(2969), [anon_sym_i8] = ACTIONS(2969), [anon_sym_u16] = ACTIONS(2969), @@ -95287,9 +95370,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -95298,53 +95381,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [799] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2638), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(799)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2528), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(799), [sym_block_comment] = STATE(799), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_RPAREN] = ACTIONS(3073), [anon_sym_LBRACK] = ACTIONS(2967), + [anon_sym_RBRACK] = ACTIONS(3071), [anon_sym_u8] = ACTIONS(2969), [anon_sym_i8] = ACTIONS(2969), [anon_sym_u16] = ACTIONS(2969), @@ -95362,9 +95445,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -95373,53 +95456,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [800] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2638), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(800)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2528), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(800), [sym_block_comment] = STATE(800), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_RPAREN] = ACTIONS(3075), [anon_sym_LBRACK] = ACTIONS(2967), + [anon_sym_RBRACK] = ACTIONS(3073), [anon_sym_u8] = ACTIONS(2969), [anon_sym_i8] = ACTIONS(2969), [anon_sym_u16] = ACTIONS(2969), @@ -95437,9 +95520,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -95448,53 +95531,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [801] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2638), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(801)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2528), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(801), [sym_block_comment] = STATE(801), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_RPAREN] = ACTIONS(3077), [anon_sym_LBRACK] = ACTIONS(2967), + [anon_sym_RBRACK] = ACTIONS(3075), [anon_sym_u8] = ACTIONS(2969), [anon_sym_i8] = ACTIONS(2969), [anon_sym_u16] = ACTIONS(2969), @@ -95512,9 +95595,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -95523,52 +95606,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [802] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2638), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(802)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2528), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(802), [sym_block_comment] = STATE(802), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_RPAREN] = ACTIONS(3079), + [anon_sym_RPAREN] = ACTIONS(3077), [anon_sym_LBRACK] = ACTIONS(2967), [anon_sym_u8] = ACTIONS(2969), [anon_sym_i8] = ACTIONS(2969), @@ -95587,9 +95670,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -95598,53 +95681,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [803] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2638), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(803)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2569), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(803), [sym_block_comment] = STATE(803), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_LBRACK] = ACTIONS(2967), - [anon_sym_RBRACK] = ACTIONS(3081), [anon_sym_u8] = ACTIONS(2969), [anon_sym_i8] = ACTIONS(2969), [anon_sym_u16] = ACTIONS(2969), @@ -95662,58 +95744,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3079), [anon_sym_COLON_COLON] = ACTIONS(2975), [anon_sym_const] = ACTIONS(2977), [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2981), + [sym_self] = ACTIONS(3081), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [804] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3333), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(804)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3322), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(804), [sym_block_comment] = STATE(804), [sym_identifier] = ACTIONS(2961), @@ -95736,9 +95819,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -95747,49 +95830,345 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [805] = { - [sym_bracketed_type] = STATE(3553), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3287), - [sym_macro_invocation] = STATE(2757), - [sym_scoped_identifier] = STATE(2151), - [sym_scoped_type_identifier] = STATE(2982), - [sym_const_block] = STATE(2757), - [sym__pattern] = STATE(2877), - [sym_tuple_pattern] = STATE(2757), - [sym_slice_pattern] = STATE(2757), - [sym_tuple_struct_pattern] = STATE(2757), - [sym_struct_pattern] = STATE(2757), - [sym_remaining_field_pattern] = STATE(2757), - [sym_mut_pattern] = STATE(2757), - [sym_range_pattern] = STATE(2757), - [sym_ref_pattern] = STATE(2757), - [sym_captured_pattern] = STATE(2757), - [sym_reference_pattern] = STATE(2757), - [sym_or_pattern] = STATE(2757), - [sym__literal_pattern] = STATE(2330), - [sym_negative_literal] = STATE(2364), - [sym_string_literal] = STATE(2364), - [sym_raw_string_literal] = STATE(2364), - [sym_boolean_literal] = STATE(2364), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(805)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3320), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(805), [sym_block_comment] = STATE(805), + [sym_identifier] = ACTIONS(2961), + [anon_sym_LPAREN] = ACTIONS(2963), + [anon_sym_LBRACK] = ACTIONS(2967), + [anon_sym_u8] = ACTIONS(2969), + [anon_sym_i8] = ACTIONS(2969), + [anon_sym_u16] = ACTIONS(2969), + [anon_sym_i16] = ACTIONS(2969), + [anon_sym_u32] = ACTIONS(2969), + [anon_sym_i32] = ACTIONS(2969), + [anon_sym_u64] = ACTIONS(2969), + [anon_sym_i64] = ACTIONS(2969), + [anon_sym_u128] = ACTIONS(2969), + [anon_sym_i128] = ACTIONS(2969), + [anon_sym_isize] = ACTIONS(2969), + [anon_sym_usize] = ACTIONS(2969), + [anon_sym_f32] = ACTIONS(2969), + [anon_sym_f64] = ACTIONS(2969), + [anon_sym_bool] = ACTIONS(2969), + [anon_sym_str] = ACTIONS(2969), + [anon_sym_char] = ACTIONS(2969), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_AMP] = ACTIONS(2971), + [anon_sym_PIPE] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1517), + [anon_sym_DOT_DOT] = ACTIONS(1519), + [anon_sym_COLON_COLON] = ACTIONS(2975), + [anon_sym_const] = ACTIONS(2977), + [anon_sym_default] = ACTIONS(2979), + [anon_sym_gen] = ACTIONS(2979), + [anon_sym_union] = ACTIONS(2979), + [anon_sym_ref] = ACTIONS(1353), + [sym_mutable_specifier] = ACTIONS(1525), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2981), + [sym_super] = ACTIONS(2981), + [sym_crate] = ACTIONS(2981), + [sym_metavariable] = ACTIONS(2983), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(806)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3002), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(806), + [sym_block_comment] = STATE(806), + [sym_identifier] = ACTIONS(2961), + [anon_sym_LPAREN] = ACTIONS(2963), + [anon_sym_LBRACK] = ACTIONS(2967), + [anon_sym_u8] = ACTIONS(2969), + [anon_sym_i8] = ACTIONS(2969), + [anon_sym_u16] = ACTIONS(2969), + [anon_sym_i16] = ACTIONS(2969), + [anon_sym_u32] = ACTIONS(2969), + [anon_sym_i32] = ACTIONS(2969), + [anon_sym_u64] = ACTIONS(2969), + [anon_sym_i64] = ACTIONS(2969), + [anon_sym_u128] = ACTIONS(2969), + [anon_sym_i128] = ACTIONS(2969), + [anon_sym_isize] = ACTIONS(2969), + [anon_sym_usize] = ACTIONS(2969), + [anon_sym_f32] = ACTIONS(2969), + [anon_sym_f64] = ACTIONS(2969), + [anon_sym_bool] = ACTIONS(2969), + [anon_sym_str] = ACTIONS(2969), + [anon_sym_char] = ACTIONS(2969), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_AMP] = ACTIONS(2971), + [anon_sym_PIPE] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1517), + [anon_sym_DOT_DOT] = ACTIONS(1519), + [anon_sym_COLON_COLON] = ACTIONS(2975), + [anon_sym_const] = ACTIONS(2977), + [anon_sym_default] = ACTIONS(2979), + [anon_sym_gen] = ACTIONS(2979), + [anon_sym_union] = ACTIONS(2979), + [anon_sym_ref] = ACTIONS(1353), + [sym_mutable_specifier] = ACTIONS(1525), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2981), + [sym_super] = ACTIONS(2981), + [sym_crate] = ACTIONS(2981), + [sym_metavariable] = ACTIONS(2983), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(807)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2115), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(807), + [sym_block_comment] = STATE(807), + [sym_identifier] = ACTIONS(2961), + [anon_sym_LPAREN] = ACTIONS(2963), + [anon_sym_LBRACK] = ACTIONS(2967), + [anon_sym_u8] = ACTIONS(2969), + [anon_sym_i8] = ACTIONS(2969), + [anon_sym_u16] = ACTIONS(2969), + [anon_sym_i16] = ACTIONS(2969), + [anon_sym_u32] = ACTIONS(2969), + [anon_sym_i32] = ACTIONS(2969), + [anon_sym_u64] = ACTIONS(2969), + [anon_sym_i64] = ACTIONS(2969), + [anon_sym_u128] = ACTIONS(2969), + [anon_sym_i128] = ACTIONS(2969), + [anon_sym_isize] = ACTIONS(2969), + [anon_sym_usize] = ACTIONS(2969), + [anon_sym_f32] = ACTIONS(2969), + [anon_sym_f64] = ACTIONS(2969), + [anon_sym_bool] = ACTIONS(2969), + [anon_sym_str] = ACTIONS(2969), + [anon_sym_char] = ACTIONS(2969), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_AMP] = ACTIONS(2971), + [anon_sym_PIPE] = ACTIONS(1321), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1517), + [anon_sym_DOT_DOT] = ACTIONS(1519), + [anon_sym_COLON_COLON] = ACTIONS(2975), + [anon_sym_const] = ACTIONS(2977), + [anon_sym_default] = ACTIONS(2979), + [anon_sym_gen] = ACTIONS(2979), + [anon_sym_union] = ACTIONS(2979), + [anon_sym_ref] = ACTIONS(1353), + [sym_mutable_specifier] = ACTIONS(1525), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2981), + [sym_super] = ACTIONS(2981), + [sym_crate] = ACTIONS(2981), + [sym_metavariable] = ACTIONS(2983), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(808)] = { + [sym_bracketed_type] = STATE(3542), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3280), + [sym_macro_invocation] = STATE(2950), + [sym_scoped_identifier] = STATE(2165), + [sym_scoped_type_identifier] = STATE(2929), + [sym_const_block] = STATE(2950), + [sym__pattern] = STATE(2841), + [sym_tuple_pattern] = STATE(2950), + [sym_slice_pattern] = STATE(2950), + [sym_tuple_struct_pattern] = STATE(2950), + [sym_struct_pattern] = STATE(2950), + [sym_remaining_field_pattern] = STATE(2950), + [sym_mut_pattern] = STATE(2950), + [sym_range_pattern] = STATE(2950), + [sym_ref_pattern] = STATE(2950), + [sym_captured_pattern] = STATE(2950), + [sym_reference_pattern] = STATE(2950), + [sym_or_pattern] = STATE(2950), + [sym__literal_pattern] = STATE(2375), + [sym_negative_literal] = STATE(2371), + [sym_string_literal] = STATE(2371), + [sym_raw_string_literal] = STATE(2371), + [sym_boolean_literal] = STATE(2371), + [sym_line_comment] = STATE(808), + [sym_block_comment] = STATE(808), + [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_COLON_COLON] = ACTIONS(1665), + [anon_sym_const] = ACTIONS(1669), + [anon_sym_default] = ACTIONS(1671), + [anon_sym_gen] = ACTIONS(1671), + [anon_sym_union] = ACTIONS(1671), + [anon_sym_ref] = ACTIONS(1673), + [sym_mutable_specifier] = ACTIONS(3083), + [sym_integer_literal] = ACTIONS(1677), + [aux_sym_string_literal_token1] = ACTIONS(1679), + [sym_char_literal] = ACTIONS(1677), + [anon_sym_true] = ACTIONS(1681), + [anon_sym_false] = ACTIONS(1681), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1683), + [sym_super] = ACTIONS(1683), + [sym_crate] = ACTIONS(1683), + [sym_metavariable] = ACTIONS(1685), + [sym__raw_string_literal_start] = ACTIONS(1687), + [sym_float_literal] = ACTIONS(1677), + }, + [STATE(809)] = { + [sym_bracketed_type] = STATE(3542), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3280), + [sym_macro_invocation] = STATE(2950), + [sym_scoped_identifier] = STATE(2165), + [sym_scoped_type_identifier] = STATE(2929), + [sym_const_block] = STATE(2950), + [sym__pattern] = STATE(2858), + [sym_tuple_pattern] = STATE(2950), + [sym_slice_pattern] = STATE(2950), + [sym_tuple_struct_pattern] = STATE(2950), + [sym_struct_pattern] = STATE(2950), + [sym_remaining_field_pattern] = STATE(2950), + [sym_mut_pattern] = STATE(2950), + [sym_range_pattern] = STATE(2950), + [sym_ref_pattern] = STATE(2950), + [sym_captured_pattern] = STATE(2950), + [sym_reference_pattern] = STATE(2950), + [sym_or_pattern] = STATE(2950), + [sym__literal_pattern] = STATE(2375), + [sym_negative_literal] = STATE(2371), + [sym_string_literal] = STATE(2371), + [sym_raw_string_literal] = STATE(2371), + [sym_boolean_literal] = STATE(2371), + [sym_line_comment] = STATE(809), + [sym_block_comment] = STATE(809), [sym_identifier] = ACTIONS(1645), [anon_sym_LPAREN] = ACTIONS(1647), [anon_sym_LBRACK] = ACTIONS(1649), @@ -95837,33 +96216,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1687), [sym_float_literal] = ACTIONS(1677), }, - [806] = { - [sym_bracketed_type] = STATE(3553), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3287), - [sym_macro_invocation] = STATE(2757), - [sym_scoped_identifier] = STATE(2151), - [sym_scoped_type_identifier] = STATE(2982), - [sym_const_block] = STATE(2757), - [sym__pattern] = STATE(3006), - [sym_tuple_pattern] = STATE(2757), - [sym_slice_pattern] = STATE(2757), - [sym_tuple_struct_pattern] = STATE(2757), - [sym_struct_pattern] = STATE(2757), - [sym_remaining_field_pattern] = STATE(2757), - [sym_mut_pattern] = STATE(2757), - [sym_range_pattern] = STATE(2757), - [sym_ref_pattern] = STATE(2757), - [sym_captured_pattern] = STATE(2757), - [sym_reference_pattern] = STATE(2757), - [sym_or_pattern] = STATE(2757), - [sym__literal_pattern] = STATE(2330), - [sym_negative_literal] = STATE(2364), - [sym_string_literal] = STATE(2364), - [sym_raw_string_literal] = STATE(2364), - [sym_boolean_literal] = STATE(2364), - [sym_line_comment] = STATE(806), - [sym_block_comment] = STATE(806), + [STATE(810)] = { + [sym_bracketed_type] = STATE(3542), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3280), + [sym_macro_invocation] = STATE(2950), + [sym_scoped_identifier] = STATE(2165), + [sym_scoped_type_identifier] = STATE(2929), + [sym_const_block] = STATE(2950), + [sym__pattern] = STATE(2844), + [sym_tuple_pattern] = STATE(2950), + [sym_slice_pattern] = STATE(2950), + [sym_tuple_struct_pattern] = STATE(2950), + [sym_struct_pattern] = STATE(2950), + [sym_remaining_field_pattern] = STATE(2950), + [sym_mut_pattern] = STATE(2950), + [sym_range_pattern] = STATE(2950), + [sym_ref_pattern] = STATE(2950), + [sym_captured_pattern] = STATE(2950), + [sym_reference_pattern] = STATE(2950), + [sym_or_pattern] = STATE(2950), + [sym__literal_pattern] = STATE(2375), + [sym_negative_literal] = STATE(2371), + [sym_string_literal] = STATE(2371), + [sym_raw_string_literal] = STATE(2371), + [sym_boolean_literal] = STATE(2371), + [sym_line_comment] = STATE(810), + [sym_block_comment] = STATE(810), [sym_identifier] = ACTIONS(1645), [anon_sym_LPAREN] = ACTIONS(1647), [anon_sym_LBRACK] = ACTIONS(1649), @@ -95911,107 +96290,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1687), [sym_float_literal] = ACTIONS(1677), }, - [807] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2143), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(807), - [sym_block_comment] = STATE(807), - [sym_identifier] = ACTIONS(2961), - [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_LBRACK] = ACTIONS(2967), - [anon_sym_u8] = ACTIONS(2969), - [anon_sym_i8] = ACTIONS(2969), - [anon_sym_u16] = ACTIONS(2969), - [anon_sym_i16] = ACTIONS(2969), - [anon_sym_u32] = ACTIONS(2969), - [anon_sym_i32] = ACTIONS(2969), - [anon_sym_u64] = ACTIONS(2969), - [anon_sym_i64] = ACTIONS(2969), - [anon_sym_u128] = ACTIONS(2969), - [anon_sym_i128] = ACTIONS(2969), - [anon_sym_isize] = ACTIONS(2969), - [anon_sym_usize] = ACTIONS(2969), - [anon_sym_f32] = ACTIONS(2969), - [anon_sym_f64] = ACTIONS(2969), - [anon_sym_bool] = ACTIONS(2969), - [anon_sym_str] = ACTIONS(2969), - [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [STATE(811)] = { + [sym_bracketed_type] = STATE(3542), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3280), + [sym_macro_invocation] = STATE(2950), + [sym_scoped_identifier] = STATE(2165), + [sym_scoped_type_identifier] = STATE(2929), + [sym_const_block] = STATE(2950), + [sym__pattern] = STATE(2996), + [sym_tuple_pattern] = STATE(2950), + [sym_slice_pattern] = STATE(2950), + [sym_tuple_struct_pattern] = STATE(2950), + [sym_struct_pattern] = STATE(2950), + [sym_remaining_field_pattern] = STATE(2950), + [sym_mut_pattern] = STATE(2950), + [sym_range_pattern] = STATE(2950), + [sym_ref_pattern] = STATE(2950), + [sym_captured_pattern] = STATE(2950), + [sym_reference_pattern] = STATE(2950), + [sym_or_pattern] = STATE(2950), + [sym__literal_pattern] = STATE(2375), + [sym_negative_literal] = STATE(2371), + [sym_string_literal] = STATE(2371), + [sym_raw_string_literal] = STATE(2371), + [sym_boolean_literal] = STATE(2371), + [sym_line_comment] = STATE(811), + [sym_block_comment] = STATE(811), + [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(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2975), - [anon_sym_const] = ACTIONS(2977), - [anon_sym_default] = ACTIONS(2979), - [anon_sym_gen] = ACTIONS(2979), - [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym__] = ACTIONS(1661), + [anon_sym_DOT_DOT] = ACTIONS(1663), + [anon_sym_COLON_COLON] = ACTIONS(1665), + [anon_sym_const] = ACTIONS(1669), + [anon_sym_default] = ACTIONS(1671), + [anon_sym_gen] = ACTIONS(1671), + [anon_sym_union] = ACTIONS(1671), + [anon_sym_ref] = ACTIONS(1673), + [sym_mutable_specifier] = ACTIONS(1675), + [sym_integer_literal] = ACTIONS(1677), + [aux_sym_string_literal_token1] = ACTIONS(1679), + [sym_char_literal] = ACTIONS(1677), + [anon_sym_true] = ACTIONS(1681), + [anon_sym_false] = ACTIONS(1681), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2981), - [sym_super] = ACTIONS(2981), - [sym_crate] = ACTIONS(2981), - [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [808] = { - [sym_bracketed_type] = STATE(3553), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3287), - [sym_macro_invocation] = STATE(2757), - [sym_scoped_identifier] = STATE(2151), - [sym_scoped_type_identifier] = STATE(2982), - [sym_const_block] = STATE(2757), - [sym__pattern] = STATE(2886), - [sym_tuple_pattern] = STATE(2757), - [sym_slice_pattern] = STATE(2757), - [sym_tuple_struct_pattern] = STATE(2757), - [sym_struct_pattern] = STATE(2757), - [sym_remaining_field_pattern] = STATE(2757), - [sym_mut_pattern] = STATE(2757), - [sym_range_pattern] = STATE(2757), - [sym_ref_pattern] = STATE(2757), - [sym_captured_pattern] = STATE(2757), - [sym_reference_pattern] = STATE(2757), - [sym_or_pattern] = STATE(2757), - [sym__literal_pattern] = STATE(2330), - [sym_negative_literal] = STATE(2364), - [sym_string_literal] = STATE(2364), - [sym_raw_string_literal] = STATE(2364), - [sym_boolean_literal] = STATE(2364), - [sym_line_comment] = STATE(808), - [sym_block_comment] = STATE(808), + [sym_self] = ACTIONS(1683), + [sym_super] = ACTIONS(1683), + [sym_crate] = ACTIONS(1683), + [sym_metavariable] = ACTIONS(1685), + [sym__raw_string_literal_start] = ACTIONS(1687), + [sym_float_literal] = ACTIONS(1677), + }, + [STATE(812)] = { + [sym_bracketed_type] = STATE(3542), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3280), + [sym_macro_invocation] = STATE(2950), + [sym_scoped_identifier] = STATE(2165), + [sym_scoped_type_identifier] = STATE(2929), + [sym_const_block] = STATE(2950), + [sym__pattern] = STATE(2863), + [sym_tuple_pattern] = STATE(2950), + [sym_slice_pattern] = STATE(2950), + [sym_tuple_struct_pattern] = STATE(2950), + [sym_struct_pattern] = STATE(2950), + [sym_remaining_field_pattern] = STATE(2950), + [sym_mut_pattern] = STATE(2950), + [sym_range_pattern] = STATE(2950), + [sym_ref_pattern] = STATE(2950), + [sym_captured_pattern] = STATE(2950), + [sym_reference_pattern] = STATE(2950), + [sym_or_pattern] = STATE(2950), + [sym__literal_pattern] = STATE(2375), + [sym_negative_literal] = STATE(2371), + [sym_string_literal] = STATE(2371), + [sym_raw_string_literal] = STATE(2371), + [sym_boolean_literal] = STATE(2371), + [sym_line_comment] = STATE(812), + [sym_block_comment] = STATE(812), [sym_identifier] = ACTIONS(1645), [anon_sym_LPAREN] = ACTIONS(1647), [anon_sym_LBRACK] = ACTIONS(1649), @@ -96059,33 +96438,181 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1687), [sym_float_literal] = ACTIONS(1677), }, - [809] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2119), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(809), - [sym_block_comment] = STATE(809), + [STATE(813)] = { + [sym_bracketed_type] = STATE(3542), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3280), + [sym_macro_invocation] = STATE(2950), + [sym_scoped_identifier] = STATE(2165), + [sym_scoped_type_identifier] = STATE(2929), + [sym_const_block] = STATE(2950), + [sym__pattern] = STATE(2869), + [sym_tuple_pattern] = STATE(2950), + [sym_slice_pattern] = STATE(2950), + [sym_tuple_struct_pattern] = STATE(2950), + [sym_struct_pattern] = STATE(2950), + [sym_remaining_field_pattern] = STATE(2950), + [sym_mut_pattern] = STATE(2950), + [sym_range_pattern] = STATE(2950), + [sym_ref_pattern] = STATE(2950), + [sym_captured_pattern] = STATE(2950), + [sym_reference_pattern] = STATE(2950), + [sym_or_pattern] = STATE(2950), + [sym__literal_pattern] = STATE(2375), + [sym_negative_literal] = STATE(2371), + [sym_string_literal] = STATE(2371), + [sym_raw_string_literal] = STATE(2371), + [sym_boolean_literal] = STATE(2371), + [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_COLON_COLON] = ACTIONS(1665), + [anon_sym_const] = ACTIONS(1669), + [anon_sym_default] = ACTIONS(1671), + [anon_sym_gen] = ACTIONS(1671), + [anon_sym_union] = ACTIONS(1671), + [anon_sym_ref] = ACTIONS(1673), + [sym_mutable_specifier] = ACTIONS(1675), + [sym_integer_literal] = ACTIONS(1677), + [aux_sym_string_literal_token1] = ACTIONS(1679), + [sym_char_literal] = ACTIONS(1677), + [anon_sym_true] = ACTIONS(1681), + [anon_sym_false] = ACTIONS(1681), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1683), + [sym_super] = ACTIONS(1683), + [sym_crate] = ACTIONS(1683), + [sym_metavariable] = ACTIONS(1685), + [sym__raw_string_literal_start] = ACTIONS(1687), + [sym_float_literal] = ACTIONS(1677), + }, + [STATE(814)] = { + [sym_bracketed_type] = STATE(3542), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3280), + [sym_macro_invocation] = STATE(2950), + [sym_scoped_identifier] = STATE(2165), + [sym_scoped_type_identifier] = STATE(2929), + [sym_const_block] = STATE(2950), + [sym__pattern] = STATE(2883), + [sym_tuple_pattern] = STATE(2950), + [sym_slice_pattern] = STATE(2950), + [sym_tuple_struct_pattern] = STATE(2950), + [sym_struct_pattern] = STATE(2950), + [sym_remaining_field_pattern] = STATE(2950), + [sym_mut_pattern] = STATE(2950), + [sym_range_pattern] = STATE(2950), + [sym_ref_pattern] = STATE(2950), + [sym_captured_pattern] = STATE(2950), + [sym_reference_pattern] = STATE(2950), + [sym_or_pattern] = STATE(2950), + [sym__literal_pattern] = STATE(2375), + [sym_negative_literal] = STATE(2371), + [sym_string_literal] = STATE(2371), + [sym_raw_string_literal] = STATE(2371), + [sym_boolean_literal] = STATE(2371), + [sym_line_comment] = STATE(814), + [sym_block_comment] = STATE(814), + [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_COLON_COLON] = ACTIONS(1665), + [anon_sym_const] = ACTIONS(1669), + [anon_sym_default] = ACTIONS(1671), + [anon_sym_gen] = ACTIONS(1671), + [anon_sym_union] = ACTIONS(1671), + [anon_sym_ref] = ACTIONS(1673), + [sym_mutable_specifier] = ACTIONS(1675), + [sym_integer_literal] = ACTIONS(1677), + [aux_sym_string_literal_token1] = ACTIONS(1679), + [sym_char_literal] = ACTIONS(1677), + [anon_sym_true] = ACTIONS(1681), + [anon_sym_false] = ACTIONS(1681), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1683), + [sym_super] = ACTIONS(1683), + [sym_crate] = ACTIONS(1683), + [sym_metavariable] = ACTIONS(1685), + [sym__raw_string_literal_start] = ACTIONS(1687), + [sym_float_literal] = ACTIONS(1677), + }, + [STATE(815)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2134), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(815), + [sym_block_comment] = STATE(815), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_LBRACK] = ACTIONS(2967), @@ -96106,9 +96633,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -96117,49 +96644,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [810] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2134), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(810), - [sym_block_comment] = STATE(810), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(816)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2106), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(816), + [sym_block_comment] = STATE(816), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_LBRACK] = ACTIONS(2967), @@ -96180,9 +96707,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -96191,49 +96718,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), - [sym_mutable_specifier] = ACTIONS(3083), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_ref] = ACTIONS(1353), + [sym_mutable_specifier] = ACTIONS(1525), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [811] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2124), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(811), - [sym_block_comment] = STATE(811), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(817)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3110), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(817), + [sym_block_comment] = STATE(817), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_LBRACK] = ACTIONS(2967), @@ -96254,9 +96781,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -96265,49 +96792,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [812] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3051), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(812), - [sym_block_comment] = STATE(812), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(818)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3321), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(818), + [sym_block_comment] = STATE(818), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_LBRACK] = ACTIONS(2967), @@ -96328,9 +96855,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -96339,49 +96866,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [813] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2412), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(813), - [sym_block_comment] = STATE(813), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(819)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2528), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(819), + [sym_block_comment] = STATE(819), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_LBRACK] = ACTIONS(2967), @@ -96402,9 +96929,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -96413,49 +96940,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [814] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3239), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(814), - [sym_block_comment] = STATE(814), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(820)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3177), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(820), + [sym_block_comment] = STATE(820), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_LBRACK] = ACTIONS(2967), @@ -96476,9 +97003,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -96487,49 +97014,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [815] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(815), - [sym_block_comment] = STATE(815), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(821)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2851), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(821), + [sym_block_comment] = STATE(821), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_LBRACK] = ACTIONS(2967), @@ -96550,9 +97077,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -96561,49 +97088,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [816] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2436), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(816), - [sym_block_comment] = STATE(816), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(822)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2422), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(822), + [sym_block_comment] = STATE(822), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_LBRACK] = ACTIONS(2967), @@ -96624,9 +97151,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -96635,49 +97162,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(3085), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [817] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3114), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(817), - [sym_block_comment] = STATE(817), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(823)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3281), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(823), + [sym_block_comment] = STATE(823), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_LBRACK] = ACTIONS(2967), @@ -96698,9 +97225,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -96709,49 +97236,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [818] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2493), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(818), - [sym_block_comment] = STATE(818), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(824)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2878), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(824), + [sym_block_comment] = STATE(824), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_LBRACK] = ACTIONS(2967), @@ -96772,9 +97299,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -96783,49 +97310,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), - [sym_mutable_specifier] = ACTIONS(3087), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_ref] = ACTIONS(1353), + [sym_mutable_specifier] = ACTIONS(1525), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [819] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2638), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(819), - [sym_block_comment] = STATE(819), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(825)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2465), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(825), + [sym_block_comment] = STATE(825), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_LBRACK] = ACTIONS(2967), @@ -96846,9 +97373,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -96857,49 +97384,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_ref] = ACTIONS(1353), + [sym_mutable_specifier] = ACTIONS(3087), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [820] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3313), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(820), - [sym_block_comment] = STATE(820), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(826)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2497), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(826), + [sym_block_comment] = STATE(826), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_LBRACK] = ACTIONS(2967), @@ -96920,9 +97447,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -96931,49 +97458,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [821] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2933), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(821), - [sym_block_comment] = STATE(821), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(827)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2133), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(827), + [sym_block_comment] = STATE(827), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_LBRACK] = ACTIONS(2967), @@ -96994,9 +97521,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -97005,49 +97532,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [anon_sym_ref] = ACTIONS(1353), + [sym_mutable_specifier] = ACTIONS(3089), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [822] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2411), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(822), - [sym_block_comment] = STATE(822), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(828)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2093), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(828), + [sym_block_comment] = STATE(828), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_LBRACK] = ACTIONS(2967), @@ -97068,9 +97595,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -97079,123 +97606,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [823] = { - [sym_bracketed_type] = STATE(3553), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3287), - [sym_macro_invocation] = STATE(2757), - [sym_scoped_identifier] = STATE(2151), - [sym_scoped_type_identifier] = STATE(2982), - [sym_const_block] = STATE(2757), - [sym__pattern] = STATE(2935), - [sym_tuple_pattern] = STATE(2757), - [sym_slice_pattern] = STATE(2757), - [sym_tuple_struct_pattern] = STATE(2757), - [sym_struct_pattern] = STATE(2757), - [sym_remaining_field_pattern] = STATE(2757), - [sym_mut_pattern] = STATE(2757), - [sym_range_pattern] = STATE(2757), - [sym_ref_pattern] = STATE(2757), - [sym_captured_pattern] = STATE(2757), - [sym_reference_pattern] = STATE(2757), - [sym_or_pattern] = STATE(2757), - [sym__literal_pattern] = STATE(2330), - [sym_negative_literal] = STATE(2364), - [sym_string_literal] = STATE(2364), - [sym_raw_string_literal] = STATE(2364), - [sym_boolean_literal] = STATE(2364), - [sym_line_comment] = STATE(823), - [sym_block_comment] = STATE(823), - [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), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(829)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2140), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(829), + [sym_block_comment] = STATE(829), + [sym_identifier] = ACTIONS(2961), + [anon_sym_LPAREN] = ACTIONS(2963), + [anon_sym_LBRACK] = ACTIONS(2967), + [anon_sym_u8] = ACTIONS(2969), + [anon_sym_i8] = ACTIONS(2969), + [anon_sym_u16] = ACTIONS(2969), + [anon_sym_i16] = ACTIONS(2969), + [anon_sym_u32] = ACTIONS(2969), + [anon_sym_i32] = ACTIONS(2969), + [anon_sym_u64] = ACTIONS(2969), + [anon_sym_i64] = ACTIONS(2969), + [anon_sym_u128] = ACTIONS(2969), + [anon_sym_i128] = ACTIONS(2969), + [anon_sym_isize] = ACTIONS(2969), + [anon_sym_usize] = ACTIONS(2969), + [anon_sym_f32] = ACTIONS(2969), + [anon_sym_f64] = ACTIONS(2969), + [anon_sym_bool] = ACTIONS(2969), + [anon_sym_str] = ACTIONS(2969), + [anon_sym_char] = ACTIONS(2969), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_AMP] = ACTIONS(2971), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1661), - [anon_sym_DOT_DOT] = ACTIONS(1663), - [anon_sym_COLON_COLON] = ACTIONS(1665), - [anon_sym_const] = ACTIONS(1669), - [anon_sym_default] = ACTIONS(1671), - [anon_sym_gen] = ACTIONS(1671), - [anon_sym_union] = ACTIONS(1671), - [anon_sym_ref] = ACTIONS(1673), - [sym_mutable_specifier] = ACTIONS(3089), - [sym_integer_literal] = ACTIONS(1677), - [aux_sym_string_literal_token1] = ACTIONS(1679), - [sym_char_literal] = ACTIONS(1677), - [anon_sym_true] = ACTIONS(1681), - [anon_sym_false] = ACTIONS(1681), + [anon_sym__] = ACTIONS(1517), + [anon_sym_DOT_DOT] = ACTIONS(1519), + [anon_sym_COLON_COLON] = ACTIONS(2975), + [anon_sym_const] = ACTIONS(2977), + [anon_sym_default] = ACTIONS(2979), + [anon_sym_gen] = ACTIONS(2979), + [anon_sym_union] = ACTIONS(2979), + [anon_sym_ref] = ACTIONS(1353), + [sym_mutable_specifier] = ACTIONS(1525), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1683), - [sym_super] = ACTIONS(1683), - [sym_crate] = ACTIONS(1683), - [sym_metavariable] = ACTIONS(1685), - [sym__raw_string_literal_start] = ACTIONS(1687), - [sym_float_literal] = ACTIONS(1677), - }, - [824] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2530), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(824), - [sym_block_comment] = STATE(824), + [sym_self] = ACTIONS(2981), + [sym_super] = ACTIONS(2981), + [sym_crate] = ACTIONS(2981), + [sym_metavariable] = ACTIONS(2983), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(830)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2567), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(830), + [sym_block_comment] = STATE(830), [sym_identifier] = ACTIONS(2961), [anon_sym_LPAREN] = ACTIONS(2963), [anon_sym_LBRACK] = ACTIONS(2967), @@ -97216,9 +97743,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -97227,442 +97754,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(3091), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [825] = { - [sym_bracketed_type] = STATE(3553), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3287), - [sym_macro_invocation] = STATE(2757), - [sym_scoped_identifier] = STATE(2151), - [sym_scoped_type_identifier] = STATE(2982), - [sym_const_block] = STATE(2757), - [sym__pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2757), - [sym_slice_pattern] = STATE(2757), - [sym_tuple_struct_pattern] = STATE(2757), - [sym_struct_pattern] = STATE(2757), - [sym_remaining_field_pattern] = STATE(2757), - [sym_mut_pattern] = STATE(2757), - [sym_range_pattern] = STATE(2757), - [sym_ref_pattern] = STATE(2757), - [sym_captured_pattern] = STATE(2757), - [sym_reference_pattern] = STATE(2757), - [sym_or_pattern] = STATE(2757), - [sym__literal_pattern] = STATE(2330), - [sym_negative_literal] = STATE(2364), - [sym_string_literal] = STATE(2364), - [sym_raw_string_literal] = STATE(2364), - [sym_boolean_literal] = STATE(2364), - [sym_line_comment] = STATE(825), - [sym_block_comment] = STATE(825), - [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_COLON_COLON] = ACTIONS(1665), - [anon_sym_const] = ACTIONS(1669), - [anon_sym_default] = ACTIONS(1671), - [anon_sym_gen] = ACTIONS(1671), - [anon_sym_union] = ACTIONS(1671), - [anon_sym_ref] = ACTIONS(1673), - [sym_mutable_specifier] = ACTIONS(1675), - [sym_integer_literal] = ACTIONS(1677), - [aux_sym_string_literal_token1] = ACTIONS(1679), - [sym_char_literal] = ACTIONS(1677), - [anon_sym_true] = ACTIONS(1681), - [anon_sym_false] = ACTIONS(1681), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1683), - [sym_super] = ACTIONS(1683), - [sym_crate] = ACTIONS(1683), - [sym_metavariable] = ACTIONS(1685), - [sym__raw_string_literal_start] = ACTIONS(1687), - [sym_float_literal] = ACTIONS(1677), - }, - [826] = { - [sym_bracketed_type] = STATE(3553), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3287), - [sym_macro_invocation] = STATE(2757), - [sym_scoped_identifier] = STATE(2151), - [sym_scoped_type_identifier] = STATE(2982), - [sym_const_block] = STATE(2757), - [sym__pattern] = STATE(2872), - [sym_tuple_pattern] = STATE(2757), - [sym_slice_pattern] = STATE(2757), - [sym_tuple_struct_pattern] = STATE(2757), - [sym_struct_pattern] = STATE(2757), - [sym_remaining_field_pattern] = STATE(2757), - [sym_mut_pattern] = STATE(2757), - [sym_range_pattern] = STATE(2757), - [sym_ref_pattern] = STATE(2757), - [sym_captured_pattern] = STATE(2757), - [sym_reference_pattern] = STATE(2757), - [sym_or_pattern] = STATE(2757), - [sym__literal_pattern] = STATE(2330), - [sym_negative_literal] = STATE(2364), - [sym_string_literal] = STATE(2364), - [sym_raw_string_literal] = STATE(2364), - [sym_boolean_literal] = STATE(2364), - [sym_line_comment] = STATE(826), - [sym_block_comment] = STATE(826), - [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_COLON_COLON] = ACTIONS(1665), - [anon_sym_const] = ACTIONS(1669), - [anon_sym_default] = ACTIONS(1671), - [anon_sym_gen] = ACTIONS(1671), - [anon_sym_union] = ACTIONS(1671), - [anon_sym_ref] = ACTIONS(1673), - [sym_mutable_specifier] = ACTIONS(1675), - [sym_integer_literal] = ACTIONS(1677), - [aux_sym_string_literal_token1] = ACTIONS(1679), - [sym_char_literal] = ACTIONS(1677), - [anon_sym_true] = ACTIONS(1681), - [anon_sym_false] = ACTIONS(1681), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1683), - [sym_super] = ACTIONS(1683), - [sym_crate] = ACTIONS(1683), - [sym_metavariable] = ACTIONS(1685), - [sym__raw_string_literal_start] = ACTIONS(1687), - [sym_float_literal] = ACTIONS(1677), - }, - [827] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3120), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(827), - [sym_block_comment] = STATE(827), - [sym_identifier] = ACTIONS(2961), - [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_LBRACK] = ACTIONS(2967), - [anon_sym_u8] = ACTIONS(2969), - [anon_sym_i8] = ACTIONS(2969), - [anon_sym_u16] = ACTIONS(2969), - [anon_sym_i16] = ACTIONS(2969), - [anon_sym_u32] = ACTIONS(2969), - [anon_sym_i32] = ACTIONS(2969), - [anon_sym_u64] = ACTIONS(2969), - [anon_sym_i64] = ACTIONS(2969), - [anon_sym_u128] = ACTIONS(2969), - [anon_sym_i128] = ACTIONS(2969), - [anon_sym_isize] = ACTIONS(2969), - [anon_sym_usize] = ACTIONS(2969), - [anon_sym_f32] = ACTIONS(2969), - [anon_sym_f64] = ACTIONS(2969), - [anon_sym_bool] = ACTIONS(2969), - [anon_sym_str] = ACTIONS(2969), - [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2975), - [anon_sym_const] = ACTIONS(2977), - [anon_sym_default] = ACTIONS(2979), - [anon_sym_gen] = ACTIONS(2979), - [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2981), - [sym_super] = ACTIONS(2981), - [sym_crate] = ACTIONS(2981), - [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [828] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2106), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(828), - [sym_block_comment] = STATE(828), - [sym_identifier] = ACTIONS(2961), - [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_LBRACK] = ACTIONS(2967), - [anon_sym_u8] = ACTIONS(2969), - [anon_sym_i8] = ACTIONS(2969), - [anon_sym_u16] = ACTIONS(2969), - [anon_sym_i16] = ACTIONS(2969), - [anon_sym_u32] = ACTIONS(2969), - [anon_sym_i32] = ACTIONS(2969), - [anon_sym_u64] = ACTIONS(2969), - [anon_sym_i64] = ACTIONS(2969), - [anon_sym_u128] = ACTIONS(2969), - [anon_sym_i128] = ACTIONS(2969), - [anon_sym_isize] = ACTIONS(2969), - [anon_sym_usize] = ACTIONS(2969), - [anon_sym_f32] = ACTIONS(2969), - [anon_sym_f64] = ACTIONS(2969), - [anon_sym_bool] = ACTIONS(2969), - [anon_sym_str] = ACTIONS(2969), - [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2975), - [anon_sym_const] = ACTIONS(2977), - [anon_sym_default] = ACTIONS(2979), - [anon_sym_gen] = ACTIONS(2979), - [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2981), - [sym_super] = ACTIONS(2981), - [sym_crate] = ACTIONS(2981), - [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [829] = { - [sym_bracketed_type] = STATE(3553), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3287), - [sym_macro_invocation] = STATE(2757), - [sym_scoped_identifier] = STATE(2151), - [sym_scoped_type_identifier] = STATE(2982), - [sym_const_block] = STATE(2757), - [sym__pattern] = STATE(2936), - [sym_tuple_pattern] = STATE(2757), - [sym_slice_pattern] = STATE(2757), - [sym_tuple_struct_pattern] = STATE(2757), - [sym_struct_pattern] = STATE(2757), - [sym_remaining_field_pattern] = STATE(2757), - [sym_mut_pattern] = STATE(2757), - [sym_range_pattern] = STATE(2757), - [sym_ref_pattern] = STATE(2757), - [sym_captured_pattern] = STATE(2757), - [sym_reference_pattern] = STATE(2757), - [sym_or_pattern] = STATE(2757), - [sym__literal_pattern] = STATE(2330), - [sym_negative_literal] = STATE(2364), - [sym_string_literal] = STATE(2364), - [sym_raw_string_literal] = STATE(2364), - [sym_boolean_literal] = STATE(2364), - [sym_line_comment] = STATE(829), - [sym_block_comment] = STATE(829), - [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_COLON_COLON] = ACTIONS(1665), - [anon_sym_const] = ACTIONS(1669), - [anon_sym_default] = ACTIONS(1671), - [anon_sym_gen] = ACTIONS(1671), - [anon_sym_union] = ACTIONS(1671), - [anon_sym_ref] = ACTIONS(1673), - [sym_mutable_specifier] = ACTIONS(1675), - [sym_integer_literal] = ACTIONS(1677), - [aux_sym_string_literal_token1] = ACTIONS(1679), - [sym_char_literal] = ACTIONS(1677), - [anon_sym_true] = ACTIONS(1681), - [anon_sym_false] = ACTIONS(1681), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1683), - [sym_super] = ACTIONS(1683), - [sym_crate] = ACTIONS(1683), - [sym_metavariable] = ACTIONS(1685), - [sym__raw_string_literal_start] = ACTIONS(1687), - [sym_float_literal] = ACTIONS(1677), - }, - [830] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(2142), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(830), - [sym_block_comment] = STATE(830), - [sym_identifier] = ACTIONS(2961), - [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_LBRACK] = ACTIONS(2967), - [anon_sym_u8] = ACTIONS(2969), - [anon_sym_i8] = ACTIONS(2969), - [anon_sym_u16] = ACTIONS(2969), - [anon_sym_i16] = ACTIONS(2969), - [anon_sym_u32] = ACTIONS(2969), - [anon_sym_i32] = ACTIONS(2969), - [anon_sym_u64] = ACTIONS(2969), - [anon_sym_i64] = ACTIONS(2969), - [anon_sym_u128] = ACTIONS(2969), - [anon_sym_i128] = ACTIONS(2969), - [anon_sym_isize] = ACTIONS(2969), - [anon_sym_usize] = ACTIONS(2969), - [anon_sym_f32] = ACTIONS(2969), - [anon_sym_f64] = ACTIONS(2969), - [anon_sym_bool] = ACTIONS(2969), - [anon_sym_str] = ACTIONS(2969), - [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(831)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2101), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), + [sym_line_comment] = STATE(831), + [sym_block_comment] = STATE(831), + [sym_identifier] = ACTIONS(2961), + [anon_sym_LPAREN] = ACTIONS(2963), + [anon_sym_LBRACK] = ACTIONS(2967), + [anon_sym_u8] = ACTIONS(2969), + [anon_sym_i8] = ACTIONS(2969), + [anon_sym_u16] = ACTIONS(2969), + [anon_sym_i16] = ACTIONS(2969), + [anon_sym_u32] = ACTIONS(2969), + [anon_sym_i32] = ACTIONS(2969), + [anon_sym_u64] = ACTIONS(2969), + [anon_sym_i64] = ACTIONS(2969), + [anon_sym_u128] = ACTIONS(2969), + [anon_sym_i128] = ACTIONS(2969), + [anon_sym_isize] = ACTIONS(2969), + [anon_sym_usize] = ACTIONS(2969), + [anon_sym_f32] = ACTIONS(2969), + [anon_sym_f64] = ACTIONS(2969), + [anon_sym_bool] = ACTIONS(2969), + [anon_sym_str] = ACTIONS(2969), + [anon_sym_char] = ACTIONS(2969), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_AMP] = ACTIONS(2971), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -97671,121 +97828,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2981), - [sym_super] = ACTIONS(2981), - [sym_crate] = ACTIONS(2981), - [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [831] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3308), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), - [sym_line_comment] = STATE(831), - [sym_block_comment] = STATE(831), - [sym_identifier] = ACTIONS(2961), - [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_LBRACK] = ACTIONS(2967), - [anon_sym_u8] = ACTIONS(2969), - [anon_sym_i8] = ACTIONS(2969), - [anon_sym_u16] = ACTIONS(2969), - [anon_sym_i16] = ACTIONS(2969), - [anon_sym_u32] = ACTIONS(2969), - [anon_sym_i32] = ACTIONS(2969), - [anon_sym_u64] = ACTIONS(2969), - [anon_sym_i64] = ACTIONS(2969), - [anon_sym_u128] = ACTIONS(2969), - [anon_sym_i128] = ACTIONS(2969), - [anon_sym_isize] = ACTIONS(2969), - [anon_sym_usize] = ACTIONS(2969), - [anon_sym_f32] = ACTIONS(2969), - [anon_sym_f64] = ACTIONS(2969), - [anon_sym_bool] = ACTIONS(2969), - [anon_sym_str] = ACTIONS(2969), - [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2975), - [anon_sym_const] = ACTIONS(2977), - [anon_sym_default] = ACTIONS(2979), - [anon_sym_gen] = ACTIONS(2979), - [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [832] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3326), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(832)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3299), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(832), [sym_block_comment] = STATE(832), [sym_identifier] = ACTIONS(2961), @@ -97808,9 +97891,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -97819,47 +97902,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [833] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3330), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(833)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3315), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(833), [sym_block_comment] = STATE(833), [sym_identifier] = ACTIONS(2961), @@ -97882,9 +97965,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -97893,47 +97976,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [834] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3331), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(834)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3318), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(834), [sym_block_comment] = STATE(834), [sym_identifier] = ACTIONS(2961), @@ -97956,9 +98039,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -97967,47 +98050,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [835] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3332), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(835)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(3319), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(835), [sym_block_comment] = STATE(835), [sym_identifier] = ACTIONS(2961), @@ -98030,9 +98113,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -98041,47 +98124,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [836] = { - [sym_bracketed_type] = STATE(3599), - [sym_generic_type] = STATE(3427), - [sym_generic_type_with_turbofish] = STATE(3337), - [sym_macro_invocation] = STATE(2136), - [sym_scoped_identifier] = STATE(1963), - [sym_scoped_type_identifier] = STATE(2790), - [sym_const_block] = STATE(2136), - [sym__pattern] = STATE(3007), - [sym_tuple_pattern] = STATE(2136), - [sym_slice_pattern] = STATE(2136), - [sym_tuple_struct_pattern] = STATE(2136), - [sym_struct_pattern] = STATE(2136), - [sym_remaining_field_pattern] = STATE(2136), - [sym_mut_pattern] = STATE(2136), - [sym_range_pattern] = STATE(2136), - [sym_ref_pattern] = STATE(2136), - [sym_captured_pattern] = STATE(2136), - [sym_reference_pattern] = STATE(2136), - [sym_or_pattern] = STATE(2136), - [sym__literal_pattern] = STATE(2025), - [sym_negative_literal] = STATE(2037), - [sym_string_literal] = STATE(2037), - [sym_raw_string_literal] = STATE(2037), - [sym_boolean_literal] = STATE(2037), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(836)] = { + [sym_bracketed_type] = STATE(3420), + [sym_generic_type] = STATE(3422), + [sym_generic_type_with_turbofish] = STATE(3245), + [sym_macro_invocation] = STATE(2130), + [sym_scoped_identifier] = STATE(1980), + [sym_scoped_type_identifier] = STATE(2965), + [sym_const_block] = STATE(2130), + [sym__pattern] = STATE(2478), + [sym_tuple_pattern] = STATE(2130), + [sym_slice_pattern] = STATE(2130), + [sym_tuple_struct_pattern] = STATE(2130), + [sym_struct_pattern] = STATE(2130), + [sym_remaining_field_pattern] = STATE(2130), + [sym_mut_pattern] = STATE(2130), + [sym_range_pattern] = STATE(2130), + [sym_ref_pattern] = STATE(2130), + [sym_captured_pattern] = STATE(2130), + [sym_reference_pattern] = STATE(2130), + [sym_or_pattern] = STATE(2130), + [sym__literal_pattern] = STATE(2026), + [sym_negative_literal] = STATE(2031), + [sym_string_literal] = STATE(2031), + [sym_raw_string_literal] = STATE(2031), + [sym_boolean_literal] = STATE(2031), [sym_line_comment] = STATE(836), [sym_block_comment] = STATE(836), [sym_identifier] = ACTIONS(2961), @@ -98104,9 +98187,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2969), [anon_sym_str] = ACTIONS(2969), [anon_sym_char] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_DASH] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(1301), + [anon_sym_PIPE] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1517), [anon_sym_DOT_DOT] = ACTIONS(1519), @@ -98115,54 +98198,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_default] = ACTIONS(2979), [anon_sym_gen] = ACTIONS(2979), [anon_sym_union] = ACTIONS(2979), - [anon_sym_ref] = ACTIONS(1333), + [anon_sym_ref] = ACTIONS(1353), [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1339), - [aux_sym_string_literal_token1] = ACTIONS(1341), - [sym_char_literal] = ACTIONS(1339), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), + [sym_integer_literal] = ACTIONS(1359), + [aux_sym_string_literal_token1] = ACTIONS(1361), + [sym_char_literal] = ACTIONS(1359), + [anon_sym_true] = ACTIONS(1363), + [anon_sym_false] = ACTIONS(1363), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(2981), [sym_super] = ACTIONS(2981), [sym_crate] = ACTIONS(2981), [sym_metavariable] = ACTIONS(2983), - [sym__raw_string_literal_start] = ACTIONS(1351), - [sym_float_literal] = ACTIONS(1339), - }, - [837] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(3262), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [sym__raw_string_literal_start] = ACTIONS(1371), + [sym_float_literal] = ACTIONS(1359), + }, + [STATE(837)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2007), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(837), [sym_block_comment] = STATE(837), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_PLUS] = ACTIONS(3093), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -98180,22 +98263,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [sym_mutable_specifier] = ACTIONS(3095), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), @@ -98204,111 +98287,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [838] = { - [sym_function_modifiers] = STATE(3367), - [sym_removed_trait_bound] = STATE(1416), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1381), - [sym_bracketed_type] = STATE(3544), - [sym_lifetime] = STATE(3348), - [sym_array_type] = STATE(1416), - [sym_for_lifetimes] = STATE(1584), - [sym_function_type] = STATE(1416), - [sym_tuple_type] = STATE(1416), - [sym_unit_type] = STATE(1416), - [sym_generic_type] = STATE(1083), - [sym_generic_type_with_turbofish] = STATE(3535), - [sym_bounded_type] = STATE(1416), - [sym_reference_type] = STATE(1416), - [sym_pointer_type] = STATE(1416), - [sym_never_type] = STATE(1416), - [sym_abstract_type] = STATE(1416), - [sym_dynamic_type] = STATE(1416), - [sym_macro_invocation] = STATE(1416), - [sym_scoped_identifier] = STATE(3224), - [sym_scoped_type_identifier] = STATE(1034), + [STATE(838)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(3066), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(838), [sym_block_comment] = STATE(838), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_PLUS] = ACTIONS(3103), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3107), - [anon_sym_u8] = ACTIONS(3109), - [anon_sym_i8] = ACTIONS(3109), - [anon_sym_u16] = ACTIONS(3109), - [anon_sym_i16] = ACTIONS(3109), - [anon_sym_u32] = ACTIONS(3109), - [anon_sym_i32] = ACTIONS(3109), - [anon_sym_u64] = ACTIONS(3109), - [anon_sym_i64] = ACTIONS(3109), - [anon_sym_u128] = ACTIONS(3109), - [anon_sym_i128] = ACTIONS(3109), - [anon_sym_isize] = ACTIONS(3109), - [anon_sym_usize] = ACTIONS(3109), - [anon_sym_f32] = ACTIONS(3109), - [anon_sym_f64] = ACTIONS(3109), - [anon_sym_bool] = ACTIONS(3109), - [anon_sym_str] = ACTIONS(3109), - [anon_sym_char] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3119), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3121), - [anon_sym_impl] = ACTIONS(3123), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3125), - [sym_mutable_specifier] = ACTIONS(3127), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3129), - [sym_super] = ACTIONS(3129), - [sym_crate] = ACTIONS(3129), - [sym_metavariable] = ACTIONS(3131), - }, - [839] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1992), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(839), - [sym_block_comment] = STATE(839), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_PLUS] = ACTIONS(3093), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -98326,62 +98336,208 @@ 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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(3133), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(3097), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3135), + [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [840] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1992), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(1936), + [STATE(839)] = { + [sym_function_modifiers] = STATE(3495), + [sym_removed_trait_bound] = STATE(1707), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1761), + [sym_bracketed_type] = STATE(3548), + [sym_lifetime] = STATE(3402), + [sym_array_type] = STATE(1707), + [sym_for_lifetimes] = STATE(1577), + [sym_function_type] = STATE(1707), + [sym_tuple_type] = STATE(1707), + [sym_unit_type] = STATE(1707), + [sym_generic_type] = STATE(1619), + [sym_generic_type_with_turbofish] = STATE(3540), + [sym_bounded_type] = STATE(1707), + [sym_reference_type] = STATE(1707), + [sym_pointer_type] = STATE(1707), + [sym_never_type] = STATE(1707), + [sym_abstract_type] = STATE(1707), + [sym_dynamic_type] = STATE(1707), + [sym_macro_invocation] = STATE(1707), + [sym_scoped_identifier] = STATE(3282), + [sym_scoped_type_identifier] = STATE(1545), + [sym_line_comment] = STATE(839), + [sym_block_comment] = STATE(839), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3103), + [anon_sym_PLUS] = ACTIONS(3105), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3109), + [anon_sym_u8] = ACTIONS(3111), + [anon_sym_i8] = ACTIONS(3111), + [anon_sym_u16] = ACTIONS(3111), + [anon_sym_i16] = ACTIONS(3111), + [anon_sym_u32] = ACTIONS(3111), + [anon_sym_i32] = ACTIONS(3111), + [anon_sym_u64] = ACTIONS(3111), + [anon_sym_i64] = ACTIONS(3111), + [anon_sym_u128] = ACTIONS(3111), + [anon_sym_i128] = ACTIONS(3111), + [anon_sym_isize] = ACTIONS(3111), + [anon_sym_usize] = ACTIONS(3111), + [anon_sym_f32] = ACTIONS(3111), + [anon_sym_f64] = ACTIONS(3111), + [anon_sym_bool] = ACTIONS(3111), + [anon_sym_str] = ACTIONS(3111), + [anon_sym_char] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3121), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3123), + [anon_sym_impl] = ACTIONS(3125), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3127), + [sym_mutable_specifier] = ACTIONS(3129), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3131), + [sym_super] = ACTIONS(3131), + [sym_crate] = ACTIONS(3131), + [sym_metavariable] = ACTIONS(3133), + }, + [STATE(840)] = { + [sym_function_modifiers] = STATE(3359), + [sym_removed_trait_bound] = STATE(1381), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1453), + [sym_bracketed_type] = STATE(3533), + [sym_lifetime] = STATE(3342), + [sym_array_type] = STATE(1381), + [sym_for_lifetimes] = STATE(1592), + [sym_function_type] = STATE(1381), + [sym_tuple_type] = STATE(1381), + [sym_unit_type] = STATE(1381), + [sym_generic_type] = STATE(1235), + [sym_generic_type_with_turbofish] = STATE(3523), + [sym_bounded_type] = STATE(1381), + [sym_reference_type] = STATE(1381), + [sym_pointer_type] = STATE(1381), + [sym_never_type] = STATE(1381), + [sym_abstract_type] = STATE(1381), + [sym_dynamic_type] = STATE(1381), + [sym_macro_invocation] = STATE(1381), + [sym_scoped_identifier] = STATE(3220), + [sym_scoped_type_identifier] = STATE(1049), [sym_line_comment] = STATE(840), [sym_block_comment] = STATE(840), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_PLUS] = ACTIONS(3141), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_u8] = ACTIONS(3147), + [anon_sym_i8] = ACTIONS(3147), + [anon_sym_u16] = ACTIONS(3147), + [anon_sym_i16] = ACTIONS(3147), + [anon_sym_u32] = ACTIONS(3147), + [anon_sym_i32] = ACTIONS(3147), + [anon_sym_u64] = ACTIONS(3147), + [anon_sym_i64] = ACTIONS(3147), + [anon_sym_u128] = ACTIONS(3147), + [anon_sym_i128] = ACTIONS(3147), + [anon_sym_isize] = ACTIONS(3147), + [anon_sym_usize] = ACTIONS(3147), + [anon_sym_f32] = ACTIONS(3147), + [anon_sym_f64] = ACTIONS(3147), + [anon_sym_bool] = ACTIONS(3147), + [anon_sym_str] = ACTIONS(3147), + [anon_sym_char] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3157), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3159), + [anon_sym_impl] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3163), + [sym_mutable_specifier] = ACTIONS(3165), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3167), + [sym_super] = ACTIONS(3167), + [sym_crate] = ACTIONS(3167), + [sym_metavariable] = ACTIONS(3169), + }, + [STATE(841)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2007), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(1936), + [sym_line_comment] = STATE(841), + [sym_block_comment] = STATE(841), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_PLUS] = ACTIONS(3093), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -98399,135 +98555,61 @@ 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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(3137), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(3171), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1619), + [sym_self] = ACTIONS(3173), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [841] = { - [sym_function_modifiers] = STATE(3341), - [sym_removed_trait_bound] = STATE(1684), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1772), - [sym_bracketed_type] = STATE(3559), - [sym_lifetime] = STATE(3394), - [sym_array_type] = STATE(1684), - [sym_for_lifetimes] = STATE(1591), - [sym_function_type] = STATE(1684), - [sym_tuple_type] = STATE(1684), - [sym_unit_type] = STATE(1684), - [sym_generic_type] = STATE(1649), - [sym_generic_type_with_turbofish] = STATE(3551), - [sym_bounded_type] = STATE(1684), - [sym_reference_type] = STATE(1684), - [sym_pointer_type] = STATE(1684), - [sym_never_type] = STATE(1684), - [sym_abstract_type] = STATE(1684), - [sym_dynamic_type] = STATE(1684), - [sym_macro_invocation] = STATE(1684), - [sym_scoped_identifier] = STATE(3288), - [sym_scoped_type_identifier] = STATE(1548), - [sym_line_comment] = STATE(841), - [sym_block_comment] = STATE(841), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_PLUS] = ACTIONS(3145), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_u8] = ACTIONS(3151), - [anon_sym_i8] = ACTIONS(3151), - [anon_sym_u16] = ACTIONS(3151), - [anon_sym_i16] = ACTIONS(3151), - [anon_sym_u32] = ACTIONS(3151), - [anon_sym_i32] = ACTIONS(3151), - [anon_sym_u64] = ACTIONS(3151), - [anon_sym_i64] = ACTIONS(3151), - [anon_sym_u128] = ACTIONS(3151), - [anon_sym_i128] = ACTIONS(3151), - [anon_sym_isize] = ACTIONS(3151), - [anon_sym_usize] = ACTIONS(3151), - [anon_sym_f32] = ACTIONS(3151), - [anon_sym_f64] = ACTIONS(3151), - [anon_sym_bool] = ACTIONS(3151), - [anon_sym_str] = ACTIONS(3151), - [anon_sym_char] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3157), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3159), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3163), - [anon_sym_impl] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3163), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3167), - [sym_mutable_specifier] = ACTIONS(3169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3171), - [sym_super] = ACTIONS(3171), - [sym_crate] = ACTIONS(3171), - [sym_metavariable] = ACTIONS(3173), - }, - [842] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_type_parameters] = STATE(953), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2354), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(2402), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(2194), + [STATE(842)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2541), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(842), [sym_block_comment] = STATE(842), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3175), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -98545,22 +98627,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(3177), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(3179), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3175), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -98568,38 +98651,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [843] = { - [sym_function_modifiers] = STATE(3386), - [sym_higher_ranked_trait_bound] = STATE(2166), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2169), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(2171), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(843)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2750), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(843), [sym_block_comment] = STATE(843), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_RPAREN] = ACTIONS(3177), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -98617,22 +98700,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(3181), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -98640,37 +98723,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [844] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2532), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(844)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(3186), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(838), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(844), [sym_block_comment] = STATE(844), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -98688,23 +98771,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3183), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(3179), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -98712,38 +98795,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [845] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(3000), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(845)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(3045), + [sym_bracketed_type] = STATE(3353), + [sym_qualified_type] = STATE(3590), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(845), [sym_block_comment] = STATE(845), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3185), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -98761,22 +98844,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -98784,38 +98867,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [846] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2728), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(1936), + [STATE(846)] = { + [sym_function_modifiers] = STATE(3495), + [sym_removed_trait_bound] = STATE(1707), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1674), + [sym_bracketed_type] = STATE(3548), + [sym_lifetime] = STATE(839), + [sym_array_type] = STATE(1707), + [sym_for_lifetimes] = STATE(1577), + [sym_function_type] = STATE(1707), + [sym_tuple_type] = STATE(1707), + [sym_unit_type] = STATE(1707), + [sym_generic_type] = STATE(1619), + [sym_generic_type_with_turbofish] = STATE(3540), + [sym_bounded_type] = STATE(1707), + [sym_reference_type] = STATE(1707), + [sym_pointer_type] = STATE(1707), + [sym_never_type] = STATE(1707), + [sym_abstract_type] = STATE(1707), + [sym_dynamic_type] = STATE(1707), + [sym_macro_invocation] = STATE(1707), + [sym_scoped_identifier] = STATE(3282), + [sym_scoped_type_identifier] = STATE(1545), [sym_line_comment] = STATE(846), [sym_block_comment] = STATE(846), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3109), + [anon_sym_u8] = ACTIONS(3111), + [anon_sym_i8] = ACTIONS(3111), + [anon_sym_u16] = ACTIONS(3111), + [anon_sym_i16] = ACTIONS(3111), + [anon_sym_u32] = ACTIONS(3111), + [anon_sym_i32] = ACTIONS(3111), + [anon_sym_u64] = ACTIONS(3111), + [anon_sym_i64] = ACTIONS(3111), + [anon_sym_u128] = ACTIONS(3111), + [anon_sym_i128] = ACTIONS(3111), + [anon_sym_isize] = ACTIONS(3111), + [anon_sym_usize] = ACTIONS(3111), + [anon_sym_f32] = ACTIONS(3111), + [anon_sym_f64] = ACTIONS(3111), + [anon_sym_bool] = ACTIONS(3111), + [anon_sym_str] = ACTIONS(3111), + [anon_sym_char] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3121), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3123), + [anon_sym_impl] = ACTIONS(3125), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3127), + [sym_mutable_specifier] = ACTIONS(3181), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3131), + [sym_super] = ACTIONS(3131), + [sym_crate] = ACTIONS(3131), + [sym_metavariable] = ACTIONS(3133), + }, + [STATE(847)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2885), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(1936), + [sym_line_comment] = STATE(847), + [sym_block_comment] = STATE(847), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3187), + [anon_sym_RPAREN] = ACTIONS(3183), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -98833,22 +98988,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -98856,38 +99011,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [847] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(3000), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(848)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2885), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(847), - [sym_block_comment] = STATE(847), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(848), + [sym_block_comment] = STATE(848), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3189), + [anon_sym_RPAREN] = ACTIONS(3185), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -98905,22 +99060,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -98928,37 +99083,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [848] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2004), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(840), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(849)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2885), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(848), - [sym_block_comment] = STATE(848), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(849), + [sym_block_comment] = STATE(849), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_RPAREN] = ACTIONS(3187), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -98976,23 +99132,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(3191), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99000,38 +99155,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [849] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2571), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(850)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2610), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(849), - [sym_block_comment] = STATE(849), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(850), + [sym_block_comment] = STATE(850), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3193), + [anon_sym_RPAREN] = ACTIONS(3189), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99049,22 +99204,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99072,38 +99227,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [850] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(3000), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(851)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2885), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(850), - [sym_block_comment] = STATE(850), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(851), + [sym_block_comment] = STATE(851), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3195), + [anon_sym_RPAREN] = ACTIONS(3191), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99121,22 +99276,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99144,38 +99299,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [851] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(3000), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(852)] = { + [sym_function_modifiers] = STATE(3359), + [sym_removed_trait_bound] = STATE(1381), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1377), + [sym_bracketed_type] = STATE(3533), + [sym_lifetime] = STATE(840), + [sym_array_type] = STATE(1381), + [sym_for_lifetimes] = STATE(1592), + [sym_function_type] = STATE(1381), + [sym_tuple_type] = STATE(1381), + [sym_unit_type] = STATE(1381), + [sym_generic_type] = STATE(1235), + [sym_generic_type_with_turbofish] = STATE(3523), + [sym_bounded_type] = STATE(1381), + [sym_reference_type] = STATE(1381), + [sym_pointer_type] = STATE(1381), + [sym_never_type] = STATE(1381), + [sym_abstract_type] = STATE(1381), + [sym_dynamic_type] = STATE(1381), + [sym_macro_invocation] = STATE(1381), + [sym_scoped_identifier] = STATE(3220), + [sym_scoped_type_identifier] = STATE(1049), + [sym_line_comment] = STATE(852), + [sym_block_comment] = STATE(852), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_u8] = ACTIONS(3147), + [anon_sym_i8] = ACTIONS(3147), + [anon_sym_u16] = ACTIONS(3147), + [anon_sym_i16] = ACTIONS(3147), + [anon_sym_u32] = ACTIONS(3147), + [anon_sym_i32] = ACTIONS(3147), + [anon_sym_u64] = ACTIONS(3147), + [anon_sym_i64] = ACTIONS(3147), + [anon_sym_u128] = ACTIONS(3147), + [anon_sym_i128] = ACTIONS(3147), + [anon_sym_isize] = ACTIONS(3147), + [anon_sym_usize] = ACTIONS(3147), + [anon_sym_f32] = ACTIONS(3147), + [anon_sym_f64] = ACTIONS(3147), + [anon_sym_bool] = ACTIONS(3147), + [anon_sym_str] = ACTIONS(3147), + [anon_sym_char] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3157), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3159), + [anon_sym_impl] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3163), + [sym_mutable_specifier] = ACTIONS(3193), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3167), + [sym_super] = ACTIONS(3167), + [sym_crate] = ACTIONS(3167), + [sym_metavariable] = ACTIONS(3169), + }, + [STATE(853)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2885), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(851), - [sym_block_comment] = STATE(851), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(853), + [sym_block_comment] = STATE(853), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3197), + [anon_sym_RPAREN] = ACTIONS(3195), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99193,22 +99420,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99216,38 +99443,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [852] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(3000), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(854)] = { + [sym_function_modifiers] = STATE(3363), + [sym_higher_ranked_trait_bound] = STATE(2150), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2153), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(2158), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(852), - [sym_block_comment] = STATE(852), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(854), + [sym_block_comment] = STATE(854), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3199), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99265,22 +99492,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(3197), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99288,38 +99515,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [853] = { - [sym_function_modifiers] = STATE(3386), - [sym_higher_ranked_trait_bound] = STATE(2219), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2220), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(2224), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(853), - [sym_block_comment] = STATE(853), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [STATE(855)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_type_parameters] = STATE(952), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2378), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(2392), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(2184), + [sym_line_comment] = STATE(855), + [sym_block_comment] = STATE(855), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3199), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99337,22 +99564,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(1297), + [anon_sym_BANG] = ACTIONS(3201), [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(29), + [anon_sym_LT] = ACTIONS(3203), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(3181), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99360,38 +99587,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [854] = { - [sym_function_modifiers] = STATE(3386), - [sym_higher_ranked_trait_bound] = STATE(2219), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2227), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(2228), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(854), - [sym_block_comment] = STATE(854), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [STATE(856)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_type_parameters] = STATE(876), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2389), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(2394), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(2145), + [sym_line_comment] = STATE(856), + [sym_block_comment] = STATE(856), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3205), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99409,22 +99636,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(1297), + [anon_sym_BANG] = ACTIONS(3207), [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(29), + [anon_sym_LT] = ACTIONS(3203), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(3181), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99432,38 +99659,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [855] = { - [sym_function_modifiers] = STATE(3386), - [sym_higher_ranked_trait_bound] = STATE(2219), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2227), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(2224), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(855), - [sym_block_comment] = STATE(855), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [STATE(857)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_type_parameters] = STATE(965), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2401), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(2397), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(2189), + [sym_line_comment] = STATE(857), + [sym_block_comment] = STATE(857), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3209), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99481,22 +99708,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(1297), + [anon_sym_BANG] = ACTIONS(3211), [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(29), + [anon_sym_LT] = ACTIONS(3203), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(3181), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99504,110 +99731,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [856] = { - [sym_function_modifiers] = STATE(3367), - [sym_removed_trait_bound] = STATE(1416), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1437), - [sym_bracketed_type] = STATE(3544), - [sym_lifetime] = STATE(838), - [sym_array_type] = STATE(1416), - [sym_for_lifetimes] = STATE(1584), - [sym_function_type] = STATE(1416), - [sym_tuple_type] = STATE(1416), - [sym_unit_type] = STATE(1416), - [sym_generic_type] = STATE(1083), - [sym_generic_type_with_turbofish] = STATE(3535), - [sym_bounded_type] = STATE(1416), - [sym_reference_type] = STATE(1416), - [sym_pointer_type] = STATE(1416), - [sym_never_type] = STATE(1416), - [sym_abstract_type] = STATE(1416), - [sym_dynamic_type] = STATE(1416), - [sym_macro_invocation] = STATE(1416), - [sym_scoped_identifier] = STATE(3224), - [sym_scoped_type_identifier] = STATE(1034), - [sym_line_comment] = STATE(856), - [sym_block_comment] = STATE(856), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3107), - [anon_sym_u8] = ACTIONS(3109), - [anon_sym_i8] = ACTIONS(3109), - [anon_sym_u16] = ACTIONS(3109), - [anon_sym_i16] = ACTIONS(3109), - [anon_sym_u32] = ACTIONS(3109), - [anon_sym_i32] = ACTIONS(3109), - [anon_sym_u64] = ACTIONS(3109), - [anon_sym_i64] = ACTIONS(3109), - [anon_sym_u128] = ACTIONS(3109), - [anon_sym_i128] = ACTIONS(3109), - [anon_sym_isize] = ACTIONS(3109), - [anon_sym_usize] = ACTIONS(3109), - [anon_sym_f32] = ACTIONS(3109), - [anon_sym_f64] = ACTIONS(3109), - [anon_sym_bool] = ACTIONS(3109), - [anon_sym_str] = ACTIONS(3109), - [anon_sym_char] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3119), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3121), - [anon_sym_impl] = ACTIONS(3123), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3125), - [sym_mutable_specifier] = ACTIONS(3201), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3129), - [sym_super] = ACTIONS(3129), - [sym_crate] = ACTIONS(3129), - [sym_metavariable] = ACTIONS(3131), - }, - [857] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2994), - [sym_bracketed_type] = STATE(3361), - [sym_qualified_type] = STATE(3468), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(858)] = { + [sym_function_modifiers] = STATE(3363), + [sym_higher_ranked_trait_bound] = STATE(2233), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2235), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(2239), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(857), - [sym_block_comment] = STATE(857), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(858), + [sym_block_comment] = STATE(858), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99625,22 +99780,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(3197), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99648,38 +99803,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [858] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_type_parameters] = STATE(939), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2317), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(2397), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(2192), - [sym_line_comment] = STATE(858), - [sym_block_comment] = STATE(858), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3203), + [STATE(859)] = { + [sym_function_modifiers] = STATE(3363), + [sym_higher_ranked_trait_bound] = STATE(2233), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2240), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(2242), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(1936), + [sym_line_comment] = STATE(859), + [sym_block_comment] = STATE(859), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99697,22 +99852,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(3205), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(3179), + [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(3197), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99720,110 +99875,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [859] = { - [sym_function_modifiers] = STATE(3341), - [sym_removed_trait_bound] = STATE(1684), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1752), - [sym_bracketed_type] = STATE(3559), - [sym_lifetime] = STATE(841), - [sym_array_type] = STATE(1684), - [sym_for_lifetimes] = STATE(1591), - [sym_function_type] = STATE(1684), - [sym_tuple_type] = STATE(1684), - [sym_unit_type] = STATE(1684), - [sym_generic_type] = STATE(1649), - [sym_generic_type_with_turbofish] = STATE(3551), - [sym_bounded_type] = STATE(1684), - [sym_reference_type] = STATE(1684), - [sym_pointer_type] = STATE(1684), - [sym_never_type] = STATE(1684), - [sym_abstract_type] = STATE(1684), - [sym_dynamic_type] = STATE(1684), - [sym_macro_invocation] = STATE(1684), - [sym_scoped_identifier] = STATE(3288), - [sym_scoped_type_identifier] = STATE(1548), - [sym_line_comment] = STATE(859), - [sym_block_comment] = STATE(859), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_u8] = ACTIONS(3151), - [anon_sym_i8] = ACTIONS(3151), - [anon_sym_u16] = ACTIONS(3151), - [anon_sym_i16] = ACTIONS(3151), - [anon_sym_u32] = ACTIONS(3151), - [anon_sym_i32] = ACTIONS(3151), - [anon_sym_u64] = ACTIONS(3151), - [anon_sym_i64] = ACTIONS(3151), - [anon_sym_u128] = ACTIONS(3151), - [anon_sym_i128] = ACTIONS(3151), - [anon_sym_isize] = ACTIONS(3151), - [anon_sym_usize] = ACTIONS(3151), - [anon_sym_f32] = ACTIONS(3151), - [anon_sym_f64] = ACTIONS(3151), - [anon_sym_bool] = ACTIONS(3151), - [anon_sym_str] = ACTIONS(3151), - [anon_sym_char] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3157), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3159), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3163), - [anon_sym_impl] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3163), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3167), - [sym_mutable_specifier] = ACTIONS(3207), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3171), - [sym_super] = ACTIONS(3171), - [sym_crate] = ACTIONS(3171), - [sym_metavariable] = ACTIONS(3173), - }, - [860] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_type_parameters] = STATE(955), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2394), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(2398), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(2152), + [STATE(860)] = { + [sym_function_modifiers] = STATE(3363), + [sym_higher_ranked_trait_bound] = STATE(2233), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2240), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(2239), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(860), [sym_block_comment] = STATE(860), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3209), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99841,22 +99924,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(3211), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(3179), + [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(3197), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99864,38 +99947,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [861] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_type_parameters] = STATE(889), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2312), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(2315), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(2167), + [STATE(861)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2577), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(861), [sym_block_comment] = STATE(861), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3213), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99913,22 +99995,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(3215), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(3179), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3213), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99936,38 +100019,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [862] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(3000), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(862)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2008), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(837), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(862), [sym_block_comment] = STATE(862), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3217), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99985,22 +100067,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), + [sym_mutable_specifier] = ACTIONS(3215), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100008,38 +100091,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [863] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2747), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(863)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2703), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(863), [sym_block_comment] = STATE(863), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3219), + [anon_sym_RPAREN] = ACTIONS(3217), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100057,22 +100140,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100080,37 +100163,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [864] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(3117), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(837), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(1936), + [STATE(864)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_type_parameters] = STATE(872), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2348), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(2349), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(2159), [sym_line_comment] = STATE(864), [sym_block_comment] = STATE(864), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3219), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100128,23 +100212,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(1297), + [anon_sym_BANG] = ACTIONS(3221), [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(29), + [anon_sym_LT] = ACTIONS(3203), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(3221), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100152,37 +100235,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [865] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2661), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(865)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2885), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(865), [sym_block_comment] = STATE(865), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_RPAREN] = ACTIONS(3223), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100200,23 +100284,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3223), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100224,37 +100307,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [866] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2576), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(866)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2391), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(866), [sym_block_comment] = STATE(866), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100272,22 +100355,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100295,37 +100378,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [867] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(3129), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(867)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2574), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(867), [sym_block_comment] = STATE(867), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100343,22 +100426,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100366,37 +100449,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [868] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2930), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(868)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2001), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(868), [sym_block_comment] = STATE(868), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100414,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100437,37 +100520,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [869] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(3262), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(869)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2554), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(869), [sym_block_comment] = STATE(869), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100485,22 +100568,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100508,37 +100591,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [870] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2202), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(870)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2967), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(870), [sym_block_comment] = STATE(870), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100556,22 +100639,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100579,818 +100662,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [871] = { - [sym_function_modifiers] = STATE(3367), - [sym_removed_trait_bound] = STATE(1416), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1380), - [sym_bracketed_type] = STATE(3544), - [sym_lifetime] = STATE(3348), - [sym_array_type] = STATE(1416), - [sym_for_lifetimes] = STATE(1584), - [sym_function_type] = STATE(1416), - [sym_tuple_type] = STATE(1416), - [sym_unit_type] = STATE(1416), - [sym_generic_type] = STATE(1083), - [sym_generic_type_with_turbofish] = STATE(3535), - [sym_bounded_type] = STATE(1416), - [sym_reference_type] = STATE(1416), - [sym_pointer_type] = STATE(1416), - [sym_never_type] = STATE(1416), - [sym_abstract_type] = STATE(1416), - [sym_dynamic_type] = STATE(1416), - [sym_macro_invocation] = STATE(1416), - [sym_scoped_identifier] = STATE(3224), - [sym_scoped_type_identifier] = STATE(1034), + [STATE(871)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2511), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(871), [sym_block_comment] = STATE(871), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3107), - [anon_sym_u8] = ACTIONS(3109), - [anon_sym_i8] = ACTIONS(3109), - [anon_sym_u16] = ACTIONS(3109), - [anon_sym_i16] = ACTIONS(3109), - [anon_sym_u32] = ACTIONS(3109), - [anon_sym_i32] = ACTIONS(3109), - [anon_sym_u64] = ACTIONS(3109), - [anon_sym_i64] = ACTIONS(3109), - [anon_sym_u128] = ACTIONS(3109), - [anon_sym_i128] = ACTIONS(3109), - [anon_sym_isize] = ACTIONS(3109), - [anon_sym_usize] = ACTIONS(3109), - [anon_sym_f32] = ACTIONS(3109), - [anon_sym_f64] = ACTIONS(3109), - [anon_sym_bool] = ACTIONS(3109), - [anon_sym_str] = ACTIONS(3109), - [anon_sym_char] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3119), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3121), - [anon_sym_impl] = ACTIONS(3123), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3125), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3129), - [sym_super] = ACTIONS(3129), - [sym_crate] = ACTIONS(3129), - [sym_metavariable] = ACTIONS(3131), - }, - [872] = { - [sym_function_modifiers] = STATE(3367), - [sym_removed_trait_bound] = STATE(1416), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1381), - [sym_bracketed_type] = STATE(3544), - [sym_lifetime] = STATE(3348), - [sym_array_type] = STATE(1416), - [sym_for_lifetimes] = STATE(1584), - [sym_function_type] = STATE(1416), - [sym_tuple_type] = STATE(1416), - [sym_unit_type] = STATE(1416), - [sym_generic_type] = STATE(1083), - [sym_generic_type_with_turbofish] = STATE(3535), - [sym_bounded_type] = STATE(1416), - [sym_reference_type] = STATE(1416), - [sym_pointer_type] = STATE(1416), - [sym_never_type] = STATE(1416), - [sym_abstract_type] = STATE(1416), - [sym_dynamic_type] = STATE(1416), - [sym_macro_invocation] = STATE(1416), - [sym_scoped_identifier] = STATE(3224), - [sym_scoped_type_identifier] = STATE(1034), - [sym_line_comment] = STATE(872), - [sym_block_comment] = STATE(872), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3107), - [anon_sym_u8] = ACTIONS(3109), - [anon_sym_i8] = ACTIONS(3109), - [anon_sym_u16] = ACTIONS(3109), - [anon_sym_i16] = ACTIONS(3109), - [anon_sym_u32] = ACTIONS(3109), - [anon_sym_i32] = ACTIONS(3109), - [anon_sym_u64] = ACTIONS(3109), - [anon_sym_i64] = ACTIONS(3109), - [anon_sym_u128] = ACTIONS(3109), - [anon_sym_i128] = ACTIONS(3109), - [anon_sym_isize] = ACTIONS(3109), - [anon_sym_usize] = ACTIONS(3109), - [anon_sym_f32] = ACTIONS(3109), - [anon_sym_f64] = ACTIONS(3109), - [anon_sym_bool] = ACTIONS(3109), - [anon_sym_str] = ACTIONS(3109), - [anon_sym_char] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3119), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3121), - [anon_sym_impl] = ACTIONS(3123), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3125), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3129), - [sym_super] = ACTIONS(3129), - [sym_crate] = ACTIONS(3129), - [sym_metavariable] = ACTIONS(3131), - }, - [873] = { - [sym_function_modifiers] = STATE(3341), - [sym_removed_trait_bound] = STATE(1684), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1777), - [sym_bracketed_type] = STATE(3559), - [sym_lifetime] = STATE(3394), - [sym_array_type] = STATE(1684), - [sym_for_lifetimes] = STATE(1591), - [sym_function_type] = STATE(1684), - [sym_tuple_type] = STATE(1684), - [sym_unit_type] = STATE(1684), - [sym_generic_type] = STATE(1649), - [sym_generic_type_with_turbofish] = STATE(3551), - [sym_bounded_type] = STATE(1684), - [sym_reference_type] = STATE(1684), - [sym_pointer_type] = STATE(1684), - [sym_never_type] = STATE(1684), - [sym_abstract_type] = STATE(1684), - [sym_dynamic_type] = STATE(1684), - [sym_macro_invocation] = STATE(1684), - [sym_scoped_identifier] = STATE(3288), - [sym_scoped_type_identifier] = STATE(1548), - [sym_line_comment] = STATE(873), - [sym_block_comment] = STATE(873), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_u8] = ACTIONS(3151), - [anon_sym_i8] = ACTIONS(3151), - [anon_sym_u16] = ACTIONS(3151), - [anon_sym_i16] = ACTIONS(3151), - [anon_sym_u32] = ACTIONS(3151), - [anon_sym_i32] = ACTIONS(3151), - [anon_sym_u64] = ACTIONS(3151), - [anon_sym_i64] = ACTIONS(3151), - [anon_sym_u128] = ACTIONS(3151), - [anon_sym_i128] = ACTIONS(3151), - [anon_sym_isize] = ACTIONS(3151), - [anon_sym_usize] = ACTIONS(3151), - [anon_sym_f32] = ACTIONS(3151), - [anon_sym_f64] = ACTIONS(3151), - [anon_sym_bool] = ACTIONS(3151), - [anon_sym_str] = ACTIONS(3151), - [anon_sym_char] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3157), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3159), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3163), - [anon_sym_impl] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3163), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3167), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3171), - [sym_super] = ACTIONS(3171), - [sym_crate] = ACTIONS(3171), - [sym_metavariable] = ACTIONS(3173), - }, - [874] = { - [sym_function_modifiers] = STATE(3341), - [sym_removed_trait_bound] = STATE(1684), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1728), - [sym_bracketed_type] = STATE(3559), - [sym_lifetime] = STATE(3394), - [sym_array_type] = STATE(1684), - [sym_for_lifetimes] = STATE(1591), - [sym_function_type] = STATE(1684), - [sym_tuple_type] = STATE(1684), - [sym_unit_type] = STATE(1684), - [sym_generic_type] = STATE(1649), - [sym_generic_type_with_turbofish] = STATE(3551), - [sym_bounded_type] = STATE(1684), - [sym_reference_type] = STATE(1684), - [sym_pointer_type] = STATE(1684), - [sym_never_type] = STATE(1684), - [sym_abstract_type] = STATE(1684), - [sym_dynamic_type] = STATE(1684), - [sym_macro_invocation] = STATE(1684), - [sym_scoped_identifier] = STATE(3288), - [sym_scoped_type_identifier] = STATE(1548), - [sym_line_comment] = STATE(874), - [sym_block_comment] = STATE(874), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_u8] = ACTIONS(3151), - [anon_sym_i8] = ACTIONS(3151), - [anon_sym_u16] = ACTIONS(3151), - [anon_sym_i16] = ACTIONS(3151), - [anon_sym_u32] = ACTIONS(3151), - [anon_sym_i32] = ACTIONS(3151), - [anon_sym_u64] = ACTIONS(3151), - [anon_sym_i64] = ACTIONS(3151), - [anon_sym_u128] = ACTIONS(3151), - [anon_sym_i128] = ACTIONS(3151), - [anon_sym_isize] = ACTIONS(3151), - [anon_sym_usize] = ACTIONS(3151), - [anon_sym_f32] = ACTIONS(3151), - [anon_sym_f64] = ACTIONS(3151), - [anon_sym_bool] = ACTIONS(3151), - [anon_sym_str] = ACTIONS(3151), - [anon_sym_char] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3157), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3159), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3163), - [anon_sym_impl] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3163), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3167), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3171), - [sym_super] = ACTIONS(3171), - [sym_crate] = ACTIONS(3171), - [sym_metavariable] = ACTIONS(3173), - }, - [875] = { - [sym_function_modifiers] = STATE(3341), - [sym_removed_trait_bound] = STATE(1684), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1778), - [sym_bracketed_type] = STATE(3559), - [sym_lifetime] = STATE(3394), - [sym_array_type] = STATE(1684), - [sym_for_lifetimes] = STATE(1591), - [sym_function_type] = STATE(1684), - [sym_tuple_type] = STATE(1684), - [sym_unit_type] = STATE(1684), - [sym_generic_type] = STATE(1649), - [sym_generic_type_with_turbofish] = STATE(3551), - [sym_bounded_type] = STATE(1684), - [sym_reference_type] = STATE(1684), - [sym_pointer_type] = STATE(1684), - [sym_never_type] = STATE(1684), - [sym_abstract_type] = STATE(1684), - [sym_dynamic_type] = STATE(1684), - [sym_macro_invocation] = STATE(1684), - [sym_scoped_identifier] = STATE(3288), - [sym_scoped_type_identifier] = STATE(1548), - [sym_line_comment] = STATE(875), - [sym_block_comment] = STATE(875), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_u8] = ACTIONS(3151), - [anon_sym_i8] = ACTIONS(3151), - [anon_sym_u16] = ACTIONS(3151), - [anon_sym_i16] = ACTIONS(3151), - [anon_sym_u32] = ACTIONS(3151), - [anon_sym_i32] = ACTIONS(3151), - [anon_sym_u64] = ACTIONS(3151), - [anon_sym_i64] = ACTIONS(3151), - [anon_sym_u128] = ACTIONS(3151), - [anon_sym_i128] = ACTIONS(3151), - [anon_sym_isize] = ACTIONS(3151), - [anon_sym_usize] = ACTIONS(3151), - [anon_sym_f32] = ACTIONS(3151), - [anon_sym_f64] = ACTIONS(3151), - [anon_sym_bool] = ACTIONS(3151), - [anon_sym_str] = ACTIONS(3151), - [anon_sym_char] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3157), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3159), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3163), - [anon_sym_impl] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3163), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3167), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3171), - [sym_super] = ACTIONS(3171), - [sym_crate] = ACTIONS(3171), - [sym_metavariable] = ACTIONS(3173), - }, - [876] = { - [sym_function_modifiers] = STATE(3341), - [sym_removed_trait_bound] = STATE(1684), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1730), - [sym_bracketed_type] = STATE(3559), - [sym_lifetime] = STATE(3394), - [sym_array_type] = STATE(1684), - [sym_for_lifetimes] = STATE(1591), - [sym_function_type] = STATE(1684), - [sym_tuple_type] = STATE(1684), - [sym_unit_type] = STATE(1684), - [sym_generic_type] = STATE(1649), - [sym_generic_type_with_turbofish] = STATE(3551), - [sym_bounded_type] = STATE(1684), - [sym_reference_type] = STATE(1684), - [sym_pointer_type] = STATE(1684), - [sym_never_type] = STATE(1684), - [sym_abstract_type] = STATE(1684), - [sym_dynamic_type] = STATE(1684), - [sym_macro_invocation] = STATE(1684), - [sym_scoped_identifier] = STATE(3288), - [sym_scoped_type_identifier] = STATE(1548), - [sym_line_comment] = STATE(876), - [sym_block_comment] = STATE(876), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_u8] = ACTIONS(3151), - [anon_sym_i8] = ACTIONS(3151), - [anon_sym_u16] = ACTIONS(3151), - [anon_sym_i16] = ACTIONS(3151), - [anon_sym_u32] = ACTIONS(3151), - [anon_sym_i32] = ACTIONS(3151), - [anon_sym_u64] = ACTIONS(3151), - [anon_sym_i64] = ACTIONS(3151), - [anon_sym_u128] = ACTIONS(3151), - [anon_sym_i128] = ACTIONS(3151), - [anon_sym_isize] = ACTIONS(3151), - [anon_sym_usize] = ACTIONS(3151), - [anon_sym_f32] = ACTIONS(3151), - [anon_sym_f64] = ACTIONS(3151), - [anon_sym_bool] = ACTIONS(3151), - [anon_sym_str] = ACTIONS(3151), - [anon_sym_char] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3157), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3159), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3163), - [anon_sym_impl] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3163), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3167), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3171), - [sym_super] = ACTIONS(3171), - [sym_crate] = ACTIONS(3171), - [sym_metavariable] = ACTIONS(3173), - }, - [877] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2747), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(877), - [sym_block_comment] = STATE(877), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [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(1297), - [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), - [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), - }, - [878] = { - [sym_function_modifiers] = STATE(3341), - [sym_removed_trait_bound] = STATE(1684), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1731), - [sym_bracketed_type] = STATE(3559), - [sym_lifetime] = STATE(3394), - [sym_array_type] = STATE(1684), - [sym_for_lifetimes] = STATE(1591), - [sym_function_type] = STATE(1684), - [sym_tuple_type] = STATE(1684), - [sym_unit_type] = STATE(1684), - [sym_generic_type] = STATE(1649), - [sym_generic_type_with_turbofish] = STATE(3551), - [sym_bounded_type] = STATE(1684), - [sym_reference_type] = STATE(1684), - [sym_pointer_type] = STATE(1684), - [sym_never_type] = STATE(1684), - [sym_abstract_type] = STATE(1684), - [sym_dynamic_type] = STATE(1684), - [sym_macro_invocation] = STATE(1684), - [sym_scoped_identifier] = STATE(3288), - [sym_scoped_type_identifier] = STATE(1548), - [sym_line_comment] = STATE(878), - [sym_block_comment] = STATE(878), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_u8] = ACTIONS(3151), - [anon_sym_i8] = ACTIONS(3151), - [anon_sym_u16] = ACTIONS(3151), - [anon_sym_i16] = ACTIONS(3151), - [anon_sym_u32] = ACTIONS(3151), - [anon_sym_i32] = ACTIONS(3151), - [anon_sym_u64] = ACTIONS(3151), - [anon_sym_i64] = ACTIONS(3151), - [anon_sym_u128] = ACTIONS(3151), - [anon_sym_i128] = ACTIONS(3151), - [anon_sym_isize] = ACTIONS(3151), - [anon_sym_usize] = ACTIONS(3151), - [anon_sym_f32] = ACTIONS(3151), - [anon_sym_f64] = ACTIONS(3151), - [anon_sym_bool] = ACTIONS(3151), - [anon_sym_str] = ACTIONS(3151), - [anon_sym_char] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3157), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3159), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3163), - [anon_sym_impl] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3163), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3167), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3171), - [sym_super] = ACTIONS(3171), - [sym_crate] = ACTIONS(3171), - [sym_metavariable] = ACTIONS(3173), - }, - [879] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2014), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(1999), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(879), - [sym_block_comment] = STATE(879), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [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(1297), - [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), - [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), - }, - [880] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2767), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(880), - [sym_block_comment] = STATE(880), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [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(1297), - [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), - [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), - }, - [881] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2368), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(881), - [sym_block_comment] = STATE(881), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), - [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(1297), - [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), - [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), - [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), - }, - [882] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2371), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(882), - [sym_block_comment] = STATE(882), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -101408,22 +100710,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -101431,463 +100733,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [883] = { - [sym_function_modifiers] = STATE(3341), - [sym_removed_trait_bound] = STATE(1684), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1736), - [sym_bracketed_type] = STATE(3559), - [sym_lifetime] = STATE(3394), - [sym_array_type] = STATE(1684), - [sym_for_lifetimes] = STATE(1591), - [sym_function_type] = STATE(1684), - [sym_tuple_type] = STATE(1684), - [sym_unit_type] = STATE(1684), - [sym_generic_type] = STATE(1649), - [sym_generic_type_with_turbofish] = STATE(3551), - [sym_bounded_type] = STATE(1684), - [sym_reference_type] = STATE(1684), - [sym_pointer_type] = STATE(1684), - [sym_never_type] = STATE(1684), - [sym_abstract_type] = STATE(1684), - [sym_dynamic_type] = STATE(1684), - [sym_macro_invocation] = STATE(1684), - [sym_scoped_identifier] = STATE(3288), - [sym_scoped_type_identifier] = STATE(1548), - [sym_line_comment] = STATE(883), - [sym_block_comment] = STATE(883), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_u8] = ACTIONS(3151), - [anon_sym_i8] = ACTIONS(3151), - [anon_sym_u16] = ACTIONS(3151), - [anon_sym_i16] = ACTIONS(3151), - [anon_sym_u32] = ACTIONS(3151), - [anon_sym_i32] = ACTIONS(3151), - [anon_sym_u64] = ACTIONS(3151), - [anon_sym_i64] = ACTIONS(3151), - [anon_sym_u128] = ACTIONS(3151), - [anon_sym_i128] = ACTIONS(3151), - [anon_sym_isize] = ACTIONS(3151), - [anon_sym_usize] = ACTIONS(3151), - [anon_sym_f32] = ACTIONS(3151), - [anon_sym_f64] = ACTIONS(3151), - [anon_sym_bool] = ACTIONS(3151), - [anon_sym_str] = ACTIONS(3151), - [anon_sym_char] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3157), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3159), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3163), - [anon_sym_impl] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3163), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3167), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3171), - [sym_super] = ACTIONS(3171), - [sym_crate] = ACTIONS(3171), - [sym_metavariable] = ACTIONS(3173), - }, - [884] = { - [sym_function_modifiers] = STATE(3341), - [sym_removed_trait_bound] = STATE(1684), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1737), - [sym_bracketed_type] = STATE(3559), - [sym_lifetime] = STATE(3394), - [sym_array_type] = STATE(1684), - [sym_for_lifetimes] = STATE(1591), - [sym_function_type] = STATE(1684), - [sym_tuple_type] = STATE(1684), - [sym_unit_type] = STATE(1684), - [sym_generic_type] = STATE(1649), - [sym_generic_type_with_turbofish] = STATE(3551), - [sym_bounded_type] = STATE(1684), - [sym_reference_type] = STATE(1684), - [sym_pointer_type] = STATE(1684), - [sym_never_type] = STATE(1684), - [sym_abstract_type] = STATE(1684), - [sym_dynamic_type] = STATE(1684), - [sym_macro_invocation] = STATE(1684), - [sym_scoped_identifier] = STATE(3288), - [sym_scoped_type_identifier] = STATE(1548), - [sym_line_comment] = STATE(884), - [sym_block_comment] = STATE(884), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_u8] = ACTIONS(3151), - [anon_sym_i8] = ACTIONS(3151), - [anon_sym_u16] = ACTIONS(3151), - [anon_sym_i16] = ACTIONS(3151), - [anon_sym_u32] = ACTIONS(3151), - [anon_sym_i32] = ACTIONS(3151), - [anon_sym_u64] = ACTIONS(3151), - [anon_sym_i64] = ACTIONS(3151), - [anon_sym_u128] = ACTIONS(3151), - [anon_sym_i128] = ACTIONS(3151), - [anon_sym_isize] = ACTIONS(3151), - [anon_sym_usize] = ACTIONS(3151), - [anon_sym_f32] = ACTIONS(3151), - [anon_sym_f64] = ACTIONS(3151), - [anon_sym_bool] = ACTIONS(3151), - [anon_sym_str] = ACTIONS(3151), - [anon_sym_char] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3157), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3159), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3163), - [anon_sym_impl] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3163), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3167), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3171), - [sym_super] = ACTIONS(3171), - [sym_crate] = ACTIONS(3171), - [sym_metavariable] = ACTIONS(3173), - }, - [885] = { - [sym_function_modifiers] = STATE(3341), - [sym_removed_trait_bound] = STATE(1684), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1738), - [sym_bracketed_type] = STATE(3559), - [sym_lifetime] = STATE(3394), - [sym_array_type] = STATE(1684), - [sym_for_lifetimes] = STATE(1591), - [sym_function_type] = STATE(1684), - [sym_tuple_type] = STATE(1684), - [sym_unit_type] = STATE(1684), - [sym_generic_type] = STATE(1649), - [sym_generic_type_with_turbofish] = STATE(3551), - [sym_bounded_type] = STATE(1684), - [sym_reference_type] = STATE(1684), - [sym_pointer_type] = STATE(1684), - [sym_never_type] = STATE(1684), - [sym_abstract_type] = STATE(1684), - [sym_dynamic_type] = STATE(1684), - [sym_macro_invocation] = STATE(1684), - [sym_scoped_identifier] = STATE(3288), - [sym_scoped_type_identifier] = STATE(1548), - [sym_line_comment] = STATE(885), - [sym_block_comment] = STATE(885), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_u8] = ACTIONS(3151), - [anon_sym_i8] = ACTIONS(3151), - [anon_sym_u16] = ACTIONS(3151), - [anon_sym_i16] = ACTIONS(3151), - [anon_sym_u32] = ACTIONS(3151), - [anon_sym_i32] = ACTIONS(3151), - [anon_sym_u64] = ACTIONS(3151), - [anon_sym_i64] = ACTIONS(3151), - [anon_sym_u128] = ACTIONS(3151), - [anon_sym_i128] = ACTIONS(3151), - [anon_sym_isize] = ACTIONS(3151), - [anon_sym_usize] = ACTIONS(3151), - [anon_sym_f32] = ACTIONS(3151), - [anon_sym_f64] = ACTIONS(3151), - [anon_sym_bool] = ACTIONS(3151), - [anon_sym_str] = ACTIONS(3151), - [anon_sym_char] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3157), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3159), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3163), - [anon_sym_impl] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3163), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3167), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3171), - [sym_super] = ACTIONS(3171), - [sym_crate] = ACTIONS(3171), - [sym_metavariable] = ACTIONS(3173), - }, - [886] = { - [sym_function_modifiers] = STATE(3367), - [sym_removed_trait_bound] = STATE(1416), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1382), - [sym_bracketed_type] = STATE(3544), - [sym_lifetime] = STATE(3348), - [sym_array_type] = STATE(1416), - [sym_for_lifetimes] = STATE(1584), - [sym_function_type] = STATE(1416), - [sym_tuple_type] = STATE(1416), - [sym_unit_type] = STATE(1416), - [sym_generic_type] = STATE(1083), - [sym_generic_type_with_turbofish] = STATE(3535), - [sym_bounded_type] = STATE(1416), - [sym_reference_type] = STATE(1416), - [sym_pointer_type] = STATE(1416), - [sym_never_type] = STATE(1416), - [sym_abstract_type] = STATE(1416), - [sym_dynamic_type] = STATE(1416), - [sym_macro_invocation] = STATE(1416), - [sym_scoped_identifier] = STATE(3224), - [sym_scoped_type_identifier] = STATE(1034), - [sym_line_comment] = STATE(886), - [sym_block_comment] = STATE(886), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3107), - [anon_sym_u8] = ACTIONS(3109), - [anon_sym_i8] = ACTIONS(3109), - [anon_sym_u16] = ACTIONS(3109), - [anon_sym_i16] = ACTIONS(3109), - [anon_sym_u32] = ACTIONS(3109), - [anon_sym_i32] = ACTIONS(3109), - [anon_sym_u64] = ACTIONS(3109), - [anon_sym_i64] = ACTIONS(3109), - [anon_sym_u128] = ACTIONS(3109), - [anon_sym_i128] = ACTIONS(3109), - [anon_sym_isize] = ACTIONS(3109), - [anon_sym_usize] = ACTIONS(3109), - [anon_sym_f32] = ACTIONS(3109), - [anon_sym_f64] = ACTIONS(3109), - [anon_sym_bool] = ACTIONS(3109), - [anon_sym_str] = ACTIONS(3109), - [anon_sym_char] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3119), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3121), - [anon_sym_impl] = ACTIONS(3123), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3125), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3129), - [sym_super] = ACTIONS(3129), - [sym_crate] = ACTIONS(3129), - [sym_metavariable] = ACTIONS(3131), - }, - [887] = { - [sym_function_modifiers] = STATE(3341), - [sym_removed_trait_bound] = STATE(1684), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1739), - [sym_bracketed_type] = STATE(3559), - [sym_lifetime] = STATE(3394), - [sym_array_type] = STATE(1684), - [sym_for_lifetimes] = STATE(1591), - [sym_function_type] = STATE(1684), - [sym_tuple_type] = STATE(1684), - [sym_unit_type] = STATE(1684), - [sym_generic_type] = STATE(1649), - [sym_generic_type_with_turbofish] = STATE(3551), - [sym_bounded_type] = STATE(1684), - [sym_reference_type] = STATE(1684), - [sym_pointer_type] = STATE(1684), - [sym_never_type] = STATE(1684), - [sym_abstract_type] = STATE(1684), - [sym_dynamic_type] = STATE(1684), - [sym_macro_invocation] = STATE(1684), - [sym_scoped_identifier] = STATE(3288), - [sym_scoped_type_identifier] = STATE(1548), - [sym_line_comment] = STATE(887), - [sym_block_comment] = STATE(887), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_u8] = ACTIONS(3151), - [anon_sym_i8] = ACTIONS(3151), - [anon_sym_u16] = ACTIONS(3151), - [anon_sym_i16] = ACTIONS(3151), - [anon_sym_u32] = ACTIONS(3151), - [anon_sym_i32] = ACTIONS(3151), - [anon_sym_u64] = ACTIONS(3151), - [anon_sym_i64] = ACTIONS(3151), - [anon_sym_u128] = ACTIONS(3151), - [anon_sym_i128] = ACTIONS(3151), - [anon_sym_isize] = ACTIONS(3151), - [anon_sym_usize] = ACTIONS(3151), - [anon_sym_f32] = ACTIONS(3151), - [anon_sym_f64] = ACTIONS(3151), - [anon_sym_bool] = ACTIONS(3151), - [anon_sym_str] = ACTIONS(3151), - [anon_sym_char] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3157), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3159), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3163), - [anon_sym_impl] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3163), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3167), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3171), - [sym_super] = ACTIONS(3171), - [sym_crate] = ACTIONS(3171), - [sym_metavariable] = ACTIONS(3173), - }, - [888] = { - [sym_function_modifiers] = STATE(3367), - [sym_removed_trait_bound] = STATE(1416), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1407), - [sym_bracketed_type] = STATE(3544), - [sym_lifetime] = STATE(3348), - [sym_array_type] = STATE(1416), - [sym_for_lifetimes] = STATE(1584), - [sym_function_type] = STATE(1416), - [sym_tuple_type] = STATE(1416), - [sym_unit_type] = STATE(1416), - [sym_generic_type] = STATE(1083), - [sym_generic_type_with_turbofish] = STATE(3535), - [sym_bounded_type] = STATE(1416), - [sym_reference_type] = STATE(1416), - [sym_pointer_type] = STATE(1416), - [sym_never_type] = STATE(1416), - [sym_abstract_type] = STATE(1416), - [sym_dynamic_type] = STATE(1416), - [sym_macro_invocation] = STATE(1416), - [sym_scoped_identifier] = STATE(3224), - [sym_scoped_type_identifier] = STATE(1034), - [sym_line_comment] = STATE(888), - [sym_block_comment] = STATE(888), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3107), - [anon_sym_u8] = ACTIONS(3109), - [anon_sym_i8] = ACTIONS(3109), - [anon_sym_u16] = ACTIONS(3109), - [anon_sym_i16] = ACTIONS(3109), - [anon_sym_u32] = ACTIONS(3109), - [anon_sym_i32] = ACTIONS(3109), - [anon_sym_u64] = ACTIONS(3109), - [anon_sym_i64] = ACTIONS(3109), - [anon_sym_u128] = ACTIONS(3109), - [anon_sym_i128] = ACTIONS(3109), - [anon_sym_isize] = ACTIONS(3109), - [anon_sym_usize] = ACTIONS(3109), - [anon_sym_f32] = ACTIONS(3109), - [anon_sym_f64] = ACTIONS(3109), - [anon_sym_bool] = ACTIONS(3109), - [anon_sym_str] = ACTIONS(3109), - [anon_sym_char] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3119), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3121), - [anon_sym_impl] = ACTIONS(3123), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3125), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3129), - [sym_super] = ACTIONS(3129), - [sym_crate] = ACTIONS(3129), - [sym_metavariable] = ACTIONS(3131), - }, - [889] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2365), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(2366), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(2175), - [sym_line_comment] = STATE(889), - [sym_block_comment] = STATE(889), - [aux_sym_function_modifiers_repeat1] = STATE(2239), + [STATE(872)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2332), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(2333), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(2164), + [sym_line_comment] = STATE(872), + [sym_block_comment] = STATE(872), + [aux_sym_function_modifiers_repeat1] = STATE(2237), [sym_identifier] = ACTIONS(3225), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -101909,18 +100785,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -101928,179 +100804,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [890] = { - [sym_function_modifiers] = STATE(3367), - [sym_removed_trait_bound] = STATE(1416), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1409), - [sym_bracketed_type] = STATE(3544), - [sym_lifetime] = STATE(3348), - [sym_array_type] = STATE(1416), - [sym_for_lifetimes] = STATE(1584), - [sym_function_type] = STATE(1416), - [sym_tuple_type] = STATE(1416), - [sym_unit_type] = STATE(1416), - [sym_generic_type] = STATE(1083), - [sym_generic_type_with_turbofish] = STATE(3535), - [sym_bounded_type] = STATE(1416), - [sym_reference_type] = STATE(1416), - [sym_pointer_type] = STATE(1416), - [sym_never_type] = STATE(1416), - [sym_abstract_type] = STATE(1416), - [sym_dynamic_type] = STATE(1416), - [sym_macro_invocation] = STATE(1416), - [sym_scoped_identifier] = STATE(3224), - [sym_scoped_type_identifier] = STATE(1034), - [sym_line_comment] = STATE(890), - [sym_block_comment] = STATE(890), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3107), - [anon_sym_u8] = ACTIONS(3109), - [anon_sym_i8] = ACTIONS(3109), - [anon_sym_u16] = ACTIONS(3109), - [anon_sym_i16] = ACTIONS(3109), - [anon_sym_u32] = ACTIONS(3109), - [anon_sym_i32] = ACTIONS(3109), - [anon_sym_u64] = ACTIONS(3109), - [anon_sym_i64] = ACTIONS(3109), - [anon_sym_u128] = ACTIONS(3109), - [anon_sym_i128] = ACTIONS(3109), - [anon_sym_isize] = ACTIONS(3109), - [anon_sym_usize] = ACTIONS(3109), - [anon_sym_f32] = ACTIONS(3109), - [anon_sym_f64] = ACTIONS(3109), - [anon_sym_bool] = ACTIONS(3109), - [anon_sym_str] = ACTIONS(3109), - [anon_sym_char] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3119), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3121), - [anon_sym_impl] = ACTIONS(3123), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3125), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3129), - [sym_super] = ACTIONS(3129), - [sym_crate] = ACTIONS(3129), - [sym_metavariable] = ACTIONS(3131), - }, - [891] = { - [sym_function_modifiers] = STATE(3367), - [sym_removed_trait_bound] = STATE(1416), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1463), - [sym_bracketed_type] = STATE(3544), - [sym_lifetime] = STATE(3348), - [sym_array_type] = STATE(1416), - [sym_for_lifetimes] = STATE(1584), - [sym_function_type] = STATE(1416), - [sym_tuple_type] = STATE(1416), - [sym_unit_type] = STATE(1416), - [sym_generic_type] = STATE(1083), - [sym_generic_type_with_turbofish] = STATE(3535), - [sym_bounded_type] = STATE(1416), - [sym_reference_type] = STATE(1416), - [sym_pointer_type] = STATE(1416), - [sym_never_type] = STATE(1416), - [sym_abstract_type] = STATE(1416), - [sym_dynamic_type] = STATE(1416), - [sym_macro_invocation] = STATE(1416), - [sym_scoped_identifier] = STATE(3224), - [sym_scoped_type_identifier] = STATE(1034), - [sym_line_comment] = STATE(891), - [sym_block_comment] = STATE(891), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3107), - [anon_sym_u8] = ACTIONS(3109), - [anon_sym_i8] = ACTIONS(3109), - [anon_sym_u16] = ACTIONS(3109), - [anon_sym_i16] = ACTIONS(3109), - [anon_sym_u32] = ACTIONS(3109), - [anon_sym_i32] = ACTIONS(3109), - [anon_sym_u64] = ACTIONS(3109), - [anon_sym_i64] = ACTIONS(3109), - [anon_sym_u128] = ACTIONS(3109), - [anon_sym_i128] = ACTIONS(3109), - [anon_sym_isize] = ACTIONS(3109), - [anon_sym_usize] = ACTIONS(3109), - [anon_sym_f32] = ACTIONS(3109), - [anon_sym_f64] = ACTIONS(3109), - [anon_sym_bool] = ACTIONS(3109), - [anon_sym_str] = ACTIONS(3109), - [anon_sym_char] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3119), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3121), - [anon_sym_impl] = ACTIONS(3123), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3125), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3129), - [sym_super] = ACTIONS(3129), - [sym_crate] = ACTIONS(3129), - [sym_metavariable] = ACTIONS(3131), - }, - [892] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2345), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(873)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2385), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(892), - [sym_block_comment] = STATE(892), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(873), + [sym_block_comment] = STATE(873), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -102118,22 +100852,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -102141,37 +100875,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [893] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2006), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(874)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2387), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(893), - [sym_block_comment] = STATE(893), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(874), + [sym_block_comment] = STATE(874), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -102189,22 +100923,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -102212,179 +100946,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [894] = { - [sym_function_modifiers] = STATE(3341), - [sym_removed_trait_bound] = STATE(1684), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1693), - [sym_bracketed_type] = STATE(3559), - [sym_lifetime] = STATE(3394), - [sym_array_type] = STATE(1684), - [sym_for_lifetimes] = STATE(1591), - [sym_function_type] = STATE(1684), - [sym_tuple_type] = STATE(1684), - [sym_unit_type] = STATE(1684), - [sym_generic_type] = STATE(1649), - [sym_generic_type_with_turbofish] = STATE(3551), - [sym_bounded_type] = STATE(1684), - [sym_reference_type] = STATE(1684), - [sym_pointer_type] = STATE(1684), - [sym_never_type] = STATE(1684), - [sym_abstract_type] = STATE(1684), - [sym_dynamic_type] = STATE(1684), - [sym_macro_invocation] = STATE(1684), - [sym_scoped_identifier] = STATE(3288), - [sym_scoped_type_identifier] = STATE(1548), - [sym_line_comment] = STATE(894), - [sym_block_comment] = STATE(894), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_u8] = ACTIONS(3151), - [anon_sym_i8] = ACTIONS(3151), - [anon_sym_u16] = ACTIONS(3151), - [anon_sym_i16] = ACTIONS(3151), - [anon_sym_u32] = ACTIONS(3151), - [anon_sym_i32] = ACTIONS(3151), - [anon_sym_u64] = ACTIONS(3151), - [anon_sym_i64] = ACTIONS(3151), - [anon_sym_u128] = ACTIONS(3151), - [anon_sym_i128] = ACTIONS(3151), - [anon_sym_isize] = ACTIONS(3151), - [anon_sym_usize] = ACTIONS(3151), - [anon_sym_f32] = ACTIONS(3151), - [anon_sym_f64] = ACTIONS(3151), - [anon_sym_bool] = ACTIONS(3151), - [anon_sym_str] = ACTIONS(3151), - [anon_sym_char] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3157), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3159), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3163), - [anon_sym_impl] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3163), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3167), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3171), - [sym_super] = ACTIONS(3171), - [sym_crate] = ACTIONS(3171), - [sym_metavariable] = ACTIONS(3173), - }, - [895] = { - [sym_function_modifiers] = STATE(3367), - [sym_removed_trait_bound] = STATE(1416), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1412), - [sym_bracketed_type] = STATE(3544), - [sym_lifetime] = STATE(3348), - [sym_array_type] = STATE(1416), - [sym_for_lifetimes] = STATE(1584), - [sym_function_type] = STATE(1416), - [sym_tuple_type] = STATE(1416), - [sym_unit_type] = STATE(1416), - [sym_generic_type] = STATE(1083), - [sym_generic_type_with_turbofish] = STATE(3535), - [sym_bounded_type] = STATE(1416), - [sym_reference_type] = STATE(1416), - [sym_pointer_type] = STATE(1416), - [sym_never_type] = STATE(1416), - [sym_abstract_type] = STATE(1416), - [sym_dynamic_type] = STATE(1416), - [sym_macro_invocation] = STATE(1416), - [sym_scoped_identifier] = STATE(3224), - [sym_scoped_type_identifier] = STATE(1034), - [sym_line_comment] = STATE(895), - [sym_block_comment] = STATE(895), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3107), - [anon_sym_u8] = ACTIONS(3109), - [anon_sym_i8] = ACTIONS(3109), - [anon_sym_u16] = ACTIONS(3109), - [anon_sym_i16] = ACTIONS(3109), - [anon_sym_u32] = ACTIONS(3109), - [anon_sym_i32] = ACTIONS(3109), - [anon_sym_u64] = ACTIONS(3109), - [anon_sym_i64] = ACTIONS(3109), - [anon_sym_u128] = ACTIONS(3109), - [anon_sym_i128] = ACTIONS(3109), - [anon_sym_isize] = ACTIONS(3109), - [anon_sym_usize] = ACTIONS(3109), - [anon_sym_f32] = ACTIONS(3109), - [anon_sym_f64] = ACTIONS(3109), - [anon_sym_bool] = ACTIONS(3109), - [anon_sym_str] = ACTIONS(3109), - [anon_sym_char] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3119), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3121), - [anon_sym_impl] = ACTIONS(3123), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3125), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3129), - [sym_super] = ACTIONS(3129), - [sym_crate] = ACTIONS(3129), - [sym_metavariable] = ACTIONS(3131), - }, - [896] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2571), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(875)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2388), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(896), - [sym_block_comment] = STATE(896), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(875), + [sym_block_comment] = STATE(875), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -102402,22 +100994,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -102425,37 +101017,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [897] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2642), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(897), - [sym_block_comment] = STATE(897), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [STATE(876)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2373), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(2376), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(2172), + [sym_line_comment] = STATE(876), + [sym_block_comment] = STATE(876), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3229), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -102473,22 +101065,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(1297), + [anon_sym_BANG] = ACTIONS(3231), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -102496,179 +101088,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [898] = { - [sym_function_modifiers] = STATE(3367), - [sym_removed_trait_bound] = STATE(1416), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1415), - [sym_bracketed_type] = STATE(3544), - [sym_lifetime] = STATE(3348), - [sym_array_type] = STATE(1416), - [sym_for_lifetimes] = STATE(1584), - [sym_function_type] = STATE(1416), - [sym_tuple_type] = STATE(1416), - [sym_unit_type] = STATE(1416), - [sym_generic_type] = STATE(1083), - [sym_generic_type_with_turbofish] = STATE(3535), - [sym_bounded_type] = STATE(1416), - [sym_reference_type] = STATE(1416), - [sym_pointer_type] = STATE(1416), - [sym_never_type] = STATE(1416), - [sym_abstract_type] = STATE(1416), - [sym_dynamic_type] = STATE(1416), - [sym_macro_invocation] = STATE(1416), - [sym_scoped_identifier] = STATE(3224), - [sym_scoped_type_identifier] = STATE(1034), - [sym_line_comment] = STATE(898), - [sym_block_comment] = STATE(898), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3107), - [anon_sym_u8] = ACTIONS(3109), - [anon_sym_i8] = ACTIONS(3109), - [anon_sym_u16] = ACTIONS(3109), - [anon_sym_i16] = ACTIONS(3109), - [anon_sym_u32] = ACTIONS(3109), - [anon_sym_i32] = ACTIONS(3109), - [anon_sym_u64] = ACTIONS(3109), - [anon_sym_i64] = ACTIONS(3109), - [anon_sym_u128] = ACTIONS(3109), - [anon_sym_i128] = ACTIONS(3109), - [anon_sym_isize] = ACTIONS(3109), - [anon_sym_usize] = ACTIONS(3109), - [anon_sym_f32] = ACTIONS(3109), - [anon_sym_f64] = ACTIONS(3109), - [anon_sym_bool] = ACTIONS(3109), - [anon_sym_str] = ACTIONS(3109), - [anon_sym_char] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3119), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3121), - [anon_sym_impl] = ACTIONS(3123), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3125), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3129), - [sym_super] = ACTIONS(3129), - [sym_crate] = ACTIONS(3129), - [sym_metavariable] = ACTIONS(3131), - }, - [899] = { - [sym_line_comment] = STATE(899), - [sym_block_comment] = STATE(899), - [sym_identifier] = ACTIONS(2101), - [anon_sym_LPAREN] = ACTIONS(2099), - [anon_sym_LBRACK] = ACTIONS(2099), - [anon_sym_RBRACK] = ACTIONS(2099), - [anon_sym_LBRACE] = 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__] = ACTIONS(2101), - [anon_sym_DOT_DOT] = ACTIONS(2099), - [anon_sym_COMMA] = 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_for] = ACTIONS(2101), - [anon_sym_gen] = ACTIONS(2101), - [anon_sym_if] = ACTIONS(2101), - [anon_sym_loop] = ACTIONS(2101), - [anon_sym_match] = ACTIONS(2101), - [anon_sym_return] = ACTIONS(2101), - [anon_sym_static] = ACTIONS(2101), - [anon_sym_union] = ACTIONS(2101), - [anon_sym_unsafe] = ACTIONS(2101), - [anon_sym_while] = ACTIONS(2101), - [anon_sym_ref] = ACTIONS(2101), - [sym_mutable_specifier] = 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), - }, - [900] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2951), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(877)] = { + [sym_function_modifiers] = STATE(3495), + [sym_removed_trait_bound] = STATE(1707), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1759), + [sym_bracketed_type] = STATE(3548), + [sym_lifetime] = STATE(3402), + [sym_array_type] = STATE(1707), + [sym_for_lifetimes] = STATE(1577), + [sym_function_type] = STATE(1707), + [sym_tuple_type] = STATE(1707), + [sym_unit_type] = STATE(1707), + [sym_generic_type] = STATE(1619), + [sym_generic_type_with_turbofish] = STATE(3540), + [sym_bounded_type] = STATE(1707), + [sym_reference_type] = STATE(1707), + [sym_pointer_type] = STATE(1707), + [sym_never_type] = STATE(1707), + [sym_abstract_type] = STATE(1707), + [sym_dynamic_type] = STATE(1707), + [sym_macro_invocation] = STATE(1707), + [sym_scoped_identifier] = STATE(3282), + [sym_scoped_type_identifier] = STATE(1545), + [sym_line_comment] = STATE(877), + [sym_block_comment] = STATE(877), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3109), + [anon_sym_u8] = ACTIONS(3111), + [anon_sym_i8] = ACTIONS(3111), + [anon_sym_u16] = ACTIONS(3111), + [anon_sym_i16] = ACTIONS(3111), + [anon_sym_u32] = ACTIONS(3111), + [anon_sym_i32] = ACTIONS(3111), + [anon_sym_u64] = ACTIONS(3111), + [anon_sym_i64] = ACTIONS(3111), + [anon_sym_u128] = ACTIONS(3111), + [anon_sym_i128] = ACTIONS(3111), + [anon_sym_isize] = ACTIONS(3111), + [anon_sym_usize] = ACTIONS(3111), + [anon_sym_f32] = ACTIONS(3111), + [anon_sym_f64] = ACTIONS(3111), + [anon_sym_bool] = ACTIONS(3111), + [anon_sym_str] = ACTIONS(3111), + [anon_sym_char] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3121), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3123), + [anon_sym_impl] = ACTIONS(3125), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3127), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3131), + [sym_super] = ACTIONS(3131), + [sym_crate] = ACTIONS(3131), + [sym_metavariable] = ACTIONS(3133), + }, + [STATE(878)] = { + [sym_function_modifiers] = STATE(3495), + [sym_removed_trait_bound] = STATE(1707), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1761), + [sym_bracketed_type] = STATE(3548), + [sym_lifetime] = STATE(3402), + [sym_array_type] = STATE(1707), + [sym_for_lifetimes] = STATE(1577), + [sym_function_type] = STATE(1707), + [sym_tuple_type] = STATE(1707), + [sym_unit_type] = STATE(1707), + [sym_generic_type] = STATE(1619), + [sym_generic_type_with_turbofish] = STATE(3540), + [sym_bounded_type] = STATE(1707), + [sym_reference_type] = STATE(1707), + [sym_pointer_type] = STATE(1707), + [sym_never_type] = STATE(1707), + [sym_abstract_type] = STATE(1707), + [sym_dynamic_type] = STATE(1707), + [sym_macro_invocation] = STATE(1707), + [sym_scoped_identifier] = STATE(3282), + [sym_scoped_type_identifier] = STATE(1545), + [sym_line_comment] = STATE(878), + [sym_block_comment] = STATE(878), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3109), + [anon_sym_u8] = ACTIONS(3111), + [anon_sym_i8] = ACTIONS(3111), + [anon_sym_u16] = ACTIONS(3111), + [anon_sym_i16] = ACTIONS(3111), + [anon_sym_u32] = ACTIONS(3111), + [anon_sym_i32] = ACTIONS(3111), + [anon_sym_u64] = ACTIONS(3111), + [anon_sym_i64] = ACTIONS(3111), + [anon_sym_u128] = ACTIONS(3111), + [anon_sym_i128] = ACTIONS(3111), + [anon_sym_isize] = ACTIONS(3111), + [anon_sym_usize] = ACTIONS(3111), + [anon_sym_f32] = ACTIONS(3111), + [anon_sym_f64] = ACTIONS(3111), + [anon_sym_bool] = ACTIONS(3111), + [anon_sym_str] = ACTIONS(3111), + [anon_sym_char] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3121), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3123), + [anon_sym_impl] = ACTIONS(3125), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3127), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3131), + [sym_super] = ACTIONS(3131), + [sym_crate] = ACTIONS(3131), + [sym_metavariable] = ACTIONS(3133), + }, + [STATE(879)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2993), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(900), - [sym_block_comment] = STATE(900), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(879), + [sym_block_comment] = STATE(879), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -102686,22 +101278,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -102709,37 +101301,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [901] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1998), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(880)] = { + [sym_function_modifiers] = STATE(3495), + [sym_removed_trait_bound] = STATE(1707), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1811), + [sym_bracketed_type] = STATE(3548), + [sym_lifetime] = STATE(3402), + [sym_array_type] = STATE(1707), + [sym_for_lifetimes] = STATE(1577), + [sym_function_type] = STATE(1707), + [sym_tuple_type] = STATE(1707), + [sym_unit_type] = STATE(1707), + [sym_generic_type] = STATE(1619), + [sym_generic_type_with_turbofish] = STATE(3540), + [sym_bounded_type] = STATE(1707), + [sym_reference_type] = STATE(1707), + [sym_pointer_type] = STATE(1707), + [sym_never_type] = STATE(1707), + [sym_abstract_type] = STATE(1707), + [sym_dynamic_type] = STATE(1707), + [sym_macro_invocation] = STATE(1707), + [sym_scoped_identifier] = STATE(3282), + [sym_scoped_type_identifier] = STATE(1545), + [sym_line_comment] = STATE(880), + [sym_block_comment] = STATE(880), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3109), + [anon_sym_u8] = ACTIONS(3111), + [anon_sym_i8] = ACTIONS(3111), + [anon_sym_u16] = ACTIONS(3111), + [anon_sym_i16] = ACTIONS(3111), + [anon_sym_u32] = ACTIONS(3111), + [anon_sym_i32] = ACTIONS(3111), + [anon_sym_u64] = ACTIONS(3111), + [anon_sym_i64] = ACTIONS(3111), + [anon_sym_u128] = ACTIONS(3111), + [anon_sym_i128] = ACTIONS(3111), + [anon_sym_isize] = ACTIONS(3111), + [anon_sym_usize] = ACTIONS(3111), + [anon_sym_f32] = ACTIONS(3111), + [anon_sym_f64] = ACTIONS(3111), + [anon_sym_bool] = ACTIONS(3111), + [anon_sym_str] = ACTIONS(3111), + [anon_sym_char] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3121), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3123), + [anon_sym_impl] = ACTIONS(3125), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3127), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3131), + [sym_super] = ACTIONS(3131), + [sym_crate] = ACTIONS(3131), + [sym_metavariable] = ACTIONS(3133), + }, + [STATE(881)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2402), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(901), - [sym_block_comment] = STATE(901), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(881), + [sym_block_comment] = STATE(881), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -102757,22 +101420,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -102780,37 +101443,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [902] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2661), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(882)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2374), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(902), - [sym_block_comment] = STATE(902), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(882), + [sym_block_comment] = STATE(882), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -102828,22 +101491,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -102851,37 +101514,676 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [903] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2408), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(883)] = { + [sym_function_modifiers] = STATE(3495), + [sym_removed_trait_bound] = STATE(1707), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1654), + [sym_bracketed_type] = STATE(3548), + [sym_lifetime] = STATE(3402), + [sym_array_type] = STATE(1707), + [sym_for_lifetimes] = STATE(1577), + [sym_function_type] = STATE(1707), + [sym_tuple_type] = STATE(1707), + [sym_unit_type] = STATE(1707), + [sym_generic_type] = STATE(1619), + [sym_generic_type_with_turbofish] = STATE(3540), + [sym_bounded_type] = STATE(1707), + [sym_reference_type] = STATE(1707), + [sym_pointer_type] = STATE(1707), + [sym_never_type] = STATE(1707), + [sym_abstract_type] = STATE(1707), + [sym_dynamic_type] = STATE(1707), + [sym_macro_invocation] = STATE(1707), + [sym_scoped_identifier] = STATE(3282), + [sym_scoped_type_identifier] = STATE(1545), + [sym_line_comment] = STATE(883), + [sym_block_comment] = STATE(883), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3109), + [anon_sym_u8] = ACTIONS(3111), + [anon_sym_i8] = ACTIONS(3111), + [anon_sym_u16] = ACTIONS(3111), + [anon_sym_i16] = ACTIONS(3111), + [anon_sym_u32] = ACTIONS(3111), + [anon_sym_i32] = ACTIONS(3111), + [anon_sym_u64] = ACTIONS(3111), + [anon_sym_i64] = ACTIONS(3111), + [anon_sym_u128] = ACTIONS(3111), + [anon_sym_i128] = ACTIONS(3111), + [anon_sym_isize] = ACTIONS(3111), + [anon_sym_usize] = ACTIONS(3111), + [anon_sym_f32] = ACTIONS(3111), + [anon_sym_f64] = ACTIONS(3111), + [anon_sym_bool] = ACTIONS(3111), + [anon_sym_str] = ACTIONS(3111), + [anon_sym_char] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3121), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3123), + [anon_sym_impl] = ACTIONS(3125), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3127), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3131), + [sym_super] = ACTIONS(3131), + [sym_crate] = ACTIONS(3131), + [sym_metavariable] = ACTIONS(3133), + }, + [STATE(884)] = { + [sym_function_modifiers] = STATE(3495), + [sym_removed_trait_bound] = STATE(1707), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1823), + [sym_bracketed_type] = STATE(3548), + [sym_lifetime] = STATE(3402), + [sym_array_type] = STATE(1707), + [sym_for_lifetimes] = STATE(1577), + [sym_function_type] = STATE(1707), + [sym_tuple_type] = STATE(1707), + [sym_unit_type] = STATE(1707), + [sym_generic_type] = STATE(1619), + [sym_generic_type_with_turbofish] = STATE(3540), + [sym_bounded_type] = STATE(1707), + [sym_reference_type] = STATE(1707), + [sym_pointer_type] = STATE(1707), + [sym_never_type] = STATE(1707), + [sym_abstract_type] = STATE(1707), + [sym_dynamic_type] = STATE(1707), + [sym_macro_invocation] = STATE(1707), + [sym_scoped_identifier] = STATE(3282), + [sym_scoped_type_identifier] = STATE(1545), + [sym_line_comment] = STATE(884), + [sym_block_comment] = STATE(884), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3109), + [anon_sym_u8] = ACTIONS(3111), + [anon_sym_i8] = ACTIONS(3111), + [anon_sym_u16] = ACTIONS(3111), + [anon_sym_i16] = ACTIONS(3111), + [anon_sym_u32] = ACTIONS(3111), + [anon_sym_i32] = ACTIONS(3111), + [anon_sym_u64] = ACTIONS(3111), + [anon_sym_i64] = ACTIONS(3111), + [anon_sym_u128] = ACTIONS(3111), + [anon_sym_i128] = ACTIONS(3111), + [anon_sym_isize] = ACTIONS(3111), + [anon_sym_usize] = ACTIONS(3111), + [anon_sym_f32] = ACTIONS(3111), + [anon_sym_f64] = ACTIONS(3111), + [anon_sym_bool] = ACTIONS(3111), + [anon_sym_str] = ACTIONS(3111), + [anon_sym_char] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3121), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3123), + [anon_sym_impl] = ACTIONS(3125), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3127), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3131), + [sym_super] = ACTIONS(3131), + [sym_crate] = ACTIONS(3131), + [sym_metavariable] = ACTIONS(3133), + }, + [STATE(885)] = { + [sym_function_modifiers] = STATE(3495), + [sym_removed_trait_bound] = STATE(1707), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1826), + [sym_bracketed_type] = STATE(3548), + [sym_lifetime] = STATE(3402), + [sym_array_type] = STATE(1707), + [sym_for_lifetimes] = STATE(1577), + [sym_function_type] = STATE(1707), + [sym_tuple_type] = STATE(1707), + [sym_unit_type] = STATE(1707), + [sym_generic_type] = STATE(1619), + [sym_generic_type_with_turbofish] = STATE(3540), + [sym_bounded_type] = STATE(1707), + [sym_reference_type] = STATE(1707), + [sym_pointer_type] = STATE(1707), + [sym_never_type] = STATE(1707), + [sym_abstract_type] = STATE(1707), + [sym_dynamic_type] = STATE(1707), + [sym_macro_invocation] = STATE(1707), + [sym_scoped_identifier] = STATE(3282), + [sym_scoped_type_identifier] = STATE(1545), + [sym_line_comment] = STATE(885), + [sym_block_comment] = STATE(885), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3109), + [anon_sym_u8] = ACTIONS(3111), + [anon_sym_i8] = ACTIONS(3111), + [anon_sym_u16] = ACTIONS(3111), + [anon_sym_i16] = ACTIONS(3111), + [anon_sym_u32] = ACTIONS(3111), + [anon_sym_i32] = ACTIONS(3111), + [anon_sym_u64] = ACTIONS(3111), + [anon_sym_i64] = ACTIONS(3111), + [anon_sym_u128] = ACTIONS(3111), + [anon_sym_i128] = ACTIONS(3111), + [anon_sym_isize] = ACTIONS(3111), + [anon_sym_usize] = ACTIONS(3111), + [anon_sym_f32] = ACTIONS(3111), + [anon_sym_f64] = ACTIONS(3111), + [anon_sym_bool] = ACTIONS(3111), + [anon_sym_str] = ACTIONS(3111), + [anon_sym_char] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3121), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3123), + [anon_sym_impl] = ACTIONS(3125), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3127), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3131), + [sym_super] = ACTIONS(3131), + [sym_crate] = ACTIONS(3131), + [sym_metavariable] = ACTIONS(3133), + }, + [STATE(886)] = { + [sym_function_modifiers] = STATE(3495), + [sym_removed_trait_bound] = STATE(1707), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1829), + [sym_bracketed_type] = STATE(3548), + [sym_lifetime] = STATE(3402), + [sym_array_type] = STATE(1707), + [sym_for_lifetimes] = STATE(1577), + [sym_function_type] = STATE(1707), + [sym_tuple_type] = STATE(1707), + [sym_unit_type] = STATE(1707), + [sym_generic_type] = STATE(1619), + [sym_generic_type_with_turbofish] = STATE(3540), + [sym_bounded_type] = STATE(1707), + [sym_reference_type] = STATE(1707), + [sym_pointer_type] = STATE(1707), + [sym_never_type] = STATE(1707), + [sym_abstract_type] = STATE(1707), + [sym_dynamic_type] = STATE(1707), + [sym_macro_invocation] = STATE(1707), + [sym_scoped_identifier] = STATE(3282), + [sym_scoped_type_identifier] = STATE(1545), + [sym_line_comment] = STATE(886), + [sym_block_comment] = STATE(886), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3109), + [anon_sym_u8] = ACTIONS(3111), + [anon_sym_i8] = ACTIONS(3111), + [anon_sym_u16] = ACTIONS(3111), + [anon_sym_i16] = ACTIONS(3111), + [anon_sym_u32] = ACTIONS(3111), + [anon_sym_i32] = ACTIONS(3111), + [anon_sym_u64] = ACTIONS(3111), + [anon_sym_i64] = ACTIONS(3111), + [anon_sym_u128] = ACTIONS(3111), + [anon_sym_i128] = ACTIONS(3111), + [anon_sym_isize] = ACTIONS(3111), + [anon_sym_usize] = ACTIONS(3111), + [anon_sym_f32] = ACTIONS(3111), + [anon_sym_f64] = ACTIONS(3111), + [anon_sym_bool] = ACTIONS(3111), + [anon_sym_str] = ACTIONS(3111), + [anon_sym_char] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3121), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3123), + [anon_sym_impl] = ACTIONS(3125), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3127), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3131), + [sym_super] = ACTIONS(3131), + [sym_crate] = ACTIONS(3131), + [sym_metavariable] = ACTIONS(3133), + }, + [STATE(887)] = { + [sym_function_modifiers] = STATE(3495), + [sym_removed_trait_bound] = STATE(1707), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1833), + [sym_bracketed_type] = STATE(3548), + [sym_lifetime] = STATE(3402), + [sym_array_type] = STATE(1707), + [sym_for_lifetimes] = STATE(1577), + [sym_function_type] = STATE(1707), + [sym_tuple_type] = STATE(1707), + [sym_unit_type] = STATE(1707), + [sym_generic_type] = STATE(1619), + [sym_generic_type_with_turbofish] = STATE(3540), + [sym_bounded_type] = STATE(1707), + [sym_reference_type] = STATE(1707), + [sym_pointer_type] = STATE(1707), + [sym_never_type] = STATE(1707), + [sym_abstract_type] = STATE(1707), + [sym_dynamic_type] = STATE(1707), + [sym_macro_invocation] = STATE(1707), + [sym_scoped_identifier] = STATE(3282), + [sym_scoped_type_identifier] = STATE(1545), + [sym_line_comment] = STATE(887), + [sym_block_comment] = STATE(887), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3109), + [anon_sym_u8] = ACTIONS(3111), + [anon_sym_i8] = ACTIONS(3111), + [anon_sym_u16] = ACTIONS(3111), + [anon_sym_i16] = ACTIONS(3111), + [anon_sym_u32] = ACTIONS(3111), + [anon_sym_i32] = ACTIONS(3111), + [anon_sym_u64] = ACTIONS(3111), + [anon_sym_i64] = ACTIONS(3111), + [anon_sym_u128] = ACTIONS(3111), + [anon_sym_i128] = ACTIONS(3111), + [anon_sym_isize] = ACTIONS(3111), + [anon_sym_usize] = ACTIONS(3111), + [anon_sym_f32] = ACTIONS(3111), + [anon_sym_f64] = ACTIONS(3111), + [anon_sym_bool] = ACTIONS(3111), + [anon_sym_str] = ACTIONS(3111), + [anon_sym_char] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3121), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3123), + [anon_sym_impl] = ACTIONS(3125), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3127), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3131), + [sym_super] = ACTIONS(3131), + [sym_crate] = ACTIONS(3131), + [sym_metavariable] = ACTIONS(3133), + }, + [STATE(888)] = { + [sym_function_modifiers] = STATE(3495), + [sym_removed_trait_bound] = STATE(1707), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1838), + [sym_bracketed_type] = STATE(3548), + [sym_lifetime] = STATE(3402), + [sym_array_type] = STATE(1707), + [sym_for_lifetimes] = STATE(1577), + [sym_function_type] = STATE(1707), + [sym_tuple_type] = STATE(1707), + [sym_unit_type] = STATE(1707), + [sym_generic_type] = STATE(1619), + [sym_generic_type_with_turbofish] = STATE(3540), + [sym_bounded_type] = STATE(1707), + [sym_reference_type] = STATE(1707), + [sym_pointer_type] = STATE(1707), + [sym_never_type] = STATE(1707), + [sym_abstract_type] = STATE(1707), + [sym_dynamic_type] = STATE(1707), + [sym_macro_invocation] = STATE(1707), + [sym_scoped_identifier] = STATE(3282), + [sym_scoped_type_identifier] = STATE(1545), + [sym_line_comment] = STATE(888), + [sym_block_comment] = STATE(888), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3109), + [anon_sym_u8] = ACTIONS(3111), + [anon_sym_i8] = ACTIONS(3111), + [anon_sym_u16] = ACTIONS(3111), + [anon_sym_i16] = ACTIONS(3111), + [anon_sym_u32] = ACTIONS(3111), + [anon_sym_i32] = ACTIONS(3111), + [anon_sym_u64] = ACTIONS(3111), + [anon_sym_i64] = ACTIONS(3111), + [anon_sym_u128] = ACTIONS(3111), + [anon_sym_i128] = ACTIONS(3111), + [anon_sym_isize] = ACTIONS(3111), + [anon_sym_usize] = ACTIONS(3111), + [anon_sym_f32] = ACTIONS(3111), + [anon_sym_f64] = ACTIONS(3111), + [anon_sym_bool] = ACTIONS(3111), + [anon_sym_str] = ACTIONS(3111), + [anon_sym_char] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3121), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3123), + [anon_sym_impl] = ACTIONS(3125), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3127), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3131), + [sym_super] = ACTIONS(3131), + [sym_crate] = ACTIONS(3131), + [sym_metavariable] = ACTIONS(3133), + }, + [STATE(889)] = { + [sym_function_modifiers] = STATE(3495), + [sym_removed_trait_bound] = STATE(1707), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1839), + [sym_bracketed_type] = STATE(3548), + [sym_lifetime] = STATE(3402), + [sym_array_type] = STATE(1707), + [sym_for_lifetimes] = STATE(1577), + [sym_function_type] = STATE(1707), + [sym_tuple_type] = STATE(1707), + [sym_unit_type] = STATE(1707), + [sym_generic_type] = STATE(1619), + [sym_generic_type_with_turbofish] = STATE(3540), + [sym_bounded_type] = STATE(1707), + [sym_reference_type] = STATE(1707), + [sym_pointer_type] = STATE(1707), + [sym_never_type] = STATE(1707), + [sym_abstract_type] = STATE(1707), + [sym_dynamic_type] = STATE(1707), + [sym_macro_invocation] = STATE(1707), + [sym_scoped_identifier] = STATE(3282), + [sym_scoped_type_identifier] = STATE(1545), + [sym_line_comment] = STATE(889), + [sym_block_comment] = STATE(889), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3109), + [anon_sym_u8] = ACTIONS(3111), + [anon_sym_i8] = ACTIONS(3111), + [anon_sym_u16] = ACTIONS(3111), + [anon_sym_i16] = ACTIONS(3111), + [anon_sym_u32] = ACTIONS(3111), + [anon_sym_i32] = ACTIONS(3111), + [anon_sym_u64] = ACTIONS(3111), + [anon_sym_i64] = ACTIONS(3111), + [anon_sym_u128] = ACTIONS(3111), + [anon_sym_i128] = ACTIONS(3111), + [anon_sym_isize] = ACTIONS(3111), + [anon_sym_usize] = ACTIONS(3111), + [anon_sym_f32] = ACTIONS(3111), + [anon_sym_f64] = ACTIONS(3111), + [anon_sym_bool] = ACTIONS(3111), + [anon_sym_str] = ACTIONS(3111), + [anon_sym_char] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3121), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3123), + [anon_sym_impl] = ACTIONS(3125), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3127), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3131), + [sym_super] = ACTIONS(3131), + [sym_crate] = ACTIONS(3131), + [sym_metavariable] = ACTIONS(3133), + }, + [STATE(890)] = { + [sym_function_modifiers] = STATE(3495), + [sym_removed_trait_bound] = STATE(1707), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1841), + [sym_bracketed_type] = STATE(3548), + [sym_lifetime] = STATE(3402), + [sym_array_type] = STATE(1707), + [sym_for_lifetimes] = STATE(1577), + [sym_function_type] = STATE(1707), + [sym_tuple_type] = STATE(1707), + [sym_unit_type] = STATE(1707), + [sym_generic_type] = STATE(1619), + [sym_generic_type_with_turbofish] = STATE(3540), + [sym_bounded_type] = STATE(1707), + [sym_reference_type] = STATE(1707), + [sym_pointer_type] = STATE(1707), + [sym_never_type] = STATE(1707), + [sym_abstract_type] = STATE(1707), + [sym_dynamic_type] = STATE(1707), + [sym_macro_invocation] = STATE(1707), + [sym_scoped_identifier] = STATE(3282), + [sym_scoped_type_identifier] = STATE(1545), + [sym_line_comment] = STATE(890), + [sym_block_comment] = STATE(890), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3109), + [anon_sym_u8] = ACTIONS(3111), + [anon_sym_i8] = ACTIONS(3111), + [anon_sym_u16] = ACTIONS(3111), + [anon_sym_i16] = ACTIONS(3111), + [anon_sym_u32] = ACTIONS(3111), + [anon_sym_i32] = ACTIONS(3111), + [anon_sym_u64] = ACTIONS(3111), + [anon_sym_i64] = ACTIONS(3111), + [anon_sym_u128] = ACTIONS(3111), + [anon_sym_i128] = ACTIONS(3111), + [anon_sym_isize] = ACTIONS(3111), + [anon_sym_usize] = ACTIONS(3111), + [anon_sym_f32] = ACTIONS(3111), + [anon_sym_f64] = ACTIONS(3111), + [anon_sym_bool] = ACTIONS(3111), + [anon_sym_str] = ACTIONS(3111), + [anon_sym_char] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3121), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3123), + [anon_sym_impl] = ACTIONS(3125), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3127), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3131), + [sym_super] = ACTIONS(3131), + [sym_crate] = ACTIONS(3131), + [sym_metavariable] = ACTIONS(3133), + }, + [STATE(891)] = { + [sym_function_modifiers] = STATE(3495), + [sym_removed_trait_bound] = STATE(1707), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1844), + [sym_bracketed_type] = STATE(3548), + [sym_lifetime] = STATE(3402), + [sym_array_type] = STATE(1707), + [sym_for_lifetimes] = STATE(1577), + [sym_function_type] = STATE(1707), + [sym_tuple_type] = STATE(1707), + [sym_unit_type] = STATE(1707), + [sym_generic_type] = STATE(1619), + [sym_generic_type_with_turbofish] = STATE(3540), + [sym_bounded_type] = STATE(1707), + [sym_reference_type] = STATE(1707), + [sym_pointer_type] = STATE(1707), + [sym_never_type] = STATE(1707), + [sym_abstract_type] = STATE(1707), + [sym_dynamic_type] = STATE(1707), + [sym_macro_invocation] = STATE(1707), + [sym_scoped_identifier] = STATE(3282), + [sym_scoped_type_identifier] = STATE(1545), + [sym_line_comment] = STATE(891), + [sym_block_comment] = STATE(891), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3109), + [anon_sym_u8] = ACTIONS(3111), + [anon_sym_i8] = ACTIONS(3111), + [anon_sym_u16] = ACTIONS(3111), + [anon_sym_i16] = ACTIONS(3111), + [anon_sym_u32] = ACTIONS(3111), + [anon_sym_i32] = ACTIONS(3111), + [anon_sym_u64] = ACTIONS(3111), + [anon_sym_i64] = ACTIONS(3111), + [anon_sym_u128] = ACTIONS(3111), + [anon_sym_i128] = ACTIONS(3111), + [anon_sym_isize] = ACTIONS(3111), + [anon_sym_usize] = ACTIONS(3111), + [anon_sym_f32] = ACTIONS(3111), + [anon_sym_f64] = ACTIONS(3111), + [anon_sym_bool] = ACTIONS(3111), + [anon_sym_str] = ACTIONS(3111), + [anon_sym_char] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3121), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3123), + [anon_sym_impl] = ACTIONS(3125), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3127), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3131), + [sym_super] = ACTIONS(3131), + [sym_crate] = ACTIONS(3131), + [sym_metavariable] = ACTIONS(3133), + }, + [STATE(892)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2201), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(903), - [sym_block_comment] = STATE(903), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(892), + [sym_block_comment] = STATE(892), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -102899,22 +102201,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -102922,37 +102224,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [904] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2618), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(893)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2576), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(904), - [sym_block_comment] = STATE(904), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(893), + [sym_block_comment] = STATE(893), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -102970,22 +102272,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -102993,37 +102295,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [905] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2012), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(894)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2223), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(905), - [sym_block_comment] = STATE(905), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(894), + [sym_block_comment] = STATE(894), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103041,22 +102343,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103064,37 +102366,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [906] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2450), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(895)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2382), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(906), - [sym_block_comment] = STATE(906), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(895), + [sym_block_comment] = STATE(895), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103112,22 +102414,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103135,37 +102437,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [907] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(3035), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(896)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2618), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(907), - [sym_block_comment] = STATE(907), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(896), + [sym_block_comment] = STATE(896), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103183,22 +102485,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103206,108 +102508,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [908] = { - [sym_function_modifiers] = STATE(3367), - [sym_removed_trait_bound] = STATE(1416), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1460), - [sym_bracketed_type] = STATE(3544), - [sym_lifetime] = STATE(3348), - [sym_array_type] = STATE(1416), - [sym_for_lifetimes] = STATE(1584), - [sym_function_type] = STATE(1416), - [sym_tuple_type] = STATE(1416), - [sym_unit_type] = STATE(1416), - [sym_generic_type] = STATE(1083), - [sym_generic_type_with_turbofish] = STATE(3535), - [sym_bounded_type] = STATE(1416), - [sym_reference_type] = STATE(1416), - [sym_pointer_type] = STATE(1416), - [sym_never_type] = STATE(1416), - [sym_abstract_type] = STATE(1416), - [sym_dynamic_type] = STATE(1416), - [sym_macro_invocation] = STATE(1416), - [sym_scoped_identifier] = STATE(3224), - [sym_scoped_type_identifier] = STATE(1034), - [sym_line_comment] = STATE(908), - [sym_block_comment] = STATE(908), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3107), - [anon_sym_u8] = ACTIONS(3109), - [anon_sym_i8] = ACTIONS(3109), - [anon_sym_u16] = ACTIONS(3109), - [anon_sym_i16] = ACTIONS(3109), - [anon_sym_u32] = ACTIONS(3109), - [anon_sym_i32] = ACTIONS(3109), - [anon_sym_u64] = ACTIONS(3109), - [anon_sym_i64] = ACTIONS(3109), - [anon_sym_u128] = ACTIONS(3109), - [anon_sym_i128] = ACTIONS(3109), - [anon_sym_isize] = ACTIONS(3109), - [anon_sym_usize] = ACTIONS(3109), - [anon_sym_f32] = ACTIONS(3109), - [anon_sym_f64] = ACTIONS(3109), - [anon_sym_bool] = ACTIONS(3109), - [anon_sym_str] = ACTIONS(3109), - [anon_sym_char] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3119), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3121), - [anon_sym_impl] = ACTIONS(3123), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3125), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3129), - [sym_super] = ACTIONS(3129), - [sym_crate] = ACTIONS(3129), - [sym_metavariable] = ACTIONS(3131), - }, - [909] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(3002), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(897)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(3003), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(909), - [sym_block_comment] = STATE(909), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(897), + [sym_block_comment] = STATE(897), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103325,22 +102556,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103348,108 +102579,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [910] = { - [sym_function_modifiers] = STATE(3367), - [sym_removed_trait_bound] = STATE(1416), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1461), - [sym_bracketed_type] = STATE(3544), - [sym_lifetime] = STATE(3348), - [sym_array_type] = STATE(1416), - [sym_for_lifetimes] = STATE(1584), - [sym_function_type] = STATE(1416), - [sym_tuple_type] = STATE(1416), - [sym_unit_type] = STATE(1416), - [sym_generic_type] = STATE(1083), - [sym_generic_type_with_turbofish] = STATE(3535), - [sym_bounded_type] = STATE(1416), - [sym_reference_type] = STATE(1416), - [sym_pointer_type] = STATE(1416), - [sym_never_type] = STATE(1416), - [sym_abstract_type] = STATE(1416), - [sym_dynamic_type] = STATE(1416), - [sym_macro_invocation] = STATE(1416), - [sym_scoped_identifier] = STATE(3224), - [sym_scoped_type_identifier] = STATE(1034), - [sym_line_comment] = STATE(910), - [sym_block_comment] = STATE(910), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3107), - [anon_sym_u8] = ACTIONS(3109), - [anon_sym_i8] = ACTIONS(3109), - [anon_sym_u16] = ACTIONS(3109), - [anon_sym_i16] = ACTIONS(3109), - [anon_sym_u32] = ACTIONS(3109), - [anon_sym_i32] = ACTIONS(3109), - [anon_sym_u64] = ACTIONS(3109), - [anon_sym_i64] = ACTIONS(3109), - [anon_sym_u128] = ACTIONS(3109), - [anon_sym_i128] = ACTIONS(3109), - [anon_sym_isize] = ACTIONS(3109), - [anon_sym_usize] = ACTIONS(3109), - [anon_sym_f32] = ACTIONS(3109), - [anon_sym_f64] = ACTIONS(3109), - [anon_sym_bool] = ACTIONS(3109), - [anon_sym_str] = ACTIONS(3109), - [anon_sym_char] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3119), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3121), - [anon_sym_impl] = ACTIONS(3123), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3125), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3129), - [sym_super] = ACTIONS(3129), - [sym_crate] = ACTIONS(3129), - [sym_metavariable] = ACTIONS(3131), - }, - [911] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2851), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(898)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2000), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(911), - [sym_block_comment] = STATE(911), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(898), + [sym_block_comment] = STATE(898), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103467,22 +102627,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103490,108 +102650,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [912] = { - [sym_function_modifiers] = STATE(3367), - [sym_removed_trait_bound] = STATE(1416), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1466), - [sym_bracketed_type] = STATE(3544), - [sym_lifetime] = STATE(3348), - [sym_array_type] = STATE(1416), - [sym_for_lifetimes] = STATE(1584), - [sym_function_type] = STATE(1416), - [sym_tuple_type] = STATE(1416), - [sym_unit_type] = STATE(1416), - [sym_generic_type] = STATE(1083), - [sym_generic_type_with_turbofish] = STATE(3535), - [sym_bounded_type] = STATE(1416), - [sym_reference_type] = STATE(1416), - [sym_pointer_type] = STATE(1416), - [sym_never_type] = STATE(1416), - [sym_abstract_type] = STATE(1416), - [sym_dynamic_type] = STATE(1416), - [sym_macro_invocation] = STATE(1416), - [sym_scoped_identifier] = STATE(3224), - [sym_scoped_type_identifier] = STATE(1034), - [sym_line_comment] = STATE(912), - [sym_block_comment] = STATE(912), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3107), - [anon_sym_u8] = ACTIONS(3109), - [anon_sym_i8] = ACTIONS(3109), - [anon_sym_u16] = ACTIONS(3109), - [anon_sym_i16] = ACTIONS(3109), - [anon_sym_u32] = ACTIONS(3109), - [anon_sym_i32] = ACTIONS(3109), - [anon_sym_u64] = ACTIONS(3109), - [anon_sym_i64] = ACTIONS(3109), - [anon_sym_u128] = ACTIONS(3109), - [anon_sym_i128] = ACTIONS(3109), - [anon_sym_isize] = ACTIONS(3109), - [anon_sym_usize] = ACTIONS(3109), - [anon_sym_f32] = ACTIONS(3109), - [anon_sym_f64] = ACTIONS(3109), - [anon_sym_bool] = ACTIONS(3109), - [anon_sym_str] = ACTIONS(3109), - [anon_sym_char] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3119), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3121), - [anon_sym_impl] = ACTIONS(3123), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3125), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3129), - [sym_super] = ACTIONS(3129), - [sym_crate] = ACTIONS(3129), - [sym_metavariable] = ACTIONS(3131), - }, - [913] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2589), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(899)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2885), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(913), - [sym_block_comment] = STATE(913), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(899), + [sym_block_comment] = STATE(899), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103609,22 +102698,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103632,37 +102721,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [914] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2002), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(900)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1985), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(914), - [sym_block_comment] = STATE(914), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(900), + [sym_block_comment] = STATE(900), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103680,60 +102769,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1619), + [sym_self] = ACTIONS(3233), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [915] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2201), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(901)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2005), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(915), - [sym_block_comment] = STATE(915), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(901), + [sym_block_comment] = STATE(901), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103751,22 +102840,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103774,37 +102863,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [916] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2916), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(902)] = { + [sym_function_modifiers] = STATE(3359), + [sym_removed_trait_bound] = STATE(1381), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1452), + [sym_bracketed_type] = STATE(3533), + [sym_lifetime] = STATE(3342), + [sym_array_type] = STATE(1381), + [sym_for_lifetimes] = STATE(1592), + [sym_function_type] = STATE(1381), + [sym_tuple_type] = STATE(1381), + [sym_unit_type] = STATE(1381), + [sym_generic_type] = STATE(1235), + [sym_generic_type_with_turbofish] = STATE(3523), + [sym_bounded_type] = STATE(1381), + [sym_reference_type] = STATE(1381), + [sym_pointer_type] = STATE(1381), + [sym_never_type] = STATE(1381), + [sym_abstract_type] = STATE(1381), + [sym_dynamic_type] = STATE(1381), + [sym_macro_invocation] = STATE(1381), + [sym_scoped_identifier] = STATE(3220), + [sym_scoped_type_identifier] = STATE(1049), + [sym_line_comment] = STATE(902), + [sym_block_comment] = STATE(902), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_u8] = ACTIONS(3147), + [anon_sym_i8] = ACTIONS(3147), + [anon_sym_u16] = ACTIONS(3147), + [anon_sym_i16] = ACTIONS(3147), + [anon_sym_u32] = ACTIONS(3147), + [anon_sym_i32] = ACTIONS(3147), + [anon_sym_u64] = ACTIONS(3147), + [anon_sym_i64] = ACTIONS(3147), + [anon_sym_u128] = ACTIONS(3147), + [anon_sym_i128] = ACTIONS(3147), + [anon_sym_isize] = ACTIONS(3147), + [anon_sym_usize] = ACTIONS(3147), + [anon_sym_f32] = ACTIONS(3147), + [anon_sym_f64] = ACTIONS(3147), + [anon_sym_bool] = ACTIONS(3147), + [anon_sym_str] = ACTIONS(3147), + [anon_sym_char] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3157), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3159), + [anon_sym_impl] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3163), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3167), + [sym_super] = ACTIONS(3167), + [sym_crate] = ACTIONS(3167), + [sym_metavariable] = ACTIONS(3169), + }, + [STATE(903)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1999), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(916), - [sym_block_comment] = STATE(916), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(903), + [sym_block_comment] = STATE(903), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103822,22 +102982,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103845,37 +103005,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [917] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2904), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(904)] = { + [sym_function_modifiers] = STATE(3359), + [sym_removed_trait_bound] = STATE(1381), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1453), + [sym_bracketed_type] = STATE(3533), + [sym_lifetime] = STATE(3342), + [sym_array_type] = STATE(1381), + [sym_for_lifetimes] = STATE(1592), + [sym_function_type] = STATE(1381), + [sym_tuple_type] = STATE(1381), + [sym_unit_type] = STATE(1381), + [sym_generic_type] = STATE(1235), + [sym_generic_type_with_turbofish] = STATE(3523), + [sym_bounded_type] = STATE(1381), + [sym_reference_type] = STATE(1381), + [sym_pointer_type] = STATE(1381), + [sym_never_type] = STATE(1381), + [sym_abstract_type] = STATE(1381), + [sym_dynamic_type] = STATE(1381), + [sym_macro_invocation] = STATE(1381), + [sym_scoped_identifier] = STATE(3220), + [sym_scoped_type_identifier] = STATE(1049), + [sym_line_comment] = STATE(904), + [sym_block_comment] = STATE(904), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_u8] = ACTIONS(3147), + [anon_sym_i8] = ACTIONS(3147), + [anon_sym_u16] = ACTIONS(3147), + [anon_sym_i16] = ACTIONS(3147), + [anon_sym_u32] = ACTIONS(3147), + [anon_sym_i32] = ACTIONS(3147), + [anon_sym_u64] = ACTIONS(3147), + [anon_sym_i64] = ACTIONS(3147), + [anon_sym_u128] = ACTIONS(3147), + [anon_sym_i128] = ACTIONS(3147), + [anon_sym_isize] = ACTIONS(3147), + [anon_sym_usize] = ACTIONS(3147), + [anon_sym_f32] = ACTIONS(3147), + [anon_sym_f64] = ACTIONS(3147), + [anon_sym_bool] = ACTIONS(3147), + [anon_sym_str] = ACTIONS(3147), + [anon_sym_char] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3157), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3159), + [anon_sym_impl] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3163), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3167), + [sym_super] = ACTIONS(3167), + [sym_crate] = ACTIONS(3167), + [sym_metavariable] = ACTIONS(3169), + }, + [STATE(905)] = { + [sym_function_modifiers] = STATE(3359), + [sym_removed_trait_bound] = STATE(1381), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1494), + [sym_bracketed_type] = STATE(3533), + [sym_lifetime] = STATE(3342), + [sym_array_type] = STATE(1381), + [sym_for_lifetimes] = STATE(1592), + [sym_function_type] = STATE(1381), + [sym_tuple_type] = STATE(1381), + [sym_unit_type] = STATE(1381), + [sym_generic_type] = STATE(1235), + [sym_generic_type_with_turbofish] = STATE(3523), + [sym_bounded_type] = STATE(1381), + [sym_reference_type] = STATE(1381), + [sym_pointer_type] = STATE(1381), + [sym_never_type] = STATE(1381), + [sym_abstract_type] = STATE(1381), + [sym_dynamic_type] = STATE(1381), + [sym_macro_invocation] = STATE(1381), + [sym_scoped_identifier] = STATE(3220), + [sym_scoped_type_identifier] = STATE(1049), + [sym_line_comment] = STATE(905), + [sym_block_comment] = STATE(905), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_u8] = ACTIONS(3147), + [anon_sym_i8] = ACTIONS(3147), + [anon_sym_u16] = ACTIONS(3147), + [anon_sym_i16] = ACTIONS(3147), + [anon_sym_u32] = ACTIONS(3147), + [anon_sym_i32] = ACTIONS(3147), + [anon_sym_u64] = ACTIONS(3147), + [anon_sym_i64] = ACTIONS(3147), + [anon_sym_u128] = ACTIONS(3147), + [anon_sym_i128] = ACTIONS(3147), + [anon_sym_isize] = ACTIONS(3147), + [anon_sym_usize] = ACTIONS(3147), + [anon_sym_f32] = ACTIONS(3147), + [anon_sym_f64] = ACTIONS(3147), + [anon_sym_bool] = ACTIONS(3147), + [anon_sym_str] = ACTIONS(3147), + [anon_sym_char] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3157), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3159), + [anon_sym_impl] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3163), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3167), + [sym_super] = ACTIONS(3167), + [sym_crate] = ACTIONS(3167), + [sym_metavariable] = ACTIONS(3169), + }, + [STATE(906)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2007), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(917), - [sym_block_comment] = STATE(917), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(906), + [sym_block_comment] = STATE(906), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103893,22 +103195,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103916,37 +103218,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [918] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2586), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(907)] = { + [sym_function_modifiers] = STATE(3495), + [sym_removed_trait_bound] = STATE(1707), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1671), + [sym_bracketed_type] = STATE(3548), + [sym_lifetime] = STATE(3402), + [sym_array_type] = STATE(1707), + [sym_for_lifetimes] = STATE(1577), + [sym_function_type] = STATE(1707), + [sym_tuple_type] = STATE(1707), + [sym_unit_type] = STATE(1707), + [sym_generic_type] = STATE(1619), + [sym_generic_type_with_turbofish] = STATE(3540), + [sym_bounded_type] = STATE(1707), + [sym_reference_type] = STATE(1707), + [sym_pointer_type] = STATE(1707), + [sym_never_type] = STATE(1707), + [sym_abstract_type] = STATE(1707), + [sym_dynamic_type] = STATE(1707), + [sym_macro_invocation] = STATE(1707), + [sym_scoped_identifier] = STATE(3282), + [sym_scoped_type_identifier] = STATE(1545), + [sym_line_comment] = STATE(907), + [sym_block_comment] = STATE(907), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3109), + [anon_sym_u8] = ACTIONS(3111), + [anon_sym_i8] = ACTIONS(3111), + [anon_sym_u16] = ACTIONS(3111), + [anon_sym_i16] = ACTIONS(3111), + [anon_sym_u32] = ACTIONS(3111), + [anon_sym_i32] = ACTIONS(3111), + [anon_sym_u64] = ACTIONS(3111), + [anon_sym_i64] = ACTIONS(3111), + [anon_sym_u128] = ACTIONS(3111), + [anon_sym_i128] = ACTIONS(3111), + [anon_sym_isize] = ACTIONS(3111), + [anon_sym_usize] = ACTIONS(3111), + [anon_sym_f32] = ACTIONS(3111), + [anon_sym_f64] = ACTIONS(3111), + [anon_sym_bool] = ACTIONS(3111), + [anon_sym_str] = ACTIONS(3111), + [anon_sym_char] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3121), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3123), + [anon_sym_impl] = ACTIONS(3125), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3127), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3131), + [sym_super] = ACTIONS(3131), + [sym_crate] = ACTIONS(3131), + [sym_metavariable] = ACTIONS(3133), + }, + [STATE(908)] = { + [sym_function_modifiers] = STATE(3359), + [sym_removed_trait_bound] = STATE(1381), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1460), + [sym_bracketed_type] = STATE(3533), + [sym_lifetime] = STATE(3342), + [sym_array_type] = STATE(1381), + [sym_for_lifetimes] = STATE(1592), + [sym_function_type] = STATE(1381), + [sym_tuple_type] = STATE(1381), + [sym_unit_type] = STATE(1381), + [sym_generic_type] = STATE(1235), + [sym_generic_type_with_turbofish] = STATE(3523), + [sym_bounded_type] = STATE(1381), + [sym_reference_type] = STATE(1381), + [sym_pointer_type] = STATE(1381), + [sym_never_type] = STATE(1381), + [sym_abstract_type] = STATE(1381), + [sym_dynamic_type] = STATE(1381), + [sym_macro_invocation] = STATE(1381), + [sym_scoped_identifier] = STATE(3220), + [sym_scoped_type_identifier] = STATE(1049), + [sym_line_comment] = STATE(908), + [sym_block_comment] = STATE(908), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_u8] = ACTIONS(3147), + [anon_sym_i8] = ACTIONS(3147), + [anon_sym_u16] = ACTIONS(3147), + [anon_sym_i16] = ACTIONS(3147), + [anon_sym_u32] = ACTIONS(3147), + [anon_sym_i32] = ACTIONS(3147), + [anon_sym_u64] = ACTIONS(3147), + [anon_sym_i64] = ACTIONS(3147), + [anon_sym_u128] = ACTIONS(3147), + [anon_sym_i128] = ACTIONS(3147), + [anon_sym_isize] = ACTIONS(3147), + [anon_sym_usize] = ACTIONS(3147), + [anon_sym_f32] = ACTIONS(3147), + [anon_sym_f64] = ACTIONS(3147), + [anon_sym_bool] = ACTIONS(3147), + [anon_sym_str] = ACTIONS(3147), + [anon_sym_char] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3157), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3159), + [anon_sym_impl] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3163), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3167), + [sym_super] = ACTIONS(3167), + [sym_crate] = ACTIONS(3167), + [sym_metavariable] = ACTIONS(3169), + }, + [STATE(909)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(3063), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(918), - [sym_block_comment] = STATE(918), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(909), + [sym_block_comment] = STATE(909), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103964,22 +103408,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103987,108 +103431,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [919] = { - [sym_function_modifiers] = STATE(3367), - [sym_removed_trait_bound] = STATE(1416), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1392), - [sym_bracketed_type] = STATE(3544), - [sym_lifetime] = STATE(3348), - [sym_array_type] = STATE(1416), - [sym_for_lifetimes] = STATE(1584), - [sym_function_type] = STATE(1416), - [sym_tuple_type] = STATE(1416), - [sym_unit_type] = STATE(1416), - [sym_generic_type] = STATE(1083), - [sym_generic_type_with_turbofish] = STATE(3535), - [sym_bounded_type] = STATE(1416), - [sym_reference_type] = STATE(1416), - [sym_pointer_type] = STATE(1416), - [sym_never_type] = STATE(1416), - [sym_abstract_type] = STATE(1416), - [sym_dynamic_type] = STATE(1416), - [sym_macro_invocation] = STATE(1416), - [sym_scoped_identifier] = STATE(3224), - [sym_scoped_type_identifier] = STATE(1034), - [sym_line_comment] = STATE(919), - [sym_block_comment] = STATE(919), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3107), - [anon_sym_u8] = ACTIONS(3109), - [anon_sym_i8] = ACTIONS(3109), - [anon_sym_u16] = ACTIONS(3109), - [anon_sym_i16] = ACTIONS(3109), - [anon_sym_u32] = ACTIONS(3109), - [anon_sym_i32] = ACTIONS(3109), - [anon_sym_u64] = ACTIONS(3109), - [anon_sym_i64] = ACTIONS(3109), - [anon_sym_u128] = ACTIONS(3109), - [anon_sym_i128] = ACTIONS(3109), - [anon_sym_isize] = ACTIONS(3109), - [anon_sym_usize] = ACTIONS(3109), - [anon_sym_f32] = ACTIONS(3109), - [anon_sym_f64] = ACTIONS(3109), - [anon_sym_bool] = ACTIONS(3109), - [anon_sym_str] = ACTIONS(3109), - [anon_sym_char] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3119), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3121), - [anon_sym_impl] = ACTIONS(3123), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3125), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3129), - [sym_super] = ACTIONS(3129), - [sym_crate] = ACTIONS(3129), - [sym_metavariable] = ACTIONS(3131), - }, - [920] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2963), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(910)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(3066), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(920), - [sym_block_comment] = STATE(920), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(910), + [sym_block_comment] = STATE(910), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104106,22 +103479,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104129,37 +103502,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [921] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2313), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(911)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2703), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(921), - [sym_block_comment] = STATE(921), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(911), + [sym_block_comment] = STATE(911), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104177,22 +103550,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104200,37 +103573,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [922] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2318), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(912)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2750), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(922), - [sym_block_comment] = STATE(922), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(912), + [sym_block_comment] = STATE(912), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104248,22 +103621,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104271,37 +103644,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [923] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2326), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(913)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2001), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(1995), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(923), - [sym_block_comment] = STATE(923), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(913), + [sym_block_comment] = STATE(913), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104319,22 +103692,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104342,37 +103715,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [924] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1997), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(914)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2541), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(924), - [sym_block_comment] = STATE(924), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(914), + [sym_block_comment] = STATE(914), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104390,22 +103763,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104413,37 +103786,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [925] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2327), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(915)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2535), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(925), - [sym_block_comment] = STATE(925), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(915), + [sym_block_comment] = STATE(915), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104461,22 +103834,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104484,37 +103857,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [926] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2250), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(916)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(3099), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(926), - [sym_block_comment] = STATE(926), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(916), + [sym_block_comment] = STATE(916), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104532,22 +103905,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104555,37 +103928,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [927] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1992), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(917)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(3272), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(927), - [sym_block_comment] = STATE(927), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(917), + [sym_block_comment] = STATE(917), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104603,22 +103976,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104626,108 +103999,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [928] = { - [sym_function_modifiers] = STATE(3367), - [sym_removed_trait_bound] = STATE(1416), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1393), - [sym_bracketed_type] = STATE(3544), - [sym_lifetime] = STATE(3348), - [sym_array_type] = STATE(1416), - [sym_for_lifetimes] = STATE(1584), - [sym_function_type] = STATE(1416), - [sym_tuple_type] = STATE(1416), - [sym_unit_type] = STATE(1416), - [sym_generic_type] = STATE(1083), - [sym_generic_type_with_turbofish] = STATE(3535), - [sym_bounded_type] = STATE(1416), - [sym_reference_type] = STATE(1416), - [sym_pointer_type] = STATE(1416), - [sym_never_type] = STATE(1416), - [sym_abstract_type] = STATE(1416), - [sym_dynamic_type] = STATE(1416), - [sym_macro_invocation] = STATE(1416), - [sym_scoped_identifier] = STATE(3224), - [sym_scoped_type_identifier] = STATE(1034), - [sym_line_comment] = STATE(928), - [sym_block_comment] = STATE(928), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3107), - [anon_sym_u8] = ACTIONS(3109), - [anon_sym_i8] = ACTIONS(3109), - [anon_sym_u16] = ACTIONS(3109), - [anon_sym_i16] = ACTIONS(3109), - [anon_sym_u32] = ACTIONS(3109), - [anon_sym_i32] = ACTIONS(3109), - [anon_sym_u64] = ACTIONS(3109), - [anon_sym_i64] = ACTIONS(3109), - [anon_sym_u128] = ACTIONS(3109), - [anon_sym_i128] = ACTIONS(3109), - [anon_sym_isize] = ACTIONS(3109), - [anon_sym_usize] = ACTIONS(3109), - [anon_sym_f32] = ACTIONS(3109), - [anon_sym_f64] = ACTIONS(3109), - [anon_sym_bool] = ACTIONS(3109), - [anon_sym_str] = ACTIONS(3109), - [anon_sym_char] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3119), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3121), - [anon_sym_impl] = ACTIONS(3123), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3125), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3129), - [sym_super] = ACTIONS(3129), - [sym_crate] = ACTIONS(3129), - [sym_metavariable] = ACTIONS(3131), - }, - [929] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2517), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(918)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2307), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(929), - [sym_block_comment] = STATE(929), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(918), + [sym_block_comment] = STATE(918), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104745,22 +104047,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104768,37 +104070,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [930] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2237), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(919)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1985), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(930), - [sym_block_comment] = STATE(930), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(919), + [sym_block_comment] = STATE(919), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104816,22 +104118,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104839,37 +104141,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [931] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(3260), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(920)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2758), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(931), - [sym_block_comment] = STATE(931), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(920), + [sym_block_comment] = STATE(920), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104887,22 +104189,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104910,37 +104212,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [932] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2728), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(921)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2872), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(932), - [sym_block_comment] = STATE(932), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(921), + [sym_block_comment] = STATE(921), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104958,22 +104260,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104981,37 +104283,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [933] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2014), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(1999), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(922)] = { + [sym_function_modifiers] = STATE(3359), + [sym_removed_trait_bound] = STATE(1381), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1492), + [sym_bracketed_type] = STATE(3533), + [sym_lifetime] = STATE(3342), + [sym_array_type] = STATE(1381), + [sym_for_lifetimes] = STATE(1592), + [sym_function_type] = STATE(1381), + [sym_tuple_type] = STATE(1381), + [sym_unit_type] = STATE(1381), + [sym_generic_type] = STATE(1235), + [sym_generic_type_with_turbofish] = STATE(3523), + [sym_bounded_type] = STATE(1381), + [sym_reference_type] = STATE(1381), + [sym_pointer_type] = STATE(1381), + [sym_never_type] = STATE(1381), + [sym_abstract_type] = STATE(1381), + [sym_dynamic_type] = STATE(1381), + [sym_macro_invocation] = STATE(1381), + [sym_scoped_identifier] = STATE(3220), + [sym_scoped_type_identifier] = STATE(1049), + [sym_line_comment] = STATE(922), + [sym_block_comment] = STATE(922), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_u8] = ACTIONS(3147), + [anon_sym_i8] = ACTIONS(3147), + [anon_sym_u16] = ACTIONS(3147), + [anon_sym_i16] = ACTIONS(3147), + [anon_sym_u32] = ACTIONS(3147), + [anon_sym_i32] = ACTIONS(3147), + [anon_sym_u64] = ACTIONS(3147), + [anon_sym_i64] = ACTIONS(3147), + [anon_sym_u128] = ACTIONS(3147), + [anon_sym_i128] = ACTIONS(3147), + [anon_sym_isize] = ACTIONS(3147), + [anon_sym_usize] = ACTIONS(3147), + [anon_sym_f32] = ACTIONS(3147), + [anon_sym_f64] = ACTIONS(3147), + [anon_sym_bool] = ACTIONS(3147), + [anon_sym_str] = ACTIONS(3147), + [anon_sym_char] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3157), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3159), + [anon_sym_impl] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3163), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3167), + [sym_super] = ACTIONS(3167), + [sym_crate] = ACTIONS(3167), + [sym_metavariable] = ACTIONS(3169), + }, + [STATE(923)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2390), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(933), - [sym_block_comment] = STATE(933), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(923), + [sym_block_comment] = STATE(923), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105029,22 +104402,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(2999), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105052,37 +104425,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [934] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2407), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(924)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(3018), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(934), - [sym_block_comment] = STATE(934), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(924), + [sym_block_comment] = STATE(924), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105100,22 +104473,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105123,37 +104496,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [935] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2356), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(925)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1997), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(935), - [sym_block_comment] = STATE(935), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(925), + [sym_block_comment] = STATE(925), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105171,22 +104544,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105194,37 +104567,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [936] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(3271), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(926)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2006), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(936), - [sym_block_comment] = STATE(936), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(926), + [sym_block_comment] = STATE(926), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105242,22 +104615,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105265,37 +104638,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [937] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2783), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(927)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2011), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(937), - [sym_block_comment] = STATE(937), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(927), + [sym_block_comment] = STATE(927), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105313,22 +104686,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105336,37 +104709,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [938] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(3026), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(928)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2193), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(938), - [sym_block_comment] = STATE(938), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(928), + [sym_block_comment] = STATE(928), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105384,22 +104757,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105407,37 +104780,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [939] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2346), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(2400), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(2193), - [sym_line_comment] = STATE(939), - [sym_block_comment] = STATE(939), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3229), + [STATE(929)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1987), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(1936), + [sym_line_comment] = STATE(929), + [sym_block_comment] = STATE(929), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105455,22 +104828,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(3231), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105478,37 +104851,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [940] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2909), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(930)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2311), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(940), - [sym_block_comment] = STATE(940), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(930), + [sym_block_comment] = STATE(930), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105526,22 +104899,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105549,37 +104922,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [941] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2415), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(931)] = { + [sym_function_modifiers] = STATE(3495), + [sym_removed_trait_bound] = STATE(1707), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1750), + [sym_bracketed_type] = STATE(3548), + [sym_lifetime] = STATE(3402), + [sym_array_type] = STATE(1707), + [sym_for_lifetimes] = STATE(1577), + [sym_function_type] = STATE(1707), + [sym_tuple_type] = STATE(1707), + [sym_unit_type] = STATE(1707), + [sym_generic_type] = STATE(1619), + [sym_generic_type_with_turbofish] = STATE(3540), + [sym_bounded_type] = STATE(1707), + [sym_reference_type] = STATE(1707), + [sym_pointer_type] = STATE(1707), + [sym_never_type] = STATE(1707), + [sym_abstract_type] = STATE(1707), + [sym_dynamic_type] = STATE(1707), + [sym_macro_invocation] = STATE(1707), + [sym_scoped_identifier] = STATE(3282), + [sym_scoped_type_identifier] = STATE(1545), + [sym_line_comment] = STATE(931), + [sym_block_comment] = STATE(931), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3109), + [anon_sym_u8] = ACTIONS(3111), + [anon_sym_i8] = ACTIONS(3111), + [anon_sym_u16] = ACTIONS(3111), + [anon_sym_i16] = ACTIONS(3111), + [anon_sym_u32] = ACTIONS(3111), + [anon_sym_i32] = ACTIONS(3111), + [anon_sym_u64] = ACTIONS(3111), + [anon_sym_i64] = ACTIONS(3111), + [anon_sym_u128] = ACTIONS(3111), + [anon_sym_i128] = ACTIONS(3111), + [anon_sym_isize] = ACTIONS(3111), + [anon_sym_usize] = ACTIONS(3111), + [anon_sym_f32] = ACTIONS(3111), + [anon_sym_f64] = ACTIONS(3111), + [anon_sym_bool] = ACTIONS(3111), + [anon_sym_str] = ACTIONS(3111), + [anon_sym_char] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3121), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3123), + [anon_sym_impl] = ACTIONS(3125), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3127), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3131), + [sym_super] = ACTIONS(3131), + [sym_crate] = ACTIONS(3131), + [sym_metavariable] = ACTIONS(3133), + }, + [STATE(932)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2610), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(941), - [sym_block_comment] = STATE(941), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(932), + [sym_block_comment] = STATE(932), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105597,22 +105041,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105620,37 +105064,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [942] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2373), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(933)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2810), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(942), - [sym_block_comment] = STATE(942), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(933), + [sym_block_comment] = STATE(933), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105668,22 +105112,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105691,37 +105135,250 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [943] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2014), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(934)] = { + [sym_function_modifiers] = STATE(3359), + [sym_removed_trait_bound] = STATE(1381), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1406), + [sym_bracketed_type] = STATE(3533), + [sym_lifetime] = STATE(3342), + [sym_array_type] = STATE(1381), + [sym_for_lifetimes] = STATE(1592), + [sym_function_type] = STATE(1381), + [sym_tuple_type] = STATE(1381), + [sym_unit_type] = STATE(1381), + [sym_generic_type] = STATE(1235), + [sym_generic_type_with_turbofish] = STATE(3523), + [sym_bounded_type] = STATE(1381), + [sym_reference_type] = STATE(1381), + [sym_pointer_type] = STATE(1381), + [sym_never_type] = STATE(1381), + [sym_abstract_type] = STATE(1381), + [sym_dynamic_type] = STATE(1381), + [sym_macro_invocation] = STATE(1381), + [sym_scoped_identifier] = STATE(3220), + [sym_scoped_type_identifier] = STATE(1049), + [sym_line_comment] = STATE(934), + [sym_block_comment] = STATE(934), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_u8] = ACTIONS(3147), + [anon_sym_i8] = ACTIONS(3147), + [anon_sym_u16] = ACTIONS(3147), + [anon_sym_i16] = ACTIONS(3147), + [anon_sym_u32] = ACTIONS(3147), + [anon_sym_i32] = ACTIONS(3147), + [anon_sym_u64] = ACTIONS(3147), + [anon_sym_i64] = ACTIONS(3147), + [anon_sym_u128] = ACTIONS(3147), + [anon_sym_i128] = ACTIONS(3147), + [anon_sym_isize] = ACTIONS(3147), + [anon_sym_usize] = ACTIONS(3147), + [anon_sym_f32] = ACTIONS(3147), + [anon_sym_f64] = ACTIONS(3147), + [anon_sym_bool] = ACTIONS(3147), + [anon_sym_str] = ACTIONS(3147), + [anon_sym_char] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3157), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3159), + [anon_sym_impl] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3163), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3167), + [sym_super] = ACTIONS(3167), + [sym_crate] = ACTIONS(3167), + [sym_metavariable] = ACTIONS(3169), + }, + [STATE(935)] = { + [sym_function_modifiers] = STATE(3359), + [sym_removed_trait_bound] = STATE(1381), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1454), + [sym_bracketed_type] = STATE(3533), + [sym_lifetime] = STATE(3342), + [sym_array_type] = STATE(1381), + [sym_for_lifetimes] = STATE(1592), + [sym_function_type] = STATE(1381), + [sym_tuple_type] = STATE(1381), + [sym_unit_type] = STATE(1381), + [sym_generic_type] = STATE(1235), + [sym_generic_type_with_turbofish] = STATE(3523), + [sym_bounded_type] = STATE(1381), + [sym_reference_type] = STATE(1381), + [sym_pointer_type] = STATE(1381), + [sym_never_type] = STATE(1381), + [sym_abstract_type] = STATE(1381), + [sym_dynamic_type] = STATE(1381), + [sym_macro_invocation] = STATE(1381), + [sym_scoped_identifier] = STATE(3220), + [sym_scoped_type_identifier] = STATE(1049), + [sym_line_comment] = STATE(935), + [sym_block_comment] = STATE(935), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_u8] = ACTIONS(3147), + [anon_sym_i8] = ACTIONS(3147), + [anon_sym_u16] = ACTIONS(3147), + [anon_sym_i16] = ACTIONS(3147), + [anon_sym_u32] = ACTIONS(3147), + [anon_sym_i32] = ACTIONS(3147), + [anon_sym_u64] = ACTIONS(3147), + [anon_sym_i64] = ACTIONS(3147), + [anon_sym_u128] = ACTIONS(3147), + [anon_sym_i128] = ACTIONS(3147), + [anon_sym_isize] = ACTIONS(3147), + [anon_sym_usize] = ACTIONS(3147), + [anon_sym_f32] = ACTIONS(3147), + [anon_sym_f64] = ACTIONS(3147), + [anon_sym_bool] = ACTIONS(3147), + [anon_sym_str] = ACTIONS(3147), + [anon_sym_char] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3157), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3159), + [anon_sym_impl] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3163), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3167), + [sym_super] = ACTIONS(3167), + [sym_crate] = ACTIONS(3167), + [sym_metavariable] = ACTIONS(3169), + }, + [STATE(936)] = { + [sym_function_modifiers] = STATE(3359), + [sym_removed_trait_bound] = STATE(1381), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1482), + [sym_bracketed_type] = STATE(3533), + [sym_lifetime] = STATE(3342), + [sym_array_type] = STATE(1381), + [sym_for_lifetimes] = STATE(1592), + [sym_function_type] = STATE(1381), + [sym_tuple_type] = STATE(1381), + [sym_unit_type] = STATE(1381), + [sym_generic_type] = STATE(1235), + [sym_generic_type_with_turbofish] = STATE(3523), + [sym_bounded_type] = STATE(1381), + [sym_reference_type] = STATE(1381), + [sym_pointer_type] = STATE(1381), + [sym_never_type] = STATE(1381), + [sym_abstract_type] = STATE(1381), + [sym_dynamic_type] = STATE(1381), + [sym_macro_invocation] = STATE(1381), + [sym_scoped_identifier] = STATE(3220), + [sym_scoped_type_identifier] = STATE(1049), + [sym_line_comment] = STATE(936), + [sym_block_comment] = STATE(936), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_u8] = ACTIONS(3147), + [anon_sym_i8] = ACTIONS(3147), + [anon_sym_u16] = ACTIONS(3147), + [anon_sym_i16] = ACTIONS(3147), + [anon_sym_u32] = ACTIONS(3147), + [anon_sym_i32] = ACTIONS(3147), + [anon_sym_u64] = ACTIONS(3147), + [anon_sym_i64] = ACTIONS(3147), + [anon_sym_u128] = ACTIONS(3147), + [anon_sym_i128] = ACTIONS(3147), + [anon_sym_isize] = ACTIONS(3147), + [anon_sym_usize] = ACTIONS(3147), + [anon_sym_f32] = ACTIONS(3147), + [anon_sym_f64] = ACTIONS(3147), + [anon_sym_bool] = ACTIONS(3147), + [anon_sym_str] = ACTIONS(3147), + [anon_sym_char] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3157), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3159), + [anon_sym_impl] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3163), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3167), + [sym_super] = ACTIONS(3167), + [sym_crate] = ACTIONS(3167), + [sym_metavariable] = ACTIONS(3169), + }, + [STATE(937)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2196), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(943), - [sym_block_comment] = STATE(943), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(937), + [sym_block_comment] = STATE(937), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105739,22 +105396,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105762,108 +105419,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [944] = { - [sym_function_modifiers] = STATE(3341), - [sym_removed_trait_bound] = STATE(1684), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1771), - [sym_bracketed_type] = STATE(3559), - [sym_lifetime] = STATE(3394), - [sym_array_type] = STATE(1684), - [sym_for_lifetimes] = STATE(1591), - [sym_function_type] = STATE(1684), - [sym_tuple_type] = STATE(1684), - [sym_unit_type] = STATE(1684), - [sym_generic_type] = STATE(1649), - [sym_generic_type_with_turbofish] = STATE(3551), - [sym_bounded_type] = STATE(1684), - [sym_reference_type] = STATE(1684), - [sym_pointer_type] = STATE(1684), - [sym_never_type] = STATE(1684), - [sym_abstract_type] = STATE(1684), - [sym_dynamic_type] = STATE(1684), - [sym_macro_invocation] = STATE(1684), - [sym_scoped_identifier] = STATE(3288), - [sym_scoped_type_identifier] = STATE(1548), - [sym_line_comment] = STATE(944), - [sym_block_comment] = STATE(944), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_u8] = ACTIONS(3151), - [anon_sym_i8] = ACTIONS(3151), - [anon_sym_u16] = ACTIONS(3151), - [anon_sym_i16] = ACTIONS(3151), - [anon_sym_u32] = ACTIONS(3151), - [anon_sym_i32] = ACTIONS(3151), - [anon_sym_u64] = ACTIONS(3151), - [anon_sym_i64] = ACTIONS(3151), - [anon_sym_u128] = ACTIONS(3151), - [anon_sym_i128] = ACTIONS(3151), - [anon_sym_isize] = ACTIONS(3151), - [anon_sym_usize] = ACTIONS(3151), - [anon_sym_f32] = ACTIONS(3151), - [anon_sym_f64] = ACTIONS(3151), - [anon_sym_bool] = ACTIONS(3151), - [anon_sym_str] = ACTIONS(3151), - [anon_sym_char] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3157), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3159), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3163), - [anon_sym_impl] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3163), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3167), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3171), - [sym_super] = ACTIONS(3171), - [sym_crate] = ACTIONS(3171), - [sym_metavariable] = ACTIONS(3173), - }, - [945] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2784), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(938)] = { + [sym_function_modifiers] = STATE(3359), + [sym_removed_trait_bound] = STATE(1381), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1430), + [sym_bracketed_type] = STATE(3533), + [sym_lifetime] = STATE(3342), + [sym_array_type] = STATE(1381), + [sym_for_lifetimes] = STATE(1592), + [sym_function_type] = STATE(1381), + [sym_tuple_type] = STATE(1381), + [sym_unit_type] = STATE(1381), + [sym_generic_type] = STATE(1235), + [sym_generic_type_with_turbofish] = STATE(3523), + [sym_bounded_type] = STATE(1381), + [sym_reference_type] = STATE(1381), + [sym_pointer_type] = STATE(1381), + [sym_never_type] = STATE(1381), + [sym_abstract_type] = STATE(1381), + [sym_dynamic_type] = STATE(1381), + [sym_macro_invocation] = STATE(1381), + [sym_scoped_identifier] = STATE(3220), + [sym_scoped_type_identifier] = STATE(1049), + [sym_line_comment] = STATE(938), + [sym_block_comment] = STATE(938), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_u8] = ACTIONS(3147), + [anon_sym_i8] = ACTIONS(3147), + [anon_sym_u16] = ACTIONS(3147), + [anon_sym_i16] = ACTIONS(3147), + [anon_sym_u32] = ACTIONS(3147), + [anon_sym_i32] = ACTIONS(3147), + [anon_sym_u64] = ACTIONS(3147), + [anon_sym_i64] = ACTIONS(3147), + [anon_sym_u128] = ACTIONS(3147), + [anon_sym_i128] = ACTIONS(3147), + [anon_sym_isize] = ACTIONS(3147), + [anon_sym_usize] = ACTIONS(3147), + [anon_sym_f32] = ACTIONS(3147), + [anon_sym_f64] = ACTIONS(3147), + [anon_sym_bool] = ACTIONS(3147), + [anon_sym_str] = ACTIONS(3147), + [anon_sym_char] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3157), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3159), + [anon_sym_impl] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3163), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3167), + [sym_super] = ACTIONS(3167), + [sym_crate] = ACTIONS(3167), + [sym_metavariable] = ACTIONS(3169), + }, + [STATE(939)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2477), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(945), - [sym_block_comment] = STATE(945), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(939), + [sym_block_comment] = STATE(939), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105881,22 +105538,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105904,37 +105561,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [946] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2380), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(940)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2221), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(946), - [sym_block_comment] = STATE(946), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(940), + [sym_block_comment] = STATE(940), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105952,22 +105609,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105975,37 +105632,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [947] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2383), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(941)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2361), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(947), - [sym_block_comment] = STATE(947), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(941), + [sym_block_comment] = STATE(941), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106023,22 +105680,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106046,37 +105703,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [948] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2541), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(942)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2362), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(948), - [sym_block_comment] = STATE(948), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(942), + [sym_block_comment] = STATE(942), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106094,22 +105751,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106117,108 +105774,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [949] = { - [sym_function_modifiers] = STATE(3341), - [sym_removed_trait_bound] = STATE(1684), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1772), - [sym_bracketed_type] = STATE(3559), - [sym_lifetime] = STATE(3394), - [sym_array_type] = STATE(1684), - [sym_for_lifetimes] = STATE(1591), - [sym_function_type] = STATE(1684), - [sym_tuple_type] = STATE(1684), - [sym_unit_type] = STATE(1684), - [sym_generic_type] = STATE(1649), - [sym_generic_type_with_turbofish] = STATE(3551), - [sym_bounded_type] = STATE(1684), - [sym_reference_type] = STATE(1684), - [sym_pointer_type] = STATE(1684), - [sym_never_type] = STATE(1684), - [sym_abstract_type] = STATE(1684), - [sym_dynamic_type] = STATE(1684), - [sym_macro_invocation] = STATE(1684), - [sym_scoped_identifier] = STATE(3288), - [sym_scoped_type_identifier] = STATE(1548), - [sym_line_comment] = STATE(949), - [sym_block_comment] = STATE(949), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_u8] = ACTIONS(3151), - [anon_sym_i8] = ACTIONS(3151), - [anon_sym_u16] = ACTIONS(3151), - [anon_sym_i16] = ACTIONS(3151), - [anon_sym_u32] = ACTIONS(3151), - [anon_sym_i32] = ACTIONS(3151), - [anon_sym_u64] = ACTIONS(3151), - [anon_sym_i64] = ACTIONS(3151), - [anon_sym_u128] = ACTIONS(3151), - [anon_sym_i128] = ACTIONS(3151), - [anon_sym_isize] = ACTIONS(3151), - [anon_sym_usize] = ACTIONS(3151), - [anon_sym_f32] = ACTIONS(3151), - [anon_sym_f64] = ACTIONS(3151), - [anon_sym_bool] = ACTIONS(3151), - [anon_sym_str] = ACTIONS(3151), - [anon_sym_char] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3157), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3159), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3163), - [anon_sym_impl] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3163), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3167), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3171), - [sym_super] = ACTIONS(3171), - [sym_crate] = ACTIONS(3171), - [sym_metavariable] = ACTIONS(3173), - }, - [950] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2801), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(943)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2828), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(950), - [sym_block_comment] = STATE(950), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(943), + [sym_block_comment] = STATE(943), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106236,22 +105822,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106259,37 +105845,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [951] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2427), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(944)] = { + [sym_function_modifiers] = STATE(3359), + [sym_removed_trait_bound] = STATE(1381), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1429), + [sym_bracketed_type] = STATE(3533), + [sym_lifetime] = STATE(3342), + [sym_array_type] = STATE(1381), + [sym_for_lifetimes] = STATE(1592), + [sym_function_type] = STATE(1381), + [sym_tuple_type] = STATE(1381), + [sym_unit_type] = STATE(1381), + [sym_generic_type] = STATE(1235), + [sym_generic_type_with_turbofish] = STATE(3523), + [sym_bounded_type] = STATE(1381), + [sym_reference_type] = STATE(1381), + [sym_pointer_type] = STATE(1381), + [sym_never_type] = STATE(1381), + [sym_abstract_type] = STATE(1381), + [sym_dynamic_type] = STATE(1381), + [sym_macro_invocation] = STATE(1381), + [sym_scoped_identifier] = STATE(3220), + [sym_scoped_type_identifier] = STATE(1049), + [sym_line_comment] = STATE(944), + [sym_block_comment] = STATE(944), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_u8] = ACTIONS(3147), + [anon_sym_i8] = ACTIONS(3147), + [anon_sym_u16] = ACTIONS(3147), + [anon_sym_i16] = ACTIONS(3147), + [anon_sym_u32] = ACTIONS(3147), + [anon_sym_i32] = ACTIONS(3147), + [anon_sym_u64] = ACTIONS(3147), + [anon_sym_i64] = ACTIONS(3147), + [anon_sym_u128] = ACTIONS(3147), + [anon_sym_i128] = ACTIONS(3147), + [anon_sym_isize] = ACTIONS(3147), + [anon_sym_usize] = ACTIONS(3147), + [anon_sym_f32] = ACTIONS(3147), + [anon_sym_f64] = ACTIONS(3147), + [anon_sym_bool] = ACTIONS(3147), + [anon_sym_str] = ACTIONS(3147), + [anon_sym_char] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3157), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3159), + [anon_sym_impl] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3163), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3167), + [sym_super] = ACTIONS(3167), + [sym_crate] = ACTIONS(3167), + [sym_metavariable] = ACTIONS(3169), + }, + [STATE(945)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2215), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(951), - [sym_block_comment] = STATE(951), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(945), + [sym_block_comment] = STATE(945), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106307,22 +105964,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106330,37 +105987,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [952] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2550), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(946)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2367), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(952), - [sym_block_comment] = STATE(952), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(946), + [sym_block_comment] = STATE(946), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106378,22 +106035,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106401,37 +106058,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [953] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2385), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(2404), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(2168), - [sym_line_comment] = STATE(953), - [sym_block_comment] = STATE(953), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3233), + [STATE(947)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2368), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(1936), + [sym_line_comment] = STATE(947), + [sym_block_comment] = STATE(947), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106449,22 +106106,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(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106472,37 +106129,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [954] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2900), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(948)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2665), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(954), - [sym_block_comment] = STATE(954), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(948), + [sym_block_comment] = STATE(948), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106520,22 +106177,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106543,37 +106200,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [955] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2363), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(2405), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(2155), - [sym_line_comment] = STATE(955), - [sym_block_comment] = STATE(955), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3237), + [STATE(949)] = { + [sym_line_comment] = STATE(949), + [sym_block_comment] = STATE(949), + [sym_identifier] = ACTIONS(2087), + [anon_sym_LPAREN] = ACTIONS(2085), + [anon_sym_LBRACK] = ACTIONS(2085), + [anon_sym_RBRACK] = ACTIONS(2085), + [anon_sym_LBRACE] = ACTIONS(2085), + [anon_sym_STAR] = ACTIONS(2085), + [anon_sym_u8] = ACTIONS(2087), + [anon_sym_i8] = ACTIONS(2087), + [anon_sym_u16] = ACTIONS(2087), + [anon_sym_i16] = ACTIONS(2087), + [anon_sym_u32] = ACTIONS(2087), + [anon_sym_i32] = ACTIONS(2087), + [anon_sym_u64] = ACTIONS(2087), + [anon_sym_i64] = ACTIONS(2087), + [anon_sym_u128] = ACTIONS(2087), + [anon_sym_i128] = ACTIONS(2087), + [anon_sym_isize] = ACTIONS(2087), + [anon_sym_usize] = ACTIONS(2087), + [anon_sym_f32] = ACTIONS(2087), + [anon_sym_f64] = ACTIONS(2087), + [anon_sym_bool] = ACTIONS(2087), + [anon_sym_str] = ACTIONS(2087), + [anon_sym_char] = ACTIONS(2087), + [anon_sym_DASH] = ACTIONS(2085), + [anon_sym_BANG] = ACTIONS(2085), + [anon_sym_AMP] = ACTIONS(2085), + [anon_sym_PIPE] = ACTIONS(2085), + [anon_sym_LT] = ACTIONS(2085), + [anon_sym__] = ACTIONS(2087), + [anon_sym_DOT_DOT] = ACTIONS(2085), + [anon_sym_COMMA] = ACTIONS(2085), + [anon_sym_COLON_COLON] = ACTIONS(2085), + [anon_sym_POUND] = ACTIONS(2085), + [anon_sym_SQUOTE] = ACTIONS(2087), + [anon_sym_async] = ACTIONS(2087), + [anon_sym_break] = ACTIONS(2087), + [anon_sym_const] = ACTIONS(2087), + [anon_sym_continue] = ACTIONS(2087), + [anon_sym_default] = ACTIONS(2087), + [anon_sym_for] = ACTIONS(2087), + [anon_sym_gen] = ACTIONS(2087), + [anon_sym_if] = ACTIONS(2087), + [anon_sym_loop] = ACTIONS(2087), + [anon_sym_match] = ACTIONS(2087), + [anon_sym_return] = ACTIONS(2087), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_union] = ACTIONS(2087), + [anon_sym_unsafe] = ACTIONS(2087), + [anon_sym_while] = ACTIONS(2087), + [anon_sym_ref] = ACTIONS(2087), + [sym_mutable_specifier] = ACTIONS(2087), + [anon_sym_yield] = ACTIONS(2087), + [anon_sym_move] = ACTIONS(2087), + [anon_sym_try] = ACTIONS(2087), + [sym_integer_literal] = ACTIONS(2085), + [aux_sym_string_literal_token1] = ACTIONS(2085), + [sym_char_literal] = ACTIONS(2085), + [anon_sym_true] = ACTIONS(2087), + [anon_sym_false] = ACTIONS(2087), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2087), + [sym_super] = ACTIONS(2087), + [sym_crate] = ACTIONS(2087), + [sym_metavariable] = ACTIONS(2085), + [sym__raw_string_literal_start] = ACTIONS(2085), + [sym_float_literal] = ACTIONS(2085), + }, + [STATE(950)] = { + [sym_function_modifiers] = STATE(3359), + [sym_removed_trait_bound] = STATE(1381), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1384), + [sym_bracketed_type] = STATE(3533), + [sym_lifetime] = STATE(3342), + [sym_array_type] = STATE(1381), + [sym_for_lifetimes] = STATE(1592), + [sym_function_type] = STATE(1381), + [sym_tuple_type] = STATE(1381), + [sym_unit_type] = STATE(1381), + [sym_generic_type] = STATE(1235), + [sym_generic_type_with_turbofish] = STATE(3523), + [sym_bounded_type] = STATE(1381), + [sym_reference_type] = STATE(1381), + [sym_pointer_type] = STATE(1381), + [sym_never_type] = STATE(1381), + [sym_abstract_type] = STATE(1381), + [sym_dynamic_type] = STATE(1381), + [sym_macro_invocation] = STATE(1381), + [sym_scoped_identifier] = STATE(3220), + [sym_scoped_type_identifier] = STATE(1049), + [sym_line_comment] = STATE(950), + [sym_block_comment] = STATE(950), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_u8] = ACTIONS(3147), + [anon_sym_i8] = ACTIONS(3147), + [anon_sym_u16] = ACTIONS(3147), + [anon_sym_i16] = ACTIONS(3147), + [anon_sym_u32] = ACTIONS(3147), + [anon_sym_i32] = ACTIONS(3147), + [anon_sym_u64] = ACTIONS(3147), + [anon_sym_i64] = ACTIONS(3147), + [anon_sym_u128] = ACTIONS(3147), + [anon_sym_i128] = ACTIONS(3147), + [anon_sym_isize] = ACTIONS(3147), + [anon_sym_usize] = ACTIONS(3147), + [anon_sym_f32] = ACTIONS(3147), + [anon_sym_f64] = ACTIONS(3147), + [anon_sym_bool] = ACTIONS(3147), + [anon_sym_str] = ACTIONS(3147), + [anon_sym_char] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3157), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3159), + [anon_sym_impl] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3163), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3167), + [sym_super] = ACTIONS(3167), + [sym_crate] = ACTIONS(3167), + [sym_metavariable] = ACTIONS(3169), + }, + [STATE(951)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2915), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(1936), + [sym_line_comment] = STATE(951), + [sym_block_comment] = STATE(951), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106591,22 +106390,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(3239), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106614,37 +106413,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [956] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2218), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(956), - [sym_block_comment] = STATE(956), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [STATE(952)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2395), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(2396), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(2187), + [sym_line_comment] = STATE(952), + [sym_block_comment] = STATE(952), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3235), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106662,22 +106461,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(1297), + [anon_sym_BANG] = ACTIONS(3237), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106685,37 +106484,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [957] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2310), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(953)] = { + [sym_function_modifiers] = STATE(3359), + [sym_removed_trait_bound] = STATE(1381), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1391), + [sym_bracketed_type] = STATE(3533), + [sym_lifetime] = STATE(3342), + [sym_array_type] = STATE(1381), + [sym_for_lifetimes] = STATE(1592), + [sym_function_type] = STATE(1381), + [sym_tuple_type] = STATE(1381), + [sym_unit_type] = STATE(1381), + [sym_generic_type] = STATE(1235), + [sym_generic_type_with_turbofish] = STATE(3523), + [sym_bounded_type] = STATE(1381), + [sym_reference_type] = STATE(1381), + [sym_pointer_type] = STATE(1381), + [sym_never_type] = STATE(1381), + [sym_abstract_type] = STATE(1381), + [sym_dynamic_type] = STATE(1381), + [sym_macro_invocation] = STATE(1381), + [sym_scoped_identifier] = STATE(3220), + [sym_scoped_type_identifier] = STATE(1049), + [sym_line_comment] = STATE(953), + [sym_block_comment] = STATE(953), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_u8] = ACTIONS(3147), + [anon_sym_i8] = ACTIONS(3147), + [anon_sym_u16] = ACTIONS(3147), + [anon_sym_i16] = ACTIONS(3147), + [anon_sym_u32] = ACTIONS(3147), + [anon_sym_i32] = ACTIONS(3147), + [anon_sym_u64] = ACTIONS(3147), + [anon_sym_i64] = ACTIONS(3147), + [anon_sym_u128] = ACTIONS(3147), + [anon_sym_i128] = ACTIONS(3147), + [anon_sym_isize] = ACTIONS(3147), + [anon_sym_usize] = ACTIONS(3147), + [anon_sym_f32] = ACTIONS(3147), + [anon_sym_f64] = ACTIONS(3147), + [anon_sym_bool] = ACTIONS(3147), + [anon_sym_str] = ACTIONS(3147), + [anon_sym_char] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3157), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3159), + [anon_sym_impl] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3163), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3167), + [sym_super] = ACTIONS(3167), + [sym_crate] = ACTIONS(3167), + [sym_metavariable] = ACTIONS(3169), + }, + [STATE(954)] = { + [sym_function_modifiers] = STATE(3359), + [sym_removed_trait_bound] = STATE(1381), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1408), + [sym_bracketed_type] = STATE(3533), + [sym_lifetime] = STATE(3342), + [sym_array_type] = STATE(1381), + [sym_for_lifetimes] = STATE(1592), + [sym_function_type] = STATE(1381), + [sym_tuple_type] = STATE(1381), + [sym_unit_type] = STATE(1381), + [sym_generic_type] = STATE(1235), + [sym_generic_type_with_turbofish] = STATE(3523), + [sym_bounded_type] = STATE(1381), + [sym_reference_type] = STATE(1381), + [sym_pointer_type] = STATE(1381), + [sym_never_type] = STATE(1381), + [sym_abstract_type] = STATE(1381), + [sym_dynamic_type] = STATE(1381), + [sym_macro_invocation] = STATE(1381), + [sym_scoped_identifier] = STATE(3220), + [sym_scoped_type_identifier] = STATE(1049), + [sym_line_comment] = STATE(954), + [sym_block_comment] = STATE(954), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_u8] = ACTIONS(3147), + [anon_sym_i8] = ACTIONS(3147), + [anon_sym_u16] = ACTIONS(3147), + [anon_sym_i16] = ACTIONS(3147), + [anon_sym_u32] = ACTIONS(3147), + [anon_sym_i32] = ACTIONS(3147), + [anon_sym_u64] = ACTIONS(3147), + [anon_sym_i64] = ACTIONS(3147), + [anon_sym_u128] = ACTIONS(3147), + [anon_sym_i128] = ACTIONS(3147), + [anon_sym_isize] = ACTIONS(3147), + [anon_sym_usize] = ACTIONS(3147), + [anon_sym_f32] = ACTIONS(3147), + [anon_sym_f64] = ACTIONS(3147), + [anon_sym_bool] = ACTIONS(3147), + [anon_sym_str] = ACTIONS(3147), + [anon_sym_char] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3157), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3159), + [anon_sym_impl] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3163), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3167), + [sym_super] = ACTIONS(3167), + [sym_crate] = ACTIONS(3167), + [sym_metavariable] = ACTIONS(3169), + }, + [STATE(955)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2443), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(957), - [sym_block_comment] = STATE(957), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(955), + [sym_block_comment] = STATE(955), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106733,22 +106674,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106756,37 +106697,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [958] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2399), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(956)] = { + [sym_function_modifiers] = STATE(3359), + [sym_removed_trait_bound] = STATE(1381), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1403), + [sym_bracketed_type] = STATE(3533), + [sym_lifetime] = STATE(3342), + [sym_array_type] = STATE(1381), + [sym_for_lifetimes] = STATE(1592), + [sym_function_type] = STATE(1381), + [sym_tuple_type] = STATE(1381), + [sym_unit_type] = STATE(1381), + [sym_generic_type] = STATE(1235), + [sym_generic_type_with_turbofish] = STATE(3523), + [sym_bounded_type] = STATE(1381), + [sym_reference_type] = STATE(1381), + [sym_pointer_type] = STATE(1381), + [sym_never_type] = STATE(1381), + [sym_abstract_type] = STATE(1381), + [sym_dynamic_type] = STATE(1381), + [sym_macro_invocation] = STATE(1381), + [sym_scoped_identifier] = STATE(3220), + [sym_scoped_type_identifier] = STATE(1049), + [sym_line_comment] = STATE(956), + [sym_block_comment] = STATE(956), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3145), + [anon_sym_u8] = ACTIONS(3147), + [anon_sym_i8] = ACTIONS(3147), + [anon_sym_u16] = ACTIONS(3147), + [anon_sym_i16] = ACTIONS(3147), + [anon_sym_u32] = ACTIONS(3147), + [anon_sym_i32] = ACTIONS(3147), + [anon_sym_u64] = ACTIONS(3147), + [anon_sym_i64] = ACTIONS(3147), + [anon_sym_u128] = ACTIONS(3147), + [anon_sym_i128] = ACTIONS(3147), + [anon_sym_isize] = ACTIONS(3147), + [anon_sym_usize] = ACTIONS(3147), + [anon_sym_f32] = ACTIONS(3147), + [anon_sym_f64] = ACTIONS(3147), + [anon_sym_bool] = ACTIONS(3147), + [anon_sym_str] = ACTIONS(3147), + [anon_sym_char] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3153), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3157), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(3159), + [anon_sym_impl] = ACTIONS(3161), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(3163), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3167), + [sym_super] = ACTIONS(3167), + [sym_crate] = ACTIONS(3167), + [sym_metavariable] = ACTIONS(3169), + }, + [STATE(957)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2987), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), - [sym_line_comment] = STATE(958), - [sym_block_comment] = STATE(958), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [sym_line_comment] = STATE(957), + [sym_block_comment] = STATE(957), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106804,22 +106816,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106827,37 +106839,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [959] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2401), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(958)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2936), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(1936), + [sym_line_comment] = STATE(958), + [sym_block_comment] = STATE(958), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), + [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1599), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [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(1317), + [anon_sym_AMP] = ACTIONS(1605), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1609), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(1613), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1615), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), + [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(959)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2318), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(959), [sym_block_comment] = STATE(959), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106875,22 +106958,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106898,37 +106981,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [960] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2403), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(960)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2319), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(960), [sym_block_comment] = STATE(960), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106946,22 +107029,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106969,37 +107052,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [961] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2678), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(961)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2544), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(961), [sym_block_comment] = STATE(961), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107017,22 +107100,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107040,37 +107123,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [962] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2847), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(962)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2774), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(962), [sym_block_comment] = STATE(962), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107088,22 +107171,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107111,37 +107194,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [963] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2437), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(963)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2435), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(963), [sym_block_comment] = STATE(963), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107159,22 +107242,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107182,37 +107265,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [964] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2686), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(964)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2546), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(964), [sym_block_comment] = STATE(964), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107230,22 +107313,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107253,37 +107336,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [965] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2853), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), - [sym_scoped_type_identifier] = STATE(1936), + [STATE(965)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2320), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(2399), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(2177), [sym_line_comment] = STATE(965), [sym_block_comment] = STATE(965), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(3239), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107301,22 +107384,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(1297), + [anon_sym_BANG] = ACTIONS(3241), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107324,37 +107407,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [966] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2701), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(966)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2450), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(966), [sym_block_comment] = STATE(966), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107372,22 +107455,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107395,37 +107478,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [967] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2225), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(967)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2203), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(967), [sym_block_comment] = STATE(967), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107443,22 +107526,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107466,37 +107549,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [968] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2319), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(968)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2323), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(968), [sym_block_comment] = STATE(968), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107514,22 +107597,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107537,37 +107620,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [969] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2320), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(969)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2324), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(969), [sym_block_comment] = STATE(969), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107585,22 +107668,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107608,37 +107691,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [970] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2934), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(970)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2325), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(970), [sym_block_comment] = STATE(970), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107656,22 +107739,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107679,37 +107762,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [971] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2880), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(971)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2326), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(971), [sym_block_comment] = STATE(971), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107727,22 +107810,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107750,37 +107833,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [972] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2478), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(972)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2559), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(972), [sym_block_comment] = STATE(972), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107798,22 +107881,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107821,37 +107904,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [973] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2322), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(973)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2905), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(973), [sym_block_comment] = STATE(973), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107869,22 +107952,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107892,37 +107975,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [974] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2323), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(974)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2413), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(974), [sym_block_comment] = STATE(974), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107940,22 +108023,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107963,37 +108046,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [975] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2324), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(975)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2560), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(975), [sym_block_comment] = STATE(975), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108011,22 +108094,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108034,37 +108117,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [976] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2325), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(976)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(3051), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(976), [sym_block_comment] = STATE(976), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108082,22 +108165,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108105,37 +108188,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [977] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2226), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(977)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2562), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(977), [sym_block_comment] = STATE(977), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108153,22 +108236,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108176,37 +108259,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [978] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2522), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(978)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2694), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(978), [sym_block_comment] = STATE(978), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108224,22 +108307,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108247,37 +108330,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [979] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2240), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(979)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2208), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(979), [sym_block_comment] = STATE(979), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108295,22 +108378,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108318,37 +108401,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [980] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2706), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(980)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2334), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(980), [sym_block_comment] = STATE(980), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108366,22 +108449,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108389,37 +108472,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [981] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2331), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(981)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2335), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(981), [sym_block_comment] = STATE(981), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108437,22 +108520,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108460,37 +108543,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [982] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2332), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(982)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2974), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(982), [sym_block_comment] = STATE(982), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108508,22 +108591,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108531,37 +108614,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [983] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2229), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(983)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2336), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(983), [sym_block_comment] = STATE(983), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108579,22 +108662,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108602,37 +108685,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [984] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2243), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(984)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2337), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(984), [sym_block_comment] = STATE(984), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108650,22 +108733,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108673,37 +108756,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [985] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2896), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(985)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2338), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(985), [sym_block_comment] = STATE(985), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108721,22 +108804,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108744,37 +108827,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [986] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2230), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(986)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2339), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(986), [sym_block_comment] = STATE(986), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108792,22 +108875,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108815,37 +108898,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [987] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2750), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(987)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2210), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(987), [sym_block_comment] = STATE(987), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108863,22 +108946,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108886,37 +108969,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [988] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2231), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(988)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2580), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(988), [sym_block_comment] = STATE(988), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108934,22 +109017,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108957,37 +109040,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [989] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2578), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(989)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2343), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(989), [sym_block_comment] = STATE(989), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109005,22 +109088,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109028,37 +109111,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [990] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2350), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(990)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2344), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(990), [sym_block_comment] = STATE(990), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109076,22 +109159,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109099,37 +109182,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [991] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1985), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(991)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2212), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(991), [sym_block_comment] = STATE(991), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109147,22 +109230,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109170,37 +109253,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [992] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2912), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(992)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2945), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(992), [sym_block_comment] = STATE(992), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109218,22 +109301,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109241,108 +109324,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [993] = { - [sym_function_modifiers] = STATE(3341), - [sym_removed_trait_bound] = STATE(1684), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1723), - [sym_bracketed_type] = STATE(3559), - [sym_lifetime] = STATE(3394), - [sym_array_type] = STATE(1684), - [sym_for_lifetimes] = STATE(1591), - [sym_function_type] = STATE(1684), - [sym_tuple_type] = STATE(1684), - [sym_unit_type] = STATE(1684), - [sym_generic_type] = STATE(1649), - [sym_generic_type_with_turbofish] = STATE(3551), - [sym_bounded_type] = STATE(1684), - [sym_reference_type] = STATE(1684), - [sym_pointer_type] = STATE(1684), - [sym_never_type] = STATE(1684), - [sym_abstract_type] = STATE(1684), - [sym_dynamic_type] = STATE(1684), - [sym_macro_invocation] = STATE(1684), - [sym_scoped_identifier] = STATE(3288), - [sym_scoped_type_identifier] = STATE(1548), + [STATE(993)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(3035), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(993), [sym_block_comment] = STATE(993), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_u8] = ACTIONS(3151), - [anon_sym_i8] = ACTIONS(3151), - [anon_sym_u16] = ACTIONS(3151), - [anon_sym_i16] = ACTIONS(3151), - [anon_sym_u32] = ACTIONS(3151), - [anon_sym_i32] = ACTIONS(3151), - [anon_sym_u64] = ACTIONS(3151), - [anon_sym_i64] = ACTIONS(3151), - [anon_sym_u128] = ACTIONS(3151), - [anon_sym_i128] = ACTIONS(3151), - [anon_sym_isize] = ACTIONS(3151), - [anon_sym_usize] = ACTIONS(3151), - [anon_sym_f32] = ACTIONS(3151), - [anon_sym_f64] = ACTIONS(3151), - [anon_sym_bool] = ACTIONS(3151), - [anon_sym_str] = ACTIONS(3151), - [anon_sym_char] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3157), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3159), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3163), - [anon_sym_impl] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3163), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3167), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3171), - [sym_super] = ACTIONS(3171), - [sym_crate] = ACTIONS(3171), - [sym_metavariable] = ACTIONS(3173), - }, - [994] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2351), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), + [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1599), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [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(1317), + [anon_sym_AMP] = ACTIONS(1605), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1609), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(1613), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1615), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), + [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(994)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2213), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(994), [sym_block_comment] = STATE(994), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109360,22 +109443,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109383,37 +109466,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [995] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(3000), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(995)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2214), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(995), [sym_block_comment] = STATE(995), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109431,22 +109514,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109454,37 +109537,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [996] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2396), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(996)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2846), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(996), [sym_block_comment] = STATE(996), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109502,22 +109585,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109525,37 +109608,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [997] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2003), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(997)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2786), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(997), [sym_block_comment] = STATE(997), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109573,22 +109656,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109596,37 +109679,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [998] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2861), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(998)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2405), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(998), [sym_block_comment] = STATE(998), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109644,22 +109727,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109667,37 +109750,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [999] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2002), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(999)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2709), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(999), [sym_block_comment] = STATE(999), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109715,131 +109798,131 @@ 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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3241), + [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [1000] = { - [sym_function_modifiers] = STATE(3367), - [sym_removed_trait_bound] = STATE(1416), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1436), - [sym_bracketed_type] = STATE(3544), - [sym_lifetime] = STATE(3348), - [sym_array_type] = STATE(1416), - [sym_for_lifetimes] = STATE(1584), - [sym_function_type] = STATE(1416), - [sym_tuple_type] = STATE(1416), - [sym_unit_type] = STATE(1416), - [sym_generic_type] = STATE(1083), - [sym_generic_type_with_turbofish] = STATE(3535), - [sym_bounded_type] = STATE(1416), - [sym_reference_type] = STATE(1416), - [sym_pointer_type] = STATE(1416), - [sym_never_type] = STATE(1416), - [sym_abstract_type] = STATE(1416), - [sym_dynamic_type] = STATE(1416), - [sym_macro_invocation] = STATE(1416), - [sym_scoped_identifier] = STATE(3224), - [sym_scoped_type_identifier] = STATE(1034), + [STATE(1000)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(3020), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(1000), [sym_block_comment] = STATE(1000), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3107), - [anon_sym_u8] = ACTIONS(3109), - [anon_sym_i8] = ACTIONS(3109), - [anon_sym_u16] = ACTIONS(3109), - [anon_sym_i16] = ACTIONS(3109), - [anon_sym_u32] = ACTIONS(3109), - [anon_sym_i32] = ACTIONS(3109), - [anon_sym_u64] = ACTIONS(3109), - [anon_sym_i64] = ACTIONS(3109), - [anon_sym_u128] = ACTIONS(3109), - [anon_sym_i128] = ACTIONS(3109), - [anon_sym_isize] = ACTIONS(3109), - [anon_sym_usize] = ACTIONS(3109), - [anon_sym_f32] = ACTIONS(3109), - [anon_sym_f64] = ACTIONS(3109), - [anon_sym_bool] = ACTIONS(3109), - [anon_sym_str] = ACTIONS(3109), - [anon_sym_char] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3119), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3121), - [anon_sym_impl] = ACTIONS(3123), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3125), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3129), - [sym_super] = ACTIONS(3129), - [sym_crate] = ACTIONS(3129), - [sym_metavariable] = ACTIONS(3131), - }, - [1001] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(3325), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), + [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1599), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [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(1317), + [anon_sym_AMP] = ACTIONS(1605), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1609), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(1613), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1615), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), + [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(1001)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2001), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(1995), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(1001), [sym_block_comment] = STATE(1001), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109857,22 +109940,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109880,37 +109963,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [1002] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2016), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(1002)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2577), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(1002), [sym_block_comment] = STATE(1002), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109928,22 +110011,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109951,37 +110034,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [1003] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2008), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(1003)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2009), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(1003), [sym_block_comment] = STATE(1003), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109999,22 +110082,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110022,108 +110105,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [1004] = { - [sym_function_modifiers] = STATE(3341), - [sym_removed_trait_bound] = STATE(1684), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(1860), - [sym_bracketed_type] = STATE(3559), - [sym_lifetime] = STATE(3394), - [sym_array_type] = STATE(1684), - [sym_for_lifetimes] = STATE(1591), - [sym_function_type] = STATE(1684), - [sym_tuple_type] = STATE(1684), - [sym_unit_type] = STATE(1684), - [sym_generic_type] = STATE(1649), - [sym_generic_type_with_turbofish] = STATE(3551), - [sym_bounded_type] = STATE(1684), - [sym_reference_type] = STATE(1684), - [sym_pointer_type] = STATE(1684), - [sym_never_type] = STATE(1684), - [sym_abstract_type] = STATE(1684), - [sym_dynamic_type] = STATE(1684), - [sym_macro_invocation] = STATE(1684), - [sym_scoped_identifier] = STATE(3288), - [sym_scoped_type_identifier] = STATE(1548), + [STATE(1004)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2525), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), + [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(1004), [sym_block_comment] = STATE(1004), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_u8] = ACTIONS(3151), - [anon_sym_i8] = ACTIONS(3151), - [anon_sym_u16] = ACTIONS(3151), - [anon_sym_i16] = ACTIONS(3151), - [anon_sym_u32] = ACTIONS(3151), - [anon_sym_i32] = ACTIONS(3151), - [anon_sym_u64] = ACTIONS(3151), - [anon_sym_i64] = ACTIONS(3151), - [anon_sym_u128] = ACTIONS(3151), - [anon_sym_i128] = ACTIONS(3151), - [anon_sym_isize] = ACTIONS(3151), - [anon_sym_usize] = ACTIONS(3151), - [anon_sym_f32] = ACTIONS(3151), - [anon_sym_f64] = ACTIONS(3151), - [anon_sym_bool] = ACTIONS(3151), - [anon_sym_str] = ACTIONS(3151), - [anon_sym_char] = ACTIONS(3151), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3157), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), - [anon_sym_default] = ACTIONS(3159), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_for] = ACTIONS(1325), - [anon_sym_gen] = ACTIONS(3163), - [anon_sym_impl] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3163), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(3167), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3171), - [sym_super] = ACTIONS(3171), - [sym_crate] = ACTIONS(3171), - [sym_metavariable] = ACTIONS(3173), - }, - [1005] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2680), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), + [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1599), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), + [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(1317), + [anon_sym_AMP] = ACTIONS(1605), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1609), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), + [anon_sym_default] = ACTIONS(1613), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), + [anon_sym_gen] = ACTIONS(1615), + [anon_sym_impl] = ACTIONS(1349), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), + [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(1005)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2012), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(1005), [sym_block_comment] = STATE(1005), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -110141,22 +110224,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110164,37 +110247,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [1006] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2532), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(1006)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2779), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(1006), [sym_block_comment] = STATE(1006), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -110212,22 +110295,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110235,37 +110318,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [1007] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2009), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(1007)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(1990), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(1007), [sym_block_comment] = STATE(1007), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -110283,22 +110366,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110306,37 +110389,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [1008] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2010), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(1008)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(3327), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(1008), [sym_block_comment] = STATE(1008), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -110354,22 +110437,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110377,37 +110460,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [1009] = { - [sym_function_modifiers] = STATE(3386), - [sym_removed_trait_bound] = STATE(1991), - [sym_extern_modifier] = STATE(2387), - [sym__type] = STATE(2511), - [sym_bracketed_type] = STATE(3361), - [sym_lifetime] = STATE(3635), - [sym_array_type] = STATE(1991), - [sym_for_lifetimes] = STATE(1565), - [sym_function_type] = STATE(1991), - [sym_tuple_type] = STATE(1991), - [sym_unit_type] = STATE(1991), - [sym_generic_type] = STATE(1962), - [sym_generic_type_with_turbofish] = STATE(3641), - [sym_bounded_type] = STATE(1991), - [sym_reference_type] = STATE(1991), - [sym_pointer_type] = STATE(1991), - [sym_never_type] = STATE(1991), - [sym_abstract_type] = STATE(1991), - [sym_dynamic_type] = STATE(1991), - [sym_macro_invocation] = STATE(1991), - [sym_scoped_identifier] = STATE(3121), + [STATE(1009)] = { + [sym_function_modifiers] = STATE(3363), + [sym_removed_trait_bound] = STATE(1984), + [sym_extern_modifier] = STATE(2383), + [sym__type] = STATE(2862), + [sym_bracketed_type] = STATE(3353), + [sym_lifetime] = STATE(3418), + [sym_array_type] = STATE(1984), + [sym_for_lifetimes] = STATE(1570), + [sym_function_type] = STATE(1984), + [sym_tuple_type] = STATE(1984), + [sym_unit_type] = STATE(1984), + [sym_generic_type] = STATE(1961), + [sym_generic_type_with_turbofish] = STATE(3438), + [sym_bounded_type] = STATE(1984), + [sym_reference_type] = STATE(1984), + [sym_pointer_type] = STATE(1984), + [sym_never_type] = STATE(1984), + [sym_abstract_type] = STATE(1984), + [sym_dynamic_type] = STATE(1984), + [sym_macro_invocation] = STATE(1984), + [sym_scoped_identifier] = STATE(3071), [sym_scoped_type_identifier] = STATE(1936), [sym_line_comment] = STATE(1009), [sym_block_comment] = STATE(1009), - [aux_sym_function_modifiers_repeat1] = STATE(2239), - [sym_identifier] = ACTIONS(3005), + [aux_sym_function_modifiers_repeat1] = STATE(2237), + [sym_identifier] = ACTIONS(2995), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_QMARK] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_QMARK] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -110425,22 +110508,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(1297), + [anon_sym_BANG] = ACTIONS(1317), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3011), - [anon_sym_async] = ACTIONS(1317), - [anon_sym_const] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(3003), + [anon_sym_async] = ACTIONS(1337), + [anon_sym_const] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1325), + [anon_sym_fn] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1345), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1329), + [anon_sym_impl] = ACTIONS(1349), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1317), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_dyn] = ACTIONS(1335), + [anon_sym_unsafe] = ACTIONS(1337), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym_dyn] = ACTIONS(1355), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110448,17 +110531,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [1010] = { + [STATE(1010)] = { [sym_attribute_item] = STATE(1011), [sym_line_comment] = STATE(1010), [sym_block_comment] = STATE(1010), [aux_sym_enum_variant_list_repeat1] = STATE(1010), [sym_identifier] = ACTIONS(3243), - [anon_sym_LPAREN] = ACTIONS(789), - [anon_sym_LBRACK] = ACTIONS(789), - [anon_sym_RBRACK] = ACTIONS(789), - [anon_sym_LBRACE] = ACTIONS(789), - [anon_sym_STAR] = ACTIONS(789), + [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(3243), [anon_sym_i8] = ACTIONS(3243), [anon_sym_u16] = ACTIONS(3243), @@ -110476,15 +110559,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(3243), [anon_sym_str] = ACTIONS(3243), [anon_sym_char] = ACTIONS(3243), - [anon_sym_DASH] = ACTIONS(789), - [anon_sym_BANG] = ACTIONS(789), - [anon_sym_AMP] = ACTIONS(789), - [anon_sym_PIPE] = ACTIONS(789), - [anon_sym_LT] = ACTIONS(789), - [anon_sym_DOT_DOT] = ACTIONS(789), - [anon_sym_COMMA] = ACTIONS(789), - [anon_sym_COLON_COLON] = ACTIONS(789), - [anon_sym_POUND] = ACTIONS(815), + [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(3243), [anon_sym_async] = ACTIONS(3243), [anon_sym_break] = ACTIONS(3243), @@ -110504,9 +110587,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(3243), [anon_sym_move] = ACTIONS(3243), [anon_sym_try] = ACTIONS(3243), - [sym_integer_literal] = ACTIONS(789), - [aux_sym_string_literal_token1] = ACTIONS(789), - [sym_char_literal] = ACTIONS(789), + [sym_integer_literal] = ACTIONS(759), + [aux_sym_string_literal_token1] = ACTIONS(759), + [sym_char_literal] = ACTIONS(759), [anon_sym_true] = ACTIONS(3243), [anon_sym_false] = ACTIONS(3243), [anon_sym_SLASH_SLASH] = ACTIONS(103), @@ -110514,11 +110597,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_self] = ACTIONS(3243), [sym_super] = ACTIONS(3243), [sym_crate] = ACTIONS(3243), - [sym_metavariable] = ACTIONS(789), - [sym__raw_string_literal_start] = ACTIONS(789), - [sym_float_literal] = ACTIONS(789), + [sym_metavariable] = ACTIONS(759), + [sym__raw_string_literal_start] = ACTIONS(759), + [sym_float_literal] = ACTIONS(759), }, - [1011] = { + [STATE(1011)] = { [sym_line_comment] = STATE(1011), [sym_block_comment] = STATE(1011), [sym_identifier] = ACTIONS(3245), @@ -110586,76 +110669,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(3247), [sym_float_literal] = ACTIONS(3247), }, - [1012] = { + [STATE(1012)] = { [sym_line_comment] = STATE(1012), [sym_block_comment] = STATE(1012), - [sym_identifier] = ACTIONS(3249), - [anon_sym_LPAREN] = ACTIONS(3251), - [anon_sym_LBRACK] = ACTIONS(3251), - [anon_sym_LBRACE] = ACTIONS(3251), - [anon_sym_STAR] = ACTIONS(3251), - [anon_sym_u8] = ACTIONS(3249), - [anon_sym_i8] = ACTIONS(3249), - [anon_sym_u16] = ACTIONS(3249), - [anon_sym_i16] = ACTIONS(3249), - [anon_sym_u32] = ACTIONS(3249), - [anon_sym_i32] = ACTIONS(3249), - [anon_sym_u64] = ACTIONS(3249), - [anon_sym_i64] = ACTIONS(3249), - [anon_sym_u128] = ACTIONS(3249), - [anon_sym_i128] = ACTIONS(3249), - [anon_sym_isize] = ACTIONS(3249), - [anon_sym_usize] = ACTIONS(3249), - [anon_sym_f32] = ACTIONS(3249), - [anon_sym_f64] = ACTIONS(3249), - [anon_sym_bool] = ACTIONS(3249), - [anon_sym_str] = ACTIONS(3249), - [anon_sym_char] = ACTIONS(3249), - [anon_sym_DASH] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_AMP] = ACTIONS(3251), - [anon_sym_PIPE] = ACTIONS(3251), - [anon_sym_LT] = ACTIONS(3251), - [anon_sym__] = ACTIONS(3249), - [anon_sym_DOT_DOT] = ACTIONS(3251), - [anon_sym_COLON_COLON] = ACTIONS(3251), - [anon_sym_DASH_GT] = ACTIONS(3251), - [anon_sym_SQUOTE] = ACTIONS(3249), - [anon_sym_async] = ACTIONS(3249), - [anon_sym_break] = ACTIONS(3249), - [anon_sym_const] = ACTIONS(3249), - [anon_sym_continue] = ACTIONS(3249), - [anon_sym_default] = ACTIONS(3249), - [anon_sym_for] = ACTIONS(3249), - [anon_sym_gen] = ACTIONS(3249), - [anon_sym_if] = ACTIONS(3249), - [anon_sym_loop] = ACTIONS(3249), - [anon_sym_match] = ACTIONS(3249), - [anon_sym_return] = ACTIONS(3249), - [anon_sym_static] = ACTIONS(3249), - [anon_sym_union] = ACTIONS(3249), - [anon_sym_unsafe] = ACTIONS(3249), - [anon_sym_while] = ACTIONS(3249), - [anon_sym_yield] = ACTIONS(3249), - [anon_sym_move] = ACTIONS(3249), - [anon_sym_try] = ACTIONS(3249), - [sym_integer_literal] = ACTIONS(3251), - [aux_sym_string_literal_token1] = ACTIONS(3251), - [sym_char_literal] = ACTIONS(3251), - [anon_sym_true] = ACTIONS(3249), - [anon_sym_false] = ACTIONS(3249), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3249), - [sym_super] = ACTIONS(3249), - [sym_crate] = ACTIONS(3249), - [sym_metavariable] = ACTIONS(3251), - [sym__raw_string_literal_start] = ACTIONS(3251), - [sym_float_literal] = ACTIONS(3251), - }, - [1013] = { - [sym_line_comment] = STATE(1013), - [sym_block_comment] = STATE(1013), [sym_identifier] = ACTIONS(1587), [anon_sym_LPAREN] = ACTIONS(1589), [anon_sym_LBRACK] = ACTIONS(1589), @@ -110720,1903 +110736,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1589), [sym_float_literal] = ACTIONS(1589), }, -}; - -static const uint16_t ts_small_parse_table[] = { - [0] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1014), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1097), 18, - sym__raw_string_literal_start, - sym_float_literal, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT, - anon_sym_DOT_DOT, - anon_sym_COLON_COLON, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, - sym_metavariable, - ACTIONS(3253), 42, - 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_SQUOTE, - anon_sym_async, - anon_sym_break, - anon_sym_const, - anon_sym_continue, - anon_sym_default, - anon_sym_for, - anon_sym_gen, - anon_sym_if, - anon_sym_loop, - anon_sym_match, - anon_sym_return, - anon_sym_static, - anon_sym_union, - anon_sym_unsafe, - anon_sym_while, - anon_sym_yield, - anon_sym_move, - anon_sym_try, - anon_sym_true, - anon_sym_false, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [75] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1015), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2099), 17, - sym__raw_string_literal_start, - sym_float_literal, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON_COLON, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, - sym_metavariable, - ACTIONS(2101), 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__, - anon_sym_DOT_DOT, - anon_sym_SQUOTE, - 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_ref, - anon_sym_dyn, - sym_mutable_specifier, - anon_sym_true, - anon_sym_false, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [146] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1016), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3257), 20, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_COMMA, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, - sym_metavariable, - ACTIONS(3255), 35, - 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_else, - anon_sym_dyn, - sym_mutable_specifier, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [216] = 21, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1295), 1, - anon_sym_DASH, - ACTIONS(1341), 1, - aux_sym_string_literal_token1, - ACTIONS(1351), 1, - sym__raw_string_literal_start, - ACTIONS(2471), 1, - anon_sym_COLON_COLON, - ACTIONS(3259), 1, - sym_identifier, - ACTIONS(3269), 1, - sym_metavariable, - STATE(2074), 1, - sym_scoped_identifier, - STATE(2129), 1, - sym__literal_pattern, - STATE(3353), 1, - sym_bracketed_type, - STATE(3379), 1, - sym_generic_type_with_turbofish, - ACTIONS(1343), 2, - anon_sym_true, - anon_sym_false, - STATE(1017), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1339), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3263), 3, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - ACTIONS(3267), 3, - sym_self, - sym_super, - sym_crate, - STATE(2037), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3261), 7, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_COMMA, - ACTIONS(3265), 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, - [316] = 21, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1295), 1, - anon_sym_DASH, - ACTIONS(1341), 1, - aux_sym_string_literal_token1, - ACTIONS(1351), 1, - sym__raw_string_literal_start, - ACTIONS(2471), 1, - anon_sym_COLON_COLON, - ACTIONS(3271), 1, - sym_identifier, - ACTIONS(3281), 1, - sym_metavariable, - STATE(2079), 1, - sym_scoped_identifier, - STATE(2121), 1, - sym__literal_pattern, - STATE(3353), 1, - sym_bracketed_type, - STATE(3379), 1, - sym_generic_type_with_turbofish, - ACTIONS(1343), 2, - anon_sym_true, - anon_sym_false, - STATE(1018), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1339), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3275), 3, - anon_sym_COLON, - anon_sym_else, - anon_sym_in, - ACTIONS(3279), 3, - sym_self, - sym_super, - sym_crate, - STATE(2037), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3273), 7, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_COMMA, - ACTIONS(3277), 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, - [416] = 12, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3287), 1, - anon_sym_BANG, - ACTIONS(3289), 1, - anon_sym_COLON_COLON, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(3293), 1, - anon_sym_move, - STATE(1421), 1, - sym_block, - STATE(3569), 1, - sym_label, - STATE(1019), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3285), 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(3283), 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, - [495] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3297), 1, - anon_sym_LPAREN, - ACTIONS(3301), 1, - anon_sym_BANG, - ACTIONS(3303), 1, - anon_sym_COLON_COLON, - ACTIONS(3305), 1, - anon_sym_LT2, - STATE(1089), 1, - sym_type_arguments, - STATE(1095), 1, - sym_parameters, - STATE(1020), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3299), 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(3295), 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, - [572] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1021), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1051), 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(1049), 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, - [636] = 10, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3297), 1, - anon_sym_LPAREN, - ACTIONS(3305), 1, - anon_sym_LT2, - ACTIONS(3311), 1, - anon_sym_COLON_COLON, - STATE(1089), 1, - sym_type_arguments, - STATE(1095), 1, - sym_parameters, - STATE(1022), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3309), 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(3307), 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, - [710] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1023), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1047), 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(1045), 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, - [774] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1024), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1475), 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(1477), 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, - [838] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1025), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1257), 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(1259), 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, - [902] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1026), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1415), 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(1417), 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, - [966] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1027), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1269), 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(1271), 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, - [1030] = 10, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3297), 1, - anon_sym_LPAREN, - ACTIONS(3305), 1, - anon_sym_LT2, - ACTIONS(3311), 1, - anon_sym_COLON_COLON, - STATE(1089), 1, - sym_type_arguments, - STATE(1095), 1, - sym_parameters, - STATE(1028), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3315), 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(3313), 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, - [1104] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1029), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1273), 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(1275), 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, - [1168] = 10, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3297), 1, - anon_sym_LPAREN, - ACTIONS(3305), 1, - anon_sym_LT2, - ACTIONS(3311), 1, - anon_sym_COLON_COLON, - STATE(1089), 1, - sym_type_arguments, - STATE(1095), 1, - sym_parameters, - STATE(1030), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3319), 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(3317), 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, - [1242] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1031), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1265), 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(1267), 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, - [1306] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1032), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1261), 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(1263), 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, - [1370] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1033), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2187), 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, - sym_metavariable, - ACTIONS(2189), 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, - [1433] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3297), 1, - anon_sym_LPAREN, - ACTIONS(3305), 1, - anon_sym_LT2, - STATE(1090), 1, - sym_type_arguments, - STATE(1096), 1, - sym_parameters, - STATE(1034), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3323), 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(3321), 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, - [1504] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1035), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2733), 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, - sym_metavariable, - ACTIONS(2735), 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, - [1567] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3297), 1, - anon_sym_LPAREN, - ACTIONS(3305), 1, - anon_sym_LT2, - STATE(1090), 1, - sym_type_arguments, - STATE(1096), 1, - sym_parameters, - STATE(1036), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3327), 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(3325), 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, - [1638] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1037), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1907), 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, - sym_metavariable, - ACTIONS(1909), 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, - [1701] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3333), 1, - anon_sym_BANG, - ACTIONS(3335), 1, - anon_sym_COLON_COLON, - STATE(1038), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3331), 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(3329), 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_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, - [1768] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1039), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1755), 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, - sym_metavariable, - ACTIONS(1757), 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, - [1831] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3297), 1, - anon_sym_LPAREN, - ACTIONS(3305), 1, - anon_sym_LT2, - STATE(1090), 1, - sym_type_arguments, - STATE(1096), 1, - sym_parameters, - STATE(1040), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3339), 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(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, - [1902] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3345), 1, - anon_sym_BANG, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - STATE(1041), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3343), 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(3341), 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_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, - [1969] = 7, + [STATE(1013)] = { + [sym_line_comment] = STATE(1013), + [sym_block_comment] = STATE(1013), + [sym_identifier] = ACTIONS(3249), + [anon_sym_LPAREN] = ACTIONS(3251), + [anon_sym_LBRACK] = ACTIONS(3251), + [anon_sym_LBRACE] = ACTIONS(3251), + [anon_sym_STAR] = ACTIONS(3251), + [anon_sym_u8] = ACTIONS(3249), + [anon_sym_i8] = ACTIONS(3249), + [anon_sym_u16] = ACTIONS(3249), + [anon_sym_i16] = ACTIONS(3249), + [anon_sym_u32] = ACTIONS(3249), + [anon_sym_i32] = ACTIONS(3249), + [anon_sym_u64] = ACTIONS(3249), + [anon_sym_i64] = ACTIONS(3249), + [anon_sym_u128] = ACTIONS(3249), + [anon_sym_i128] = ACTIONS(3249), + [anon_sym_isize] = ACTIONS(3249), + [anon_sym_usize] = ACTIONS(3249), + [anon_sym_f32] = ACTIONS(3249), + [anon_sym_f64] = ACTIONS(3249), + [anon_sym_bool] = ACTIONS(3249), + [anon_sym_str] = ACTIONS(3249), + [anon_sym_char] = ACTIONS(3249), + [anon_sym_DASH] = ACTIONS(3249), + [anon_sym_BANG] = ACTIONS(3251), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym_PIPE] = ACTIONS(3251), + [anon_sym_LT] = ACTIONS(3251), + [anon_sym__] = ACTIONS(3249), + [anon_sym_DOT_DOT] = ACTIONS(3251), + [anon_sym_COLON_COLON] = ACTIONS(3251), + [anon_sym_DASH_GT] = ACTIONS(3251), + [anon_sym_SQUOTE] = ACTIONS(3249), + [anon_sym_async] = ACTIONS(3249), + [anon_sym_break] = ACTIONS(3249), + [anon_sym_const] = ACTIONS(3249), + [anon_sym_continue] = ACTIONS(3249), + [anon_sym_default] = ACTIONS(3249), + [anon_sym_for] = ACTIONS(3249), + [anon_sym_gen] = ACTIONS(3249), + [anon_sym_if] = ACTIONS(3249), + [anon_sym_loop] = ACTIONS(3249), + [anon_sym_match] = ACTIONS(3249), + [anon_sym_return] = ACTIONS(3249), + [anon_sym_static] = ACTIONS(3249), + [anon_sym_union] = ACTIONS(3249), + [anon_sym_unsafe] = ACTIONS(3249), + [anon_sym_while] = ACTIONS(3249), + [anon_sym_yield] = ACTIONS(3249), + [anon_sym_move] = ACTIONS(3249), + [anon_sym_try] = ACTIONS(3249), + [sym_integer_literal] = ACTIONS(3251), + [aux_sym_string_literal_token1] = ACTIONS(3251), + [sym_char_literal] = ACTIONS(3251), + [anon_sym_true] = ACTIONS(3249), + [anon_sym_false] = ACTIONS(3249), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3249), + [sym_super] = ACTIONS(3249), + [sym_crate] = ACTIONS(3249), + [sym_metavariable] = ACTIONS(3251), + [sym__raw_string_literal_start] = ACTIONS(3251), + [sym_float_literal] = ACTIONS(3251), + }, +}; + +static const uint16_t ts_small_parse_table[] = { + [0] = 5, 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(1042), 2, + STATE(1014), 2, sym_line_comment, sym_block_comment, - ACTIONS(3351), 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(3349), 29, - anon_sym_SEMI, + ACTIONS(1123), 18, + sym__raw_string_literal_start, + sym_float_literal, 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_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, - [2036] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3297), 1, - anon_sym_LPAREN, - ACTIONS(3305), 1, - anon_sym_LT2, - STATE(1090), 1, - sym_type_arguments, - STATE(1096), 1, - sym_parameters, - STATE(1043), 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_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), 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, - [2107] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1044), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2199), 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, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, sym_metavariable, - ACTIONS(2201), 39, + ACTIONS(3253), 42, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -112634,58 +110851,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, + anon_sym_SQUOTE, anon_sym_async, + anon_sym_break, anon_sym_const, + anon_sym_continue, 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_if, + anon_sym_loop, + anon_sym_match, + anon_sym_return, 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_while, + anon_sym_yield, + anon_sym_move, + anon_sym_try, + anon_sym_true, + anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [2170] = 7, + [75] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3365), 1, - anon_sym_POUND, - STATE(1468), 2, - sym_attribute_item, - sym_inner_attribute_item, - STATE(1045), 3, + STATE(1015), 2, sym_line_comment, sym_block_comment, - aux_sym_match_arm_repeat1, - ACTIONS(3363), 14, + ACTIONS(2085), 17, sym__raw_string_literal_start, sym_float_literal, anon_sym_LPAREN, anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_QMARK, anon_sym_DASH, + anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_LT, - anon_sym_DOT_DOT, + anon_sym_DOT_DOT_DOT, anon_sym_COLON_COLON, sym_integer_literal, aux_sym_string_literal_token1, sym_char_literal, sym_metavariable, - ACTIONS(3361), 30, + ACTIONS(2087), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -112704,11 +110921,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_str, anon_sym_char, anon_sym__, + anon_sym_DOT_DOT, + anon_sym_SQUOTE, + 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_ref, + anon_sym_dyn, sym_mutable_specifier, anon_sym_true, anon_sym_false, @@ -112716,37 +110942,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [2237] = 7, + [146] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3372), 1, - anon_sym_BANG, - ACTIONS(3374), 1, - anon_sym_COLON_COLON, - STATE(1046), 2, + STATE(1016), 2, sym_line_comment, sym_block_comment, - ACTIONS(3370), 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(3368), 29, + ACTIONS(3257), 20, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -112754,90 +110958,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_PLUS, + anon_sym_STAR, 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_BANG, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, anon_sym_COMMA, + anon_sym_COLON_COLON, anon_sym_SQUOTE, - anon_sym_as, + sym_metavariable, + ACTIONS(3255), 35, + 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_else, - anon_sym_LT2, - [2304] = 27, + anon_sym_dyn, + sym_mutable_specifier, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [216] = 21, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1331), 1, - anon_sym_extern, - ACTIONS(3107), 1, - anon_sym_QMARK, - ACTIONS(3119), 1, - anon_sym_fn, - ACTIONS(3376), 1, - sym_identifier, - ACTIONS(3378), 1, - anon_sym_LPAREN, - ACTIONS(3382), 1, + ACTIONS(1315), 1, + anon_sym_DASH, + ACTIONS(1361), 1, + aux_sym_string_literal_token1, + ACTIONS(1371), 1, + sym__raw_string_literal_start, + ACTIONS(1817), 1, anon_sym_COLON_COLON, - ACTIONS(3384), 1, - anon_sym_default, - ACTIONS(3386), 1, - anon_sym_for, - ACTIONS(3392), 1, + ACTIONS(3259), 1, + sym_identifier, + ACTIONS(3269), 1, sym_metavariable, - STATE(1043), 1, - sym_scoped_type_identifier, - STATE(1093), 1, - sym_generic_type, - STATE(1584), 1, - sym_for_lifetimes, - STATE(2239), 1, - aux_sym_function_modifiers_repeat1, - STATE(2387), 1, - sym_extern_modifier, - STATE(3367), 1, - sym_function_modifiers, - STATE(3513), 1, + STATE(2059), 1, sym_scoped_identifier, - STATE(3546), 1, - sym_generic_type_with_turbofish, - STATE(3556), 1, + STATE(2109), 1, + sym__literal_pattern, + STATE(3345), 1, sym_bracketed_type, - ACTIONS(3388), 2, - anon_sym_gen, - anon_sym_union, - STATE(1047), 2, + STATE(3370), 1, + sym_generic_type_with_turbofish, + ACTIONS(1363), 2, + anon_sym_true, + anon_sym_false, + STATE(1017), 2, sym_line_comment, sym_block_comment, - ACTIONS(1317), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3390), 3, + ACTIONS(1359), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3263), 3, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + ACTIONS(3267), 3, sym_self, sym_super, sym_crate, - STATE(1439), 3, - sym_removed_trait_bound, - sym_function_type, - sym_tuple_type, - ACTIONS(3380), 17, + STATE(2031), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3261), 7, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_COMMA, + ACTIONS(3265), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -112855,68 +111083,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [2410] = 27, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [316] = 21, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1291), 1, - anon_sym_QMARK, - ACTIONS(1323), 1, - anon_sym_fn, - ACTIONS(1331), 1, - anon_sym_extern, - ACTIONS(3394), 1, - sym_identifier, - ACTIONS(3396), 1, - anon_sym_LPAREN, - ACTIONS(3400), 1, + ACTIONS(1315), 1, + anon_sym_DASH, + ACTIONS(1361), 1, + aux_sym_string_literal_token1, + ACTIONS(1371), 1, + sym__raw_string_literal_start, + ACTIONS(1817), 1, anon_sym_COLON_COLON, - ACTIONS(3402), 1, - anon_sym_default, - ACTIONS(3404), 1, - anon_sym_for, - ACTIONS(3410), 1, + ACTIONS(3271), 1, + sym_identifier, + ACTIONS(3281), 1, sym_metavariable, - STATE(1565), 1, - sym_for_lifetimes, - STATE(1935), 1, - sym_scoped_type_identifier, - STATE(1966), 1, - sym_generic_type, - STATE(2239), 1, - aux_sym_function_modifiers_repeat1, - STATE(2387), 1, - sym_extern_modifier, - STATE(3369), 1, - sym_generic_type_with_turbofish, - STATE(3386), 1, - sym_function_modifiers, - STATE(3462), 1, + STATE(2054), 1, sym_scoped_identifier, - STATE(3499), 1, + STATE(2141), 1, + sym__literal_pattern, + STATE(3345), 1, sym_bracketed_type, - ACTIONS(3406), 2, - anon_sym_gen, - anon_sym_union, - STATE(1048), 2, + STATE(3370), 1, + sym_generic_type_with_turbofish, + ACTIONS(1363), 2, + anon_sym_true, + anon_sym_false, + STATE(1018), 2, sym_line_comment, sym_block_comment, - ACTIONS(1317), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3408), 3, + ACTIONS(1359), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3275), 3, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + ACTIONS(3279), 3, sym_self, sym_super, sym_crate, - STATE(1994), 3, - sym_removed_trait_bound, - sym_function_type, - sym_tuple_type, - ACTIONS(3398), 17, + STATE(2031), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3273), 7, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_COMMA, + ACTIONS(3277), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -112934,22 +111162,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [2516] = 5, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [416] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3285), 1, + anon_sym_LPAREN, + ACTIONS(3289), 1, + anon_sym_BANG, + ACTIONS(3291), 1, + anon_sym_COLON_COLON, + ACTIONS(3293), 1, + anon_sym_LT2, + STATE(1262), 1, + sym_type_arguments, + STATE(1288), 1, + sym_parameters, + STATE(1019), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3287), 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(3283), 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, + [493] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1049), 2, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3299), 1, + anon_sym_BANG, + ACTIONS(3301), 1, + anon_sym_COLON_COLON, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(3305), 1, + anon_sym_move, + STATE(1394), 1, + sym_block, + STATE(3558), 1, + sym_label, + STATE(1020), 2, sym_line_comment, sym_block_comment, - ACTIONS(3372), 16, + ACTIONS(3297), 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, @@ -112959,13 +111269,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3374), 31, + ACTIONS(3295), 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, @@ -112987,38 +111296,46 @@ 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_SQUOTE, anon_sym_as, anon_sym_else, - [2578] = 5, + [572] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1050), 2, + ACTIONS(3285), 1, + anon_sym_LPAREN, + ACTIONS(3293), 1, + anon_sym_LT2, + ACTIONS(3311), 1, + anon_sym_COLON_COLON, + STATE(1262), 1, + sym_type_arguments, + STATE(1288), 1, + sym_parameters, + STATE(1021), 2, sym_line_comment, sym_block_comment, - ACTIONS(3333), 16, + ACTIONS(3309), 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), 31, + ACTIONS(3307), 27, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, @@ -113035,81 +111352,36 @@ 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_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [2640] = 27, - ACTIONS(29), 1, - anon_sym_LT, + [646] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1325), 1, - anon_sym_for, - ACTIONS(1331), 1, - anon_sym_extern, - ACTIONS(3149), 1, - anon_sym_QMARK, - ACTIONS(3161), 1, - anon_sym_fn, - ACTIONS(3412), 1, - sym_identifier, - ACTIONS(3414), 1, + STATE(1022), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3315), 10, anon_sym_LPAREN, - ACTIONS(3418), 1, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_LT, anon_sym_COLON_COLON, - ACTIONS(3420), 1, - anon_sym_default, - ACTIONS(3426), 1, + anon_sym_SQUOTE, sym_metavariable, - STATE(1540), 1, - sym_scoped_type_identifier, - STATE(1591), 1, - sym_for_lifetimes, - STATE(1619), 1, - sym_generic_type, - STATE(2239), 1, - aux_sym_function_modifiers_repeat1, - STATE(2387), 1, - sym_extern_modifier, - STATE(3341), 1, - sym_function_modifiers, - STATE(3538), 1, - sym_scoped_identifier, - STATE(3554), 1, - sym_generic_type_with_turbofish, - STATE(3560), 1, - sym_bracketed_type, - ACTIONS(3422), 2, - anon_sym_gen, - anon_sym_union, - STATE(1051), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1317), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3424), 3, - sym_self, - sym_super, - sym_crate, - STATE(1729), 3, - sym_removed_trait_bound, - sym_function_type, - sym_tuple_type, - ACTIONS(3416), 17, + ACTIONS(3313), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -113127,65 +111399,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [2746] = 24, - 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(3396), 1, - anon_sym_LPAREN, - ACTIONS(3400), 1, - anon_sym_COLON_COLON, - ACTIONS(3410), 1, - sym_metavariable, - ACTIONS(3428), 1, - sym_identifier, - ACTIONS(3432), 1, - anon_sym_STAR, - ACTIONS(3436), 1, - anon_sym_AMP, - ACTIONS(3438), 1, - anon_sym_SQUOTE, - ACTIONS(3440), 1, - anon_sym_for, - STATE(2664), 1, - sym_where_predicate, - STATE(2698), 1, - sym_scoped_type_identifier, - STATE(3038), 1, - sym_generic_type, - STATE(3369), 1, - sym_generic_type_with_turbofish, - STATE(3462), 1, - sym_scoped_identifier, - STATE(3499), 1, - sym_bracketed_type, - ACTIONS(3430), 2, - anon_sym_SEMI, - anon_sym_LBRACE, - STATE(1052), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3406), 3, + 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_mod, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, anon_sym_union, - ACTIONS(3408), 3, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + anon_sym_dyn, + sym_identifier, sym_self, sym_super, sym_crate, - STATE(3293), 6, - sym_higher_ranked_trait_bound, - sym_lifetime, - sym_array_type, - sym_tuple_type, - sym_reference_type, - sym_pointer_type, - ACTIONS(3434), 17, + [710] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1023), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1289), 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(1291), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -113203,68 +111457,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [2846] = 27, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1291), 1, - anon_sym_QMARK, - ACTIONS(1323), 1, - anon_sym_fn, - ACTIONS(1325), 1, - anon_sym_for, - ACTIONS(1331), 1, - anon_sym_extern, - ACTIONS(3396), 1, - anon_sym_LPAREN, - ACTIONS(3400), 1, - anon_sym_COLON_COLON, - ACTIONS(3402), 1, + anon_sym_async, + anon_sym_const, anon_sym_default, - ACTIONS(3410), 1, - sym_metavariable, - ACTIONS(3442), 1, - sym_identifier, - STATE(1565), 1, - sym_for_lifetimes, - STATE(1933), 1, - sym_scoped_type_identifier, - STATE(1980), 1, - sym_generic_type, - STATE(2239), 1, - aux_sym_function_modifiers_repeat1, - STATE(2387), 1, - sym_extern_modifier, - STATE(3369), 1, - sym_generic_type_with_turbofish, - STATE(3386), 1, - sym_function_modifiers, - STATE(3462), 1, - sym_scoped_identifier, - STATE(3499), 1, - sym_bracketed_type, - ACTIONS(3406), 2, + 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, - STATE(1053), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1317), 3, - anon_sym_async, - anon_sym_const, anon_sym_unsafe, - ACTIONS(3408), 3, + anon_sym_use, + anon_sym_extern, + sym_identifier, sym_self, sym_super, sym_crate, - STATE(2005), 3, - sym_removed_trait_bound, - sym_function_type, - sym_tuple_type, - ACTIONS(3398), 17, + [774] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1024), 2, + sym_line_comment, + sym_block_comment, + 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, @@ -113282,125 +111516,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [2952] = 5, + 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, + [838] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1054), 2, + STATE(1025), 2, sym_line_comment, sym_block_comment, - ACTIONS(3345), 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(3347), 31, + ACTIONS(1047), 9, 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, - [3014] = 27, - ACTIONS(29), 1, + anon_sym_EQ_GT, + anon_sym_PIPE, anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1325), 1, - anon_sym_for, - ACTIONS(1331), 1, - anon_sym_extern, - ACTIONS(3107), 1, - anon_sym_QMARK, - ACTIONS(3119), 1, - anon_sym_fn, - ACTIONS(3378), 1, - anon_sym_LPAREN, - ACTIONS(3382), 1, anon_sym_COLON_COLON, - ACTIONS(3384), 1, - anon_sym_default, - ACTIONS(3392), 1, + anon_sym_POUND, sym_metavariable, - ACTIONS(3444), 1, - sym_identifier, - STATE(1040), 1, - sym_scoped_type_identifier, - STATE(1158), 1, - sym_generic_type, - STATE(1584), 1, - sym_for_lifetimes, - STATE(2239), 1, - aux_sym_function_modifiers_repeat1, - STATE(2387), 1, - sym_extern_modifier, - STATE(3367), 1, - sym_function_modifiers, - STATE(3513), 1, - sym_scoped_identifier, - STATE(3546), 1, - sym_generic_type_with_turbofish, - STATE(3556), 1, - sym_bracketed_type, - ACTIONS(3388), 2, - anon_sym_gen, - anon_sym_union, - STATE(1055), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1317), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3390), 3, - sym_self, - sym_super, - sym_crate, - STATE(1410), 3, - sym_removed_trait_bound, - sym_function_type, - sym_tuple_type, - ACTIONS(3380), 17, + ACTIONS(1045), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -113418,65 +111575,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [3120] = 24, - 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(3396), 1, - anon_sym_LPAREN, - ACTIONS(3400), 1, - anon_sym_COLON_COLON, - ACTIONS(3410), 1, - sym_metavariable, - ACTIONS(3428), 1, - sym_identifier, - ACTIONS(3432), 1, - anon_sym_STAR, - ACTIONS(3436), 1, - anon_sym_AMP, - ACTIONS(3438), 1, - anon_sym_SQUOTE, - ACTIONS(3440), 1, - anon_sym_for, - STATE(2664), 1, - sym_where_predicate, - STATE(2698), 1, - sym_scoped_type_identifier, - STATE(3038), 1, - sym_generic_type, - STATE(3369), 1, - sym_generic_type_with_turbofish, - STATE(3462), 1, - sym_scoped_identifier, - STATE(3499), 1, - sym_bracketed_type, - ACTIONS(3446), 2, - anon_sym_SEMI, - anon_sym_LBRACE, - STATE(1056), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3406), 3, + 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, - ACTIONS(3408), 3, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, sym_self, sym_super, sym_crate, - STATE(3293), 6, - sym_higher_ranked_trait_bound, - sym_lifetime, - sym_array_type, - sym_tuple_type, - sym_reference_type, - sym_pointer_type, - ACTIONS(3434), 17, + [902] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1026), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1051), 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(1049), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -113494,129 +111634,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [3220] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3301), 1, - anon_sym_BANG, - ACTIONS(3448), 1, - anon_sym_LBRACE, - ACTIONS(3450), 1, - anon_sym_COLON_COLON, - STATE(1473), 1, - sym_field_initializer_list, - STATE(1057), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1357), 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(1359), 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, - [3290] = 27, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1331), 1, - anon_sym_extern, - ACTIONS(3149), 1, - anon_sym_QMARK, - ACTIONS(3161), 1, - anon_sym_fn, - ACTIONS(3414), 1, - anon_sym_LPAREN, - ACTIONS(3418), 1, - anon_sym_COLON_COLON, - ACTIONS(3420), 1, - anon_sym_default, - ACTIONS(3426), 1, - sym_metavariable, - ACTIONS(3452), 1, - sym_identifier, - ACTIONS(3454), 1, - anon_sym_for, - STATE(1557), 1, - sym_scoped_type_identifier, - STATE(1591), 1, - sym_for_lifetimes, - STATE(1628), 1, - sym_generic_type, - STATE(2239), 1, - aux_sym_function_modifiers_repeat1, - STATE(2387), 1, - sym_extern_modifier, - STATE(3341), 1, - sym_function_modifiers, - STATE(3538), 1, - sym_scoped_identifier, - STATE(3554), 1, - sym_generic_type_with_turbofish, - STATE(3560), 1, - sym_bracketed_type, - ACTIONS(3422), 2, - anon_sym_gen, - anon_sym_union, - STATE(1058), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1317), 3, 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, - ACTIONS(3424), 3, + anon_sym_use, + anon_sym_extern, + sym_identifier, sym_self, sym_super, sym_crate, - STATE(1697), 3, - sym_removed_trait_bound, - sym_function_type, - sym_tuple_type, - ACTIONS(3416), 17, + [966] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1027), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1265), 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(1267), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -113634,149 +111693,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [3396] = 8, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3289), 1, - anon_sym_COLON_COLON, - ACTIONS(3456), 1, - anon_sym_BANG, - STATE(1059), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3458), 6, 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, - ACTIONS(3285), 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(3283), 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, - [3464] = 5, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [1030] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1060), 2, + STATE(1028), 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), 31, + ACTIONS(1269), 9, 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, - [3526] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3460), 1, - anon_sym_POUND, - STATE(1405), 1, - sym_attribute_item, - STATE(1061), 3, - sym_line_comment, - sym_block_comment, - aux_sym_enum_variant_list_repeat1, - ACTIONS(789), 11, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_AMP, + anon_sym_EQ_GT, + anon_sym_PIPE, anon_sym_LT, anon_sym_COLON_COLON, - anon_sym_SQUOTE, - sym_integer_literal, + anon_sym_POUND, sym_metavariable, - ACTIONS(3243), 33, + ACTIONS(1271), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -113797,105 +111755,45 @@ 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_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, - anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, - [3592] = 12, - ACTIONS(19), 1, - anon_sym_LBRACE, + [1094] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3289), 1, - anon_sym_COLON_COLON, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(3456), 1, - anon_sym_BANG, - ACTIONS(3463), 1, - anon_sym_move, - STATE(395), 1, - sym_block, - STATE(3355), 1, - sym_label, - STATE(1062), 2, + STATE(1029), 2, sym_line_comment, sym_block_comment, - ACTIONS(3285), 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(3283), 24, + ACTIONS(1273), 9, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LBRACK, + 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_as, - [3667] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1063), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3467), 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_EQ_GT, + anon_sym_PIPE, anon_sym_LT, anon_sym_COLON_COLON, - anon_sym_SQUOTE, + anon_sym_POUND, sym_metavariable, - ACTIONS(3465), 33, + ACTIONS(1275), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -113916,99 +111814,45 @@ 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_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_where, + anon_sym_use, anon_sym_extern, - anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, - [3728] = 6, + [1158] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3469), 1, - anon_sym_LBRACE, - STATE(1064), 2, + STATE(1030), 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, + ACTIONS(1257), 9, 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_COLON_COLON, - anon_sym_as, - anon_sym_else, - [3791] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1065), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3473), 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_EQ_GT, + anon_sym_PIPE, anon_sym_LT, anon_sym_COLON_COLON, - anon_sym_SQUOTE, + anon_sym_POUND, sym_metavariable, - ACTIONS(3471), 33, + ACTIONS(1259), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114029,42 +111873,45 @@ 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_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_where, + anon_sym_use, anon_sym_extern, - anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, - [3852] = 5, + [1222] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1066), 2, + STATE(1031), 2, sym_line_comment, sym_block_comment, - ACTIONS(3477), 13, + ACTIONS(1261), 9, 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_EQ_GT, + anon_sym_PIPE, anon_sym_LT, anon_sym_COLON_COLON, - anon_sym_SQUOTE, + anon_sym_POUND, sym_metavariable, - ACTIONS(3475), 33, + ACTIONS(1263), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114085,42 +111932,174 @@ 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_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_where, + anon_sym_use, anon_sym_extern, - anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, - [3913] = 5, + [1286] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1067), 2, + ACTIONS(3285), 1, + anon_sym_LPAREN, + ACTIONS(3293), 1, + anon_sym_LT2, + ACTIONS(3311), 1, + anon_sym_COLON_COLON, + STATE(1262), 1, + sym_type_arguments, + STATE(1288), 1, + sym_parameters, + STATE(1032), 2, sym_line_comment, sym_block_comment, - ACTIONS(3481), 13, + ACTIONS(3319), 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(3317), 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, + [1360] = 10, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3285), 1, anon_sym_LPAREN, + ACTIONS(3293), 1, + anon_sym_LT2, + ACTIONS(3311), 1, + anon_sym_COLON_COLON, + STATE(1262), 1, + sym_type_arguments, + STATE(1288), 1, + sym_parameters, + STATE(1033), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3323), 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(3321), 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, + [1434] = 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(3327), 10, + anon_sym_LPAREN, + anon_sym_LBRACK, 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(3479), 33, + ACTIONS(3325), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114141,42 +112120,45 @@ 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_mod, + 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, - [3974] = 5, + [1498] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1068), 2, + STATE(1035), 2, sym_line_comment, sym_block_comment, - ACTIONS(3485), 13, - anon_sym_SEMI, + ACTIONS(3331), 10, 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(3483), 33, + ACTIONS(3329), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114197,42 +112179,44 @@ 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_mod, + 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, - [4035] = 5, + [1562] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1069), 2, + STATE(1036), 2, sym_line_comment, sym_block_comment, - ACTIONS(3489), 13, + ACTIONS(2021), 9, 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_macro_rules_BANG, + anon_sym_RBRACE, anon_sym_EQ, anon_sym_LT, + anon_sym_COMMA, anon_sym_COLON_COLON, - anon_sym_SQUOTE, + anon_sym_POUND, sym_metavariable, - ACTIONS(3487), 33, + ACTIONS(2023), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114253,46 +112237,44 @@ 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, - [4096] = 6, + [1625] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3495), 1, - anon_sym_RBRACE, - STATE(1070), 2, + STATE(1037), 2, sym_line_comment, sym_block_comment, - ACTIONS(3493), 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(2065), 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, anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, sym_metavariable, - ACTIONS(3491), 30, + ACTIONS(2067), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114310,52 +112292,65 @@ 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, - [4159] = 6, + [1688] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3497), 1, - anon_sym_LBRACE, - STATE(1071), 2, + ACTIONS(3337), 1, + anon_sym_BANG, + ACTIONS(3339), 1, + anon_sym_COLON_COLON, + STATE(1038), 2, sym_line_comment, sym_block_comment, - ACTIONS(3345), 16, + ACTIONS(3335), 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(3347), 29, + ACTIONS(3333), 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, @@ -114368,35 +112363,36 @@ 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_COLON_COLON, + anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [4222] = 5, + anon_sym_LT2, + [1755] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1072), 2, + STATE(1039), 2, sym_line_comment, sym_block_comment, - ACTIONS(3501), 7, + ACTIONS(2897), 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, sym_metavariable, - ACTIONS(3499), 39, + ACTIONS(2899), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114436,39 +112432,43 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4283] = 6, + [1818] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3503), 1, - anon_sym_LBRACE, - STATE(1073), 2, + ACTIONS(3345), 1, + anon_sym_BANG, + ACTIONS(3347), 1, + anon_sym_COLON_COLON, + STATE(1040), 2, sym_line_comment, sym_block_comment, - ACTIONS(3353), 16, + ACTIONS(3343), 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), 29, + ACTIONS(3341), 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, @@ -114481,84 +112481,30 @@ 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_COLON_COLON, + anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [4346] = 6, + anon_sym_LT2, + [1885] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3509), 1, - anon_sym_RBRACE, - STATE(1074), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3507), 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, + ACTIONS(3353), 1, + anon_sym_BANG, + ACTIONS(3355), 1, anon_sym_COLON_COLON, - anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, - sym_metavariable, - ACTIONS(3505), 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, - [4409] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1075), 2, + STATE(1041), 2, sym_line_comment, sym_block_comment, - ACTIONS(3513), 15, + ACTIONS(3351), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -114569,12 +112515,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(3511), 31, + ACTIONS(3349), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -114593,28 +112541,30 @@ 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_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [4470] = 5, + anon_sym_LT2, + [1952] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1076), 2, + ACTIONS(3361), 1, + anon_sym_BANG, + ACTIONS(3363), 1, + anon_sym_COLON_COLON, + STATE(1042), 2, sym_line_comment, sym_block_comment, - ACTIONS(3517), 15, + ACTIONS(3359), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -114625,12 +112575,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(3515), 31, + ACTIONS(3357), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -114649,42 +112601,47 @@ 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_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [4531] = 5, + anon_sym_LT2, + [2019] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1077), 2, + ACTIONS(3369), 1, + anon_sym_POUND, + STATE(1456), 2, + sym_attribute_item, + sym_inner_attribute_item, + STATE(1043), 3, sym_line_comment, sym_block_comment, - ACTIONS(3521), 13, - anon_sym_SEMI, + aux_sym_match_arm_repeat1, + ACTIONS(3367), 14, + sym__raw_string_literal_start, + sym_float_literal, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, + anon_sym_DASH, anon_sym_AMP, - anon_sym_EQ, + anon_sym_PIPE, anon_sym_LT, + anon_sym_DOT_DOT, anon_sym_COLON_COLON, - anon_sym_SQUOTE, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, sym_metavariable, - ACTIONS(3519), 33, + ACTIONS(3365), 30, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114702,55 +112659,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, + anon_sym__, 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, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_true, + anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [4592] = 6, + [2086] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3523), 1, - anon_sym_LBRACE, - STATE(1078), 2, + ACTIONS(3285), 1, + anon_sym_LPAREN, + ACTIONS(3293), 1, + anon_sym_LT2, + STATE(1264), 1, + sym_type_arguments, + STATE(1291), 1, + sym_parameters, + STATE(1044), 2, sym_line_comment, sym_block_comment, - ACTIONS(3372), 16, + ACTIONS(3374), 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(3374), 29, + ACTIONS(3372), 27, 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, @@ -114763,27 +112724,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_COMMA, - anon_sym_COLON_COLON, + anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [4655] = 5, + [2157] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1079), 2, + ACTIONS(3285), 1, + anon_sym_LPAREN, + ACTIONS(3293), 1, + anon_sym_LT2, + STATE(1264), 1, + sym_type_arguments, + STATE(1291), 1, + sym_parameters, + STATE(1045), 2, sym_line_comment, sym_block_comment, - ACTIONS(1583), 15, + ACTIONS(3378), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -114794,20 +112761,20 @@ 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(1585), 31, + ACTIONS(3376), 27, 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, @@ -114819,35 +112786,35 @@ 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, - [4716] = 5, + [2228] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1080), 2, + STATE(1046), 2, sym_line_comment, sym_block_comment, - ACTIONS(2857), 7, + ACTIONS(2821), 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, sym_metavariable, - ACTIONS(2859), 39, + ACTIONS(2823), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114887,17 +112854,81 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4777] = 6, + [2291] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3525), 1, + STATE(1047), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2283), 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, - STATE(1081), 2, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2285), 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, + [2354] = 9, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3285), 1, + anon_sym_LPAREN, + ACTIONS(3293), 1, + anon_sym_LT2, + STATE(1264), 1, + sym_type_arguments, + STATE(1291), 1, + sym_parameters, + STATE(1048), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 15, + ACTIONS(3382), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -114908,14 +112939,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), 30, + ACTIONS(3380), 27, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, @@ -114932,29 +112964,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_COMMA, anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [4840] = 6, + [2425] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3527), 1, - anon_sym_COLON_COLON, - STATE(1082), 2, + ACTIONS(3285), 1, + anon_sym_LPAREN, + ACTIONS(3293), 1, + anon_sym_LT2, + STATE(1264), 1, + sym_type_arguments, + STATE(1291), 1, + sym_parameters, + STATE(1049), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 15, + ACTIONS(3386), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -114965,14 +113001,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), 30, + ACTIONS(3384), 27, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, @@ -114989,35 +113026,32 @@ 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, - [4903] = 6, + [2496] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - STATE(1083), 2, + STATE(1050), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 15, + ACTIONS(3337), 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, @@ -115027,7 +113061,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3321), 30, + ACTIONS(3339), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -115055,26 +113089,69 @@ 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_SQUOTE, anon_sym_as, anon_sym_else, - [4966] = 5, + [2558] = 24, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1084), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2539), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_LT, + ACTIONS(1599), 1, + anon_sym_LBRACK, + ACTIONS(3388), 1, + sym_identifier, + ACTIONS(3392), 1, + anon_sym_LPAREN, + ACTIONS(3394), 1, + anon_sym_STAR, + ACTIONS(3398), 1, + anon_sym_AMP, + ACTIONS(3400), 1, anon_sym_COLON_COLON, - anon_sym_POUND, + ACTIONS(3402), 1, + anon_sym_SQUOTE, + ACTIONS(3406), 1, + anon_sym_for, + ACTIONS(3410), 1, sym_metavariable, - ACTIONS(2541), 39, + STATE(2543), 1, + sym_where_predicate, + STATE(2691), 1, + sym_scoped_type_identifier, + STATE(2928), 1, + sym_generic_type, + STATE(3361), 1, + sym_generic_type_with_turbofish, + STATE(3463), 1, + sym_scoped_identifier, + STATE(3491), 1, + sym_bracketed_type, + ACTIONS(3390), 2, + anon_sym_SEMI, + anon_sym_LBRACE, + STATE(1051), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3404), 3, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + ACTIONS(3408), 3, + sym_self, + sym_super, + sym_crate, + STATE(3222), 6, + sym_higher_ranked_trait_bound, + sym_lifetime, + sym_array_type, + sym_tuple_type, + sym_reference_type, + sym_pointer_type, + ACTIONS(3396), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115092,45 +113169,32 @@ 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, - [5027] = 5, + [2658] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1085), 2, + ACTIONS(3412), 1, + anon_sym_POUND, + STATE(1465), 1, + sym_attribute_item, + STATE(1052), 3, sym_line_comment, sym_block_comment, - ACTIONS(2573), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + aux_sym_enum_variant_list_repeat1, + ACTIONS(759), 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_POUND, + anon_sym_SQUOTE, + sym_integer_literal, sym_metavariable, - ACTIONS(2575), 39, + ACTIONS(3243), 33, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115151,77 +113215,78 @@ 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_extern, + anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, - [5088] = 21, + [2724] = 24, 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(1679), 1, - aux_sym_string_literal_token1, - ACTIONS(1687), 1, - sym__raw_string_literal_start, - ACTIONS(3275), 1, - anon_sym_if, - ACTIONS(3531), 1, + ACTIONS(1599), 1, + anon_sym_LBRACK, + ACTIONS(3388), 1, sym_identifier, - ACTIONS(3535), 1, + ACTIONS(3392), 1, + anon_sym_LPAREN, + ACTIONS(3394), 1, + anon_sym_STAR, + ACTIONS(3398), 1, + anon_sym_AMP, + ACTIONS(3400), 1, anon_sym_COLON_COLON, - ACTIONS(3539), 1, + ACTIONS(3402), 1, + anon_sym_SQUOTE, + ACTIONS(3406), 1, + anon_sym_for, + ACTIONS(3410), 1, sym_metavariable, - STATE(2632), 1, + STATE(2543), 1, + sym_where_predicate, + STATE(2691), 1, + sym_scoped_type_identifier, + STATE(2928), 1, + sym_generic_type, + STATE(3361), 1, + sym_generic_type_with_turbofish, + STATE(3463), 1, sym_scoped_identifier, - STATE(2864), 1, - sym__literal_pattern, - STATE(3495), 1, + STATE(3491), 1, sym_bracketed_type, - STATE(3508), 1, - sym_generic_type_with_turbofish, - ACTIONS(1681), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3273), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - STATE(1086), 2, + ACTIONS(3415), 2, + anon_sym_SEMI, + anon_sym_LBRACE, + STATE(1053), 2, sym_line_comment, sym_block_comment, - ACTIONS(1677), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3537), 3, + ACTIONS(3404), 3, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + ACTIONS(3408), 3, sym_self, sym_super, sym_crate, - STATE(2364), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3533), 20, + STATE(3222), 6, + sym_higher_ranked_trait_bound, + sym_lifetime, + sym_array_type, + sym_tuple_type, + sym_reference_type, + sym_pointer_type, + ACTIONS(3396), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115239,24 +113304,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, + [2824] = 27, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1351), 1, + anon_sym_extern, + ACTIONS(3145), 1, + anon_sym_QMARK, + ACTIONS(3157), 1, + anon_sym_fn, + ACTIONS(3417), 1, + sym_identifier, + ACTIONS(3419), 1, + anon_sym_LPAREN, + ACTIONS(3423), 1, + anon_sym_COLON_COLON, + ACTIONS(3425), 1, anon_sym_default, + ACTIONS(3427), 1, + anon_sym_for, + ACTIONS(3433), 1, + sym_metavariable, + STATE(1044), 1, + sym_scoped_type_identifier, + STATE(1279), 1, + sym_generic_type, + STATE(1592), 1, + sym_for_lifetimes, + STATE(2237), 1, + aux_sym_function_modifiers_repeat1, + STATE(2383), 1, + sym_extern_modifier, + STATE(3359), 1, + sym_function_modifiers, + STATE(3503), 1, + sym_scoped_identifier, + STATE(3535), 1, + sym_generic_type_with_turbofish, + STATE(3545), 1, + sym_bracketed_type, + ACTIONS(3429), 2, anon_sym_gen, anon_sym_union, - [5181] = 5, + STATE(1054), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1337), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3431), 3, + sym_self, + sym_super, + sym_crate, + STATE(1392), 3, + sym_removed_trait_bound, + sym_function_type, + sym_tuple_type, + ACTIONS(3421), 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, + [2930] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1087), 2, + STATE(1055), 2, sym_line_comment, sym_block_comment, - ACTIONS(3543), 15, + 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, @@ -115266,7 +113408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3541), 31, + ACTIONS(3355), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -115298,58 +113440,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [5242] = 21, + [2992] = 27, 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(1679), 1, - aux_sym_string_literal_token1, - ACTIONS(1687), 1, - sym__raw_string_literal_start, - ACTIONS(3263), 1, - anon_sym_if, - ACTIONS(3535), 1, + ACTIONS(1345), 1, + anon_sym_for, + ACTIONS(1351), 1, + anon_sym_extern, + ACTIONS(3145), 1, + anon_sym_QMARK, + ACTIONS(3157), 1, + anon_sym_fn, + ACTIONS(3419), 1, + anon_sym_LPAREN, + ACTIONS(3423), 1, anon_sym_COLON_COLON, - ACTIONS(3545), 1, - sym_identifier, - ACTIONS(3551), 1, + ACTIONS(3425), 1, + anon_sym_default, + ACTIONS(3433), 1, sym_metavariable, - STATE(2718), 1, + ACTIONS(3435), 1, + sym_identifier, + STATE(1048), 1, + sym_scoped_type_identifier, + STATE(1266), 1, + sym_generic_type, + STATE(1592), 1, + sym_for_lifetimes, + STATE(2237), 1, + aux_sym_function_modifiers_repeat1, + STATE(2383), 1, + sym_extern_modifier, + STATE(3359), 1, + sym_function_modifiers, + STATE(3503), 1, sym_scoped_identifier, - STATE(2882), 1, - sym__literal_pattern, - STATE(3495), 1, - sym_bracketed_type, - STATE(3508), 1, + STATE(3535), 1, sym_generic_type_with_turbofish, - ACTIONS(1681), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3261), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - STATE(1088), 2, + STATE(3545), 1, + sym_bracketed_type, + ACTIONS(3429), 2, + anon_sym_gen, + anon_sym_union, + STATE(1056), 2, sym_line_comment, sym_block_comment, - ACTIONS(1677), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3549), 3, + ACTIONS(1337), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3431), 3, sym_self, sym_super, sym_crate, - STATE(2364), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3547), 20, + STATE(1419), 3, + sym_removed_trait_bound, + sym_function_type, + sym_tuple_type, + ACTIONS(3421), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115367,130 +113519,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - [5335] = 5, + [3098] = 27, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1089), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3555), 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(3553), 31, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(1311), 1, 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, + ACTIONS(1343), 1, + anon_sym_fn, + ACTIONS(1351), 1, + anon_sym_extern, + ACTIONS(3392), 1, + anon_sym_LPAREN, + ACTIONS(3400), 1, anon_sym_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [5396] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1090), 2, + ACTIONS(3410), 1, + sym_metavariable, + ACTIONS(3437), 1, + sym_identifier, + ACTIONS(3441), 1, + anon_sym_default, + ACTIONS(3443), 1, + anon_sym_for, + STATE(1570), 1, + sym_for_lifetimes, + STATE(1939), 1, + sym_scoped_type_identifier, + STATE(1956), 1, + sym_generic_type, + STATE(2237), 1, + aux_sym_function_modifiers_repeat1, + STATE(2383), 1, + sym_extern_modifier, + STATE(3361), 1, + sym_generic_type_with_turbofish, + STATE(3363), 1, + sym_function_modifiers, + STATE(3463), 1, + sym_scoped_identifier, + STATE(3491), 1, + sym_bracketed_type, + ACTIONS(3404), 2, + anon_sym_gen, + anon_sym_union, + STATE(1057), 2, sym_line_comment, sym_block_comment, - ACTIONS(3559), 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(3557), 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, - [5457] = 5, + ACTIONS(1337), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3408), 3, + sym_self, + sym_super, + sym_crate, + STATE(1986), 3, + sym_removed_trait_bound, + sym_function_type, + sym_tuple_type, + ACTIONS(3439), 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, + [3204] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1091), 2, + ACTIONS(3301), 1, + anon_sym_COLON_COLON, + ACTIONS(3445), 1, + anon_sym_BANG, + STATE(1058), 2, sym_line_comment, sym_block_comment, - ACTIONS(3255), 15, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + ACTIONS(3297), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -115506,15 +113633,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3257), 31, + anon_sym_as, + ACTIONS(3295), 23, 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, @@ -115534,21 +113658,102 @@ 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, - [5518] = 6, + [3272] = 27, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3565), 1, - anon_sym_DASH_GT, - STATE(1092), 2, + ACTIONS(1311), 1, + anon_sym_QMARK, + ACTIONS(1343), 1, + anon_sym_fn, + ACTIONS(1345), 1, + anon_sym_for, + ACTIONS(1351), 1, + anon_sym_extern, + ACTIONS(3392), 1, + anon_sym_LPAREN, + ACTIONS(3400), 1, + anon_sym_COLON_COLON, + ACTIONS(3410), 1, + sym_metavariable, + ACTIONS(3441), 1, + anon_sym_default, + ACTIONS(3449), 1, + sym_identifier, + STATE(1570), 1, + sym_for_lifetimes, + STATE(1934), 1, + sym_scoped_type_identifier, + STATE(1959), 1, + sym_generic_type, + STATE(2237), 1, + aux_sym_function_modifiers_repeat1, + STATE(2383), 1, + sym_extern_modifier, + STATE(3361), 1, + sym_generic_type_with_turbofish, + STATE(3363), 1, + sym_function_modifiers, + STATE(3463), 1, + sym_scoped_identifier, + STATE(3491), 1, + sym_bracketed_type, + ACTIONS(3404), 2, + anon_sym_gen, + anon_sym_union, + STATE(1059), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1337), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3408), 3, + sym_self, + sym_super, + sym_crate, + STATE(2003), 3, + sym_removed_trait_bound, + sym_function_type, + sym_tuple_type, + ACTIONS(3439), 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, + [3378] = 9, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3289), 1, + anon_sym_BANG, + ACTIONS(3451), 1, + anon_sym_LBRACE, + ACTIONS(3453), 1, + anon_sym_COLON_COLON, + STATE(1386), 1, + sym_field_initializer_list, + STATE(1060), 2, sym_line_comment, sym_block_comment, - ACTIONS(3563), 15, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -115564,13 +113769,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3561), 30, + ACTIONS(1413), 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, @@ -115592,26 +113796,103 @@ 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, - [5581] = 6, + [3448] = 27, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3529), 1, + ACTIONS(1345), 1, + anon_sym_for, + ACTIONS(1351), 1, + anon_sym_extern, + ACTIONS(3109), 1, + anon_sym_QMARK, + ACTIONS(3121), 1, + anon_sym_fn, + ACTIONS(3455), 1, + sym_identifier, + ACTIONS(3457), 1, + anon_sym_LPAREN, + ACTIONS(3461), 1, anon_sym_COLON_COLON, - STATE(1093), 2, + ACTIONS(3463), 1, + anon_sym_default, + ACTIONS(3469), 1, + sym_metavariable, + STATE(1546), 1, + sym_scoped_type_identifier, + STATE(1577), 1, + sym_for_lifetimes, + STATE(1642), 1, + sym_generic_type, + STATE(2237), 1, + aux_sym_function_modifiers_repeat1, + STATE(2383), 1, + sym_extern_modifier, + STATE(3495), 1, + sym_function_modifiers, + STATE(3526), 1, + sym_scoped_identifier, + STATE(3543), 1, + sym_generic_type_with_turbofish, + STATE(3549), 1, + sym_bracketed_type, + ACTIONS(3465), 2, + anon_sym_gen, + anon_sym_union, + STATE(1061), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1337), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3467), 3, + sym_self, + sym_super, + sym_crate, + STATE(1825), 3, + sym_removed_trait_bound, + sym_function_type, + sym_tuple_type, + ACTIONS(3459), 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, + [3554] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1062), 2, sym_line_comment, sym_block_comment, - ACTIONS(3359), 15, + ACTIONS(3345), 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, @@ -115621,7 +113902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3357), 30, + ACTIONS(3347), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -115649,26 +113930,105 @@ 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_SQUOTE, anon_sym_as, anon_sym_else, - [5644] = 6, + [3616] = 27, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3529), 1, + ACTIONS(1351), 1, + anon_sym_extern, + ACTIONS(3109), 1, + anon_sym_QMARK, + ACTIONS(3121), 1, + anon_sym_fn, + ACTIONS(3457), 1, + anon_sym_LPAREN, + ACTIONS(3461), 1, anon_sym_COLON_COLON, - STATE(1094), 2, + ACTIONS(3463), 1, + anon_sym_default, + ACTIONS(3469), 1, + sym_metavariable, + ACTIONS(3471), 1, + sym_identifier, + ACTIONS(3473), 1, + anon_sym_for, + STATE(1542), 1, + sym_scoped_type_identifier, + STATE(1577), 1, + sym_for_lifetimes, + STATE(1631), 1, + sym_generic_type, + STATE(2237), 1, + aux_sym_function_modifiers_repeat1, + STATE(2383), 1, + sym_extern_modifier, + STATE(3495), 1, + sym_function_modifiers, + STATE(3526), 1, + sym_scoped_identifier, + STATE(3543), 1, + sym_generic_type_with_turbofish, + STATE(3549), 1, + sym_bracketed_type, + ACTIONS(3465), 2, + anon_sym_gen, + anon_sym_union, + STATE(1063), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1337), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3467), 3, + sym_self, + sym_super, + sym_crate, + STATE(1756), 3, + sym_removed_trait_bound, + sym_function_type, + sym_tuple_type, + ACTIONS(3459), 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, + [3722] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1064), 2, sym_line_comment, sym_block_comment, - ACTIONS(3327), 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, @@ -115678,7 +114038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3325), 30, + ACTIONS(3363), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -115706,20 +114066,299 @@ 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_SQUOTE, anon_sym_as, anon_sym_else, - [5707] = 6, + [3784] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3571), 1, - anon_sym_DASH_GT, - STATE(1095), 2, + STATE(1065), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2511), 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(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, + [3845] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1066), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2523), 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(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, + [3906] = 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(2535), 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(2537), 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, + [3967] = 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(2901), 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(2903), 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, + [4028] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1069), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1755), 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(1757), 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, + [4089] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1070), 2, sym_line_comment, sym_block_comment, - ACTIONS(3569), 15, + ACTIONS(3477), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -115735,7 +114374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3567), 30, + ACTIONS(3475), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -115763,20 +114402,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_SQUOTE, anon_sym_as, anon_sym_else, - [5770] = 6, + [4150] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3577), 1, - anon_sym_DASH_GT, - STATE(1096), 2, + STATE(1071), 2, sym_line_comment, sym_block_comment, - ACTIONS(3575), 15, + ACTIONS(3481), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -115792,7 +114430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3573), 30, + ACTIONS(3479), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -115820,78 +114458,21 @@ static const uint16_t ts_small_parse_table[] = { 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, - [5833] = 5, + [4211] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1097), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2535), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_LT, + ACTIONS(3483), 1, anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2537), 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, - [5894] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3579), 1, - anon_sym_else, - STATE(1387), 1, - sym_else_clause, - STATE(1098), 2, + STATE(1072), 2, sym_line_comment, sym_block_comment, - ACTIONS(1253), 15, + ACTIONS(3386), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -115907,7 +114488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1251), 29, + ACTIONS(3384), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -115937,183 +114518,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SQUOTE, anon_sym_as, - [5959] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1099), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2641), 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(2643), 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, - [6020] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1100), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2645), 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(2647), 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, - [6081] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1101), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2821), 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(2823), 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, - [6142] = 5, + anon_sym_else, + [4274] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1102), 2, + STATE(1073), 2, sym_line_comment, sym_block_comment, - ACTIONS(2885), 7, + ACTIONS(1779), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116121,7 +114535,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2887), 39, + ACTIONS(1781), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116161,15 +114575,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6203] = 5, + [4335] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1103), 2, + STATE(1074), 2, sym_line_comment, sym_block_comment, - ACTIONS(2889), 7, + ACTIONS(1787), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116177,7 +114591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2891), 39, + ACTIONS(1789), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116217,15 +114631,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6264] = 5, + [4396] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1104), 2, + STATE(1075), 2, sym_line_comment, sym_block_comment, - ACTIONS(2909), 7, + ACTIONS(1791), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116233,7 +114647,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2911), 39, + ACTIONS(1793), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116273,15 +114687,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6325] = 5, + [4457] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1105), 2, + STATE(1076), 2, sym_line_comment, sym_block_comment, - ACTIONS(2945), 7, + ACTIONS(1795), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116289,7 +114703,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2947), 39, + ACTIONS(1797), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116329,15 +114743,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6386] = 5, + [4518] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1106), 2, + STATE(1077), 2, sym_line_comment, sym_block_comment, - ACTIONS(2131), 7, + ACTIONS(1799), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116345,7 +114759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2133), 39, + ACTIONS(1801), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116385,15 +114799,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6447] = 5, + [4579] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1107), 2, + STATE(1078), 2, sym_line_comment, sym_block_comment, - ACTIONS(2159), 7, + ACTIONS(1867), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116401,7 +114815,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2161), 39, + ACTIONS(1869), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116441,15 +114855,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6508] = 5, + [4640] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1108), 2, + STATE(1079), 2, sym_line_comment, sym_block_comment, - ACTIONS(2183), 7, + ACTIONS(1883), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116457,7 +114871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2185), 39, + ACTIONS(1885), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116497,15 +114911,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6569] = 5, + [4701] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1109), 2, + STATE(1080), 2, sym_line_comment, sym_block_comment, - ACTIONS(2605), 7, + ACTIONS(1887), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116513,7 +114927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2607), 39, + ACTIONS(1889), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116553,15 +114967,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6630] = 5, + [4762] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1110), 2, + STATE(1081), 2, sym_line_comment, sym_block_comment, - ACTIONS(2625), 7, + ACTIONS(1895), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116569,7 +114983,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2627), 39, + ACTIONS(1897), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116609,15 +115023,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6691] = 5, + [4823] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1111), 2, + STATE(1082), 2, sym_line_comment, sym_block_comment, - ACTIONS(2717), 7, + ACTIONS(1899), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116625,7 +115039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2719), 39, + ACTIONS(1901), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116665,15 +115079,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6752] = 5, + [4884] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1112), 2, + STATE(1083), 2, sym_line_comment, sym_block_comment, - ACTIONS(2725), 7, + ACTIONS(1903), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116681,7 +115095,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2727), 39, + ACTIONS(1905), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116721,15 +115135,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6813] = 5, + [4945] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1113), 2, + STATE(1084), 2, sym_line_comment, sym_block_comment, - ACTIONS(1899), 7, + ACTIONS(1925), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116737,7 +115151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1901), 39, + ACTIONS(1927), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116777,15 +115191,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6874] = 5, + [5006] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1114), 2, + STATE(1085), 2, sym_line_comment, sym_block_comment, - ACTIONS(1983), 7, + ACTIONS(1929), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116793,7 +115207,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1985), 39, + ACTIONS(1931), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116833,298 +115247,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6935] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1115), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3343), 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(3341), 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_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, - [6996] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1116), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3583), 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(3581), 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, - [7057] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3589), 1, - anon_sym_DASH_GT, - STATE(1117), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3587), 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(3585), 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, - [7120] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3595), 1, - anon_sym_DASH_GT, - STATE(1118), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3593), 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(3591), 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, - [7183] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3601), 1, - anon_sym_DASH_GT, - STATE(1119), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3599), 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(3597), 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, - [7246] = 5, + [5067] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1120), 2, + STATE(1086), 2, sym_line_comment, sym_block_comment, - ACTIONS(2111), 7, + ACTIONS(1953), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117132,7 +115263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2113), 39, + ACTIONS(1955), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117172,15 +115303,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7307] = 5, + [5128] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1121), 2, + STATE(1087), 2, sym_line_comment, sym_block_comment, - ACTIONS(2123), 7, + ACTIONS(1965), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117188,7 +115319,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2125), 39, + ACTIONS(1967), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117228,15 +115359,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7368] = 5, + [5189] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1122), 2, + STATE(1088), 2, sym_line_comment, sym_block_comment, - ACTIONS(2127), 7, + ACTIONS(1969), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117244,7 +115375,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2129), 39, + ACTIONS(1971), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117284,15 +115415,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7429] = 5, + [5250] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1123), 2, + STATE(1089), 2, sym_line_comment, sym_block_comment, - ACTIONS(2135), 7, + ACTIONS(1973), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117300,7 +115431,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2137), 39, + ACTIONS(1975), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117340,15 +115471,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7490] = 5, + [5311] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1124), 2, + STATE(1090), 2, sym_line_comment, sym_block_comment, - ACTIONS(2139), 7, + ACTIONS(1977), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117356,7 +115487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2141), 39, + ACTIONS(1979), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117396,15 +115527,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7551] = 5, + [5372] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1125), 2, + STATE(1091), 2, sym_line_comment, sym_block_comment, - ACTIONS(2151), 7, + ACTIONS(1985), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117412,7 +115543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2153), 39, + ACTIONS(1987), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117452,15 +115583,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7612] = 5, + [5433] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1126), 2, + STATE(1092), 2, sym_line_comment, sym_block_comment, - ACTIONS(2163), 7, + ACTIONS(1989), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117468,7 +115599,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2165), 39, + ACTIONS(1991), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117508,15 +115639,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7673] = 5, + [5494] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1127), 2, + STATE(1093), 2, sym_line_comment, sym_block_comment, - ACTIONS(2171), 7, + ACTIONS(2005), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117524,7 +115655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2173), 39, + ACTIONS(2007), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117564,23 +115695,33 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7734] = 5, + [5555] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1128), 2, + ACTIONS(3489), 1, + anon_sym_RBRACE, + STATE(1094), 2, sym_line_comment, sym_block_comment, - ACTIONS(2175), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + ACTIONS(3487), 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, anon_sym_COLON_COLON, anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, sym_metavariable, - ACTIONS(2177), 39, + ACTIONS(3485), 30, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117598,37 +115739,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, + anon_sym__, 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, - [7795] = 5, + [5618] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1129), 2, + STATE(1095), 2, sym_line_comment, sym_block_comment, - ACTIONS(2179), 7, + ACTIONS(2073), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117636,7 +115768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2181), 39, + ACTIONS(2075), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117676,15 +115808,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7856] = 5, + [5679] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1130), 2, + STATE(1096), 2, sym_line_comment, sym_block_comment, - ACTIONS(2191), 7, + ACTIONS(2077), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117692,7 +115824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2193), 39, + ACTIONS(2079), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117732,15 +115864,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7917] = 5, + [5740] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1131), 2, + STATE(1097), 2, sym_line_comment, sym_block_comment, - ACTIONS(2195), 7, + ACTIONS(2081), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117748,7 +115880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2197), 39, + ACTIONS(2083), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117788,15 +115920,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7978] = 5, + [5801] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1132), 2, + STATE(1098), 2, sym_line_comment, sym_block_comment, - ACTIONS(2203), 7, + ACTIONS(2089), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117804,7 +115936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2205), 39, + ACTIONS(2091), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117844,15 +115976,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8039] = 5, + [5862] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1133), 2, + STATE(1099), 2, sym_line_comment, sym_block_comment, - ACTIONS(2211), 7, + ACTIONS(2093), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117860,7 +115992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2213), 39, + ACTIONS(2095), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117900,15 +116032,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8100] = 5, + [5923] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1134), 2, + STATE(1100), 2, sym_line_comment, sym_block_comment, - ACTIONS(2251), 7, + ACTIONS(2101), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117916,7 +116048,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2253), 39, + ACTIONS(2103), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117956,15 +116088,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8161] = 5, + [5984] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1135), 2, + STATE(1101), 2, sym_line_comment, sym_block_comment, - ACTIONS(2255), 7, + ACTIONS(2105), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117972,7 +116104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2257), 39, + ACTIONS(2107), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118012,15 +116144,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8222] = 5, + [6045] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1136), 2, + STATE(1102), 2, sym_line_comment, sym_block_comment, - ACTIONS(2259), 7, + ACTIONS(2109), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118028,7 +116160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2261), 39, + ACTIONS(2111), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118068,15 +116200,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8283] = 5, + [6106] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1137), 2, + STATE(1103), 2, sym_line_comment, sym_block_comment, - ACTIONS(2263), 7, + ACTIONS(2113), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118084,7 +116216,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2265), 39, + ACTIONS(2115), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118124,15 +116256,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8344] = 5, + [6167] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1138), 2, + STATE(1104), 2, sym_line_comment, sym_block_comment, - ACTIONS(2957), 7, + ACTIONS(2117), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118140,7 +116272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2959), 39, + ACTIONS(2119), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118180,15 +116312,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8405] = 5, + [6228] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1139), 2, + STATE(1105), 2, sym_line_comment, sym_block_comment, - ACTIONS(1699), 7, + ACTIONS(2121), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118196,7 +116328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1701), 39, + ACTIONS(2123), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118236,15 +116368,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8466] = 5, + [6289] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1140), 2, + STATE(1106), 2, sym_line_comment, sym_block_comment, - ACTIONS(2271), 7, + ACTIONS(2125), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118252,7 +116384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2273), 39, + ACTIONS(2127), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118292,15 +116424,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8527] = 5, + [6350] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1141), 2, + STATE(1107), 2, sym_line_comment, sym_block_comment, - ACTIONS(2275), 7, + ACTIONS(2129), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118308,7 +116440,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2277), 39, + ACTIONS(2131), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118348,15 +116480,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8588] = 5, + [6411] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1142), 2, + STATE(1108), 2, sym_line_comment, sym_block_comment, - ACTIONS(2283), 7, + ACTIONS(2133), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118364,7 +116496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2285), 39, + ACTIONS(2135), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118404,15 +116536,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8649] = 5, + [6472] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1143), 2, + STATE(1109), 2, sym_line_comment, sym_block_comment, - ACTIONS(2287), 7, + ACTIONS(2137), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118420,7 +116552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2289), 39, + ACTIONS(2139), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118460,15 +116592,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8710] = 5, + [6533] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1144), 2, + STATE(1110), 2, sym_line_comment, sym_block_comment, - ACTIONS(2291), 7, + ACTIONS(2141), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118476,7 +116608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2293), 39, + ACTIONS(2143), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118516,15 +116648,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8771] = 5, + [6594] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1145), 2, + STATE(1111), 2, sym_line_comment, sym_block_comment, - ACTIONS(2295), 7, + ACTIONS(2149), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118532,7 +116664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2297), 39, + ACTIONS(2151), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118572,15 +116704,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8832] = 5, + [6655] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1146), 2, + STATE(1112), 2, sym_line_comment, sym_block_comment, - ACTIONS(2299), 7, + ACTIONS(2153), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118588,7 +116720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2301), 39, + ACTIONS(2155), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118628,15 +116760,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8893] = 5, + [6716] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1147), 2, + STATE(1113), 2, sym_line_comment, sym_block_comment, - ACTIONS(2389), 7, + ACTIONS(2157), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118644,7 +116776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2391), 39, + ACTIONS(2159), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118684,15 +116816,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8954] = 5, + [6777] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1148), 2, + STATE(1114), 2, sym_line_comment, sym_block_comment, - ACTIONS(2393), 7, + ACTIONS(2161), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118700,7 +116832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2395), 39, + ACTIONS(2163), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118740,15 +116872,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9015] = 5, + [6838] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1149), 2, + STATE(1115), 2, sym_line_comment, sym_block_comment, - ACTIONS(2397), 7, + ACTIONS(2165), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118756,7 +116888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2399), 39, + ACTIONS(2167), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118796,15 +116928,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9076] = 5, + [6899] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1150), 2, + STATE(1116), 2, sym_line_comment, sym_block_comment, - ACTIONS(2401), 7, + ACTIONS(2169), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118812,7 +116944,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2403), 39, + ACTIONS(2171), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118852,15 +116984,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9137] = 5, + [6960] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1151), 2, + STATE(1117), 2, sym_line_comment, sym_block_comment, - ACTIONS(2405), 7, + ACTIONS(2173), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118868,7 +117000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2407), 39, + ACTIONS(2175), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118908,15 +117040,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9198] = 5, + [7021] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1152), 2, + STATE(1118), 2, sym_line_comment, sym_block_comment, - ACTIONS(2409), 7, + ACTIONS(2177), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118924,7 +117056,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2411), 39, + ACTIONS(2179), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118964,15 +117096,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9259] = 5, + [7082] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1153), 2, + STATE(1119), 2, sym_line_comment, sym_block_comment, - ACTIONS(2413), 7, + ACTIONS(2181), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118980,7 +117112,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2415), 39, + ACTIONS(2183), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119020,15 +117152,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9320] = 5, + [7143] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1154), 2, + STATE(1120), 2, sym_line_comment, sym_block_comment, - ACTIONS(2425), 7, + ACTIONS(2205), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119036,7 +117168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2427), 39, + ACTIONS(2207), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119076,15 +117208,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9381] = 5, + [7204] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1155), 2, + STATE(1121), 2, sym_line_comment, sym_block_comment, - ACTIONS(2445), 7, + ACTIONS(2229), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119092,7 +117224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2447), 39, + ACTIONS(2231), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119132,129 +117264,127 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9442] = 5, + [7265] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1156), 2, + STATE(1122), 2, sym_line_comment, sym_block_comment, - ACTIONS(3605), 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(3603), 31, + ACTIONS(2369), 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, - [9503] = 5, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2371), 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, + [7326] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1157), 2, + STATE(1123), 2, sym_line_comment, sym_block_comment, - ACTIONS(3609), 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(3607), 31, + ACTIONS(2483), 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, - [9564] = 6, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2485), 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, + [7387] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3529), 1, - anon_sym_COLON_COLON, - STATE(1158), 2, + STATE(1124), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 15, + ACTIONS(3493), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -119270,7 +117400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3337), 30, + ACTIONS(3491), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -119298,20 +117428,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_SQUOTE, anon_sym_as, anon_sym_else, - [9627] = 6, + [7448] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3615), 1, - anon_sym_DASH_GT, - STATE(1159), 2, + STATE(1125), 2, sym_line_comment, sym_block_comment, - ACTIONS(3613), 15, + ACTIONS(3497), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -119327,7 +117456,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3611), 30, + ACTIONS(3495), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -119355,15 +117484,16 @@ static const uint16_t ts_small_parse_table[] = { 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, - [9690] = 5, + [7509] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1160), 2, + STATE(1126), 2, sym_line_comment, sym_block_comment, ACTIONS(2527), 7, @@ -119414,12 +117544,12 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9751] = 5, + [7570] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1161), 2, + STATE(1127), 2, sym_line_comment, sym_block_comment, ACTIONS(2531), 7, @@ -119470,12 +117600,12 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9812] = 5, + [7631] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1162), 2, + STATE(1128), 2, sym_line_comment, sym_block_comment, ACTIONS(2543), 7, @@ -119526,15 +117656,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9873] = 5, + [7692] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1163), 2, + STATE(1129), 2, sym_line_comment, sym_block_comment, - ACTIONS(2553), 7, + ACTIONS(2547), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119542,7 +117672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2555), 39, + ACTIONS(2549), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119582,15 +117712,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9934] = 5, + [7753] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1164), 2, + STATE(1130), 2, sym_line_comment, sym_block_comment, - ACTIONS(2557), 7, + ACTIONS(2551), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119598,7 +117728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2559), 39, + ACTIONS(2553), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119638,15 +117768,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9995] = 5, + [7814] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1165), 2, + STATE(1131), 2, sym_line_comment, sym_block_comment, - ACTIONS(2561), 7, + ACTIONS(2559), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119654,7 +117784,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2563), 39, + ACTIONS(2561), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119694,15 +117824,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10056] = 5, + [7875] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1166), 2, + STATE(1132), 2, sym_line_comment, sym_block_comment, - ACTIONS(2565), 7, + ACTIONS(2567), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119710,7 +117840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2567), 39, + ACTIONS(2569), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119750,15 +117880,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10117] = 5, + [7936] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1167), 2, + STATE(1133), 2, sym_line_comment, sym_block_comment, - ACTIONS(2569), 7, + ACTIONS(2571), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119766,7 +117896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2571), 39, + ACTIONS(2573), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119806,15 +117936,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10178] = 5, + [7997] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1168), 2, + STATE(1134), 2, sym_line_comment, sym_block_comment, - ACTIONS(2589), 7, + ACTIONS(2583), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119822,7 +117952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2591), 39, + ACTIONS(2585), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119862,15 +117992,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10239] = 5, + [8058] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1169), 2, + STATE(1135), 2, sym_line_comment, sym_block_comment, - ACTIONS(2593), 7, + ACTIONS(2587), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119878,7 +118008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2595), 39, + ACTIONS(2589), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119918,15 +118048,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10300] = 5, + [8119] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1170), 2, + STATE(1136), 2, sym_line_comment, sym_block_comment, - ACTIONS(2597), 7, + ACTIONS(2591), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119934,7 +118064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2599), 39, + ACTIONS(2593), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119974,15 +118104,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10361] = 5, + [8180] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1171), 2, + STATE(1137), 2, sym_line_comment, sym_block_comment, - ACTIONS(2609), 7, + ACTIONS(2595), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119990,7 +118120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2611), 39, + ACTIONS(2597), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120030,15 +118160,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10422] = 5, + [8241] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1172), 2, + STATE(1138), 2, sym_line_comment, sym_block_comment, - ACTIONS(2613), 7, + ACTIONS(2603), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120046,7 +118176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2615), 39, + ACTIONS(2605), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120086,15 +118216,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10483] = 5, + [8302] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1173), 2, + STATE(1139), 2, sym_line_comment, sym_block_comment, - ACTIONS(2617), 7, + ACTIONS(2607), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120102,7 +118232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2619), 39, + ACTIONS(2609), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120142,15 +118272,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10544] = 5, + [8363] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1174), 2, + STATE(1140), 2, sym_line_comment, sym_block_comment, - ACTIONS(2621), 7, + ACTIONS(2615), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120158,7 +118288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2623), 39, + ACTIONS(2617), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120198,15 +118328,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10605] = 5, + [8424] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1175), 2, + STATE(1141), 2, sym_line_comment, sym_block_comment, - ACTIONS(2633), 7, + ACTIONS(2623), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120214,7 +118344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2635), 39, + ACTIONS(2625), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120254,15 +118384,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10666] = 5, + [8485] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1176), 2, + STATE(1142), 2, sym_line_comment, sym_block_comment, - ACTIONS(2637), 7, + ACTIONS(2643), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120270,7 +118400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2639), 39, + ACTIONS(2645), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120310,15 +118440,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10727] = 5, + [8546] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1177), 2, + STATE(1143), 2, sym_line_comment, sym_block_comment, - ACTIONS(2721), 7, + ACTIONS(2647), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120326,7 +118456,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2723), 39, + ACTIONS(2649), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120366,15 +118496,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10788] = 5, + [8607] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1178), 2, + STATE(1144), 2, sym_line_comment, sym_block_comment, - ACTIONS(2749), 7, + ACTIONS(2659), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120382,7 +118512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2751), 39, + ACTIONS(2661), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120422,15 +118552,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10849] = 5, + [8668] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1179), 2, + STATE(1145), 2, sym_line_comment, sym_block_comment, - ACTIONS(2753), 7, + ACTIONS(2663), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120438,7 +118568,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2755), 39, + ACTIONS(2665), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120478,15 +118608,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10910] = 5, + [8729] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1180), 2, + STATE(1146), 2, sym_line_comment, sym_block_comment, - ACTIONS(2757), 7, + ACTIONS(2675), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120494,7 +118624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2759), 39, + ACTIONS(2677), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120534,15 +118664,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10971] = 5, + [8790] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1181), 2, + STATE(1147), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 7, + ACTIONS(2731), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120550,7 +118680,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2763), 39, + ACTIONS(2733), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120590,15 +118720,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11032] = 5, + [8851] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1182), 2, + STATE(1148), 2, sym_line_comment, sym_block_comment, - ACTIONS(2765), 7, + ACTIONS(2747), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120606,7 +118736,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2767), 39, + ACTIONS(2749), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120646,127 +118776,72 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11093] = 5, + [8912] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1183), 2, + ACTIONS(3503), 1, + anon_sym_DASH_GT, + STATE(1149), 2, sym_line_comment, sym_block_comment, - ACTIONS(2769), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + 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_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2771), 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, - [11154] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1184), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2773), 7, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3499), 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(2775), 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, - [11215] = 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, + [8975] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1185), 2, + STATE(1150), 2, sym_line_comment, sym_block_comment, - ACTIONS(2777), 7, + ACTIONS(2825), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120774,7 +118849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2779), 39, + ACTIONS(2827), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120814,15 +118889,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11276] = 5, + [9036] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1186), 2, + STATE(1151), 2, sym_line_comment, sym_block_comment, - ACTIONS(2781), 7, + ACTIONS(2833), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120830,7 +118905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2783), 39, + ACTIONS(2835), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120870,15 +118945,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11337] = 5, + [9097] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1187), 2, + STATE(1152), 2, sym_line_comment, sym_block_comment, - ACTIONS(2785), 7, + ACTIONS(2837), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120886,7 +118961,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2787), 39, + ACTIONS(2839), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120926,15 +119001,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11398] = 5, + [9158] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1188), 2, + STATE(1153), 2, sym_line_comment, sym_block_comment, - ACTIONS(2789), 7, + ACTIONS(2841), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120942,7 +119017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2791), 39, + ACTIONS(2843), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120982,15 +119057,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11459] = 5, + [9219] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1189), 2, + STATE(1154), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 7, + ACTIONS(2845), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120998,7 +119073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2795), 39, + ACTIONS(2847), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121038,15 +119113,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11520] = 5, + [9280] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1190), 2, + STATE(1155), 2, sym_line_comment, sym_block_comment, - ACTIONS(2797), 7, + ACTIONS(2849), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121054,7 +119129,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2799), 39, + ACTIONS(2851), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121094,15 +119169,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11581] = 5, + [9341] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1191), 2, + STATE(1156), 2, sym_line_comment, sym_block_comment, - ACTIONS(2801), 7, + ACTIONS(2857), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121110,7 +119185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2803), 39, + ACTIONS(2859), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121150,15 +119225,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11642] = 5, + [9402] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1192), 2, + STATE(1157), 2, sym_line_comment, sym_block_comment, - ACTIONS(2805), 7, + ACTIONS(2861), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121166,7 +119241,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2807), 39, + ACTIONS(2863), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121206,15 +119281,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11703] = 5, + [9463] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1193), 2, + STATE(1158), 2, sym_line_comment, sym_block_comment, - ACTIONS(2809), 7, + ACTIONS(2865), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121222,7 +119297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2811), 39, + ACTIONS(2867), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121262,15 +119337,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11764] = 5, + [9524] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1194), 2, + STATE(1159), 2, sym_line_comment, sym_block_comment, - ACTIONS(2813), 7, + ACTIONS(2869), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121278,7 +119353,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2815), 39, + ACTIONS(2871), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121318,15 +119393,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11825] = 5, + [9585] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1195), 2, + STATE(1160), 2, sym_line_comment, sym_block_comment, - ACTIONS(2817), 7, + ACTIONS(2873), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121334,7 +119409,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2819), 39, + ACTIONS(2875), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121374,15 +119449,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11886] = 5, + [9646] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1196), 2, + STATE(1161), 2, sym_line_comment, sym_block_comment, - ACTIONS(2825), 7, + ACTIONS(2877), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121390,7 +119465,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2827), 39, + ACTIONS(2879), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121430,15 +119505,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11947] = 5, + [9707] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1197), 2, + STATE(1162), 2, sym_line_comment, sym_block_comment, - ACTIONS(2829), 7, + ACTIONS(2881), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121446,7 +119521,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2831), 39, + ACTIONS(2883), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121486,15 +119561,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12008] = 5, + [9768] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1198), 2, + STATE(1163), 2, sym_line_comment, sym_block_comment, - ACTIONS(2833), 7, + ACTIONS(2885), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121502,7 +119577,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2835), 39, + ACTIONS(2887), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121542,15 +119617,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12069] = 5, + [9829] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1199), 2, + STATE(1164), 2, sym_line_comment, sym_block_comment, - ACTIONS(2837), 7, + ACTIONS(2889), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121558,7 +119633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2839), 39, + ACTIONS(2891), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121598,15 +119673,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12130] = 5, + [9890] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1200), 2, + STATE(1165), 2, sym_line_comment, sym_block_comment, - ACTIONS(2841), 7, + ACTIONS(2893), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121614,7 +119689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2843), 39, + ACTIONS(2895), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121654,15 +119729,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12191] = 5, + [9951] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1201), 2, + STATE(1166), 2, sym_line_comment, sym_block_comment, - ACTIONS(2845), 7, + ACTIONS(2905), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121670,7 +119745,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2847), 39, + ACTIONS(2907), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121710,15 +119785,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12252] = 5, + [10012] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1202), 2, + STATE(1167), 2, sym_line_comment, sym_block_comment, - ACTIONS(2849), 7, + ACTIONS(2913), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121726,7 +119801,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2851), 39, + ACTIONS(2915), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121766,15 +119841,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12313] = 5, + [10073] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1203), 2, + STATE(1168), 2, sym_line_comment, sym_block_comment, - ACTIONS(2853), 7, + ACTIONS(2917), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121782,7 +119857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2855), 39, + ACTIONS(2919), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121822,15 +119897,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12374] = 5, + [10134] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1204), 2, + STATE(1169), 2, sym_line_comment, sym_block_comment, - ACTIONS(2861), 7, + ACTIONS(2925), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121838,7 +119913,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2863), 39, + ACTIONS(2927), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121878,15 +119953,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12435] = 5, + [10195] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1205), 2, + STATE(1170), 2, sym_line_comment, sym_block_comment, - ACTIONS(2865), 7, + ACTIONS(2933), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121894,7 +119969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2867), 39, + ACTIONS(2935), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121934,15 +120009,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12496] = 5, + [10256] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1206), 2, + STATE(1171), 2, sym_line_comment, sym_block_comment, - ACTIONS(2869), 7, + ACTIONS(2941), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121950,7 +120025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2871), 39, + ACTIONS(2943), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121990,15 +120065,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12557] = 5, + [10317] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1207), 2, + STATE(1172), 2, sym_line_comment, sym_block_comment, - ACTIONS(2877), 7, + ACTIONS(2953), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122006,7 +120081,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2879), 39, + ACTIONS(2955), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122046,15 +120121,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12618] = 5, + [10378] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1208), 2, + STATE(1173), 2, sym_line_comment, sym_block_comment, - ACTIONS(2905), 7, + ACTIONS(2321), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122062,7 +120137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2907), 39, + ACTIONS(2323), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122102,15 +120177,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12679] = 5, + [10439] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1209), 2, + STATE(1174), 2, sym_line_comment, sym_block_comment, - ACTIONS(2913), 7, + ACTIONS(2515), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122118,7 +120193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2915), 39, + ACTIONS(2517), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122158,15 +120233,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12740] = 5, + [10500] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1210), 2, + STATE(1175), 2, sym_line_comment, sym_block_comment, - ACTIONS(3619), 15, + ACTIONS(3507), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -122182,7 +120257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3617), 31, + ACTIONS(3505), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -122214,15 +120289,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [12801] = 5, + [10561] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1211), 2, + STATE(1176), 2, sym_line_comment, sym_block_comment, - ACTIONS(3623), 15, + ACTIONS(3511), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -122238,7 +120313,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3621), 31, + ACTIONS(3509), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -122270,15 +120345,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [12862] = 5, + [10622] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1212), 2, + STATE(1177), 2, sym_line_comment, sym_block_comment, - ACTIONS(2953), 7, + ACTIONS(1859), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122286,7 +120361,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2955), 39, + ACTIONS(1861), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122326,15 +120401,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12923] = 5, + [10683] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1213), 2, + STATE(1178), 2, sym_line_comment, sym_block_comment, - ACTIONS(2267), 7, + ACTIONS(1875), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122342,7 +120417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2269), 39, + ACTIONS(1877), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122382,15 +120457,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12984] = 5, + [10744] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1214), 2, + STATE(1179), 2, sym_line_comment, sym_block_comment, - ACTIONS(2155), 7, + ACTIONS(1891), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122398,7 +120473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2157), 39, + ACTIONS(1893), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122438,15 +120513,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13045] = 5, + [10805] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1215), 2, + STATE(1180), 2, sym_line_comment, sym_block_comment, - ACTIONS(2741), 7, + ACTIONS(1933), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122454,7 +120529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2743), 39, + ACTIONS(1935), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122494,15 +120569,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13106] = 5, + [10866] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1216), 2, + STATE(1181), 2, sym_line_comment, sym_block_comment, - ACTIONS(2745), 7, + ACTIONS(1937), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122510,7 +120585,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2747), 39, + ACTIONS(1939), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122550,15 +120625,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13167] = 5, + [10927] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1217), 2, + STATE(1182), 2, sym_line_comment, sym_block_comment, - ACTIONS(2873), 7, + ACTIONS(1945), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122566,7 +120641,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2875), 39, + ACTIONS(1947), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122606,15 +120681,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13228] = 5, + [10988] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1218), 2, + STATE(1183), 2, sym_line_comment, sym_block_comment, - ACTIONS(2881), 7, + ACTIONS(1949), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122622,7 +120697,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2883), 39, + ACTIONS(1951), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122662,15 +120737,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13289] = 5, + [11049] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1219), 2, + STATE(1184), 2, sym_line_comment, sym_block_comment, - ACTIONS(1743), 7, + ACTIONS(1957), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122678,7 +120753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1745), 39, + ACTIONS(1959), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122718,15 +120793,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13350] = 5, + [11110] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1220), 2, + STATE(1185), 2, sym_line_comment, sym_block_comment, - ACTIONS(2075), 7, + ACTIONS(1961), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122734,7 +120809,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2077), 39, + ACTIONS(1963), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122774,15 +120849,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13411] = 5, + [11171] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1221), 2, + STATE(1186), 2, sym_line_comment, sym_block_comment, - ACTIONS(2079), 7, + ACTIONS(1993), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122790,7 +120865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2081), 39, + ACTIONS(1995), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122830,15 +120905,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13472] = 5, + [11232] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1222), 2, + STATE(1187), 2, sym_line_comment, sym_block_comment, - ACTIONS(2083), 7, + ACTIONS(2017), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122846,7 +120921,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2085), 39, + ACTIONS(2019), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122886,15 +120961,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13533] = 5, + [11293] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1223), 2, + STATE(1188), 2, sym_line_comment, sym_block_comment, - ACTIONS(2087), 7, + ACTIONS(2651), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122902,7 +120977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2089), 39, + ACTIONS(2653), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122942,15 +121017,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13594] = 5, + [11354] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1224), 2, + STATE(1189), 2, sym_line_comment, sym_block_comment, - ACTIONS(2091), 7, + ACTIONS(2025), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122958,7 +121033,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2093), 39, + ACTIONS(2027), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122998,15 +121073,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13655] = 5, + [11415] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1225), 2, + STATE(1190), 2, sym_line_comment, sym_block_comment, - ACTIONS(2095), 7, + ACTIONS(2029), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123014,7 +121089,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2097), 39, + ACTIONS(2031), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123054,15 +121129,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13716] = 5, + [11476] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1226), 2, + STATE(1191), 2, sym_line_comment, sym_block_comment, - ACTIONS(2103), 7, + ACTIONS(2033), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123070,7 +121145,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2105), 39, + ACTIONS(2035), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123110,15 +121185,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13777] = 5, + [11537] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1227), 2, + STATE(1192), 2, sym_line_comment, sym_block_comment, - ACTIONS(2107), 7, + ACTIONS(2037), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123126,7 +121201,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2109), 39, + ACTIONS(2039), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123166,15 +121241,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13838] = 5, + [11598] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1228), 2, + STATE(1193), 2, sym_line_comment, sym_block_comment, - ACTIONS(2115), 7, + ACTIONS(2041), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123182,7 +121257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2117), 39, + ACTIONS(2043), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123222,15 +121297,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13899] = 5, + [11659] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1229), 2, + STATE(1194), 2, sym_line_comment, sym_block_comment, - ACTIONS(2119), 7, + ACTIONS(2045), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123238,7 +121313,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2121), 39, + ACTIONS(2047), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123278,29 +121353,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13960] = 5, + [11720] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1230), 2, + STATE(1195), 2, sym_line_comment, sym_block_comment, - ACTIONS(3627), 13, + ACTIONS(2049), 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(3625), 33, + ACTIONS(2051), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123321,28 +121390,34 @@ 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, - [14021] = 5, + [11781] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1231), 2, + STATE(1196), 2, sym_line_comment, sym_block_comment, - ACTIONS(2147), 7, + ACTIONS(2053), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123350,7 +121425,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2149), 39, + ACTIONS(2055), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123390,15 +121465,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14082] = 5, + [11842] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1232), 2, + STATE(1197), 2, sym_line_comment, sym_block_comment, - ACTIONS(2167), 7, + ACTIONS(2057), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123406,7 +121481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2169), 39, + ACTIONS(2059), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123446,15 +121521,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14143] = 5, + [11903] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1233), 2, + STATE(1198), 2, sym_line_comment, sym_block_comment, - ACTIONS(2207), 7, + ACTIONS(2061), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123462,7 +121537,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2209), 39, + ACTIONS(2063), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123502,15 +121577,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14204] = 5, + [11964] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1234), 2, + STATE(1199), 2, sym_line_comment, sym_block_comment, - ACTIONS(2215), 7, + ACTIONS(2069), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123518,7 +121593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2217), 39, + ACTIONS(2071), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123558,15 +121633,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14265] = 5, + [12025] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1235), 2, + STATE(1200), 2, sym_line_comment, sym_block_comment, - ACTIONS(2219), 7, + ACTIONS(2097), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123574,7 +121649,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2221), 39, + ACTIONS(2099), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123614,15 +121689,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14326] = 5, + [12086] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1236), 2, + STATE(1201), 2, sym_line_comment, sym_block_comment, - ACTIONS(2223), 7, + ACTIONS(2193), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123630,7 +121705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2225), 39, + ACTIONS(2195), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123670,15 +121745,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14387] = 5, + [12147] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1237), 2, + STATE(1202), 2, sym_line_comment, sym_block_comment, - ACTIONS(2227), 7, + ACTIONS(2209), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123686,7 +121761,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2229), 39, + ACTIONS(2211), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123726,15 +121801,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14448] = 5, + [12208] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1238), 2, + STATE(1203), 2, sym_line_comment, sym_block_comment, - ACTIONS(2231), 7, + ACTIONS(2217), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123742,7 +121817,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2233), 39, + ACTIONS(2219), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123782,15 +121857,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14509] = 5, + [12269] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1239), 2, + STATE(1204), 2, sym_line_comment, sym_block_comment, - ACTIONS(2235), 7, + ACTIONS(2221), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123798,7 +121873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2237), 39, + ACTIONS(2223), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123838,15 +121913,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14570] = 5, + [12330] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1240), 2, + STATE(1205), 2, sym_line_comment, sym_block_comment, - ACTIONS(2239), 7, + ACTIONS(2225), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123854,7 +121929,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2241), 39, + ACTIONS(2227), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123894,15 +121969,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14631] = 5, + [12391] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1241), 2, + STATE(1206), 2, sym_line_comment, sym_block_comment, - ACTIONS(2243), 7, + ACTIONS(2233), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123910,7 +121985,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2245), 39, + ACTIONS(2235), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123950,15 +122025,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14692] = 5, + [12452] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1242), 2, + STATE(1207), 2, sym_line_comment, sym_block_comment, - ACTIONS(2247), 7, + ACTIONS(2315), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123966,7 +122041,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2249), 39, + ACTIONS(2317), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124006,15 +122081,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14753] = 5, + [12513] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1243), 2, + STATE(1208), 2, sym_line_comment, sym_block_comment, - ACTIONS(2279), 7, + ACTIONS(2475), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124022,7 +122097,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2281), 39, + ACTIONS(2477), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124062,15 +122137,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14814] = 5, + [12574] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1244), 2, + STATE(1209), 2, sym_line_comment, sym_block_comment, - ACTIONS(2417), 7, + ACTIONS(2479), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124078,7 +122153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2419), 39, + ACTIONS(2481), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124118,15 +122193,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14875] = 5, + [12635] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1245), 2, + STATE(1210), 2, sym_line_comment, sym_block_comment, - ACTIONS(2421), 7, + ACTIONS(2487), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124134,7 +122209,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2423), 39, + ACTIONS(2489), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124174,15 +122249,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14936] = 5, + [12696] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1246), 2, + STATE(1211), 2, sym_line_comment, sym_block_comment, - ACTIONS(2429), 7, + ACTIONS(2507), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124190,7 +122265,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2431), 39, + ACTIONS(2509), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124230,15 +122305,71 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14997] = 5, + [12757] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1247), 2, + STATE(1212), 2, sym_line_comment, sym_block_comment, - ACTIONS(2433), 7, + ACTIONS(3515), 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(3513), 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, + [12818] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1213), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2575), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124246,7 +122377,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2435), 39, + ACTIONS(2577), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124286,15 +122417,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15058] = 5, + [12879] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1248), 2, + STATE(1214), 2, sym_line_comment, sym_block_comment, - ACTIONS(2437), 7, + ACTIONS(2599), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124302,7 +122433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2439), 39, + ACTIONS(2601), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124342,15 +122473,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15119] = 5, + [12940] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1249), 2, + STATE(1215), 2, sym_line_comment, sym_block_comment, - ACTIONS(2441), 7, + ACTIONS(2611), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124358,7 +122489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2443), 39, + ACTIONS(2613), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124398,15 +122529,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15180] = 5, + [13001] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1250), 2, + STATE(1216), 2, sym_line_comment, sym_block_comment, - ACTIONS(2453), 7, + ACTIONS(2619), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124414,7 +122545,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2455), 39, + ACTIONS(2621), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124454,15 +122585,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15241] = 5, + [13062] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1251), 2, + STATE(1217), 2, sym_line_comment, sym_block_comment, - ACTIONS(2457), 7, + ACTIONS(2627), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124470,7 +122601,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2459), 39, + ACTIONS(2629), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124510,15 +122641,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15302] = 5, + [13123] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1252), 2, + STATE(1218), 2, sym_line_comment, sym_block_comment, - ACTIONS(2513), 7, + ACTIONS(2631), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124526,7 +122657,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2515), 39, + ACTIONS(2633), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124566,15 +122697,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15363] = 5, + [13184] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1253), 2, + STATE(1219), 2, sym_line_comment, sym_block_comment, - ACTIONS(2517), 7, + ACTIONS(2635), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124582,7 +122713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2519), 39, + ACTIONS(2637), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124622,15 +122753,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15424] = 5, + [13245] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1254), 2, + STATE(1220), 2, sym_line_comment, sym_block_comment, - ACTIONS(2521), 7, + ACTIONS(2639), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124638,7 +122769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2523), 39, + ACTIONS(2641), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124678,15 +122809,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15485] = 5, + [13306] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1255), 2, + STATE(1221), 2, sym_line_comment, sym_block_comment, - ACTIONS(2547), 7, + ACTIONS(2667), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124694,7 +122825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2549), 39, + ACTIONS(2669), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124734,15 +122865,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15546] = 5, + [13367] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1256), 2, + STATE(1222), 2, sym_line_comment, sym_block_comment, - ACTIONS(2577), 7, + ACTIONS(2699), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124750,7 +122881,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2579), 39, + ACTIONS(2701), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124790,15 +122921,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15607] = 5, + [13428] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1257), 2, + STATE(1223), 2, sym_line_comment, sym_block_comment, - ACTIONS(2581), 7, + ACTIONS(2817), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124806,7 +122937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2583), 39, + ACTIONS(2819), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124846,15 +122977,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15668] = 5, + [13489] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1258), 2, + STATE(1224), 2, sym_line_comment, sym_block_comment, - ACTIONS(2585), 7, + ACTIONS(2853), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124862,7 +122993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2587), 39, + ACTIONS(2855), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124902,15 +123033,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15729] = 5, + [13550] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1259), 2, + STATE(1225), 2, sym_line_comment, sym_block_comment, - ACTIONS(2601), 7, + ACTIONS(2949), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124918,7 +123049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2603), 39, + ACTIONS(2951), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124958,15 +123089,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15790] = 5, + [13611] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1260), 2, + STATE(1226), 2, sym_line_comment, sym_block_comment, - ACTIONS(2729), 7, + ACTIONS(1703), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124974,7 +123105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2731), 39, + ACTIONS(1705), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125014,15 +123145,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15851] = 5, + [13672] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1261), 2, + STATE(1227), 2, sym_line_comment, sym_block_comment, - ACTIONS(2737), 7, + ACTIONS(1707), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125030,7 +123161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2739), 39, + ACTIONS(1709), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125070,127 +123201,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15912] = 5, + [13733] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1262), 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, - 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(3629), 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, - [15973] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1263), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3635), 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(3633), 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, - [16034] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1264), 2, + STATE(1228), 2, sym_line_comment, sym_block_comment, - ACTIONS(2893), 7, + ACTIONS(1711), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125198,7 +123217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2895), 39, + ACTIONS(1713), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125238,15 +123257,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16095] = 5, + [13794] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1265), 2, + STATE(1229), 2, sym_line_comment, sym_block_comment, - ACTIONS(2897), 7, + ACTIONS(2655), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125254,7 +123273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2899), 39, + ACTIONS(2657), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125294,15 +123313,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16156] = 5, + [13855] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1266), 2, + STATE(1230), 2, sym_line_comment, sym_block_comment, - ACTIONS(2901), 7, + ACTIONS(2671), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125310,7 +123329,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2903), 39, + ACTIONS(2673), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125350,15 +123369,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16217] = 5, + [13916] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1267), 2, + STATE(1231), 2, sym_line_comment, sym_block_comment, - ACTIONS(2917), 7, + ACTIONS(2679), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125366,7 +123385,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2919), 39, + ACTIONS(2681), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125406,15 +123425,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16278] = 5, + [13977] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1268), 2, + STATE(1232), 2, sym_line_comment, sym_block_comment, - ACTIONS(2921), 7, + ACTIONS(2683), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125422,7 +123441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2923), 39, + ACTIONS(2685), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125462,15 +123481,185 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16339] = 5, + [14038] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1269), 2, + STATE(1233), 2, sym_line_comment, sym_block_comment, - ACTIONS(2925), 7, + ACTIONS(3519), 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(3517), 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, + [14099] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3521), 1, + anon_sym_COLON_COLON, + STATE(1234), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3386), 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(3384), 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, + [14162] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3523), 1, + anon_sym_COLON_COLON, + STATE(1235), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3386), 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(3384), 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, + [14225] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1236), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2691), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125478,7 +123667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2927), 39, + ACTIONS(2693), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125518,15 +123707,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16400] = 5, + [14286] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1270), 2, + STATE(1237), 2, sym_line_comment, sym_block_comment, - ACTIONS(2929), 7, + ACTIONS(2695), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125534,7 +123723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2931), 39, + ACTIONS(2697), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125574,15 +123763,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16461] = 5, + [14347] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1271), 2, + STATE(1238), 2, sym_line_comment, sym_block_comment, - ACTIONS(2933), 7, + ACTIONS(2703), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125590,7 +123779,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2935), 39, + ACTIONS(2705), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125630,15 +123819,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16522] = 5, + [14408] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1272), 2, + STATE(1239), 2, sym_line_comment, sym_block_comment, - ACTIONS(2937), 7, + ACTIONS(1907), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125646,7 +123835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2939), 39, + ACTIONS(1909), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125686,15 +123875,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16583] = 5, + [14469] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1273), 2, + STATE(1240), 2, sym_line_comment, sym_block_comment, - ACTIONS(2941), 7, + ACTIONS(1921), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125702,7 +123891,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2943), 39, + ACTIONS(1923), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125742,15 +123931,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16644] = 5, + [14530] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1274), 2, + STATE(1241), 2, sym_line_comment, sym_block_comment, - ACTIONS(2949), 7, + ACTIONS(2707), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125758,7 +123947,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2951), 39, + ACTIONS(2709), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125798,23 +123987,86 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16705] = 5, + [14591] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1275), 2, + ACTIONS(3525), 1, + anon_sym_LBRACE, + STATE(1242), 2, sym_line_comment, sym_block_comment, - ACTIONS(1703), 7, + ACTIONS(3337), 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(3339), 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_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, + [14654] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1243), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3529), 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_POUND, + anon_sym_SQUOTE, sym_metavariable, - ACTIONS(1705), 39, + ACTIONS(3527), 33, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125835,34 +124087,28 @@ 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, - [16766] = 5, + [14715] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1276), 2, + STATE(1244), 2, sym_line_comment, sym_block_comment, - ACTIONS(1707), 7, + ACTIONS(2711), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125870,7 +124116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1709), 39, + ACTIONS(2713), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125910,23 +124156,29 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16827] = 5, + [14776] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1277), 2, + STATE(1245), 2, sym_line_comment, sym_block_comment, - ACTIONS(1711), 7, + ACTIONS(3533), 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(1713), 39, + ACTIONS(3531), 33, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125947,34 +124199,28 @@ 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, - [16888] = 5, + [14837] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1278), 2, + STATE(1246), 2, sym_line_comment, sym_block_comment, - ACTIONS(1715), 7, + ACTIONS(3537), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125982,7 +124228,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1717), 39, + ACTIONS(3535), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126022,15 +124268,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16949] = 5, + [14898] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1279), 2, + STATE(1247), 2, sym_line_comment, sym_block_comment, - ACTIONS(1719), 7, + ACTIONS(2715), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126038,7 +124284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1721), 39, + ACTIONS(2717), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126078,15 +124324,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17010] = 5, + [14959] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1280), 2, + STATE(1248), 2, sym_line_comment, sym_block_comment, - ACTIONS(1723), 7, + ACTIONS(2719), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126094,7 +124340,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1725), 39, + ACTIONS(2721), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126134,15 +124380,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17071] = 5, + [15020] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1281), 2, + STATE(1249), 2, sym_line_comment, sym_block_comment, - ACTIONS(1727), 7, + ACTIONS(2723), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126150,7 +124396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1729), 39, + ACTIONS(2725), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126190,23 +124436,29 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17132] = 5, + [15081] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1282), 2, + STATE(1250), 2, sym_line_comment, sym_block_comment, - ACTIONS(1731), 7, + ACTIONS(3541), 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(1733), 39, + ACTIONS(3539), 33, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126227,34 +124479,28 @@ 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, - [17193] = 5, + [15142] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1283), 2, + STATE(1251), 2, sym_line_comment, sym_block_comment, - ACTIONS(1735), 7, + ACTIONS(2727), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126262,7 +124508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1737), 39, + ACTIONS(2729), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126302,23 +124548,58 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17254] = 5, + [15203] = 21, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1284), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1739), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_LT, + ACTIONS(1655), 1, + anon_sym_DASH, + ACTIONS(1679), 1, + aux_sym_string_literal_token1, + ACTIONS(1687), 1, + sym__raw_string_literal_start, + ACTIONS(3275), 1, + anon_sym_if, + ACTIONS(3543), 1, + sym_identifier, + ACTIONS(3547), 1, anon_sym_COLON_COLON, - anon_sym_POUND, + ACTIONS(3551), 1, sym_metavariable, - ACTIONS(1741), 39, + STATE(2645), 1, + sym_scoped_identifier, + STATE(2860), 1, + sym__literal_pattern, + STATE(3487), 1, + sym_bracketed_type, + STATE(3499), 1, + sym_generic_type_with_turbofish, + ACTIONS(1681), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3273), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + STATE(1252), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1677), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3549), 3, + sym_self, + sym_super, + sym_crate, + STATE(2371), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3545), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126336,45 +124617,117 @@ 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, - [17315] = 5, + [15296] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1285), 2, + STATE(1253), 2, sym_line_comment, sym_block_comment, - ACTIONS(1747), 7, + ACTIONS(3555), 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(3553), 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, + [15357] = 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(1679), 1, + aux_sym_string_literal_token1, + ACTIONS(1687), 1, + sym__raw_string_literal_start, + ACTIONS(3263), 1, + anon_sym_if, + ACTIONS(3547), 1, anon_sym_COLON_COLON, - anon_sym_POUND, + ACTIONS(3557), 1, + sym_identifier, + ACTIONS(3563), 1, sym_metavariable, - ACTIONS(1749), 39, + STATE(2657), 1, + sym_scoped_identifier, + STATE(2879), 1, + sym__literal_pattern, + STATE(3487), 1, + sym_bracketed_type, + STATE(3499), 1, + sym_generic_type_with_turbofish, + ACTIONS(1681), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3261), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + STATE(1254), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1677), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3561), 3, + sym_self, + sym_super, + sym_crate, + STATE(2371), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3559), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126392,37 +124745,75 @@ 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, - [17376] = 5, + [15450] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1286), 2, + ACTIONS(3565), 1, + anon_sym_LBRACE, + STATE(1255), 2, sym_line_comment, sym_block_comment, - ACTIONS(1751), 7, + 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, + 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, + [15513] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1256), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2735), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126430,7 +124821,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1753), 39, + ACTIONS(2737), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126470,15 +124861,185 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17437] = 5, + [15574] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1287), 2, + ACTIONS(3569), 1, + anon_sym_LPAREN, + STATE(1407), 1, + sym_arguments, + STATE(1257), 2, sym_line_comment, sym_block_comment, - ACTIONS(1759), 7, + ACTIONS(3571), 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(3567), 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, + [15639] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1258), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3575), 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(3573), 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, + [15700] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1259), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3579), 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(3577), 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, + [15761] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1260), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2739), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126486,7 +125047,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1761), 39, + ACTIONS(2741), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126526,15 +125087,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17498] = 5, + [15822] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1288), 2, + STATE(1261), 2, sym_line_comment, sym_block_comment, - ACTIONS(1763), 7, + ACTIONS(2829), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126542,7 +125103,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1765), 39, + ACTIONS(2831), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126582,15 +125143,71 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17559] = 5, + [15883] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1289), 2, + STATE(1262), 2, sym_line_comment, sym_block_comment, - ACTIONS(1767), 7, + ACTIONS(3583), 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(3581), 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, + [15944] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1263), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2085), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126598,7 +125215,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1769), 39, + ACTIONS(2087), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126638,15 +125255,71 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17620] = 5, + [16005] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1290), 2, + STATE(1264), 2, sym_line_comment, sym_block_comment, - ACTIONS(1771), 7, + ACTIONS(3587), 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(3585), 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, + [16066] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1265), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1879), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126654,7 +125327,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1773), 39, + ACTIONS(1881), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126694,15 +125367,72 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17681] = 5, + [16127] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1291), 2, + ACTIONS(3523), 1, + anon_sym_COLON_COLON, + STATE(1266), 2, sym_line_comment, sym_block_comment, - ACTIONS(1775), 7, + ACTIONS(3382), 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(3380), 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, + [16190] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1267), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2909), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126710,7 +125440,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1777), 39, + ACTIONS(2911), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126750,15 +125480,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17742] = 5, + [16251] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1292), 2, + STATE(1268), 2, sym_line_comment, sym_block_comment, - ACTIONS(1779), 7, + ACTIONS(2929), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126766,7 +125496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1781), 39, + ACTIONS(2931), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126806,15 +125536,71 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17803] = 5, + [16312] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1293), 2, + STATE(1269), 2, sym_line_comment, sym_block_comment, - ACTIONS(1783), 7, + ACTIONS(3255), 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(3257), 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, + [16373] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1270), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2937), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126822,7 +125608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1785), 39, + ACTIONS(2939), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126862,15 +125648,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17864] = 5, + [16434] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1294), 2, + STATE(1271), 2, sym_line_comment, sym_block_comment, - ACTIONS(1787), 7, + ACTIONS(2945), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126878,7 +125664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1789), 39, + ACTIONS(2947), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126918,15 +125704,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17925] = 5, + [16495] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1295), 2, + STATE(1272), 2, sym_line_comment, sym_block_comment, - ACTIONS(1791), 7, + ACTIONS(2249), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126934,7 +125720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1793), 39, + ACTIONS(2251), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126974,15 +125760,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17986] = 5, + [16556] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1296), 2, + STATE(1273), 2, sym_line_comment, sym_block_comment, - ACTIONS(1795), 7, + ACTIONS(2001), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126990,7 +125776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1797), 39, + ACTIONS(2003), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127030,15 +125816,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18047] = 5, + [16617] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1297), 2, + STATE(1274), 2, sym_line_comment, sym_block_comment, - ACTIONS(1799), 7, + ACTIONS(2009), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127046,7 +125832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1801), 39, + ACTIONS(2011), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127086,127 +125872,72 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18108] = 5, + [16678] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1298), 2, + ACTIONS(3593), 1, + anon_sym_DASH_GT, + STATE(1275), 2, sym_line_comment, sym_block_comment, - ACTIONS(1803), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + 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_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(1805), 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, - [18169] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1299), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1807), 7, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3589), 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(1809), 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, - [18230] = 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, + [16741] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1300), 2, + STATE(1276), 2, sym_line_comment, sym_block_comment, - ACTIONS(1811), 7, + ACTIONS(2743), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127214,7 +125945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1813), 39, + ACTIONS(2745), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127254,15 +125985,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18291] = 5, + [16802] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1301), 2, + STATE(1277), 2, sym_line_comment, sym_block_comment, - ACTIONS(1815), 7, + ACTIONS(2539), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127270,7 +126001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1817), 39, + ACTIONS(2541), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127310,15 +126041,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18352] = 5, + [16863] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1302), 2, + STATE(1278), 2, sym_line_comment, sym_block_comment, - ACTIONS(1819), 7, + ACTIONS(2013), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127326,7 +126057,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1821), 39, + ACTIONS(2015), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127366,71 +126097,72 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18413] = 5, + [16924] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1303), 2, + ACTIONS(3523), 1, + anon_sym_COLON_COLON, + STATE(1279), 2, sym_line_comment, sym_block_comment, - ACTIONS(1823), 7, + ACTIONS(3374), 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(3372), 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(1825), 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, - [18474] = 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, + [16987] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1304), 2, + STATE(1280), 2, sym_line_comment, sym_block_comment, - ACTIONS(1827), 7, + ACTIONS(1719), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127438,7 +126170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1829), 39, + ACTIONS(1721), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127478,15 +126210,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18535] = 5, + [17048] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1305), 2, + STATE(1281), 2, sym_line_comment, sym_block_comment, - ACTIONS(1831), 7, + ACTIONS(1739), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127494,7 +126226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1833), 39, + ACTIONS(1741), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127534,15 +126266,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18596] = 5, + [17109] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1306), 2, + STATE(1282), 2, sym_line_comment, sym_block_comment, - ACTIONS(1835), 7, + ACTIONS(1767), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127550,7 +126282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1837), 39, + ACTIONS(1769), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127590,23 +126322,29 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18657] = 5, + [17170] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1307), 2, + STATE(1283), 2, sym_line_comment, sym_block_comment, - ACTIONS(1839), 7, + ACTIONS(3597), 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(1841), 39, + ACTIONS(3595), 33, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127627,42 +126365,42 @@ 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, - [18718] = 5, + [17231] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1308), 2, + STATE(1284), 2, sym_line_comment, sym_block_comment, - ACTIONS(1843), 7, + ACTIONS(3601), 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(1845), 39, + ACTIONS(3599), 33, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127683,42 +126421,42 @@ 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, - [18779] = 5, + [17292] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1309), 2, + STATE(1285), 2, sym_line_comment, sym_block_comment, - ACTIONS(1847), 7, + ACTIONS(3605), 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(1849), 39, + ACTIONS(3603), 33, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127739,34 +126477,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, - [18840] = 5, + [17353] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1310), 2, + ACTIONS(3523), 1, + anon_sym_COLON_COLON, + STATE(1286), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3378), 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(3376), 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, + [17416] = 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(1851), 7, + ACTIONS(1771), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127774,7 +126563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1853), 39, + ACTIONS(1773), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127814,15 +126603,72 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18901] = 5, + [17477] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1311), 2, + ACTIONS(3611), 1, + anon_sym_DASH_GT, + STATE(1288), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3609), 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(3607), 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, + [17540] = 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(1855), 7, + ACTIONS(1775), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127830,7 +126676,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1857), 39, + ACTIONS(1777), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127870,15 +126716,17 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18962] = 5, + [17601] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1312), 2, + ACTIONS(3613), 1, + anon_sym_COLON_COLON, + STATE(1290), 2, sym_line_comment, sym_block_comment, - ACTIONS(3639), 15, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -127894,7 +126742,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3637), 31, + ACTIONS(1413), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -127922,19 +126770,20 @@ 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_SQUOTE, anon_sym_as, anon_sym_else, - [19023] = 5, + [17664] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1313), 2, + ACTIONS(3619), 1, + anon_sym_DASH_GT, + STATE(1291), 2, sym_line_comment, sym_block_comment, - ACTIONS(3643), 15, + ACTIONS(3617), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -127950,7 +126799,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3641), 31, + ACTIONS(3615), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -127978,19 +126827,18 @@ static const uint16_t ts_small_parse_table[] = { 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, - [19084] = 5, + [17727] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1314), 2, + STATE(1292), 2, sym_line_comment, sym_block_comment, - ACTIONS(1859), 7, + ACTIONS(1783), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127998,7 +126846,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1861), 39, + ACTIONS(1785), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128038,15 +126886,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19145] = 5, + [17788] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1315), 2, + STATE(1293), 2, sym_line_comment, sym_block_comment, - ACTIONS(1863), 7, + ACTIONS(1981), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128054,7 +126902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1865), 39, + ACTIONS(1983), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128094,15 +126942,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19206] = 5, + [17849] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1316), 2, + STATE(1294), 2, sym_line_comment, sym_block_comment, - ACTIONS(1867), 7, + ACTIONS(2261), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128110,7 +126958,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1869), 39, + ACTIONS(2263), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128150,183 +126998,188 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19267] = 5, + [17910] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1317), 2, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(1379), 1, + sym_label, + STATE(1295), 2, sym_line_comment, sym_block_comment, - ACTIONS(1871), 7, + ACTIONS(3623), 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(3621), 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(1873), 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, - [19328] = 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, + [17975] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1318), 2, + ACTIONS(3625), 1, + anon_sym_LBRACE, + STATE(1296), 2, sym_line_comment, sym_block_comment, - ACTIONS(1875), 7, + ACTIONS(3345), 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(3347), 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(1877), 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, - [19389] = 5, + anon_sym_as, + anon_sym_else, + [18038] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1319), 2, + ACTIONS(3627), 1, + anon_sym_else, + STATE(1472), 1, + sym_else_clause, + STATE(1297), 2, sym_line_comment, sym_block_comment, - ACTIONS(1879), 7, + ACTIONS(1251), 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(1249), 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(1881), 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, - [19450] = 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, + [18103] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1320), 2, + STATE(1298), 2, sym_line_comment, sym_block_comment, - ACTIONS(1883), 7, + ACTIONS(1747), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128334,7 +127187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1885), 39, + ACTIONS(1749), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128374,15 +127227,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19511] = 5, + [18164] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1321), 2, + STATE(1299), 2, sym_line_comment, sym_block_comment, - ACTIONS(1887), 7, + ACTIONS(1759), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128390,7 +127243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1889), 39, + ACTIONS(1761), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128430,15 +127283,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19572] = 5, + [18225] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1322), 2, + STATE(1300), 2, sym_line_comment, sym_block_comment, - ACTIONS(1891), 7, + ACTIONS(1763), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128446,7 +127299,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1893), 39, + ACTIONS(1765), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128486,15 +127339,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19633] = 5, + [18286] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1323), 2, + STATE(1301), 2, sym_line_comment, sym_block_comment, - ACTIONS(1895), 7, + ACTIONS(1997), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128502,7 +127355,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1897), 39, + ACTIONS(1999), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128542,15 +127395,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19694] = 5, + [18347] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1324), 2, + STATE(1302), 2, sym_line_comment, sym_block_comment, - ACTIONS(1903), 7, + ACTIONS(2921), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128558,7 +127411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1905), 39, + ACTIONS(2923), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128598,15 +127451,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19755] = 5, + [18408] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1325), 2, + STATE(1303), 2, sym_line_comment, sym_block_comment, - ACTIONS(1911), 7, + ACTIONS(1715), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128614,7 +127467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1913), 39, + ACTIONS(1717), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128654,15 +127507,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19816] = 5, + [18469] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1326), 2, + STATE(1304), 2, sym_line_comment, sym_block_comment, - ACTIONS(1915), 7, + ACTIONS(1723), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128670,7 +127523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1917), 39, + ACTIONS(1725), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128710,183 +127563,78 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19877] = 5, + [18530] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1327), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1919), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_LT, + ACTIONS(1227), 1, + anon_sym_LBRACE, + ACTIONS(3299), 1, + anon_sym_BANG, + ACTIONS(3301), 1, anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(1921), 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, - [19938] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1328), 2, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(3629), 1, + anon_sym_move, + STATE(482), 1, + sym_block, + STATE(3609), 1, + sym_label, + STATE(1305), 2, sym_line_comment, sym_block_comment, - ACTIONS(1923), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + ACTIONS(3297), 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(1925), 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, - [19999] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1329), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1927), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3295), 24, + anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_RBRACE, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(1929), 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, - [20060] = 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, + [18605] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1330), 2, + STATE(1306), 2, sym_line_comment, sym_block_comment, - ACTIONS(1931), 7, + ACTIONS(1727), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128894,7 +127642,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1933), 39, + ACTIONS(1729), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128934,15 +127682,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20121] = 5, + [18666] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1331), 2, + STATE(1307), 2, sym_line_comment, sym_block_comment, - ACTIONS(1935), 7, + ACTIONS(1731), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128950,7 +127698,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1937), 39, + ACTIONS(1733), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128990,15 +127738,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20182] = 5, + [18727] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1332), 2, + STATE(1308), 2, sym_line_comment, sym_block_comment, - ACTIONS(1939), 7, + ACTIONS(2145), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129006,7 +127754,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1941), 39, + ACTIONS(2147), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129046,15 +127794,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20243] = 5, + [18788] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1333), 2, + STATE(1309), 2, sym_line_comment, sym_block_comment, - ACTIONS(1943), 7, + ACTIONS(1735), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129062,7 +127810,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1945), 39, + ACTIONS(1737), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129102,15 +127850,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20304] = 5, + [18849] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1334), 2, + STATE(1310), 2, sym_line_comment, sym_block_comment, - ACTIONS(1947), 7, + ACTIONS(1743), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129118,7 +127866,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1949), 39, + ACTIONS(1745), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129158,15 +127906,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20365] = 5, + [18910] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1335), 2, + STATE(1311), 2, sym_line_comment, sym_block_comment, - ACTIONS(1951), 7, + ACTIONS(1751), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129174,7 +127922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1953), 39, + ACTIONS(1753), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129214,15 +127962,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20426] = 5, + [18971] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1336), 2, + STATE(1312), 2, sym_line_comment, sym_block_comment, - ACTIONS(1955), 7, + ACTIONS(2237), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129230,7 +127978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1957), 39, + ACTIONS(2239), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129270,15 +128018,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20487] = 5, + [19032] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1337), 2, + STATE(1313), 2, sym_line_comment, sym_block_comment, - ACTIONS(1959), 7, + ACTIONS(1699), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129286,7 +128034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1961), 39, + ACTIONS(1701), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129326,15 +128074,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20548] = 5, + [19093] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1338), 2, + STATE(1314), 2, sym_line_comment, sym_block_comment, - ACTIONS(1963), 7, + ACTIONS(1803), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129342,7 +128090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1965), 39, + ACTIONS(1805), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129382,15 +128130,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20609] = 5, + [19154] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1339), 2, + STATE(1315), 2, sym_line_comment, sym_block_comment, - ACTIONS(1967), 7, + ACTIONS(1863), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129398,7 +128146,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1969), 39, + ACTIONS(1865), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129438,15 +128186,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20670] = 5, + [19215] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1340), 2, + STATE(1316), 2, sym_line_comment, sym_block_comment, - ACTIONS(1971), 7, + ACTIONS(1871), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129454,7 +128202,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1973), 39, + ACTIONS(1873), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129494,23 +128242,29 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20731] = 5, + [19276] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1341), 2, + STATE(1317), 2, sym_line_comment, sym_block_comment, - ACTIONS(1975), 7, + ACTIONS(3633), 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(1977), 39, + ACTIONS(3631), 33, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129531,34 +128285,28 @@ 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, - [20792] = 5, + [19337] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1342), 2, + STATE(1318), 2, sym_line_comment, sym_block_comment, - ACTIONS(1979), 7, + ACTIONS(1911), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129566,7 +128314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1981), 39, + ACTIONS(1913), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129606,23 +128354,29 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20853] = 5, + [19398] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1343), 2, + STATE(1319), 2, sym_line_comment, sym_block_comment, - ACTIONS(1987), 7, + ACTIONS(3637), 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(1989), 39, + ACTIONS(3635), 33, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129643,34 +128397,28 @@ 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, - [20914] = 5, + [19459] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1344), 2, + STATE(1320), 2, sym_line_comment, sym_block_comment, - ACTIONS(1991), 7, + ACTIONS(1915), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129678,7 +128426,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1993), 39, + ACTIONS(1917), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129718,23 +128466,85 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20975] = 5, + [19520] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1345), 2, + STATE(1321), 2, sym_line_comment, sym_block_comment, - ACTIONS(1995), 7, + ACTIONS(3335), 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(3333), 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_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, + [19581] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1322), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3641), 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_POUND, + anon_sym_SQUOTE, sym_metavariable, - ACTIONS(1997), 39, + ACTIONS(3639), 33, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129755,42 +128565,42 @@ 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, - [21036] = 5, + [19642] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1346), 2, + STATE(1323), 2, sym_line_comment, sym_block_comment, - ACTIONS(1999), 7, + ACTIONS(3645), 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(2001), 39, + ACTIONS(3643), 33, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129811,34 +128621,28 @@ 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, - [21097] = 5, + [19703] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1347), 2, + STATE(1324), 2, sym_line_comment, sym_block_comment, - ACTIONS(2003), 7, + ACTIONS(2269), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129846,7 +128650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2005), 39, + ACTIONS(2271), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129886,15 +128690,71 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21158] = 5, + [19764] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1348), 2, + STATE(1325), 2, sym_line_comment, sym_block_comment, - ACTIONS(2007), 7, + ACTIONS(3649), 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(3647), 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, + [19825] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1326), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2273), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129902,7 +128762,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2009), 39, + ACTIONS(2275), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129942,15 +128802,186 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21219] = 5, + [19886] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1349), 2, + ACTIONS(3655), 1, + anon_sym_DASH_GT, + STATE(1327), 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, + 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, + [19949] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3661), 1, + anon_sym_DASH_GT, + STATE(1328), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3659), 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(3657), 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, + [20012] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3667), 1, + anon_sym_DASH_GT, + STATE(1329), 2, sym_line_comment, sym_block_comment, - ACTIONS(2011), 7, + 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, + 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, + [20075] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1330), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2277), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129958,7 +128989,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2013), 39, + ACTIONS(2279), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129998,15 +129029,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21280] = 5, + [20136] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1350), 2, + STATE(1331), 2, sym_line_comment, sym_block_comment, - ACTIONS(2015), 7, + ACTIONS(2185), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130014,7 +129045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2017), 39, + ACTIONS(2187), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130054,23 +129085,33 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21341] = 5, + [20197] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1351), 2, + ACTIONS(3673), 1, + anon_sym_RBRACE, + STATE(1332), 2, sym_line_comment, sym_block_comment, - ACTIONS(2019), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + ACTIONS(3671), 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, anon_sym_COLON_COLON, anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, sym_metavariable, - ACTIONS(2021), 39, + ACTIONS(3669), 30, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130088,37 +129129,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, + anon_sym__, 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, - [21402] = 5, + [20260] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1352), 2, + STATE(1333), 2, sym_line_comment, sym_block_comment, - ACTIONS(2023), 7, + ACTIONS(2189), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130126,7 +129158,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2025), 39, + ACTIONS(2191), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130166,15 +129198,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21463] = 5, + [20321] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1353), 2, + STATE(1334), 2, sym_line_comment, sym_block_comment, - ACTIONS(2027), 7, + ACTIONS(2197), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130182,7 +129214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2029), 39, + ACTIONS(2199), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130222,15 +129254,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21524] = 5, + [20382] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1354), 2, + STATE(1335), 2, sym_line_comment, sym_block_comment, - ACTIONS(2031), 7, + ACTIONS(2201), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130238,7 +129270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2033), 39, + ACTIONS(2203), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130278,15 +129310,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21585] = 5, + [20443] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1355), 2, + STATE(1336), 2, sym_line_comment, sym_block_comment, - ACTIONS(2035), 7, + ACTIONS(2213), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130294,7 +129326,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2037), 39, + ACTIONS(2215), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130334,15 +129366,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21646] = 5, + [20504] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1356), 2, + STATE(1337), 2, sym_line_comment, sym_block_comment, - ACTIONS(2039), 7, + ACTIONS(2241), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130350,7 +129382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2041), 39, + ACTIONS(2243), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130390,15 +129422,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21707] = 5, + [20565] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1357), 2, + STATE(1338), 2, sym_line_comment, sym_block_comment, - ACTIONS(2043), 7, + ACTIONS(2245), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130406,7 +129438,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2045), 39, + ACTIONS(2247), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130446,15 +129478,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21768] = 5, + [20626] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1358), 2, + STATE(1339), 2, sym_line_comment, sym_block_comment, - ACTIONS(2047), 7, + ACTIONS(2253), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130462,7 +129494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2049), 39, + ACTIONS(2255), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130502,15 +129534,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21829] = 5, + [20687] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1359), 2, + STATE(1340), 2, sym_line_comment, sym_block_comment, - ACTIONS(2051), 7, + ACTIONS(2257), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130518,7 +129550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2053), 39, + ACTIONS(2259), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130558,15 +129590,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21890] = 5, + [20748] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1360), 2, + STATE(1341), 2, sym_line_comment, sym_block_comment, - ACTIONS(2055), 7, + ACTIONS(2265), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130574,7 +129606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2057), 39, + ACTIONS(2267), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130614,15 +129646,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21951] = 5, + [20809] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1361), 2, + STATE(1342), 2, sym_line_comment, sym_block_comment, - ACTIONS(2059), 7, + ACTIONS(2299), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130630,7 +129662,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2061), 39, + ACTIONS(2301), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130670,15 +129702,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22012] = 5, + [20870] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1362), 2, + STATE(1343), 2, sym_line_comment, sym_block_comment, - ACTIONS(2063), 7, + ACTIONS(2287), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130686,7 +129718,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2065), 39, + ACTIONS(2289), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130726,15 +129758,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22073] = 5, + [20931] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1363), 2, + STATE(1344), 2, sym_line_comment, sym_block_comment, - ACTIONS(2067), 7, + ACTIONS(2291), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130742,7 +129774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2069), 39, + ACTIONS(2293), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130782,15 +129814,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22134] = 5, + [20992] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1364), 2, + STATE(1345), 2, sym_line_comment, sym_block_comment, - ACTIONS(2071), 7, + ACTIONS(2295), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130798,7 +129830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2073), 39, + ACTIONS(2297), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130838,25 +129870,24 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22195] = 7, + [21053] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(1384), 1, - sym_label, - STATE(1365), 2, + ACTIONS(3675), 1, + anon_sym_LBRACE, + STATE(1346), 2, sym_line_comment, sym_block_comment, - ACTIONS(3647), 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, @@ -130866,13 +129897,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3645), 29, + ACTIONS(3363), 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, @@ -130894,31 +129924,26 @@ 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_as, anon_sym_else, - [22260] = 5, + [21116] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1366), 2, + STATE(1347), 2, sym_line_comment, sym_block_comment, - ACTIONS(3651), 13, + ACTIONS(2303), 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(3649), 33, + ACTIONS(2305), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130939,42 +129964,42 @@ 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, - [22321] = 5, + [21177] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1367), 2, + STATE(1348), 2, sym_line_comment, sym_block_comment, - ACTIONS(3655), 13, + ACTIONS(2349), 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(3653), 33, + ACTIONS(2351), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130995,28 +130020,34 @@ 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, - [22382] = 5, + [21238] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1368), 2, + STATE(1349), 2, sym_line_comment, sym_block_comment, - ACTIONS(2099), 7, + ACTIONS(2307), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131024,7 +130055,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2101), 39, + ACTIONS(2309), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131064,193 +130095,71 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22443] = 7, + [21299] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3659), 1, - anon_sym_LPAREN, - STATE(1481), 1, - sym_arguments, - STATE(1369), 2, + STATE(1350), 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(3657), 29, + ACTIONS(2311), 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, - [22508] = 12, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1229), 1, - anon_sym_LBRACE, - ACTIONS(3287), 1, - anon_sym_BANG, - ACTIONS(3289), 1, - anon_sym_COLON_COLON, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(3663), 1, - anon_sym_move, - STATE(461), 1, - sym_block, - STATE(3619), 1, - sym_label, - STATE(1370), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3285), 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(3283), 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, - [22583] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3665), 1, anon_sym_COLON_COLON, - STATE(1371), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1357), 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(1359), 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, - [22646] = 5, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2313), 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, + [21360] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1372), 2, + STATE(1351), 2, sym_line_comment, sym_block_comment, - ACTIONS(2143), 7, + ACTIONS(2957), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131258,7 +130167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2145), 39, + ACTIONS(2959), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131298,181 +130207,197 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22707] = 6, + [21421] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3669), 2, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - STATE(1373), 2, + STATE(1352), 2, sym_line_comment, sym_block_comment, - ACTIONS(3671), 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), 28, + ACTIONS(2325), 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, - [22769] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2327), 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, + [21482] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1374), 2, + STATE(1353), 2, sym_line_comment, sym_block_comment, - ACTIONS(3675), 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(3673), 30, + ACTIONS(2329), 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, - [22829] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2331), 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, + [21543] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1375), 2, + STATE(1354), 2, sym_line_comment, sym_block_comment, - ACTIONS(1489), 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(1487), 30, + ACTIONS(2333), 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, - [22889] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2335), 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, + [21604] = 12, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1376), 2, + ACTIONS(3301), 1, + anon_sym_COLON_COLON, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(3445), 1, + anon_sym_BANG, + ACTIONS(3677), 1, + anon_sym_move, + STATE(402), 1, + sym_block, + STATE(3524), 1, + sym_label, + STATE(1355), 2, sym_line_comment, sym_block_comment, - ACTIONS(1271), 15, + ACTIONS(3297), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -131488,13 +130413,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1269), 30, + ACTIONS(3295), 24, 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, @@ -131515,903 +130437,912 @@ 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, - [22949] = 9, + [21679] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - STATE(1377), 2, + STATE(1356), 2, sym_line_comment, sym_block_comment, - ACTIONS(3681), 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(3677), 27, + ACTIONS(2337), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, 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, - [23017] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2339), 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, + [21740] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1378), 2, + STATE(1357), 2, sym_line_comment, sym_block_comment, - ACTIONS(3691), 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(3689), 30, + ACTIONS(2341), 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, - [23077] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2343), 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, + [21801] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1379), 2, + STATE(1358), 2, sym_line_comment, sym_block_comment, - ACTIONS(3695), 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(3693), 30, + ACTIONS(2345), 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, - [23137] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2347), 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, + [21862] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1380), 2, + STATE(1359), 2, sym_line_comment, sym_block_comment, - ACTIONS(3699), 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(3697), 30, + ACTIONS(2353), 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, - [23197] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2355), 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, + [21923] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1381), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3703), 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(3701), 30, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1360), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2357), 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, - [23257] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2359), 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, + [21984] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1382), 2, + STATE(1361), 2, sym_line_comment, sym_block_comment, - ACTIONS(3707), 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(3705), 30, + ACTIONS(2361), 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, - [23317] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2363), 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, + [22045] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1383), 2, + STATE(1362), 2, sym_line_comment, sym_block_comment, - ACTIONS(3707), 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(3705), 30, + ACTIONS(2373), 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, - [23377] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2375), 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, + [22106] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1384), 2, + STATE(1363), 2, sym_line_comment, sym_block_comment, - ACTIONS(3711), 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(3709), 30, + ACTIONS(2365), 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, - [23437] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2367), 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, + [22167] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1385), 2, + STATE(1364), 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, - 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(1047), 30, + ACTIONS(2463), 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, - [23497] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2465), 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, + [22228] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1386), 2, + STATE(1365), 2, sym_line_comment, sym_block_comment, - ACTIONS(3715), 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(3713), 30, + ACTIONS(2467), 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, - [23557] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2469), 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, + [22289] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1387), 2, + STATE(1366), 2, sym_line_comment, sym_block_comment, - ACTIONS(1279), 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(1277), 30, + ACTIONS(2471), 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, - [23617] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2473), 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, + [22350] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1388), 2, + STATE(1367), 2, sym_line_comment, sym_block_comment, - ACTIONS(3719), 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(3717), 30, + ACTIONS(2491), 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, - [23677] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2493), 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, + [22411] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1389), 2, + STATE(1368), 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, - 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(3721), 30, + ACTIONS(2495), 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, - [23737] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2497), 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, + [22472] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1390), 2, + STATE(1369), 2, sym_line_comment, sym_block_comment, - ACTIONS(1263), 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(1261), 30, + ACTIONS(2499), 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, - [23797] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2501), 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, + [22533] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1391), 2, + STATE(1370), 2, sym_line_comment, sym_block_comment, - ACTIONS(1431), 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(1429), 30, + ACTIONS(2519), 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, - [23857] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2521), 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, + [22594] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1392), 2, + STATE(1371), 2, sym_line_comment, sym_block_comment, - ACTIONS(3727), 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(3725), 30, + ACTIONS(2503), 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, - [23917] = 5, + 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, + [22655] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1393), 2, + STATE(1372), 2, sym_line_comment, sym_block_comment, - ACTIONS(3731), 15, + ACTIONS(1583), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -132427,7 +131358,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3729), 30, + ACTIONS(1585), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -132435,6 +131366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -132458,144 +131390,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23977] = 8, + [22716] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - STATE(1394), 2, + STATE(1373), 2, sym_line_comment, sym_block_comment, - ACTIONS(3735), 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(3733), 28, + ACTIONS(2563), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, 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, - [24043] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2565), 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, + [22777] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1395), 2, + STATE(1374), 2, sym_line_comment, sym_block_comment, - ACTIONS(3671), 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(2579), 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, - [24103] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2581), 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, + [22838] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1396), 2, + STATE(1375), 2, sym_line_comment, sym_block_comment, - ACTIONS(3493), 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(2687), 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(3491), 30, + ACTIONS(2689), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132613,28 +131536,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, - [24163] = 5, + [22899] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1397), 2, + STATE(1376), 2, sym_line_comment, sym_block_comment, - ACTIONS(3739), 15, + ACTIONS(1283), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -132650,7 +131582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3737), 30, + ACTIONS(1281), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -132681,15 +131613,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24223] = 5, + [22959] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1398), 2, + STATE(1377), 2, sym_line_comment, sym_block_comment, - ACTIONS(3743), 15, + ACTIONS(3681), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -132705,7 +131637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3741), 30, + ACTIONS(3679), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -132736,70 +131668,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24283] = 5, + [23019] = 23, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1399), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3747), 15, - anon_sym_PLUS, + ACTIONS(1599), 1, + anon_sym_LBRACK, + ACTIONS(3388), 1, + sym_identifier, + ACTIONS(3392), 1, + anon_sym_LPAREN, + ACTIONS(3394), 1, anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, + ACTIONS(3398), 1, 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(3745), 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, + ACTIONS(3400), 1, + anon_sym_COLON_COLON, + ACTIONS(3402), 1, anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [24343] = 5, + ACTIONS(3406), 1, + anon_sym_for, + ACTIONS(3410), 1, + sym_metavariable, + STATE(2475), 1, + sym_where_predicate, + STATE(2691), 1, + sym_scoped_type_identifier, + STATE(2928), 1, + sym_generic_type, + STATE(3361), 1, + sym_generic_type_with_turbofish, + STATE(3463), 1, + sym_scoped_identifier, + STATE(3491), 1, + sym_bracketed_type, + STATE(1378), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3404), 3, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + ACTIONS(3408), 3, + sym_self, + sym_super, + sym_crate, + STATE(3222), 6, + sym_higher_ranked_trait_bound, + sym_lifetime, + sym_array_type, + sym_tuple_type, + sym_reference_type, + sym_pointer_type, + ACTIONS(3396), 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, + [23115] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1400), 2, + STATE(1379), 2, sym_line_comment, sym_block_comment, - ACTIONS(3751), 15, + ACTIONS(3685), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -132815,7 +131765,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3749), 30, + ACTIONS(3683), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -132846,76 +131796,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24403] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1401), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3507), 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, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, - sym_metavariable, - ACTIONS(3505), 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, - [24463] = 8, + [23175] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - STATE(1402), 2, + STATE(1380), 2, sym_line_comment, sym_block_comment, - ACTIONS(3755), 14, + ACTIONS(3689), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -132929,14 +131818,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(3753), 28, + ACTIONS(3687), 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, @@ -132959,15 +131851,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24529] = 5, + [23235] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1403), 2, + STATE(1381), 2, sym_line_comment, sym_block_comment, - ACTIONS(3759), 15, + ACTIONS(3386), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -132983,7 +131875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3757), 30, + ACTIONS(3384), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133014,15 +131906,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24589] = 5, + [23295] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1404), 2, + STATE(1382), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(3693), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133038,7 +131930,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 30, + ACTIONS(3691), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133069,70 +131961,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24649] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1405), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3247), 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(3245), 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, - [24709] = 5, + [23355] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1406), 2, + STATE(1383), 2, sym_line_comment, sym_block_comment, - ACTIONS(3763), 15, + ACTIONS(1049), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133148,7 +131985,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3761), 30, + ACTIONS(1051), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133179,15 +132016,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24769] = 5, + [23415] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1407), 2, + STATE(1384), 2, sym_line_comment, sym_block_comment, - ACTIONS(3767), 15, + ACTIONS(3697), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133203,7 +132040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3765), 30, + ACTIONS(3695), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133234,15 +132071,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24829] = 5, + [23475] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1408), 2, + STATE(1385), 2, sym_line_comment, sym_block_comment, - ACTIONS(1275), 15, + ACTIONS(1005), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133258,7 +132095,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1273), 30, + ACTIONS(1007), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133289,15 +132126,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24889] = 5, + [23535] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1409), 2, + STATE(1386), 2, sym_line_comment, sym_block_comment, - ACTIONS(3771), 15, + ACTIONS(3701), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133313,7 +132150,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3769), 30, + ACTIONS(3699), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133344,15 +132181,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24949] = 5, + [23595] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1410), 2, + STATE(1387), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 15, + ACTIONS(3705), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133368,7 +132205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3337), 30, + ACTIONS(3703), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133399,15 +132236,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25009] = 5, + [23655] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1411), 2, + STATE(1388), 2, sym_line_comment, sym_block_comment, - ACTIONS(3775), 15, + ACTIONS(1429), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133423,7 +132260,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3773), 30, + ACTIONS(1427), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133454,15 +132291,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25069] = 5, + [23715] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1412), 2, + STATE(1389), 2, sym_line_comment, sym_block_comment, - ACTIONS(3779), 15, + ACTIONS(1441), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133478,7 +132315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3777), 30, + ACTIONS(1439), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133509,15 +132346,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25129] = 5, + [23775] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1413), 2, + STATE(1390), 2, sym_line_comment, sym_block_comment, - ACTIONS(1007), 15, + ACTIONS(3571), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133533,7 +132370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1009), 30, + ACTIONS(3567), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133564,15 +132401,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25189] = 5, + [23835] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1414), 2, + STATE(1391), 2, sym_line_comment, sym_block_comment, - ACTIONS(3783), 15, + ACTIONS(3709), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133588,7 +132425,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3781), 30, + ACTIONS(3707), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133619,15 +132456,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25249] = 5, + [23895] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1415), 2, + STATE(1392), 2, sym_line_comment, sym_block_comment, - ACTIONS(3787), 15, + ACTIONS(3374), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133643,7 +132480,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3785), 30, + ACTIONS(3372), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133674,15 +132511,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25309] = 5, + [23955] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1416), 2, + STATE(1393), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 15, + ACTIONS(3671), 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, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, + sym_metavariable, + ACTIONS(3669), 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, + [24015] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1394), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1481), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133698,7 +132590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3321), 30, + ACTIONS(1479), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133729,15 +132621,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25369] = 5, + [24075] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1417), 2, + STATE(1395), 2, sym_line_comment, sym_block_comment, - ACTIONS(1049), 15, + ACTIONS(3713), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133753,7 +132645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1051), 30, + ACTIONS(3711), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133784,21 +132676,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25429] = 8, + [24135] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - STATE(1418), 2, + STATE(1396), 2, sym_line_comment, sym_block_comment, - ACTIONS(3791), 14, + ACTIONS(1485), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133812,14 +132698,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(3789), 28, + ACTIONS(1483), 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, @@ -133842,15 +132731,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25495] = 5, + [24195] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1419), 2, + STATE(1397), 2, sym_line_comment, sym_block_comment, - ACTIONS(1397), 15, + ACTIONS(3717), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133866,7 +132755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1395), 30, + ACTIONS(3715), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133897,15 +132786,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25555] = 5, + [24255] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1420), 2, + STATE(1398), 2, sym_line_comment, sym_block_comment, - ACTIONS(1457), 15, + ACTIONS(1015), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133921,7 +132810,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1455), 30, + ACTIONS(1017), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133952,15 +132841,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25615] = 5, + [24315] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1421), 2, + STATE(1399), 2, sym_line_comment, sym_block_comment, - ACTIONS(1449), 15, + ACTIONS(3721), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133976,7 +132865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1447), 30, + ACTIONS(3719), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134007,15 +132896,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25675] = 5, + [24375] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1422), 2, + STATE(1400), 2, sym_line_comment, sym_block_comment, - ACTIONS(1453), 15, + ACTIONS(1299), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134031,7 +132920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1451), 30, + ACTIONS(1297), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134062,15 +132951,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25735] = 5, + [24435] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1423), 2, + STATE(1401), 2, sym_line_comment, sym_block_comment, - ACTIONS(1481), 15, + ACTIONS(3378), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134086,7 +132975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1479), 30, + ACTIONS(3376), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134117,15 +133006,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25795] = 5, + [24495] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1424), 2, + STATE(1402), 2, sym_line_comment, sym_block_comment, - ACTIONS(1435), 15, + ACTIONS(1287), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134141,7 +133030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1433), 30, + ACTIONS(1285), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134172,15 +133061,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25855] = 5, + [24555] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1425), 2, + STATE(1403), 2, sym_line_comment, sym_block_comment, - ACTIONS(1485), 15, + ACTIONS(3725), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134196,7 +133085,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1483), 30, + ACTIONS(3723), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134227,15 +133116,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25915] = 5, + [24615] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1426), 2, + STATE(1404), 2, sym_line_comment, sym_block_comment, - ACTIONS(1367), 15, + ACTIONS(3729), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134251,7 +133140,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1365), 30, + ACTIONS(3727), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134282,15 +133171,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25975] = 5, + [24675] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1427), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + STATE(1405), 2, sym_line_comment, sym_block_comment, - ACTIONS(1405), 15, + ACTIONS(3735), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134304,17 +133199,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(1403), 30, + ACTIONS(3731), 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, @@ -134337,88 +133229,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26035] = 23, - ACTIONS(29), 1, - anon_sym_LT, + [24741] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1599), 1, - anon_sym_LBRACK, - ACTIONS(3396), 1, - anon_sym_LPAREN, - ACTIONS(3400), 1, - anon_sym_COLON_COLON, - ACTIONS(3410), 1, - sym_metavariable, - ACTIONS(3428), 1, - sym_identifier, - ACTIONS(3432), 1, - anon_sym_STAR, - ACTIONS(3436), 1, - anon_sym_AMP, - ACTIONS(3438), 1, - anon_sym_SQUOTE, - ACTIONS(3440), 1, - anon_sym_for, - STATE(2492), 1, - sym_where_predicate, - STATE(2698), 1, - sym_scoped_type_identifier, - STATE(3038), 1, - sym_generic_type, - STATE(3369), 1, - sym_generic_type_with_turbofish, - STATE(3462), 1, - sym_scoped_identifier, - STATE(3499), 1, - sym_bracketed_type, - STATE(1428), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3406), 3, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - ACTIONS(3408), 3, - sym_self, - sym_super, - sym_crate, - STATE(3293), 6, - sym_higher_ranked_trait_bound, - sym_lifetime, - sym_array_type, - sym_tuple_type, - sym_reference_type, - sym_pointer_type, - ACTIONS(3434), 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, - [26131] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1429), 2, + STATE(1406), 2, sym_line_comment, sym_block_comment, - ACTIONS(1259), 15, + ACTIONS(3743), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134434,7 +133253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1257), 30, + ACTIONS(3741), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134465,15 +133284,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26191] = 5, + [24801] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1430), 2, + STATE(1407), 2, sym_line_comment, sym_block_comment, - ACTIONS(1413), 15, + ACTIONS(3747), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134489,7 +133308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1411), 30, + ACTIONS(3745), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134520,21 +133339,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26251] = 8, + [24861] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - STATE(1431), 2, + STATE(1408), 2, sym_line_comment, sym_block_comment, - ACTIONS(3795), 14, + ACTIONS(3751), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134548,14 +133361,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(3793), 28, + ACTIONS(3749), 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, @@ -134578,15 +133394,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26317] = 5, + [24921] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1432), 2, + STATE(1409), 2, sym_line_comment, sym_block_comment, - ACTIONS(3799), 15, + ACTIONS(3755), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134602,7 +133418,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3797), 30, + ACTIONS(3753), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134633,15 +133449,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26377] = 5, + [24981] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1433), 2, + STATE(1410), 2, sym_line_comment, sym_block_comment, - ACTIONS(3803), 15, + ACTIONS(1455), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134657,7 +133473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3801), 30, + ACTIONS(1453), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134688,15 +133504,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26437] = 5, + [25041] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1434), 2, + STATE(1411), 2, sym_line_comment, sym_block_comment, - ACTIONS(3807), 15, + ACTIONS(1291), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134712,7 +133528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3805), 30, + ACTIONS(1289), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134743,15 +133559,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26497] = 5, + [25101] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1435), 2, + STATE(1412), 2, sym_line_comment, sym_block_comment, - ACTIONS(3811), 15, + ACTIONS(3759), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134767,7 +133583,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3809), 30, + ACTIONS(3757), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134798,15 +133614,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26557] = 5, + [25161] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1436), 2, + STATE(1413), 2, sym_line_comment, sym_block_comment, - ACTIONS(3815), 15, + ACTIONS(3763), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134822,7 +133638,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3813), 30, + ACTIONS(3761), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134853,15 +133669,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26617] = 5, + [25221] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1437), 2, + STATE(1414), 2, sym_line_comment, sym_block_comment, - ACTIONS(3819), 15, + ACTIONS(1421), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134877,7 +133693,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3817), 30, + ACTIONS(1419), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134908,15 +133724,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26677] = 5, + [25281] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1438), 2, + STATE(1415), 2, sym_line_comment, sym_block_comment, - ACTIONS(3823), 15, + ACTIONS(3767), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134932,7 +133748,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3821), 30, + ACTIONS(3765), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134963,15 +133779,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26737] = 5, + [25341] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1439), 2, + ACTIONS(3299), 1, + anon_sym_BANG, + ACTIONS(3301), 1, + anon_sym_COLON_COLON, + STATE(1416), 2, sym_line_comment, sym_block_comment, - ACTIONS(3359), 15, + ACTIONS(3297), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134987,13 +133807,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3357), 30, + ACTIONS(3295), 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, @@ -135015,18 +133834,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, - [26797] = 5, + [25405] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1440), 2, + STATE(1417), 2, sym_line_comment, sym_block_comment, - ACTIONS(3327), 15, + ACTIONS(3771), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135042,7 +133860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3325), 30, + ACTIONS(3769), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135073,15 +133891,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26857] = 5, + [25465] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1441), 2, + STATE(1418), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, + ACTIONS(3775), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135097,7 +133915,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1359), 30, + ACTIONS(3773), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135128,15 +133946,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26917] = 5, + [25525] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1442), 2, + STATE(1419), 2, sym_line_comment, sym_block_comment, - ACTIONS(3827), 15, + ACTIONS(3382), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135152,7 +133970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3825), 30, + ACTIONS(3380), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135183,15 +134001,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26977] = 5, + [25585] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1443), 2, + STATE(1420), 2, sym_line_comment, sym_block_comment, - ACTIONS(1401), 15, + ACTIONS(1295), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135207,7 +134025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1399), 30, + ACTIONS(1293), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135238,15 +134056,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27037] = 5, + [25645] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1444), 2, + STATE(1421), 2, sym_line_comment, sym_block_comment, - ACTIONS(3831), 15, + ACTIONS(3779), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135262,7 +134080,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3829), 30, + ACTIONS(3777), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135293,15 +134111,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27097] = 5, + [25705] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1445), 2, + STATE(1422), 2, sym_line_comment, sym_block_comment, - ACTIONS(3835), 15, + ACTIONS(1451), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135317,7 +134135,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3833), 30, + ACTIONS(1449), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135348,15 +134166,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27157] = 5, + [25765] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1446), 2, + ACTIONS(3783), 2, + anon_sym_LBRACE, + anon_sym_COLON_COLON, + STATE(1423), 2, sym_line_comment, sym_block_comment, - ACTIONS(1363), 15, + ACTIONS(3785), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135372,13 +134193,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1361), 30, + ACTIONS(3781), 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, @@ -135400,18 +134220,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, - [27217] = 5, + [25827] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1447), 2, + STATE(1424), 2, sym_line_comment, sym_block_comment, - ACTIONS(3839), 15, + ACTIONS(3789), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135427,7 +134246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3837), 30, + ACTIONS(3787), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135458,88 +134277,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27277] = 23, - ACTIONS(29), 1, - anon_sym_LT, + [25887] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1599), 1, - anon_sym_LBRACK, - ACTIONS(3396), 1, - anon_sym_LPAREN, - ACTIONS(3400), 1, - anon_sym_COLON_COLON, - ACTIONS(3410), 1, - sym_metavariable, - ACTIONS(3428), 1, - sym_identifier, - ACTIONS(3432), 1, + STATE(1425), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1459), 15, + anon_sym_PLUS, anon_sym_STAR, - ACTIONS(3436), 1, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(3438), 1, + 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(1457), 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, - ACTIONS(3440), 1, - anon_sym_for, - STATE(2664), 1, - sym_where_predicate, - STATE(2698), 1, - sym_scoped_type_identifier, - STATE(3038), 1, - sym_generic_type, - STATE(3369), 1, - sym_generic_type_with_turbofish, - STATE(3462), 1, - sym_scoped_identifier, - STATE(3499), 1, - sym_bracketed_type, - STATE(1448), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3406), 3, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - ACTIONS(3408), 3, - sym_self, - sym_super, - sym_crate, - STATE(3293), 6, - sym_higher_ranked_trait_bound, - sym_lifetime, - sym_array_type, - sym_tuple_type, - sym_reference_type, - sym_pointer_type, - ACTIONS(3434), 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, - [27373] = 5, + anon_sym_as, + anon_sym_else, + [25947] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1449), 2, + STATE(1426), 2, sym_line_comment, sym_block_comment, - ACTIONS(1439), 15, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135555,7 +134356,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1437), 30, + ACTIONS(1413), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135586,15 +134387,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27433] = 5, + [26007] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1450), 2, + STATE(1427), 2, sym_line_comment, sym_block_comment, - ACTIONS(3843), 15, + ACTIONS(3793), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135610,7 +134411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3841), 30, + ACTIONS(3791), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135641,15 +134442,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27493] = 5, + [26067] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1451), 2, + STATE(1428), 2, sym_line_comment, sym_block_comment, - ACTIONS(1027), 15, + ACTIONS(3797), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135665,7 +134466,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1029), 30, + ACTIONS(3795), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135696,15 +134497,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27553] = 5, + [26127] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1452), 2, + STATE(1429), 2, sym_line_comment, sym_block_comment, - ACTIONS(3847), 15, + ACTIONS(3801), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135720,7 +134521,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3845), 30, + ACTIONS(3799), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135751,19 +134552,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27613] = 7, + [26187] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3287), 1, - anon_sym_BANG, - ACTIONS(3289), 1, - anon_sym_COLON_COLON, - STATE(1453), 2, + STATE(1430), 2, sym_line_comment, sym_block_comment, - ACTIONS(3285), 15, + ACTIONS(3805), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135779,12 +134576,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3283), 28, + ACTIONS(3803), 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, @@ -135806,17 +134604,76 @@ 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, - [27677] = 5, + [26247] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1454), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + STATE(1431), 2, sym_line_comment, sym_block_comment, - ACTIONS(1267), 15, + ACTIONS(3809), 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(3807), 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, + [26313] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1432), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1379), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135832,7 +134689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1265), 30, + ACTIONS(1377), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135863,15 +134720,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27737] = 5, + [26373] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1455), 2, + STATE(1433), 2, sym_line_comment, sym_block_comment, - ACTIONS(1469), 15, + ACTIONS(1471), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135887,7 +134744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1467), 30, + ACTIONS(1469), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135918,18 +134775,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27797] = 6, + [26433] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3849), 2, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - STATE(1456), 2, + STATE(1434), 2, sym_line_comment, sym_block_comment, - ACTIONS(3671), 15, + ACTIONS(3813), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135945,12 +134799,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3667), 28, + ACTIONS(3811), 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, @@ -135972,17 +134827,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, - [27859] = 5, + [26493] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1457), 2, + STATE(1435), 2, sym_line_comment, sym_block_comment, - ACTIONS(3853), 15, + ACTIONS(3817), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135998,7 +134854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3851), 30, + ACTIONS(3815), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136029,15 +134885,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27919] = 5, + [26553] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1458), 2, + STATE(1436), 2, sym_line_comment, sym_block_comment, - ACTIONS(3857), 15, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136053,7 +134909,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3855), 30, + ACTIONS(1413), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136084,15 +134940,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27979] = 5, + [26613] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1459), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + STATE(1437), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3821), 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(3819), 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, + [26679] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1438), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, + ACTIONS(1279), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136108,7 +135022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1359), 30, + ACTIONS(1277), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136139,15 +135053,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28039] = 5, + [26739] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1460), 2, + STATE(1439), 2, sym_line_comment, sym_block_comment, - ACTIONS(3861), 15, + ACTIONS(1011), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136163,7 +135077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3859), 30, + ACTIONS(1013), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136194,15 +135108,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28099] = 5, + [26799] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1461), 2, + STATE(1440), 2, sym_line_comment, sym_block_comment, - ACTIONS(3865), 15, + ACTIONS(3825), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136218,7 +135132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3863), 30, + ACTIONS(3823), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136249,70 +135163,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28159] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1462), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2099), 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(2101), 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, - [28219] = 5, + [26859] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1463), 2, + STATE(1441), 2, sym_line_comment, sym_block_comment, - ACTIONS(3869), 15, + ACTIONS(3829), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136328,7 +135187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3867), 30, + ACTIONS(3827), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136359,84 +135218,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28279] = 5, + [26919] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1464), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2527), 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, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, - sym_metavariable, - ACTIONS(2529), 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, - [28339] = 12, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(3871), 1, - anon_sym_BANG, - ACTIONS(3873), 1, - anon_sym_COLON_COLON, - ACTIONS(3875), 1, - anon_sym_move, - STATE(1747), 1, - sym_block, - STATE(3620), 1, - sym_label, - STATE(1465), 2, + STATE(1442), 2, sym_line_comment, sym_block_comment, - ACTIONS(3285), 15, + ACTIONS(3833), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136452,10 +135242,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3283), 23, + ACTIONS(3831), 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, @@ -136475,16 +135269,19 @@ 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, - [28413] = 5, + anon_sym_else, + [26979] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1466), 2, + STATE(1443), 2, sym_line_comment, sym_block_comment, - ACTIONS(3879), 15, + ACTIONS(1271), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136500,7 +135297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3877), 30, + ACTIONS(1269), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136531,15 +135328,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28473] = 5, + [27039] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1467), 2, + STATE(1444), 2, sym_line_comment, sym_block_comment, - ACTIONS(1409), 15, + ACTIONS(1437), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136555,7 +135352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1407), 30, + ACTIONS(1435), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136586,31 +135383,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28533] = 5, + [27099] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1468), 2, + STATE(1445), 2, sym_line_comment, sym_block_comment, - ACTIONS(3883), 15, - sym__raw_string_literal_start, - sym_float_literal, + ACTIONS(2085), 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(3881), 30, + ACTIONS(2087), 33, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136628,44 +135422,133 @@ 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, - [28593] = 5, + [27159] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1469), 2, + STATE(1446), 2, sym_line_comment, sym_block_comment, - ACTIONS(3887), 15, - sym__raw_string_literal_start, - sym_float_literal, - anon_sym_LPAREN, - anon_sym_LBRACK, + ACTIONS(1275), 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(1273), 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, + [27219] = 23, + 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(3388), 1, + sym_identifier, + ACTIONS(3392), 1, + anon_sym_LPAREN, + ACTIONS(3394), 1, + anon_sym_STAR, + ACTIONS(3398), 1, + anon_sym_AMP, + ACTIONS(3400), 1, anon_sym_COLON_COLON, - anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, + ACTIONS(3402), 1, + anon_sym_SQUOTE, + ACTIONS(3406), 1, + anon_sym_for, + ACTIONS(3410), 1, sym_metavariable, - ACTIONS(3885), 30, + STATE(2543), 1, + sym_where_predicate, + STATE(2691), 1, + sym_scoped_type_identifier, + STATE(2928), 1, + sym_generic_type, + STATE(3361), 1, + sym_generic_type_with_turbofish, + STATE(3463), 1, + sym_scoped_identifier, + STATE(3491), 1, + sym_bracketed_type, + STATE(1447), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3404), 3, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + ACTIONS(3408), 3, + sym_self, + sym_super, + sym_crate, + STATE(3222), 6, + sym_higher_ranked_trait_bound, + sym_lifetime, + sym_array_type, + sym_tuple_type, + sym_reference_type, + sym_pointer_type, + ACTIONS(3396), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136683,28 +135566,15 @@ static const uint16_t ts_small_parse_table[] = { 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, - [28653] = 5, + [27315] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1470), 2, + STATE(1448), 2, sym_line_comment, sym_block_comment, - ACTIONS(3891), 15, + ACTIONS(3837), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136720,7 +135590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3889), 30, + ACTIONS(3835), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136751,15 +135621,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28713] = 5, + [27375] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1471), 2, + STATE(1449), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, + ACTIONS(3841), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136775,7 +135645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1359), 30, + ACTIONS(3839), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136806,15 +135676,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28773] = 5, + [27435] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1472), 2, + STATE(1450), 2, sym_line_comment, sym_block_comment, - ACTIONS(1011), 15, + ACTIONS(997), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136830,7 +135700,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1013), 30, + ACTIONS(999), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136861,15 +135731,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28833] = 5, + [27495] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1473), 2, + STATE(1451), 2, sym_line_comment, sym_block_comment, - ACTIONS(3895), 15, + ACTIONS(3845), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136885,7 +135755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3893), 30, + ACTIONS(3843), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136916,15 +135786,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28893] = 5, + [27555] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1474), 2, + STATE(1452), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, + ACTIONS(3849), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136940,7 +135810,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1359), 30, + ACTIONS(3847), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136971,15 +135841,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28953] = 5, + [27615] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1475), 2, + STATE(1453), 2, sym_line_comment, sym_block_comment, - ACTIONS(1417), 15, + ACTIONS(3853), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136995,7 +135865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1415), 30, + ACTIONS(3851), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137026,15 +135896,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29013] = 5, + [27675] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1476), 2, + STATE(1454), 2, sym_line_comment, sym_block_comment, - ACTIONS(3899), 15, + ACTIONS(3857), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137050,7 +135920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3897), 30, + ACTIONS(3855), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137081,15 +135951,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29073] = 5, + [27735] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1477), 2, + ACTIONS(3289), 1, + anon_sym_BANG, + ACTIONS(3859), 1, + anon_sym_COLON_COLON, + STATE(1455), 2, sym_line_comment, sym_block_comment, - ACTIONS(3903), 15, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137105,13 +135979,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3901), 30, + ACTIONS(1413), 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, @@ -137133,18 +136006,182 @@ 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, - [29133] = 5, + [27799] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1478), 2, + STATE(1456), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3863), 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, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, + sym_metavariable, + ACTIONS(3861), 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, + [27859] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1457), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3867), 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, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, + sym_metavariable, + ACTIONS(3865), 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, + [27919] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1458), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3487), 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, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, + sym_metavariable, + ACTIONS(3485), 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, + [27979] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1459), 2, sym_line_comment, sym_block_comment, - ACTIONS(3907), 15, + ACTIONS(1425), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137160,7 +136197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3905), 30, + ACTIONS(1423), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137191,15 +136228,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29193] = 5, + [28039] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1479), 2, + STATE(1460), 2, sym_line_comment, sym_block_comment, - ACTIONS(3911), 15, + ACTIONS(3871), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137215,7 +136252,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3909), 30, + ACTIONS(3869), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137246,15 +136283,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29253] = 5, + [28099] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1480), 2, + STATE(1461), 2, sym_line_comment, sym_block_comment, - ACTIONS(3915), 15, + ACTIONS(3871), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137270,7 +136307,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3913), 30, + ACTIONS(3869), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137301,15 +136338,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29313] = 5, + [28159] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1481), 2, + STATE(1462), 2, sym_line_comment, sym_block_comment, - ACTIONS(3919), 15, + ACTIONS(2651), 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, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, + sym_metavariable, + ACTIONS(2653), 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, + [28219] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1463), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3875), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137325,7 +136417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3917), 30, + ACTIONS(3873), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137356,15 +136448,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29373] = 5, + [28279] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1482), 2, + STATE(1464), 2, sym_line_comment, sym_block_comment, - ACTIONS(3661), 15, + ACTIONS(3879), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137380,7 +136472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3657), 30, + ACTIONS(3877), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137411,15 +136503,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29433] = 5, + [28339] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1483), 2, + STATE(1465), 2, sym_line_comment, sym_block_comment, - ACTIONS(3923), 15, + ACTIONS(3247), 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(3245), 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, + [28399] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1466), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1267), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137435,7 +136582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3921), 30, + ACTIONS(1265), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137466,15 +136613,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29493] = 5, + [28459] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1484), 2, + STATE(1467), 2, sym_line_comment, sym_block_comment, - ACTIONS(3927), 15, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137490,7 +136637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3925), 30, + ACTIONS(1413), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137521,15 +136668,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29553] = 5, + [28519] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1485), 2, + STATE(1468), 2, sym_line_comment, sym_block_comment, - ACTIONS(3931), 15, + ACTIONS(1045), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137545,7 +136692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3929), 30, + ACTIONS(1047), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137576,15 +136723,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29613] = 5, + [28579] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1486), 2, + STATE(1469), 2, sym_line_comment, sym_block_comment, - ACTIONS(3935), 15, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137600,7 +136747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3933), 30, + ACTIONS(1413), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137631,19 +136778,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29673] = 7, + [28639] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3301), 1, - anon_sym_BANG, - ACTIONS(3937), 1, - anon_sym_COLON_COLON, - STATE(1487), 2, + STATE(1470), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, + ACTIONS(989), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137659,12 +136802,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1359), 28, + ACTIONS(991), 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, @@ -137686,17 +136830,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, - [29737] = 5, + [28699] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1488), 2, + STATE(1471), 2, sym_line_comment, sym_block_comment, - ACTIONS(3941), 15, + ACTIONS(3883), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137712,7 +136857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3939), 30, + ACTIONS(3881), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137743,15 +136888,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29797] = 5, + [28759] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1489), 2, + STATE(1472), 2, sym_line_comment, sym_block_comment, - ACTIONS(995), 15, + ACTIONS(1463), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137767,7 +136912,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(997), 30, + ACTIONS(1461), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137798,15 +136943,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29857] = 5, + [28819] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1490), 2, + STATE(1473), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137822,7 +136967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1359), 30, + ACTIONS(1413), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137853,15 +136998,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29917] = 5, + [28879] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1491), 2, + STATE(1474), 2, sym_line_comment, sym_block_comment, - ACTIONS(1023), 15, + ACTIONS(3887), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137877,7 +137022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1025), 30, + ACTIONS(3885), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137908,15 +137053,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29977] = 5, + [28939] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1492), 2, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(3889), 1, + anon_sym_BANG, + ACTIONS(3891), 1, + anon_sym_COLON_COLON, + ACTIONS(3893), 1, + anon_sym_move, + STATE(1853), 1, + sym_block, + STATE(3610), 1, + sym_label, + STATE(1475), 2, sym_line_comment, sym_block_comment, - ACTIONS(3945), 15, + ACTIONS(3297), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137932,14 +137091,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3943), 30, - anon_sym_SEMI, + ACTIONS(3295), 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, @@ -137959,19 +137114,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_COMMA, - anon_sym_SQUOTE, anon_sym_as, - anon_sym_else, - [30037] = 5, + [29013] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1493), 2, + STATE(1476), 2, sym_line_comment, sym_block_comment, - ACTIONS(3949), 15, + ACTIONS(1467), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137987,7 +137139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3947), 30, + ACTIONS(1465), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138018,15 +137170,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30097] = 5, + [29073] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1494), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + STATE(1477), 2, sym_line_comment, sym_block_comment, - ACTIONS(1477), 15, + ACTIONS(3897), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138040,17 +137200,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(1475), 30, + ACTIONS(3895), 27, 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, @@ -138071,93 +137228,16 @@ 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, - [30157] = 25, - ACTIONS(29), 1, - anon_sym_LT, + [29141] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1323), 1, - anon_sym_fn, - ACTIONS(1331), 1, - anon_sym_extern, - ACTIONS(3181), 1, - anon_sym_for, - ACTIONS(3400), 1, - anon_sym_COLON_COLON, - ACTIONS(3402), 1, - anon_sym_default, - ACTIONS(3410), 1, - sym_metavariable, - ACTIONS(3951), 1, - sym_identifier, - STATE(1565), 1, - sym_for_lifetimes, - STATE(1938), 1, - sym_scoped_type_identifier, - STATE(1978), 1, - sym_generic_type, - STATE(2239), 1, - aux_sym_function_modifiers_repeat1, - STATE(2387), 1, - sym_extern_modifier, - STATE(3369), 1, - sym_generic_type_with_turbofish, - STATE(3386), 1, - sym_function_modifiers, - STATE(3462), 1, - sym_scoped_identifier, - STATE(3499), 1, - sym_bracketed_type, - ACTIONS(3406), 2, - anon_sym_gen, - anon_sym_union, - STATE(1495), 2, - sym_line_comment, - sym_block_comment, - STATE(1995), 2, - sym_higher_ranked_trait_bound, - sym_function_type, - ACTIONS(1317), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3408), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(3398), 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, - [30256] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3289), 1, - anon_sym_COLON_COLON, - STATE(1496), 2, + STATE(1478), 2, sym_line_comment, sym_block_comment, - ACTIONS(3285), 15, + ACTIONS(3903), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138173,12 +137253,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3283), 28, + ACTIONS(3901), 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, @@ -138200,27 +137281,24 @@ 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, - [30317] = 10, + [29201] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3287), 1, - anon_sym_BANG, - ACTIONS(3293), 1, - anon_sym_move, - ACTIONS(3953), 1, - anon_sym_COLON_COLON, - STATE(1421), 1, - sym_block, - STATE(3569), 1, - sym_label, - STATE(1497), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + STATE(1479), 2, sym_line_comment, sym_block_comment, - ACTIONS(3285), 15, + ACTIONS(3907), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138234,13 +137312,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(3283), 24, + ACTIONS(3905), 28, + anon_sym_SEMI, anon_sym_LPAREN, - anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_LBRACE, - anon_sym_QMARK, + anon_sym_RBRACE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -138259,103 +137338,74 @@ 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, - [30386] = 25, - ACTIONS(29), 1, - anon_sym_LT, + anon_sym_else, + [29267] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1331), 1, - anon_sym_extern, - ACTIONS(3161), 1, - anon_sym_fn, - ACTIONS(3418), 1, - anon_sym_COLON_COLON, - ACTIONS(3420), 1, - anon_sym_default, - ACTIONS(3426), 1, - sym_metavariable, - ACTIONS(3955), 1, - sym_identifier, - ACTIONS(3957), 1, - anon_sym_for, - STATE(1556), 1, - sym_scoped_type_identifier, - STATE(1591), 1, - sym_for_lifetimes, - STATE(1635), 1, - sym_generic_type, - STATE(2239), 1, - aux_sym_function_modifiers_repeat1, - STATE(2387), 1, - sym_extern_modifier, - STATE(3341), 1, - sym_function_modifiers, - STATE(3538), 1, - sym_scoped_identifier, - STATE(3554), 1, - sym_generic_type_with_turbofish, - STATE(3560), 1, - sym_bracketed_type, - ACTIONS(3422), 2, - anon_sym_gen, - anon_sym_union, - STATE(1498), 2, + STATE(1480), 2, sym_line_comment, sym_block_comment, - STATE(1700), 2, - sym_higher_ranked_trait_bound, - sym_function_type, - ACTIONS(1317), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3424), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(3416), 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, - [30485] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3287), 1, - anon_sym_BANG, - ACTIONS(3291), 1, + ACTIONS(3911), 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(3909), 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, - ACTIONS(3293), 1, - anon_sym_move, - ACTIONS(3953), 1, - anon_sym_COLON_COLON, - STATE(1421), 1, - sym_block, - STATE(3569), 1, - sym_label, - STATE(1499), 2, + anon_sym_as, + anon_sym_else, + [29327] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1481), 2, sym_line_comment, sym_block_comment, - ACTIONS(3285), 15, + ACTIONS(1417), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138371,10 +137421,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3283), 23, + ACTIONS(1415), 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, @@ -138394,92 +137448,19 @@ 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, - [30556] = 25, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1331), 1, - anon_sym_extern, - ACTIONS(3119), 1, - anon_sym_fn, - ACTIONS(3382), 1, - anon_sym_COLON_COLON, - ACTIONS(3384), 1, - anon_sym_default, - ACTIONS(3392), 1, - sym_metavariable, - ACTIONS(3959), 1, - sym_identifier, - ACTIONS(3961), 1, - anon_sym_for, - STATE(1036), 1, - sym_scoped_type_identifier, - STATE(1094), 1, - sym_generic_type, - STATE(1584), 1, - sym_for_lifetimes, - STATE(2239), 1, - aux_sym_function_modifiers_repeat1, - STATE(2387), 1, - sym_extern_modifier, - STATE(3367), 1, - sym_function_modifiers, - STATE(3513), 1, - sym_scoped_identifier, - STATE(3546), 1, - sym_generic_type_with_turbofish, - STATE(3556), 1, - sym_bracketed_type, - ACTIONS(3388), 2, - anon_sym_gen, - anon_sym_union, - STATE(1440), 2, - sym_higher_ranked_trait_bound, - sym_function_type, - STATE(1500), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1317), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3390), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(3380), 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, - [30655] = 6, + anon_sym_else, + [29387] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3963), 1, - anon_sym_COLON_COLON, - STATE(1501), 2, + STATE(1482), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, + ACTIONS(3915), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138495,12 +137476,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1359), 28, + ACTIONS(3913), 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, @@ -138522,68 +137504,44 @@ 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, - [30716] = 22, + [29447] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1483), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3919), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(3989), 1, - anon_sym_DOT_DOT, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(3991), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1502), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3939), 7, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3917), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_else, - ACTIONS(3981), 10, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -138594,63 +137552,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [30808] = 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_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [29507] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(347), 1, - anon_sym_EQ, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1484), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3923), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3989), 1, - anon_sym_DOT_DOT, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(3991), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1503), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(341), 17, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3921), 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, @@ -138661,126 +137607,50 @@ 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_SQUOTE, + anon_sym_as, anon_sym_else, - [30898] = 19, - ACTIONS(29), 1, - anon_sym_LT, + [29567] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1295), 1, - anon_sym_DASH, - ACTIONS(1341), 1, - aux_sym_string_literal_token1, - ACTIONS(1351), 1, - sym__raw_string_literal_start, - ACTIONS(2471), 1, - anon_sym_COLON_COLON, - ACTIONS(3271), 1, - sym_identifier, - ACTIONS(3281), 1, - sym_metavariable, - STATE(2079), 1, - sym_scoped_identifier, - STATE(2121), 1, - sym__literal_pattern, - STATE(3353), 1, - sym_bracketed_type, - STATE(3379), 1, - sym_generic_type_with_turbofish, - ACTIONS(1343), 2, - anon_sym_true, - anon_sym_false, - STATE(1504), 2, + STATE(1485), 2, sym_line_comment, sym_block_comment, - ACTIONS(1339), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3279), 3, - sym_self, - sym_super, - sym_crate, - STATE(2037), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3277), 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, - [30984] = 18, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3927), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3681), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1505), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3677), 20, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3925), 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, @@ -138792,34 +137662,30 @@ 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_SQUOTE, + anon_sym_as, anon_sym_else, - [31068] = 11, + [29627] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1506), 2, + STATE(1486), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3931), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -138828,13 +137694,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(3677), 25, + ACTIONS(3929), 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, @@ -138854,64 +137724,46 @@ 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, - [31138] = 21, + [29687] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3933), 2, + anon_sym_LBRACE, + anon_sym_COLON_COLON, + STATE(1487), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3785), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3989), 1, - anon_sym_DOT_DOT, - ACTIONS(3995), 1, - anon_sym_EQ, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(3991), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1507), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3993), 17, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3781), 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, @@ -138922,65 +137774,50 @@ 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_as, anon_sym_else, - [31228] = 21, + [29749] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1488), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1263), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3989), 1, - anon_sym_DOT_DOT, - ACTIONS(3999), 1, - anon_sym_EQ, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(3991), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1508), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3997), 17, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1261), 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, @@ -138991,118 +137828,104 @@ 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_SQUOTE, + anon_sym_as, anon_sym_else, - [31318] = 19, - ACTIONS(29), 1, - anon_sym_LT, + [29809] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1295), 1, - anon_sym_DASH, - ACTIONS(1341), 1, - aux_sym_string_literal_token1, - ACTIONS(1351), 1, - sym__raw_string_literal_start, - ACTIONS(2471), 1, - anon_sym_COLON_COLON, - ACTIONS(3259), 1, - sym_identifier, - ACTIONS(3269), 1, - sym_metavariable, - STATE(2074), 1, - sym_scoped_identifier, - STATE(2129), 1, - sym__literal_pattern, - STATE(3353), 1, - sym_bracketed_type, - STATE(3379), 1, - sym_generic_type_with_turbofish, - ACTIONS(1343), 2, - anon_sym_true, - anon_sym_false, - STATE(1509), 2, + STATE(1489), 2, sym_line_comment, sym_block_comment, - ACTIONS(1339), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3267), 3, - sym_self, - sym_super, - sym_crate, - STATE(2037), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3265), 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, - [31404] = 15, + ACTIONS(3937), 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(3935), 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, + [29869] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, - anon_sym_CARET, - ACTIONS(3971), 1, - anon_sym_AMP, - ACTIONS(3973), 1, - anon_sym_PIPE, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1510), 2, + STATE(1490), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3941), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 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(3677), 25, + ACTIONS(3939), 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, @@ -139122,60 +137945,44 @@ 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, - [31482] = 19, + [29929] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1491), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3945), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4003), 2, - anon_sym_EQ, + anon_sym_DOT, anon_sym_DOT_DOT, - STATE(1511), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4001), 19, + ACTIONS(3943), 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, @@ -139186,31 +137993,25 @@ 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_SQUOTE, + anon_sym_as, anon_sym_else, - [31568] = 11, + [29989] = 5, 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(1618), 1, - sym_type_arguments, - STATE(1642), 1, - sym_parameters, - STATE(1512), 2, + STATE(1492), 2, sym_line_comment, sym_block_comment, - ACTIONS(3299), 17, + ACTIONS(3949), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139221,16 +138022,19 @@ 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(3295), 20, + ACTIONS(3947), 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, @@ -139242,36 +138046,32 @@ 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, - [31638] = 10, + anon_sym_else, + [30049] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - STATE(1513), 2, + STATE(1493), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3953), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 11, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -139280,13 +138080,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(3677), 25, + ACTIONS(3951), 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, @@ -139306,64 +138110,44 @@ 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, - [31706] = 21, + [30109] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1494), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3957), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3989), 1, - anon_sym_DOT_DOT, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(3991), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1514), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 17, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3955), 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, @@ -139374,25 +138158,25 @@ 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_SQUOTE, + anon_sym_as, anon_sym_else, - [31796] = 9, + [30169] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_LBRACE, - ACTIONS(3450), 1, - anon_sym_COLON_COLON, - ACTIONS(4017), 1, - anon_sym_BANG, - STATE(1473), 1, - sym_field_initializer_list, - STATE(1515), 2, + STATE(1495), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, + ACTIONS(3785), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139408,10 +138192,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1359), 24, + ACTIONS(3781), 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, @@ -139432,60 +138219,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_COMMA, + anon_sym_SQUOTE, anon_sym_as, - [31862] = 19, + anon_sym_else, + [30229] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1496), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3961), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(389), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1516), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(387), 19, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3959), 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, @@ -139496,67 +138268,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_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, - [31948] = 21, + [30289] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1497), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1259), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3989), 1, - anon_sym_DOT_DOT, - ACTIONS(4021), 1, - anon_sym_EQ, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(3991), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1517), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4019), 17, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1257), 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, @@ -139567,68 +138323,266 @@ 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_SQUOTE, + anon_sym_as, anon_sym_else, - [32038] = 22, + [30349] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3299), 1, + anon_sym_BANG, + ACTIONS(3305), 1, + anon_sym_move, + ACTIONS(3963), 1, + anon_sym_COLON_COLON, + STATE(1394), 1, + sym_block, + STATE(3558), 1, + sym_label, + STATE(1498), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3297), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(3989), 1, - anon_sym_DOT_DOT, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(3991), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3295), 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, - STATE(1518), 2, + anon_sym_SQUOTE, + anon_sym_as, + [30418] = 25, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1343), 1, + anon_sym_fn, + ACTIONS(1351), 1, + anon_sym_extern, + ACTIONS(3197), 1, + anon_sym_for, + ACTIONS(3400), 1, + anon_sym_COLON_COLON, + ACTIONS(3410), 1, + sym_metavariable, + ACTIONS(3441), 1, + anon_sym_default, + ACTIONS(3965), 1, + sym_identifier, + STATE(1570), 1, + sym_for_lifetimes, + STATE(1938), 1, + sym_scoped_type_identifier, + STATE(1978), 1, + sym_generic_type, + STATE(2237), 1, + aux_sym_function_modifiers_repeat1, + STATE(2383), 1, + sym_extern_modifier, + STATE(3361), 1, + sym_generic_type_with_turbofish, + STATE(3363), 1, + sym_function_modifiers, + STATE(3463), 1, + sym_scoped_identifier, + STATE(3491), 1, + sym_bracketed_type, + ACTIONS(3404), 2, + anon_sym_gen, + anon_sym_union, + STATE(1499), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + STATE(1998), 2, + sym_higher_ranked_trait_bound, + sym_function_type, + ACTIONS(1337), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3408), 3, + sym_self, + sym_super, + sym_crate, + ACTIONS(3439), 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, + [30517] = 25, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1351), 1, + anon_sym_extern, + ACTIONS(3121), 1, + anon_sym_fn, + ACTIONS(3461), 1, + anon_sym_COLON_COLON, + ACTIONS(3463), 1, + anon_sym_default, + ACTIONS(3469), 1, + sym_metavariable, + ACTIONS(3967), 1, + sym_identifier, + ACTIONS(3969), 1, + anon_sym_for, + STATE(1549), 1, + sym_scoped_type_identifier, + STATE(1577), 1, + sym_for_lifetimes, + STATE(1632), 1, + sym_generic_type, + STATE(2237), 1, + aux_sym_function_modifiers_repeat1, + STATE(2383), 1, + sym_extern_modifier, + STATE(3495), 1, + sym_function_modifiers, + STATE(3526), 1, + sym_scoped_identifier, + STATE(3543), 1, + sym_generic_type_with_turbofish, + STATE(3549), 1, + sym_bracketed_type, + ACTIONS(3465), 2, + anon_sym_gen, + anon_sym_union, + STATE(1500), 2, + sym_line_comment, + sym_block_comment, + STATE(1757), 2, + sym_higher_ranked_trait_bound, + sym_function_type, + ACTIONS(1337), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3467), 3, + sym_self, + sym_super, + sym_crate, + ACTIONS(3459), 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, + [30616] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3299), 1, + anon_sym_BANG, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(3305), 1, + anon_sym_move, + ACTIONS(3963), 1, + anon_sym_COLON_COLON, + STATE(1394), 1, + sym_block, + STATE(3558), 1, + sym_label, + STATE(1501), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3297), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3889), 7, - anon_sym_SEMI, + 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(3295), 23, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_else, - ACTIONS(3981), 10, + 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, @@ -139639,63 +138593,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [32130] = 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, + [30687] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, - anon_sym_CARET, ACTIONS(3971), 1, - anon_sym_AMP, - ACTIONS(3973), 1, - anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3989), 1, - anon_sym_DOT_DOT, - ACTIONS(4025), 1, - anon_sym_EQ, - ACTIONS(3965), 2, + anon_sym_COLON_COLON, + STATE(1502), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1411), 15, anon_sym_PLUS, + anon_sym_STAR, anon_sym_DASH, - ACTIONS(3979), 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(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(3991), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1519), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4023), 17, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1413), 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, @@ -139706,55 +138646,72 @@ 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_as, anon_sym_else, - [32220] = 19, + [30748] = 25, 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(1679), 1, - aux_sym_string_literal_token1, - ACTIONS(1687), 1, - sym__raw_string_literal_start, - ACTIONS(3531), 1, - sym_identifier, - ACTIONS(3535), 1, + ACTIONS(1351), 1, + anon_sym_extern, + ACTIONS(3157), 1, + anon_sym_fn, + ACTIONS(3423), 1, anon_sym_COLON_COLON, - ACTIONS(3539), 1, + ACTIONS(3425), 1, + anon_sym_default, + ACTIONS(3433), 1, sym_metavariable, - STATE(2632), 1, + ACTIONS(3973), 1, + sym_identifier, + ACTIONS(3975), 1, + anon_sym_for, + STATE(1045), 1, + sym_scoped_type_identifier, + STATE(1286), 1, + sym_generic_type, + STATE(1592), 1, + sym_for_lifetimes, + STATE(2237), 1, + aux_sym_function_modifiers_repeat1, + STATE(2383), 1, + sym_extern_modifier, + STATE(3359), 1, + sym_function_modifiers, + STATE(3503), 1, sym_scoped_identifier, - STATE(2864), 1, - sym__literal_pattern, - STATE(3495), 1, - sym_bracketed_type, - STATE(3508), 1, + STATE(3535), 1, sym_generic_type_with_turbofish, - ACTIONS(1681), 2, - anon_sym_true, - anon_sym_false, - STATE(1520), 2, + STATE(3545), 1, + sym_bracketed_type, + ACTIONS(3429), 2, + anon_sym_gen, + anon_sym_union, + STATE(1401), 2, + sym_higher_ranked_trait_bound, + sym_function_type, + STATE(1503), 2, sym_line_comment, sym_block_comment, - ACTIONS(1677), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3537), 3, + ACTIONS(1337), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3431), 3, sym_self, sym_super, sym_crate, - STATE(2364), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3533), 20, + ACTIONS(3421), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -139772,50 +138729,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - [32306] = 13, + [30847] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3971), 1, - anon_sym_AMP, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1521), 2, + ACTIONS(3301), 1, + anon_sym_COLON_COLON, + STATE(1504), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3297), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 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(3677), 25, + ACTIONS(3295), 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, @@ -139835,42 +138782,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, + anon_sym_as, anon_sym_else, - [32380] = 12, + [30908] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1522), 2, + STATE(1505), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 7, + ACTIONS(3897), 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(3677), 25, + ACTIONS(3895), 25, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139896,117 +138842,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_else, - [32452] = 19, - ACTIONS(29), 1, - anon_sym_LT, + [30976] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1655), 1, - anon_sym_DASH, - ACTIONS(1679), 1, - aux_sym_string_literal_token1, - ACTIONS(1687), 1, - sym__raw_string_literal_start, - ACTIONS(3535), 1, + ACTIONS(3979), 1, + anon_sym_LPAREN, + ACTIONS(3981), 1, + anon_sym_BANG, + ACTIONS(3983), 1, anon_sym_COLON_COLON, - ACTIONS(3545), 1, - sym_identifier, - ACTIONS(3551), 1, - sym_metavariable, - STATE(2718), 1, - sym_scoped_identifier, - STATE(2882), 1, - sym__literal_pattern, - STATE(3495), 1, - sym_bracketed_type, - STATE(3508), 1, - sym_generic_type_with_turbofish, - ACTIONS(1681), 2, - anon_sym_true, - anon_sym_false, - STATE(1523), 2, + ACTIONS(3985), 1, + anon_sym_LT2, + STATE(1628), 1, + sym_type_arguments, + STATE(1633), 1, + sym_parameters, + STATE(1506), 2, sym_line_comment, sym_block_comment, - ACTIONS(1677), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3549), 3, - sym_self, - sym_super, - sym_crate, - STATE(2364), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3547), 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, - [32538] = 14, + ACTIONS(3287), 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(3283), 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, + [31046] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3965), 2, + ACTIONS(3995), 1, + anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4003), 1, + anon_sym_EQ, + ACTIONS(4009), 1, + anon_sym_DOT_DOT, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1524), 2, + ACTIONS(4007), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4011), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1507), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 5, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3677), 25, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3987), 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, @@ -140017,65 +138968,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_COMMA, anon_sym_else, - [32614] = 17, + [31136] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3681), 2, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(403), 2, anon_sym_EQ, anon_sym_DOT_DOT, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - STATE(1525), 2, + STATE(1508), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3677), 21, + ACTIONS(401), 19, 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, @@ -140090,66 +139037,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_else, - [32696] = 22, + [31222] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(3989), 1, + ACTIONS(4009), 1, anon_sym_DOT_DOT, - ACTIONS(3965), 2, + ACTIONS(4015), 1, + anon_sym_EQ, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3991), 2, + ACTIONS(4011), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1526), 2, + STATE(1509), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3821), 7, + ACTIONS(4013), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_else, - ACTIONS(3981), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -140160,45 +139104,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [32788] = 8, + anon_sym_COMMA, + anon_sym_else, + [31312] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3289), 1, - anon_sym_COLON_COLON, - ACTIONS(3456), 1, - anon_sym_BANG, - ACTIONS(4027), 1, - sym_identifier, - STATE(1527), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3285), 16, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4009), 1, + anon_sym_DOT_DOT, + ACTIONS(4019), 1, + anon_sym_EQ, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - anon_sym_as, - ACTIONS(3283), 23, + ACTIONS(4011), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1510), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4017), 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, @@ -140209,54 +139173,68 @@ 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, - [32851] = 10, + anon_sym_COMMA, + anon_sym_else, + [31402] = 22, 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(4029), 1, - anon_sym_COLON_COLON, - STATE(1618), 1, - sym_type_arguments, - STATE(1642), 1, - sym_parameters, - STATE(1528), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3319), 17, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4009), 1, + anon_sym_DOT_DOT, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT_LT_EQ, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(4011), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1511), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 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(3317), 20, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(3877), 7, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_else, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -140265,107 +139243,68 @@ 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, - [32918] = 5, + [31494] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1529), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4033), 10, - anon_sym_LPAREN, + ACTIONS(3733), 1, anon_sym_LBRACK, - anon_sym_STAR, + ACTIONS(3737), 1, anon_sym_QMARK, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, - sym_metavariable, - ACTIONS(4031), 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, - [32975] = 10, - 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(4029), 1, - anon_sym_COLON_COLON, - STATE(1618), 1, - sym_type_arguments, - STATE(1642), 1, - sym_parameters, - STATE(1530), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3315), 17, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4009), 1, + anon_sym_DOT_DOT, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT_LT_EQ, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(4011), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1512), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 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(3313), 20, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(3791), 7, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_else, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -140374,190 +139313,125 @@ 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, - [33042] = 5, + [31586] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1531), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3655), 10, - anon_sym_LPAREN, + ACTIONS(3733), 1, anon_sym_LBRACK, - anon_sym_STAR, + ACTIONS(3737), 1, anon_sym_QMARK, - anon_sym_BANG, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, + anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, + anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4009), 1, + anon_sym_DOT_DOT, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4007), 2, + anon_sym_GT, anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, - sym_metavariable, - ACTIONS(3653), 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, - [33099] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4039), 1, - anon_sym_COLON_COLON, - STATE(1532), 2, + ACTIONS(4011), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1513), 2, sym_line_comment, sym_block_comment, - ACTIONS(4037), 9, - anon_sym_LPAREN, - anon_sym_LBRACK, + ACTIONS(3977), 3, anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_AMP, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3811), 7, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_else, + ACTIONS(4021), 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, + [31678] = 19, + ACTIONS(29), 1, anon_sym_LT, - anon_sym_SQUOTE, - sym_metavariable, - ACTIONS(4035), 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, - [33158] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1533), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3627), 10, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_LT, + ACTIONS(1655), 1, + anon_sym_DASH, + ACTIONS(1679), 1, + aux_sym_string_literal_token1, + ACTIONS(1687), 1, + sym__raw_string_literal_start, + ACTIONS(3547), 1, anon_sym_COLON_COLON, - anon_sym_SQUOTE, - sym_metavariable, - ACTIONS(3625), 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, + ACTIONS(3557), 1, sym_identifier, + ACTIONS(3563), 1, + sym_metavariable, + STATE(2657), 1, + sym_scoped_identifier, + STATE(2879), 1, + sym__literal_pattern, + STATE(3487), 1, + sym_bracketed_type, + STATE(3499), 1, + sym_generic_type_with_turbofish, + ACTIONS(1681), 2, + anon_sym_true, + anon_sym_false, + STATE(1514), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1677), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3561), 3, sym_self, sym_super, sym_crate, - [33215] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1534), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4044), 10, - 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_metavariable, - ACTIONS(4042), 32, + STATE(2371), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3559), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -140575,113 +139449,50 @@ 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_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, - [33272] = 5, + [31764] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1535), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4048), 10, - anon_sym_LPAREN, + ACTIONS(3733), 1, anon_sym_LBRACK, - anon_sym_STAR, + ACTIONS(3737), 1, anon_sym_QMARK, - anon_sym_BANG, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3993), 1, anon_sym_AMP, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, - sym_metavariable, - ACTIONS(4046), 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, - [33329] = 10, - 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(4029), 1, - anon_sym_COLON_COLON, - STATE(1618), 1, - sym_type_arguments, - STATE(1642), 1, - sym_parameters, - STATE(1536), 2, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1515), 2, sym_line_comment, sym_block_comment, - ACTIONS(3309), 17, - anon_sym_PLUS, + ACTIONS(3977), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3897), 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(3307), 20, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, + ACTIONS(3895), 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, @@ -140692,101 +139503,118 @@ 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, - [33396] = 6, + anon_sym_COMMA, + anon_sym_else, + [31838] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4050), 1, - anon_sym_LPAREN, - STATE(1537), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1516), 2, sym_line_comment, sym_block_comment, - ACTIONS(4037), 9, - anon_sym_LBRACK, + ACTIONS(3977), 3, anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3897), 7, + anon_sym_CARET, anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, - sym_metavariable, - ACTIONS(4035), 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, - [33455] = 8, + anon_sym_DOT_DOT, + ACTIONS(3895), 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, + [31910] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3301), 1, - anon_sym_BANG, - ACTIONS(4053), 1, - anon_sym_COLON_COLON, - STATE(1473), 1, - sym_field_initializer_list, - STATE(1538), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, + anon_sym_CARET, + ACTIONS(3993), 1, + anon_sym_AMP, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1517), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, - anon_sym_PLUS, + ACTIONS(3977), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(3897), 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(1359), 24, + ACTIONS(3895), 25, + anon_sym_SEMI, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_QMARK, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -140805,46 +139633,124 @@ 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, - [33518] = 9, + anon_sym_COMMA, + anon_sym_else, + [31986] = 17, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4007), 1, - anon_sym_BANG, - ACTIONS(4055), 1, - anon_sym_LBRACE, - ACTIONS(4057), 1, - anon_sym_COLON_COLON, - STATE(1689), 1, - sym_field_initializer_list, - STATE(1539), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, + anon_sym_CARET, + ACTIONS(3993), 1, + anon_sym_AMP, + ACTIONS(3995), 1, + anon_sym_PIPE, + ACTIONS(3897), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4007), 2, + anon_sym_GT, + anon_sym_LT, + STATE(1518), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, - anon_sym_PLUS, + ACTIONS(3977), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3895), 21, + 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_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_else, + [32068] = 18, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3897), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1359), 23, + STATE(1519), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3895), 20, + anon_sym_SEMI, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -140856,51 +139762,49 @@ 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, - [33583] = 9, + anon_sym_COMMA, + anon_sym_else, + [32152] = 11, 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(1620), 1, - sym_type_arguments, - STATE(1646), 1, - sym_parameters, - STATE(1540), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1520), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 17, - anon_sym_PLUS, + ACTIONS(3977), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3897), 9, 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), 20, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, + ACTIONS(3895), 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, @@ -140911,45 +139815,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, - [33647] = 5, + anon_sym_COMMA, + anon_sym_else, + [32222] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1541), 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, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, - anon_sym_BANG, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4009), 1, + anon_sym_DOT_DOT, + ACTIONS(4027), 1, + anon_sym_EQ, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3355), 25, + ACTIONS(4011), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1521), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4025), 17, + anon_sym_SEMI, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -140960,49 +139892,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_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - [33703] = 6, + anon_sym_COMMA, + anon_sym_else, + [32312] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3497), 1, - anon_sym_LBRACE, - STATE(1542), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3345), 16, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, - anon_sym_BANG, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4009), 1, + anon_sym_DOT_DOT, + ACTIONS(4031), 1, + anon_sym_EQ, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3347), 24, + ACTIONS(4011), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1522), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4029), 17, + anon_sym_SEMI, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -141013,49 +139961,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_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, - [33761] = 7, + anon_sym_COMMA, + anon_sym_else, + [32402] = 15, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3372), 1, - anon_sym_BANG, - ACTIONS(3374), 1, - anon_sym_COLON_COLON, - STATE(1543), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3370), 17, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT_LT_EQ, + STATE(1523), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3897), 4, anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3368), 22, + ACTIONS(3895), 25, + anon_sym_SEMI, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -141066,51 +140016,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, - anon_sym_LT2, - [33821] = 7, + anon_sym_COMMA, + anon_sym_else, + [32480] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3333), 1, - anon_sym_BANG, - ACTIONS(3335), 1, - anon_sym_COLON_COLON, - STATE(1544), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3331), 17, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(347), 1, + anon_sym_EQ, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4009), 1, + anon_sym_DOT_DOT, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT_LT_EQ, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(4011), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1524), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 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(3329), 22, + ACTIONS(341), 17, + anon_sym_SEMI, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -141119,51 +140091,63 @@ 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, - [33881] = 7, + anon_sym_COMMA, + anon_sym_else, + [32570] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3345), 1, - anon_sym_BANG, - ACTIONS(3347), 1, - anon_sym_COLON_COLON, - STATE(1545), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3343), 17, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT_LT_EQ, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_DOT, + ACTIONS(4035), 2, + anon_sym_EQ, anon_sym_DOT_DOT, - ACTIONS(3341), 22, + STATE(1525), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4033), 19, + anon_sym_SEMI, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -141172,27 +140156,230 @@ 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, - [33941] = 7, + anon_sym_COMMA, + anon_sym_else, + [32656] = 19, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3353), 1, - anon_sym_BANG, - ACTIONS(3355), 1, + ACTIONS(1315), 1, + anon_sym_DASH, + ACTIONS(1361), 1, + aux_sym_string_literal_token1, + ACTIONS(1371), 1, + sym__raw_string_literal_start, + ACTIONS(1817), 1, + anon_sym_COLON_COLON, + ACTIONS(3271), 1, + sym_identifier, + ACTIONS(3281), 1, + sym_metavariable, + STATE(2054), 1, + sym_scoped_identifier, + STATE(2141), 1, + sym__literal_pattern, + STATE(3345), 1, + sym_bracketed_type, + STATE(3370), 1, + sym_generic_type_with_turbofish, + ACTIONS(1363), 2, + anon_sym_true, + anon_sym_false, + STATE(1526), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1359), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3279), 3, + sym_self, + sym_super, + sym_crate, + STATE(2031), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3277), 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, + [32742] = 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(1679), 1, + aux_sym_string_literal_token1, + ACTIONS(1687), 1, + sym__raw_string_literal_start, + ACTIONS(3543), 1, + sym_identifier, + ACTIONS(3547), 1, + anon_sym_COLON_COLON, + ACTIONS(3551), 1, + sym_metavariable, + STATE(2645), 1, + sym_scoped_identifier, + STATE(2860), 1, + sym__literal_pattern, + STATE(3487), 1, + sym_bracketed_type, + STATE(3499), 1, + sym_generic_type_with_turbofish, + ACTIONS(1681), 2, + anon_sym_true, + anon_sym_false, + STATE(1527), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1677), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3549), 3, + sym_self, + sym_super, + sym_crate, + STATE(2371), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3545), 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, + [32828] = 19, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1315), 1, + anon_sym_DASH, + ACTIONS(1361), 1, + aux_sym_string_literal_token1, + ACTIONS(1371), 1, + sym__raw_string_literal_start, + ACTIONS(1817), 1, + anon_sym_COLON_COLON, + ACTIONS(3259), 1, + sym_identifier, + ACTIONS(3269), 1, + sym_metavariable, + STATE(2059), 1, + sym_scoped_identifier, + STATE(2109), 1, + sym__literal_pattern, + STATE(3345), 1, + sym_bracketed_type, + STATE(3370), 1, + sym_generic_type_with_turbofish, + ACTIONS(1363), 2, + anon_sym_true, + anon_sym_false, + STATE(1528), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1359), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3267), 3, + sym_self, + sym_super, + sym_crate, + STATE(2031), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3265), 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, + [32914] = 9, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3451), 1, + anon_sym_LBRACE, + ACTIONS(3453), 1, anon_sym_COLON_COLON, - STATE(1546), 2, + ACTIONS(4037), 1, + anon_sym_BANG, + STATE(1386), 1, + sym_field_initializer_list, + STATE(1529), 2, sym_line_comment, sym_block_comment, - ACTIONS(3351), 17, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141203,17 +140390,16 @@ 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(3349), 22, + ACTIONS(1413), 24, + anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_EQ_GT, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -141225,30 +140411,36 @@ 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, - anon_sym_LT2, - [34001] = 5, + [32980] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1547), 2, + ACTIONS(3289), 1, + anon_sym_BANG, + ACTIONS(4039), 1, + anon_sym_COLON_COLON, + STATE(1386), 1, + sym_field_initializer_list, + STATE(1530), 2, sym_line_comment, sym_block_comment, - ACTIONS(3333), 16, + ACTIONS(1411), 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, @@ -141258,7 +140450,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3335), 25, + ACTIONS(1413), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -141281,26 +140473,75 @@ 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, - [34057] = 9, + [33043] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, + STATE(1531), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3637), 10, anon_sym_LPAREN, - ACTIONS(4011), 1, - anon_sym_LT2, - STATE(1620), 1, - sym_type_arguments, - STATE(1646), 1, - sym_parameters, - STATE(1548), 2, + 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_metavariable, + ACTIONS(3635), 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, + [33100] = 8, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3301), 1, + anon_sym_COLON_COLON, + ACTIONS(3445), 1, + anon_sym_BANG, + ACTIONS(4041), 1, + sym_identifier, + STATE(1532), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 17, + ACTIONS(3297), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141311,16 +140552,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(3321), 20, + anon_sym_as, + ACTIONS(3295), 23, + anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_EQ_GT, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -141332,82 +140574,143 @@ 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, - [34121] = 5, + [33163] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1549), 2, + ACTIONS(4047), 1, + anon_sym_COLON_COLON, + STATE(1533), 2, sym_line_comment, sym_block_comment, - ACTIONS(3345), 16, - anon_sym_PLUS, + ACTIONS(4045), 9, + anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, + anon_sym_QMARK, 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(3347), 25, + anon_sym_SQUOTE, + sym_metavariable, + ACTIONS(4043), 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, + [33222] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4050), 1, anon_sym_LPAREN, + STATE(1534), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4045), 9, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_STAR, 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_BANG, + anon_sym_AMP, + anon_sym_LT, anon_sym_COLON_COLON, anon_sym_SQUOTE, - anon_sym_as, - [34177] = 6, + sym_metavariable, + ACTIONS(4043), 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, + [33281] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3503), 1, + ACTIONS(3981), 1, + anon_sym_BANG, + ACTIONS(4053), 1, anon_sym_LBRACE, - STATE(1550), 2, + ACTIONS(4055), 1, + anon_sym_COLON_COLON, + STATE(1665), 1, + sym_field_initializer_list, + STATE(1535), 2, sym_line_comment, sym_block_comment, - ACTIONS(3353), 16, + ACTIONS(1411), 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, @@ -141417,7 +140720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3355), 24, + ACTIONS(1413), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -141440,37 +140743,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_COLON_COLON, anon_sym_as, - [34235] = 6, + [33346] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3523), 1, - anon_sym_LBRACE, - STATE(1551), 2, + ACTIONS(3979), 1, + anon_sym_LPAREN, + ACTIONS(3985), 1, + anon_sym_LT2, + ACTIONS(4057), 1, + anon_sym_COLON_COLON, + STATE(1628), 1, + sym_type_arguments, + STATE(1633), 1, + sym_parameters, + STATE(1536), 2, sym_line_comment, sym_block_comment, - ACTIONS(3372), 16, + ACTIONS(3319), 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(3374), 24, - anon_sym_LPAREN, + ACTIONS(3317), 20, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -141484,29 +140794,32 @@ 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, - [34293] = 7, + [33413] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3937), 1, + ACTIONS(3979), 1, + anon_sym_LPAREN, + ACTIONS(3985), 1, + anon_sym_LT2, + ACTIONS(4057), 1, anon_sym_COLON_COLON, - ACTIONS(4017), 1, - anon_sym_BANG, - STATE(1552), 2, + STATE(1628), 1, + sym_type_arguments, + STATE(1633), 1, + sym_parameters, + STATE(1537), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, + ACTIONS(3323), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141517,16 +140830,16 @@ 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(1359), 24, - anon_sym_SEMI, - anon_sym_LPAREN, + ACTIONS(3321), 20, anon_sym_LBRACK, - anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -141538,44 +140851,102 @@ 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, - [34353] = 6, + [33480] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3469), 1, - anon_sym_LBRACE, - STATE(1553), 2, + STATE(1538), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3533), 10, + 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_metavariable, + ACTIONS(3531), 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, + [33537] = 10, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3979), 1, + anon_sym_LPAREN, + ACTIONS(3985), 1, + anon_sym_LT2, + ACTIONS(4057), 1, + anon_sym_COLON_COLON, + STATE(1628), 1, + sym_type_arguments, + STATE(1633), 1, + sym_parameters, + STATE(1539), 2, sym_line_comment, sym_block_comment, - ACTIONS(3333), 16, + ACTIONS(3309), 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, - anon_sym_LPAREN, + ACTIONS(3307), 20, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -141589,45 +140960,47 @@ 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, - [34411] = 5, + [33604] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1554), 2, + ACTIONS(3353), 1, + anon_sym_BANG, + ACTIONS(3355), 1, + anon_sym_COLON_COLON, + STATE(1540), 2, sym_line_comment, sym_block_comment, - ACTIONS(3372), 16, + ACTIONS(3351), 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(3374), 25, + ACTIONS(3349), 22, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -141639,36 +141012,30 @@ 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_SQUOTE, anon_sym_as, - [34467] = 7, + anon_sym_LT2, + [33664] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3287), 1, - anon_sym_BANG, - ACTIONS(3953), 1, - anon_sym_COLON_COLON, - STATE(1555), 2, + STATE(1541), 2, sym_line_comment, sym_block_comment, - ACTIONS(3285), 15, + ACTIONS(3337), 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, @@ -141678,7 +141045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3283), 24, + ACTIONS(3339), 25, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -141701,25 +141068,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, - [34527] = 9, + [33720] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, + ACTIONS(3979), 1, anon_sym_LPAREN, - ACTIONS(4011), 1, + ACTIONS(3985), 1, anon_sym_LT2, - STATE(1620), 1, + STATE(1629), 1, sym_type_arguments, - STATE(1646), 1, + STATE(1634), 1, sym_parameters, - STATE(1556), 2, + STATE(1542), 2, sym_line_comment, sym_block_comment, - ACTIONS(3327), 17, + ACTIONS(3374), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141737,7 +141105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3325), 20, + ACTIONS(3372), 20, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -141758,23 +141126,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [34591] = 9, + [33784] = 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, - STATE(1620), 1, - sym_type_arguments, - STATE(1646), 1, - sym_parameters, - STATE(1557), 2, + ACTIONS(3859), 1, + anon_sym_COLON_COLON, + ACTIONS(4037), 1, + anon_sym_BANG, + STATE(1543), 2, sym_line_comment, sym_block_comment, - ACTIONS(3359), 17, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141785,16 +141149,16 @@ 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(3357), 20, + ACTIONS(1413), 24, + anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_EQ_GT, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -141806,26 +141170,28 @@ 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, - [34655] = 7, + [33844] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3301), 1, + ACTIONS(3345), 1, anon_sym_BANG, - ACTIONS(4059), 1, + ACTIONS(3347), 1, anon_sym_COLON_COLON, - STATE(1558), 2, + STATE(1544), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, + ACTIONS(3343), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141836,15 +141202,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(1359), 24, + ACTIONS(3341), 22, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -141856,27 +141224,31 @@ 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, - [34715] = 6, + anon_sym_LT2, + [33904] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4061), 1, - anon_sym_COLON_COLON, - STATE(1559), 2, + ACTIONS(3979), 1, + anon_sym_LPAREN, + ACTIONS(3985), 1, + anon_sym_LT2, + STATE(1629), 1, + sym_type_arguments, + STATE(1634), 1, + sym_parameters, + STATE(1545), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, + ACTIONS(3386), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141887,15 +141259,16 @@ 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(1359), 24, - anon_sym_LPAREN, + ACTIONS(3384), 20, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -141907,146 +141280,53 @@ 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, - [34772] = 25, + [33968] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(921), 1, - anon_sym_RBRACK, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, - anon_sym_CARET, - ACTIONS(3971), 1, - anon_sym_AMP, - ACTIONS(3973), 1, - anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4063), 1, - anon_sym_SEMI, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4069), 1, - anon_sym_COMMA, - STATE(2771), 1, - aux_sym_arguments_repeat1, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3987), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1560), 2, + ACTIONS(3979), 1, + anon_sym_LPAREN, + ACTIONS(3985), 1, + anon_sym_LT2, + STATE(1629), 1, + sym_type_arguments, + STATE(1634), 1, + sym_parameters, + STATE(1546), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3382), 17, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 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, - [34867] = 25, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(772), 1, - anon_sym_RBRACK, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4071), 1, - anon_sym_SEMI, - ACTIONS(4073), 1, - anon_sym_COMMA, - STATE(3055), 1, - aux_sym_arguments_repeat1, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_LT_LT_EQ, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1561), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3380), 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, @@ -142055,68 +141335,47 @@ 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, - [34962] = 25, + 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, + [34032] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(903), 1, - anon_sym_RBRACK, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3565), 1, + anon_sym_LBRACE, + STATE(1547), 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, - ACTIONS(3971), 1, + anon_sym_BANG, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4075), 1, - anon_sym_SEMI, - ACTIONS(4077), 1, - anon_sym_COMMA, - STATE(2797), 1, - aux_sym_arguments_repeat1, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1562), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3355), 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, @@ -142127,18 +141386,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [35057] = 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_COLON_COLON, + anon_sym_as, + [34090] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3849), 2, - anon_sym_LBRACE, + ACTIONS(3337), 1, + anon_sym_BANG, + ACTIONS(3339), 1, anon_sym_COLON_COLON, - STATE(1563), 2, + STATE(1548), 2, sym_line_comment, sym_block_comment, - ACTIONS(3671), 15, + ACTIONS(3335), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142149,12 +141417,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(3667), 23, + ACTIONS(3333), 22, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -142169,75 +141439,54 @@ 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, - [35114] = 25, + anon_sym_LT2, + [34150] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4083), 1, + ACTIONS(3979), 1, + anon_sym_LPAREN, + ACTIONS(3985), 1, + anon_sym_LT2, + STATE(1629), 1, + sym_type_arguments, + STATE(1634), 1, + sym_parameters, + STATE(1549), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3378), 17, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4085), 1, anon_sym_AMP, - ACTIONS(4087), 1, anon_sym_PIPE, - ACTIONS(4089), 1, - anon_sym_AMP_AMP, - ACTIONS(4091), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4097), 1, - anon_sym_EQ, - ACTIONS(4103), 1, - anon_sym_DOT_DOT, - STATE(1423), 1, - sym_block, - STATE(3569), 1, - sym_label, - ACTIONS(4079), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4093), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + anon_sym_LT_LT_EQ, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4105), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1564), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4081), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4099), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4095), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3376), 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, @@ -142246,135 +141495,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, - [35209] = 22, - ACTIONS(29), 1, - anon_sym_LT, + 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, + [34214] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1331), 1, - anon_sym_extern, - ACTIONS(3400), 1, - anon_sym_COLON_COLON, - ACTIONS(3402), 1, - anon_sym_default, - ACTIONS(3410), 1, - sym_metavariable, - ACTIONS(4107), 1, - sym_identifier, - ACTIONS(4109), 1, - anon_sym_fn, - STATE(2239), 1, - aux_sym_function_modifiers_repeat1, - STATE(2387), 1, - sym_extern_modifier, - STATE(2741), 1, - sym_scoped_type_identifier, - STATE(3369), 1, - sym_generic_type_with_turbofish, - STATE(3427), 1, - sym_generic_type, - STATE(3462), 1, - sym_scoped_identifier, - STATE(3499), 1, - sym_bracketed_type, - STATE(3520), 1, - sym_function_modifiers, - ACTIONS(3406), 2, - anon_sym_gen, - anon_sym_union, - STATE(1565), 2, + STATE(1550), 2, sym_line_comment, sym_block_comment, - ACTIONS(1317), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3408), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(3398), 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, - [35298] = 25, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4083), 1, + ACTIONS(3353), 16, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4085), 1, + anon_sym_BANG, anon_sym_AMP, - ACTIONS(4087), 1, anon_sym_PIPE, - ACTIONS(4089), 1, - anon_sym_AMP_AMP, - ACTIONS(4091), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4097), 1, - anon_sym_EQ, - ACTIONS(4103), 1, - anon_sym_DOT_DOT, - STATE(1424), 1, - sym_block, - STATE(3569), 1, - sym_label, - ACTIONS(4079), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4093), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4105), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1566), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4081), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4099), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4095), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3355), 25, + 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, @@ -142385,19 +141544,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [35393] = 7, + 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_SQUOTE, + anon_sym_as, + [34270] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4111), 1, - anon_sym_else, - STATE(1773), 1, - sym_else_clause, - STATE(1567), 2, + ACTIONS(3361), 1, + anon_sym_BANG, + ACTIONS(3363), 1, + anon_sym_COLON_COLON, + STATE(1551), 2, sym_line_comment, sym_block_comment, - ACTIONS(1253), 15, + ACTIONS(3359), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142408,12 +141576,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(1251), 23, + ACTIONS(3357), 22, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -142428,26 +141598,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_as, - [35452] = 6, + anon_sym_LT2, + [34330] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3669), 1, + ACTIONS(3289), 1, + anon_sym_BANG, + ACTIONS(4059), 1, anon_sym_COLON_COLON, - STATE(1568), 2, + STATE(1552), 2, sym_line_comment, sym_block_comment, - ACTIONS(3671), 15, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142463,7 +141634,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3667), 24, + ACTIONS(1413), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -142488,15 +141659,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, anon_sym_as, - [35509] = 5, + [34390] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1569), 2, + ACTIONS(3525), 1, + anon_sym_LBRACE, + STATE(1553), 2, sym_line_comment, sym_block_comment, - ACTIONS(3353), 16, + ACTIONS(3337), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142513,7 +141686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3355), 24, + ACTIONS(3339), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -142538,19 +141711,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [35564] = 7, + [34448] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4113), 1, - anon_sym_SQUOTE, - STATE(1683), 1, - sym_label, - STATE(1570), 2, + ACTIONS(3299), 1, + anon_sym_BANG, + ACTIONS(3963), 1, + anon_sym_COLON_COLON, + STATE(1554), 2, sym_line_comment, sym_block_comment, - ACTIONS(3647), 15, + ACTIONS(3297), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142566,10 +141739,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3645), 23, + ACTIONS(3295), 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, @@ -142589,16 +141762,19 @@ 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, - [35623] = 5, + [34508] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1571), 2, + ACTIONS(3675), 1, + anon_sym_LBRACE, + STATE(1555), 2, sym_line_comment, sym_block_comment, - ACTIONS(3372), 16, + ACTIONS(3361), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142615,7 +141791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3374), 24, + ACTIONS(3363), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -142640,66 +141816,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [35678] = 25, + [34566] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1229), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4083), 1, + STATE(1556), 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, - ACTIONS(4085), 1, + anon_sym_BANG, anon_sym_AMP, - ACTIONS(4087), 1, anon_sym_PIPE, - ACTIONS(4089), 1, - anon_sym_AMP_AMP, - ACTIONS(4091), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4097), 1, - anon_sym_EQ, - ACTIONS(4103), 1, - anon_sym_DOT_DOT, - STATE(476), 1, - sym_block, - STATE(3619), 1, - sym_label, - ACTIONS(4079), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4093), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4105), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1572), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4081), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4099), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4095), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3363), 25, + 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, @@ -142710,25 +141858,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [35773] = 7, + 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_SQUOTE, + anon_sym_as, + [34622] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3871), 1, - anon_sym_BANG, - ACTIONS(3873), 1, - anon_sym_COLON_COLON, - STATE(1573), 2, + ACTIONS(3625), 1, + anon_sym_LBRACE, + STATE(1557), 2, sym_line_comment, sym_block_comment, - ACTIONS(3285), 15, + ACTIONS(3345), 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, @@ -142738,7 +141894,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3283), 23, + ACTIONS(3347), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -142761,67 +141917,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_as, - [35832] = 25, + [34680] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1229), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4083), 1, + STATE(1558), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3345), 16, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4085), 1, + anon_sym_BANG, anon_sym_AMP, - ACTIONS(4087), 1, anon_sym_PIPE, - ACTIONS(4089), 1, - anon_sym_AMP_AMP, - ACTIONS(4091), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4097), 1, - anon_sym_EQ, - ACTIONS(4103), 1, - anon_sym_DOT_DOT, - STATE(477), 1, - sym_block, - STATE(3619), 1, - sym_label, - ACTIONS(4079), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4093), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4105), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1574), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4081), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4099), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4095), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3347), 25, + 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, @@ -142832,19 +141961,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [35927] = 7, + 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_SQUOTE, + anon_sym_as, + [34736] = 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(3933), 2, + anon_sym_LBRACE, anon_sym_COLON_COLON, - STATE(1575), 2, + STATE(1559), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, + ACTIONS(3785), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142860,7 +141997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1359), 23, + ACTIONS(3781), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -142884,66 +142021,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [35986] = 25, + [34793] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4083), 1, + ACTIONS(3783), 1, + anon_sym_COLON_COLON, + STATE(1560), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3785), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4085), 1, anon_sym_AMP, - ACTIONS(4087), 1, anon_sym_PIPE, - ACTIONS(4089), 1, - anon_sym_AMP_AMP, - ACTIONS(4091), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4097), 1, - anon_sym_EQ, - ACTIONS(4103), 1, - anon_sym_DOT_DOT, - STATE(1779), 1, - sym_block, - STATE(3620), 1, - sym_label, - ACTIONS(4079), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4093), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4105), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3781), 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, - STATE(1576), 2, + anon_sym_SQUOTE, + anon_sym_as, + [34850] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1561), 2, sym_line_comment, sym_block_comment, - ACTIONS(4081), 3, + ACTIONS(3353), 16, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4099), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4095), 10, + 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), 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, @@ -142954,66 +142114,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [36081] = 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_COLON_COLON, + anon_sym_as, + [34905] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(3679), 1, + ACTIONS(744), 1, + anon_sym_RBRACK, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4083), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4085), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4087), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4089), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4091), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4097), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4103), 1, + ACTIONS(4061), 1, + anon_sym_SEMI, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - STATE(1785), 1, - sym_block, - STATE(3620), 1, - sym_label, - ACTIONS(4079), 2, + ACTIONS(4067), 1, + anon_sym_COMMA, + STATE(2914), 1, + aux_sym_arguments_repeat1, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4093), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4105), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1577), 2, + STATE(1562), 2, sym_line_comment, sym_block_comment, - ACTIONS(4081), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4099), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4095), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -143024,21 +142192,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [36176] = 5, + [35000] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1578), 2, + STATE(1563), 2, sym_line_comment, sym_block_comment, - ACTIONS(3619), 15, + ACTIONS(3337), 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, @@ -143048,10 +142217,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3617), 25, + ACTIONS(3339), 24, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -143074,66 +142242,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [36231] = 25, - ACTIONS(19), 1, - anon_sym_LBRACE, + [35055] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4083), 1, + STATE(1564), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3515), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4085), 1, anon_sym_AMP, - ACTIONS(4087), 1, anon_sym_PIPE, - ACTIONS(4089), 1, - anon_sym_AMP_AMP, - ACTIONS(4091), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4097), 1, - anon_sym_EQ, - ACTIONS(4103), 1, - anon_sym_DOT_DOT, - STATE(392), 1, - sym_block, - STATE(3355), 1, - sym_label, - ACTIONS(4079), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4093), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4105), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1579), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4081), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4099), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4095), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3513), 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, @@ -143144,17 +142284,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [36326] = 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_COLON_COLON, + anon_sym_as, + [35110] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3953), 1, - anon_sym_COLON_COLON, - STATE(1580), 2, + STATE(1379), 1, + sym_label, + STATE(1565), 2, sym_line_comment, sym_block_comment, - ACTIONS(3285), 15, + ACTIONS(3623), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143170,7 +142318,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3283), 24, + ACTIONS(3621), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -143195,66 +142343,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, anon_sym_as, - [36383] = 25, - ACTIONS(19), 1, - anon_sym_LBRACE, + [35167] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(3679), 1, + ACTIONS(925), 1, + anon_sym_RBRACK, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4083), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4085), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4087), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4089), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4091), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4097), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4103), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - STATE(403), 1, - sym_block, - STATE(3355), 1, - sym_label, - ACTIONS(4079), 2, + ACTIONS(4069), 1, + anon_sym_SEMI, + ACTIONS(4071), 1, + anon_sym_COMMA, + STATE(2855), 1, + aux_sym_arguments_repeat1, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4093), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4105), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1581), 2, + STATE(1566), 2, sym_line_comment, sym_block_comment, - ACTIONS(4081), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4099), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4095), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -143265,23 +142413,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [36478] = 6, + [35262] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1384), 1, - sym_label, - STATE(1582), 2, + STATE(1567), 2, sym_line_comment, sym_block_comment, - ACTIONS(3647), 15, + ACTIONS(3345), 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, @@ -143291,10 +142438,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3645), 24, + ACTIONS(3347), 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, @@ -143314,17 +142461,19 @@ 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_COLON_COLON, anon_sym_as, - [36535] = 5, + [35317] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1583), 2, + ACTIONS(4073), 1, + anon_sym_COLON_COLON, + STATE(1568), 2, sym_line_comment, sym_block_comment, - ACTIONS(3631), 15, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143340,11 +142489,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3629), 25, + ACTIONS(1413), 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, @@ -143364,50 +142512,120 @@ 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, + [35374] = 25, + ACTIONS(19), 1, + anon_sym_LBRACE, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, anon_sym_as, - [36590] = 22, + 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(375), 1, + sym_block, + STATE(3524), 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_GT, + anon_sym_LT, + ACTIONS(4101), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1569), 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, + [35469] = 22, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1331), 1, + ACTIONS(1351), 1, anon_sym_extern, ACTIONS(3400), 1, anon_sym_COLON_COLON, - ACTIONS(3402), 1, - anon_sym_default, ACTIONS(3410), 1, sym_metavariable, - ACTIONS(4117), 1, + ACTIONS(3441), 1, + anon_sym_default, + ACTIONS(4103), 1, sym_identifier, - ACTIONS(4119), 1, + ACTIONS(4105), 1, anon_sym_fn, - STATE(2239), 1, + STATE(2237), 1, aux_sym_function_modifiers_repeat1, - STATE(2387), 1, + STATE(2383), 1, sym_extern_modifier, - STATE(2616), 1, + STATE(2552), 1, sym_scoped_type_identifier, - STATE(3369), 1, + STATE(3361), 1, sym_generic_type_with_turbofish, - STATE(3400), 1, - sym_function_modifiers, - STATE(3427), 1, + STATE(3422), 1, sym_generic_type, - STATE(3462), 1, + STATE(3463), 1, sym_scoped_identifier, - STATE(3499), 1, + STATE(3491), 1, sym_bracketed_type, - ACTIONS(3406), 2, + STATE(3602), 1, + sym_function_modifiers, + ACTIONS(3404), 2, anon_sym_gen, anon_sym_union, - STATE(1584), 2, + STATE(1570), 2, sym_line_comment, sym_block_comment, - ACTIONS(1317), 3, + ACTIONS(1337), 3, anon_sym_async, anon_sym_const, anon_sym_unsafe, @@ -143415,7 +142633,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - ACTIONS(3398), 17, + ACTIONS(3439), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -143433,38 +142651,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [36679] = 5, + [35558] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1585), 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(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(4079), 1, anon_sym_CARET, - anon_sym_BANG, + 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(1438), 1, + sym_block, + STATE(3558), 1, + sym_label, + ACTIONS(4075), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4097), 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(4101), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1571), 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, @@ -143475,26 +142721,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_COLON_COLON, - anon_sym_as, - [36734] = 6, + [35653] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3669), 2, - anon_sym_LBRACE, + ACTIONS(3963), 1, anon_sym_COLON_COLON, - STATE(1586), 2, + STATE(1572), 2, sym_line_comment, sym_block_comment, - ACTIONS(3671), 15, + ACTIONS(3297), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143510,10 +142747,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3667), 23, + ACTIONS(3295), 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, @@ -143533,39 +142770,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_SQUOTE, anon_sym_as, - [36791] = 5, + [35710] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1587), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3639), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 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(1425), 1, + sym_block, + STATE(3558), 1, + sym_label, + ACTIONS(4075), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3637), 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, + ACTIONS(4101), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1573), 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, @@ -143576,30 +142842,25 @@ 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, - [36846] = 5, + [35805] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1588), 2, + ACTIONS(4107), 1, + anon_sym_else, + STATE(1809), 1, + sym_else_clause, + STATE(1574), 2, sym_line_comment, sym_block_comment, - ACTIONS(3345), 16, + ACTIONS(1251), 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, @@ -143609,7 +142870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3347), 24, + ACTIONS(1249), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -143632,87 +142893,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_COLON_COLON, - anon_sym_as, - [36901] = 25, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(750), 1, - anon_sym_RBRACK, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, anon_sym_as, - ACTIONS(3969), 1, - anon_sym_CARET, - ACTIONS(3971), 1, - anon_sym_AMP, - ACTIONS(3973), 1, - anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4121), 1, - anon_sym_SEMI, - ACTIONS(4123), 1, - anon_sym_COMMA, - STATE(3016), 1, - aux_sym_arguments_repeat1, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3987), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1589), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 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, - [36996] = 5, + [35864] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1590), 2, + STATE(1575), 2, sym_line_comment, sym_block_comment, - ACTIONS(3605), 15, + ACTIONS(3493), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143728,7 +142918,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3603), 25, + ACTIONS(3491), 25, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -143754,84 +142944,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [37051] = 22, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1331), 1, - anon_sym_extern, - ACTIONS(3400), 1, - anon_sym_COLON_COLON, - ACTIONS(3402), 1, - anon_sym_default, - ACTIONS(3410), 1, - sym_metavariable, - ACTIONS(4125), 1, - sym_identifier, - ACTIONS(4127), 1, - anon_sym_fn, - STATE(2239), 1, - aux_sym_function_modifiers_repeat1, - STATE(2387), 1, - sym_extern_modifier, - STATE(2574), 1, - sym_scoped_type_identifier, - STATE(3369), 1, - sym_generic_type_with_turbofish, - STATE(3427), 1, - sym_generic_type, - STATE(3462), 1, - sym_scoped_identifier, - STATE(3499), 1, - sym_bracketed_type, - STATE(3514), 1, - sym_function_modifiers, - ACTIONS(3406), 2, - anon_sym_gen, - anon_sym_union, - STATE(1591), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1317), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3408), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(3398), 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, - [37140] = 6, + [35919] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3849), 1, + ACTIONS(3933), 1, anon_sym_COLON_COLON, - STATE(1592), 2, + STATE(1576), 2, sym_line_comment, sym_block_comment, - ACTIONS(3671), 15, + ACTIONS(3785), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143847,7 +142970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3667), 24, + ACTIONS(3781), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -143872,47 +142995,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, anon_sym_as, - [37197] = 14, + [35976] = 22, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1351), 1, + anon_sym_extern, + ACTIONS(3400), 1, + anon_sym_COLON_COLON, + ACTIONS(3410), 1, + sym_metavariable, + ACTIONS(3441), 1, + anon_sym_default, + ACTIONS(4109), 1, + sym_identifier, + ACTIONS(4111), 1, + anon_sym_fn, + STATE(2237), 1, + aux_sym_function_modifiers_repeat1, + STATE(2383), 1, + sym_extern_modifier, + STATE(2612), 1, + sym_scoped_type_identifier, + STATE(3361), 1, + sym_generic_type_with_turbofish, + STATE(3422), 1, + sym_generic_type, + STATE(3463), 1, + sym_scoped_identifier, + STATE(3491), 1, + sym_bracketed_type, + STATE(3504), 1, + sym_function_modifiers, + ACTIONS(3404), 2, + anon_sym_gen, + anon_sym_union, + STATE(1577), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1337), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3408), 3, + sym_self, + sym_super, + sym_crate, + ACTIONS(3439), 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, + [36065] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(1227), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4083), 1, + ACTIONS(4079), 1, anon_sym_CARET, - ACTIONS(4085), 1, + ACTIONS(4081), 1, anon_sym_AMP, - ACTIONS(4079), 2, + 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(3609), 1, + sym_label, + ACTIONS(4075), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4093), 2, + ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1593), 2, + ACTIONS(4097), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4101), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1578), 2, sym_line_comment, sym_block_comment, - ACTIONS(4081), 3, + ACTIONS(4077), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 5, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3677), 21, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + 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, @@ -143923,22 +143132,18 @@ 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, - [37269] = 5, + [36160] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1594), 2, + ACTIONS(3783), 2, + anon_sym_LBRACE, + anon_sym_COLON_COLON, + STATE(1579), 2, sym_line_comment, sym_block_comment, - ACTIONS(1263), 15, + ACTIONS(3785), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143954,7 +143159,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1261), 24, + ACTIONS(3781), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -143978,57 +143183,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - anon_sym_else, - [37323] = 19, + [36217] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4083), 1, + ACTIONS(4079), 1, anon_sym_CARET, - ACTIONS(4085), 1, + ACTIONS(4081), 1, anon_sym_AMP, - ACTIONS(4087), 1, + ACTIONS(4083), 1, anon_sym_PIPE, - ACTIONS(4089), 1, + ACTIONS(4085), 1, anon_sym_AMP_AMP, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_PIPE_PIPE, - ACTIONS(4003), 2, + ACTIONS(4093), 1, anon_sym_EQ, + ACTIONS(4099), 1, anon_sym_DOT_DOT, - ACTIONS(4079), 2, + STATE(1831), 1, + sym_block, + STATE(3610), 1, + sym_label, + ACTIONS(4075), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4093), 2, + ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - STATE(1595), 2, + ACTIONS(4101), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1580), 2, sym_line_comment, sym_block_comment, - ACTIONS(4081), 3, + ACTIONS(4077), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4099), 4, + ACTIONS(4095), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4001), 15, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4091), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -144039,57 +143253,66 @@ 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, - [37405] = 17, + [36312] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(1227), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4083), 1, + ACTIONS(4079), 1, anon_sym_CARET, - ACTIONS(4085), 1, + ACTIONS(4081), 1, anon_sym_AMP, - ACTIONS(4087), 1, + ACTIONS(4083), 1, anon_sym_PIPE, - ACTIONS(3681), 2, + 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, - ACTIONS(4079), 2, + STATE(473), 1, + sym_block, + STATE(3609), 1, + sym_label, + ACTIONS(4075), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4093), 2, + ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - STATE(1596), 2, + ACTIONS(4101), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1581), 2, sym_line_comment, sym_block_comment, - ACTIONS(4081), 3, + ACTIONS(4077), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4099), 4, + ACTIONS(4095), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3677), 17, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4091), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -144100,20 +143323,19 @@ 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, - [37483] = 6, + [36407] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4129), 1, + ACTIONS(3981), 1, + anon_sym_BANG, + ACTIONS(4113), 1, anon_sym_COLON_COLON, - STATE(1597), 2, + STATE(1582), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144129,7 +143351,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1359), 23, + ACTIONS(1413), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -144153,15 +143375,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [37539] = 5, + [36466] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1598), 2, + STATE(1583), 2, sym_line_comment, sym_block_comment, - ACTIONS(3513), 15, + ACTIONS(3477), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144177,9 +143399,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3511), 24, + ACTIONS(3475), 25, anon_sym_LPAREN, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -144202,116 +143425,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [37593] = 24, + [36521] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4079), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4081), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4083), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(4085), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(4087), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4093), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4099), 1, anon_sym_DOT_DOT, - ACTIONS(4131), 1, - anon_sym_RPAREN, - ACTIONS(4133), 1, - anon_sym_COMMA, - STATE(2917), 1, - aux_sym_arguments_repeat1, - ACTIONS(3965), 2, + STATE(1859), 1, + sym_block, + STATE(3610), 1, + sym_label, + ACTIONS(4075), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4101), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1599), 2, + STATE(1584), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4077), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4095), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 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, - [37685] = 15, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4083), 1, - anon_sym_CARET, - ACTIONS(4085), 1, - anon_sym_AMP, - ACTIONS(4087), 1, - anon_sym_PIPE, - ACTIONS(4079), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4093), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1600), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4081), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3681), 4, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3677), 21, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4091), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -144322,40 +143495,32 @@ 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, - [37759] = 5, + [36616] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1601), 2, + STATE(1585), 2, sym_line_comment, sym_block_comment, - ACTIONS(3343), 17, + 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_LT_LT_EQ, anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3341), 22, + ACTIONS(3363), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -144370,23 +143535,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, - anon_sym_LT2, - [37813] = 5, + [36671] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1602), 2, + ACTIONS(3889), 1, + anon_sym_BANG, + ACTIONS(3891), 1, + anon_sym_COLON_COLON, + STATE(1586), 2, sym_line_comment, sym_block_comment, - ACTIONS(3583), 15, + ACTIONS(3297), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144402,7 +143573,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3581), 24, + ACTIONS(3295), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -144425,41 +143596,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_DASH_GT, anon_sym_as, - [37867] = 6, + [36730] = 25, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4135), 1, - anon_sym_DASH_GT, - STATE(1603), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3587), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 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(397), 1, + sym_block, + STATE(3524), 1, + sym_label, + ACTIONS(4075), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3585), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4101), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1587), 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, @@ -144470,69 +143667,66 @@ 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, - [37923] = 22, + [36825] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(877), 1, + anon_sym_RBRACK, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4083), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4085), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4087), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4089), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4091), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4097), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4137), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4079), 2, + ACTIONS(4115), 1, + anon_sym_SEMI, + ACTIONS(4117), 1, + anon_sym_COMMA, + STATE(3030), 1, + aux_sym_arguments_repeat1, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4093), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4139), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1604), 2, + STATE(1588), 2, sym_line_comment, sym_block_comment, - ACTIONS(3939), 3, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_SQUOTE, - ACTIONS(4081), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4099), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4095), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -144543,54 +143737,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [38011] = 18, + [36920] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4083), 1, + STATE(1589), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3507), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4085), 1, anon_sym_AMP, - ACTIONS(4087), 1, anon_sym_PIPE, - ACTIONS(4089), 1, - anon_sym_AMP_AMP, - ACTIONS(3681), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4079), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4093), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1605), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4081), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4099), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3677), 16, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3505), 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, @@ -144602,59 +143779,49 @@ 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, - [38091] = 19, + anon_sym_COLON_COLON, + anon_sym_as, + [36975] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4083), 1, + ACTIONS(4119), 1, + anon_sym_SQUOTE, + STATE(1842), 1, + sym_label, + STATE(1590), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3623), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4085), 1, anon_sym_AMP, - ACTIONS(4087), 1, anon_sym_PIPE, - ACTIONS(4089), 1, - anon_sym_AMP_AMP, - ACTIONS(4091), 1, - anon_sym_PIPE_PIPE, - ACTIONS(389), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4079), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4093), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1606), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4081), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4099), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(387), 15, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3621), 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, @@ -144665,63 +143832,181 @@ 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, - [38173] = 21, + anon_sym_as, + [37034] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(347), 1, - anon_sym_EQ, - ACTIONS(3679), 1, + ACTIONS(1003), 1, + anon_sym_RBRACK, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4083), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4085), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4087), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4089), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4091), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4137), 1, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4079), 2, + ACTIONS(4121), 1, + anon_sym_SEMI, + ACTIONS(4123), 1, + anon_sym_COMMA, + STATE(2857), 1, + aux_sym_arguments_repeat1, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4093), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4139), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1607), 2, + STATE(1591), 2, sym_line_comment, sym_block_comment, - ACTIONS(4081), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4099), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(341), 13, + ACTIONS(4021), 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, + [37129] = 22, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1351), 1, + anon_sym_extern, + ACTIONS(3400), 1, + anon_sym_COLON_COLON, + ACTIONS(3410), 1, + sym_metavariable, + ACTIONS(3441), 1, + anon_sym_default, + ACTIONS(4125), 1, + sym_identifier, + ACTIONS(4127), 1, + anon_sym_fn, + STATE(2237), 1, + aux_sym_function_modifiers_repeat1, + STATE(2383), 1, + sym_extern_modifier, + STATE(2513), 1, + sym_scoped_type_identifier, + STATE(3361), 1, + sym_generic_type_with_turbofish, + STATE(3391), 1, + sym_function_modifiers, + STATE(3422), 1, + sym_generic_type, + STATE(3463), 1, + sym_scoped_identifier, + STATE(3491), 1, + sym_bracketed_type, + ACTIONS(3404), 2, + anon_sym_gen, + anon_sym_union, + STATE(1592), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1337), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3408), 3, + sym_self, + sym_super, + sym_crate, + ACTIONS(3439), 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, + [37218] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1593), 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), 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, @@ -144732,59 +144017,66 @@ 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, - [38259] = 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_DASH_GT, + anon_sym_as, + [37272] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4015), 1, + ACTIONS(4027), 1, anon_sym_EQ, - ACTIONS(4083), 1, + ACTIONS(4079), 1, anon_sym_CARET, - ACTIONS(4085), 1, + ACTIONS(4081), 1, anon_sym_AMP, - ACTIONS(4087), 1, + ACTIONS(4083), 1, anon_sym_PIPE, - ACTIONS(4089), 1, + ACTIONS(4085), 1, anon_sym_AMP_AMP, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_PIPE_PIPE, - ACTIONS(4137), 1, + ACTIONS(4129), 1, anon_sym_DOT_DOT, - ACTIONS(4079), 2, + ACTIONS(4075), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4093), 2, + ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4139), 2, + ACTIONS(4131), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1608), 2, + STATE(1594), 2, sym_line_comment, sym_block_comment, - ACTIONS(4081), 3, + ACTIONS(4077), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4099), 4, + ACTIONS(4095), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 13, + ACTIONS(4025), 13, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_PLUS_EQ, @@ -144798,58 +144090,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_SQUOTE, - [38345] = 21, + [37358] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4025), 1, + ACTIONS(4031), 1, anon_sym_EQ, - ACTIONS(4083), 1, + ACTIONS(4079), 1, anon_sym_CARET, - ACTIONS(4085), 1, + ACTIONS(4081), 1, anon_sym_AMP, - ACTIONS(4087), 1, + ACTIONS(4083), 1, anon_sym_PIPE, - ACTIONS(4089), 1, + ACTIONS(4085), 1, anon_sym_AMP_AMP, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_PIPE_PIPE, - ACTIONS(4137), 1, + ACTIONS(4129), 1, anon_sym_DOT_DOT, - ACTIONS(4079), 2, + ACTIONS(4075), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4093), 2, + ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4139), 2, + ACTIONS(4131), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1609), 2, + STATE(1595), 2, sym_line_comment, sym_block_comment, - ACTIONS(4081), 3, + ACTIONS(4077), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4099), 4, + ACTIONS(4095), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4023), 13, + ACTIONS(4029), 13, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_PLUS_EQ, @@ -144863,37 +144155,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_SQUOTE, - [38431] = 6, + [37444] = 15, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4141), 1, - anon_sym_DASH_GT, - STATE(1610), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3593), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 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(1596), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4077), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3897), 4, anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3591), 23, + ACTIONS(3895), 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, @@ -144912,18 +144213,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_as, - [38487] = 6, + anon_sym_SQUOTE, + [37518] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4143), 1, - anon_sym_DASH_GT, - STATE(1611), 2, + STATE(1597), 2, sym_line_comment, sym_block_comment, - ACTIONS(3599), 15, + ACTIONS(3575), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144939,7 +144238,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3597), 23, + ACTIONS(3573), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -144962,16 +144261,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, - [38543] = 5, + [37572] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1612), 2, + STATE(1598), 2, sym_line_comment, sym_block_comment, - ACTIONS(3517), 15, + ACTIONS(3579), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144987,7 +144287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3515), 24, + ACTIONS(3577), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -145012,64 +144312,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [38597] = 24, + [37626] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4079), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4081), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4083), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(4085), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(4087), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4035), 2, anon_sym_EQ, - ACTIONS(4065), 1, anon_sym_DOT_DOT, - ACTIONS(4145), 1, - anon_sym_RPAREN, - ACTIONS(4147), 1, - anon_sym_COMMA, - STATE(2813), 1, - aux_sym_arguments_repeat1, - ACTIONS(3965), 2, + ACTIONS(4075), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1613), 2, + STATE(1599), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4077), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4095), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4033), 15, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -145080,88 +144372,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [38689] = 24, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_SQUOTE, + [37708] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(935), 1, - anon_sym_RBRACK, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, - anon_sym_CARET, - ACTIONS(3971), 1, - anon_sym_AMP, - ACTIONS(3973), 1, - anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4149), 1, - anon_sym_COMMA, - STATE(2821), 1, - aux_sym_arguments_repeat1, - ACTIONS(3965), 2, + ACTIONS(4075), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3987), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1614), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 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, - [38781] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1615), 2, + STATE(1600), 2, sym_line_comment, sym_block_comment, - ACTIONS(3543), 15, - anon_sym_PLUS, + ACTIONS(4077), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3897), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -145170,13 +144407,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(3541), 24, + ACTIONS(3895), 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, @@ -145195,17 +144429,78 @@ 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, + [37774] = 18, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4133), 1, + sym_identifier, + ACTIONS(4135), 1, + anon_sym_LBRACE, + ACTIONS(4137), 1, + anon_sym_RBRACE, + ACTIONS(4139), 1, + anon_sym_STAR, + ACTIONS(4143), 1, + anon_sym_COMMA, + ACTIONS(4145), 1, anon_sym_COLON_COLON, - anon_sym_as, - [38835] = 5, + ACTIONS(4149), 1, + sym_metavariable, + STATE(2479), 1, + sym_scoped_identifier, + STATE(2770), 1, + sym__use_clause, + STATE(3434), 1, + sym_generic_type_with_turbofish, + STATE(3550), 1, + sym_bracketed_type, + STATE(1601), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4147), 3, + sym_self, + sym_super, + sym_crate, + STATE(3010), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4141), 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, + [37854] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1616), 2, + STATE(1602), 2, sym_line_comment, sym_block_comment, - ACTIONS(3609), 15, + ACTIONS(1267), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145221,7 +144516,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3607), 24, + ACTIONS(1265), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -145244,85 +144539,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_DASH_GT, - anon_sym_as, - [38889] = 24, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(949), 1, - anon_sym_RPAREN, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, anon_sym_as, - ACTIONS(3969), 1, - anon_sym_CARET, - ACTIONS(3971), 1, - anon_sym_AMP, - ACTIONS(3973), 1, - anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4151), 1, - anon_sym_COMMA, - STATE(2860), 1, - aux_sym_arguments_repeat1, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3987), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1617), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 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, - [38981] = 5, + anon_sym_else, + [37908] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1618), 2, + STATE(1603), 2, sym_line_comment, sym_block_comment, - ACTIONS(3555), 15, + ACTIONS(1271), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145338,7 +144565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3553), 24, + ACTIONS(1269), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -145361,19 +144588,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, - [39035] = 6, + anon_sym_else, + [37962] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4153), 1, - anon_sym_COLON_COLON, - STATE(1619), 2, + STATE(1604), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 15, + ACTIONS(1275), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145389,7 +144614,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3337), 23, + ACTIONS(1273), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -145413,15 +144638,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [39091] = 5, + anon_sym_else, + [38016] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1620), 2, + STATE(1605), 2, sym_line_comment, sym_block_comment, - ACTIONS(3559), 15, + ACTIONS(1259), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145437,7 +144663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3557), 24, + ACTIONS(1257), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -145460,84 +144686,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, - [39145] = 21, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, anon_sym_as, - ACTIONS(4021), 1, - anon_sym_EQ, - ACTIONS(4083), 1, - anon_sym_CARET, - ACTIONS(4085), 1, - anon_sym_AMP, - ACTIONS(4087), 1, - anon_sym_PIPE, - ACTIONS(4089), 1, - anon_sym_AMP_AMP, - ACTIONS(4091), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4137), 1, - anon_sym_DOT_DOT, - ACTIONS(4079), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4093), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4101), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4139), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1621), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4081), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4099), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4019), 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, - [39231] = 6, + anon_sym_else, + [38070] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4155), 1, - anon_sym_DASH_GT, - STATE(1622), 2, + STATE(1606), 2, sym_line_comment, sym_block_comment, - ACTIONS(3613), 15, + ACTIONS(1263), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145553,7 +144712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3611), 23, + ACTIONS(1261), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -145577,62 +144736,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [39287] = 22, + anon_sym_else, + [38124] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4079), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4081), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4083), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(4085), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(4087), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4093), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4129), 1, anon_sym_DOT_DOT, - ACTIONS(3965), 2, + ACTIONS(4075), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4131), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1623), 2, + STATE(1607), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3811), 3, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_SQUOTE, + ACTIONS(4077), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4157), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(3985), 4, + ACTIONS(4095), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4091), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -145643,64 +144803,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [39375] = 24, + [38212] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(967), 1, - anon_sym_RPAREN, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4079), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4081), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4083), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(4085), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(4087), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(403), 2, anon_sym_EQ, - ACTIONS(4065), 1, anon_sym_DOT_DOT, - ACTIONS(4159), 1, - anon_sym_COMMA, - STATE(2870), 1, - aux_sym_arguments_repeat1, - ACTIONS(3965), 2, + ACTIONS(4075), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1624), 2, + STATE(1608), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4077), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4095), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(401), 15, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -145711,90 +144863,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [39467] = 6, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_SQUOTE, + [38294] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4161), 1, - anon_sym_DASH_GT, - STATE(1625), 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, + ACTIONS(347), 1, + anon_sym_EQ, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 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(4129), 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, - anon_sym_EQ, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3561), 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(4131), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [39523] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4163), 1, - anon_sym_LPAREN, - STATE(1698), 1, - sym_arguments, - STATE(1626), 2, + STATE(1609), 2, sym_line_comment, sym_block_comment, - ACTIONS(3661), 15, - anon_sym_PLUS, + ACTIONS(4077), 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(3657), 22, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + 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, @@ -145805,51 +144930,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, - [39581] = 11, + anon_sym_SQUOTE, + [38380] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4079), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1627), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4081), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3681), 9, + ACTIONS(4019), 1, + anon_sym_EQ, + 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(4129), 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, - anon_sym_EQ, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3677), 21, + ACTIONS(4131), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1610), 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(4017), 13, 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, @@ -145860,94 +144995,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_SQUOTE, - [39647] = 6, + [38466] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4153), 1, - anon_sym_COLON_COLON, - STATE(1628), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3359), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(4003), 1, + anon_sym_EQ, + 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(4129), 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, - anon_sym_EQ, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3357), 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(4131), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [39703] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1629), 2, + STATE(1611), 2, sym_line_comment, sym_block_comment, - ACTIONS(3623), 15, - anon_sym_PLUS, + ACTIONS(4077), 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(3621), 24, + ACTIONS(4095), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3987), 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, @@ -145958,72 +145060,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_DASH_GT, - anon_sym_as, - [39757] = 24, + anon_sym_SQUOTE, + [38552] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(919), 1, - anon_sym_RBRACK, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4165), 1, - anon_sym_COMMA, - STATE(2961), 1, - aux_sym_arguments_repeat1, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1630), 2, + STATE(1612), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4151), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -146034,60 +145127,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [39849] = 21, + [38640] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3995), 1, - anon_sym_EQ, - ACTIONS(4083), 1, + ACTIONS(4079), 1, anon_sym_CARET, - ACTIONS(4085), 1, + ACTIONS(4081), 1, anon_sym_AMP, - ACTIONS(4087), 1, + ACTIONS(4083), 1, anon_sym_PIPE, - ACTIONS(4089), 1, + ACTIONS(4085), 1, anon_sym_AMP_AMP, - ACTIONS(4091), 1, + ACTIONS(4087), 1, anon_sym_PIPE_PIPE, - ACTIONS(4137), 1, + ACTIONS(4093), 1, + anon_sym_EQ, + ACTIONS(4129), 1, anon_sym_DOT_DOT, - ACTIONS(4079), 2, + ACTIONS(4075), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4093), 2, + ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4139), 2, + ACTIONS(4131), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1631), 2, + STATE(1613), 2, sym_line_comment, sym_block_comment, - ACTIONS(4081), 3, + ACTIONS(3877), 3, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_SQUOTE, + ACTIONS(4077), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4099), 4, + ACTIONS(4095), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3993), 13, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4091), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -146098,61 +145193,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, - [39935] = 21, + [38728] = 24, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(1001), 1, + anon_sym_RBRACK, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3999), 1, - anon_sym_EQ, - ACTIONS(4083), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4085), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4087), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4089), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4091), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4137), 1, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4079), 2, + ACTIONS(4153), 1, + anon_sym_COMMA, + STATE(2818), 1, + aux_sym_arguments_repeat1, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4093), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4139), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1632), 2, + STATE(1614), 2, sym_line_comment, sym_block_comment, - ACTIONS(4081), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4099), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3997), 13, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -146163,18 +145261,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, - [40021] = 6, + [38820] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4167), 1, + ACTIONS(4155), 1, anon_sym_COLON_COLON, - STATE(1633), 2, + STATE(1615), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 15, + ACTIONS(3386), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -146190,7 +145287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3321), 23, + ACTIONS(3384), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -146214,15 +145311,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [40077] = 5, + [38876] = 24, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1634), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, + anon_sym_CARET, + ACTIONS(3993), 1, + anon_sym_AMP, + ACTIONS(3995), 1, + anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4157), 1, + anon_sym_RPAREN, + ACTIONS(4159), 1, + anon_sym_COMMA, + STATE(2816), 1, + aux_sym_arguments_repeat1, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4007), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1616), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 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, + [38968] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4161), 1, + anon_sym_COLON_COLON, + STATE(1617), 2, sym_line_comment, sym_block_comment, - ACTIONS(3635), 15, + ACTIONS(3386), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -146238,7 +145405,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3633), 24, + ACTIONS(3384), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -146261,19 +145428,86 @@ 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, - [40131] = 6, + [39024] = 24, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4153), 1, + ACTIONS(939), 1, + anon_sym_RBRACK, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, + anon_sym_CARET, + ACTIONS(3993), 1, + anon_sym_AMP, + ACTIONS(3995), 1, + anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4163), 1, + anon_sym_COMMA, + STATE(2838), 1, + aux_sym_arguments_repeat1, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4007), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1618), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 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, + [39116] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4165), 1, anon_sym_COLON_COLON, - STATE(1635), 2, + STATE(1619), 2, sym_line_comment, sym_block_comment, - ACTIONS(3327), 15, + ACTIONS(3386), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -146289,7 +145523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3325), 23, + ACTIONS(3384), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -146313,15 +145547,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [40187] = 5, + [39172] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1636), 2, + ACTIONS(3891), 1, + anon_sym_COLON_COLON, + STATE(1620), 2, sym_line_comment, sym_block_comment, - ACTIONS(3643), 15, + ACTIONS(3297), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -146337,7 +145573,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3641), 24, + ACTIONS(3295), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -146360,40 +145596,55 @@ 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, - [40241] = 6, + [39228] = 18, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3873), 1, - anon_sym_COLON_COLON, - STATE(1637), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3285), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 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(3897), 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, - anon_sym_EQ, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3283), 23, + STATE(1621), 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(3895), 16, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, + anon_sym_LBRACE, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -146405,69 +145656,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_as, - [40297] = 22, + anon_sym_SQUOTE, + [39308] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1638), 2, + STATE(1622), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4169), 3, + ACTIONS(4167), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_COMMA, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -146478,29 +145725,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [40385] = 10, + [39396] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - STATE(1639), 2, + ACTIONS(4169), 1, + anon_sym_COLON_COLON, + STATE(1623), 2, sym_line_comment, sym_block_comment, - ACTIONS(4081), 3, + ACTIONS(1411), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 11, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -146509,10 +145749,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(3677), 21, + ACTIONS(1413), 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, @@ -146531,45 +145774,39 @@ 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, - [40449] = 13, + anon_sym_as, + [39452] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4085), 1, - anon_sym_AMP, - ACTIONS(4079), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4093), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1640), 2, + ACTIONS(4171), 1, + anon_sym_LPAREN, + STATE(1669), 1, + sym_arguments, + STATE(1624), 2, sym_line_comment, sym_block_comment, - ACTIONS(4081), 3, + ACTIONS(3571), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 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(3677), 21, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(3567), 22, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -146588,106 +145825,65 @@ 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, - [40519] = 22, + anon_sym_as, + [39510] = 24, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(901), 1, + anon_sym_RPAREN, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4083), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4085), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4087), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4089), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4091), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4097), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4137), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4079), 2, + ACTIONS(4173), 1, + anon_sym_COMMA, + STATE(2837), 1, + aux_sym_arguments_repeat1, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4093), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4139), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1641), 2, + STATE(1625), 2, sym_line_comment, sym_block_comment, - ACTIONS(3821), 3, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_SQUOTE, - ACTIONS(4081), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4099), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4095), 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, - [40607] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4171), 1, - anon_sym_DASH_GT, - STATE(1642), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3569), 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(3567), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -146698,86 +145894,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, - [40663] = 18, - ACTIONS(29), 1, - anon_sym_LT, + [39602] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4173), 1, - sym_identifier, ACTIONS(4175), 1, - anon_sym_LBRACE, - ACTIONS(4177), 1, - anon_sym_RBRACE, - ACTIONS(4179), 1, - anon_sym_STAR, - ACTIONS(4183), 1, - anon_sym_COMMA, - ACTIONS(4185), 1, - anon_sym_COLON_COLON, - ACTIONS(4189), 1, - sym_metavariable, - STATE(2477), 1, - sym_scoped_identifier, - STATE(3047), 1, - sym__use_clause, - STATE(3423), 1, - sym_generic_type_with_turbofish, - STATE(3517), 1, - sym_bracketed_type, - STATE(1643), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4187), 3, - sym_self, - sym_super, - sym_crate, - STATE(2910), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4181), 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, - [40743] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4191), 1, anon_sym_COLON_COLON, - STATE(1644), 2, + STATE(1626), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 15, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -146793,7 +145920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3321), 23, + ACTIONS(1413), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -146817,43 +145944,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [40799] = 12, + [39658] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4079), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4093), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1645), 2, + STATE(1627), 2, sym_line_comment, sym_block_comment, - ACTIONS(4081), 3, + ACTIONS(3555), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 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(3677), 21, + ACTIONS(3553), 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, @@ -146872,18 +145991,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_SQUOTE, - [40867] = 6, + anon_sym_COLON_COLON, + anon_sym_as, + [39712] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4193), 1, - anon_sym_DASH_GT, - STATE(1646), 2, + STATE(1628), 2, sym_line_comment, sym_block_comment, - ACTIONS(3575), 15, + ACTIONS(3583), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -146899,7 +146017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3573), 23, + ACTIONS(3581), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -146922,18 +146040,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, - [40923] = 6, + [39766] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4195), 1, - anon_sym_COLON_COLON, - STATE(1647), 2, + STATE(1629), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, + ACTIONS(3587), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -146949,7 +146066,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1359), 23, + ACTIONS(3585), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -146972,16 +146089,19 @@ 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, - [40979] = 5, + [39820] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1648), 2, + ACTIONS(4177), 1, + anon_sym_DASH_GT, + STATE(1630), 2, sym_line_comment, sym_block_comment, - ACTIONS(1275), 15, + ACTIONS(3591), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -146997,7 +146117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1273), 24, + ACTIONS(3589), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -147021,18 +146141,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - anon_sym_else, - [41033] = 6, + [39876] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4153), 1, + ACTIONS(4165), 1, anon_sym_COLON_COLON, - STATE(1649), 2, + STATE(1631), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 15, + ACTIONS(3374), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147048,7 +146167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3321), 23, + ACTIONS(3372), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -147072,15 +146191,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [41089] = 5, + [39932] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1650), 2, + ACTIONS(4165), 1, + anon_sym_COLON_COLON, + STATE(1632), 2, sym_line_comment, sym_block_comment, - ACTIONS(1259), 15, + ACTIONS(3378), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147096,7 +146217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1257), 24, + ACTIONS(3376), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -147120,16 +146241,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - anon_sym_else, - [41143] = 5, + [39988] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1651), 2, + ACTIONS(4179), 1, + anon_sym_DASH_GT, + STATE(1633), 2, sym_line_comment, sym_block_comment, - ACTIONS(1271), 15, + ACTIONS(3609), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147145,7 +146267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1269), 24, + ACTIONS(3607), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -147169,16 +146291,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - anon_sym_else, - [41197] = 5, + [40044] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1652), 2, + ACTIONS(4181), 1, + anon_sym_DASH_GT, + STATE(1634), 2, sym_line_comment, sym_block_comment, - ACTIONS(1267), 15, + ACTIONS(3617), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147194,7 +146317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1265), 24, + ACTIONS(3615), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -147218,129 +146341,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - anon_sym_else, - [41251] = 22, + [40100] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4083), 1, - anon_sym_CARET, - ACTIONS(4085), 1, - anon_sym_AMP, - ACTIONS(4087), 1, - anon_sym_PIPE, - ACTIONS(4089), 1, - anon_sym_AMP_AMP, - ACTIONS(4091), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4097), 1, + ACTIONS(4015), 1, anon_sym_EQ, - ACTIONS(4137), 1, - anon_sym_DOT_DOT, - ACTIONS(4079), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4093), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4101), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4139), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1653), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3889), 3, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_SQUOTE, - ACTIONS(4081), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4099), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4095), 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, - [41339] = 23, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(289), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4079), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4081), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4083), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(4085), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(4087), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4129), 1, anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(4075), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4131), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1654), 2, + STATE(1635), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4077), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4095), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4013), 13, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147351,15 +146405,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [41428] = 5, + anon_sym_SQUOTE, + [40186] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1655), 2, + STATE(1636), 2, sym_line_comment, sym_block_comment, - ACTIONS(3747), 15, + ACTIONS(3335), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147370,12 +146425,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(3745), 23, + ACTIONS(3333), 22, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -147390,96 +146447,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_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [41481] = 23, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, - anon_sym_CARET, - ACTIONS(3971), 1, - anon_sym_AMP, - ACTIONS(3973), 1, - anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4199), 1, - anon_sym_RPAREN, - ACTIONS(4201), 1, - anon_sym_COMMA, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3987), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1656), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 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, - [41570] = 8, + anon_sym_LT2, + [40240] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, - anon_sym_LBRACK, - ACTIONS(4205), 1, - anon_sym_QMARK, - ACTIONS(4207), 1, - anon_sym_DOT, - STATE(1657), 2, + STATE(1637), 2, sym_line_comment, sym_block_comment, - ACTIONS(3755), 14, + ACTIONS(3649), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147493,10 +146477,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(3753), 21, + ACTIONS(3647), 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, @@ -147515,82 +146502,19 @@ 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, - [41629] = 23, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1215), 1, - anon_sym_RPAREN, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, - anon_sym_CARET, - ACTIONS(3971), 1, - anon_sym_AMP, - ACTIONS(3973), 1, - anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4201), 1, - anon_sym_COMMA, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3987), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1658), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 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, - [41718] = 5, + [40294] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1659), 2, + ACTIONS(4183), 1, + anon_sym_DASH_GT, + STATE(1638), 2, sym_line_comment, sym_block_comment, - ACTIONS(3891), 15, + ACTIONS(3653), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147606,7 +146530,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3889), 23, + ACTIONS(3651), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -147630,15 +146554,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [41771] = 5, + [40350] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1660), 2, + ACTIONS(4185), 1, + anon_sym_DASH_GT, + STATE(1639), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, + ACTIONS(3659), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147654,7 +146580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1359), 23, + ACTIONS(3657), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -147678,15 +146604,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [41824] = 5, + [40406] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1661), 2, + ACTIONS(4187), 1, + anon_sym_DASH_GT, + STATE(1640), 2, sym_line_comment, sym_block_comment, - ACTIONS(3831), 15, + ACTIONS(3665), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147702,7 +146630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3829), 23, + ACTIONS(3663), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -147726,80 +146654,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [41877] = 22, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, - anon_sym_CARET, - ACTIONS(3971), 1, - anon_sym_AMP, - ACTIONS(3973), 1, - anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3987), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4209), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1662), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 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, - [41964] = 5, + [40462] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1663), 2, + STATE(1641), 2, sym_line_comment, sym_block_comment, - ACTIONS(3899), 15, + ACTIONS(3519), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147815,7 +146678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3897), 23, + ACTIONS(3517), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -147838,16 +146701,19 @@ 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, - [42017] = 5, + [40516] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1664), 2, + ACTIONS(4165), 1, + anon_sym_COLON_COLON, + STATE(1642), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, + ACTIONS(3382), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147863,7 +146729,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1359), 23, + ACTIONS(3380), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -147887,62 +146753,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42070] = 23, + [40572] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4079), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4081), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4083), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(4085), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(4087), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4093), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4129), 1, anon_sym_DOT_DOT, - ACTIONS(4211), 1, - anon_sym_RPAREN, - ACTIONS(4213), 1, - anon_sym_COMMA, - ACTIONS(3965), 2, + ACTIONS(4075), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4131), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1665), 2, + STATE(1643), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3791), 3, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_SQUOTE, + ACTIONS(4077), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4095), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4091), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147953,15 +146819,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [42159] = 5, + [40660] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1666), 2, + ACTIONS(4189), 1, + anon_sym_DASH_GT, + STATE(1644), 2, sym_line_comment, sym_block_comment, - ACTIONS(3661), 15, + ACTIONS(3501), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147977,7 +146845,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3657), 23, + ACTIONS(3499), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148001,15 +146869,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42212] = 5, + [40716] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1667), 2, + STATE(1645), 2, sym_line_comment, sym_block_comment, - ACTIONS(3799), 15, + ACTIONS(3497), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148025,7 +146893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3797), 23, + ACTIONS(3495), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148048,16 +146916,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_DASH_GT, anon_sym_as, - [42265] = 5, + [40770] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1668), 2, + STATE(1646), 2, sym_line_comment, sym_block_comment, - ACTIONS(3907), 15, + ACTIONS(3511), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148073,7 +146942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3905), 23, + ACTIONS(3509), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148096,21 +146965,99 @@ 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, - [42318] = 5, + [40824] = 24, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1669), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, + anon_sym_CARET, + ACTIONS(3993), 1, + anon_sym_AMP, + ACTIONS(3995), 1, + anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4191), 1, + anon_sym_RPAREN, + ACTIONS(4193), 1, + anon_sym_COMMA, + STATE(2921), 1, + aux_sym_arguments_repeat1, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4007), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1647), 2, sym_line_comment, sym_block_comment, - ACTIONS(3911), 15, - anon_sym_PLUS, + ACTIONS(3977), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 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, + [40916] = 10, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + STATE(1648), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4077), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3897), 11, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -148119,13 +147066,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(3909), 23, + ACTIONS(3895), 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, @@ -148144,36 +147088,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, - [42371] = 5, + anon_sym_SQUOTE, + [40980] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1670), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 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(1649), 2, sym_line_comment, sym_block_comment, - ACTIONS(3915), 15, - anon_sym_PLUS, + ACTIONS(4077), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3897), 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(3913), 23, + ACTIONS(3895), 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, @@ -148192,36 +147145,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_as, - [42424] = 5, + anon_sym_SQUOTE, + [41050] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1671), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 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(1650), 2, sym_line_comment, sym_block_comment, - ACTIONS(1357), 15, - anon_sym_PLUS, + ACTIONS(4077), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3897), 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(1359), 23, + ACTIONS(3895), 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, @@ -148240,36 +147201,46 @@ 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, - [42477] = 5, + anon_sym_SQUOTE, + [41118] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1672), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 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(1651), 2, sym_line_comment, sym_block_comment, - ACTIONS(3927), 15, - anon_sym_PLUS, + ACTIONS(4077), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(3897), 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(3925), 23, + ACTIONS(3895), 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, @@ -148288,36 +147259,53 @@ 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, - [42530] = 5, + anon_sym_SQUOTE, + [41190] = 17, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1673), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3931), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(4079), 1, anon_sym_CARET, + ACTIONS(4081), 1, anon_sym_AMP, + ACTIONS(4083), 1, anon_sym_PIPE, + ACTIONS(3897), 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, - anon_sym_EQ, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3929), 23, + STATE(1652), 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(3895), 17, 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, @@ -148330,22 +147318,86 @@ 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, + [41268] = 24, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(945), 1, + anon_sym_RPAREN, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, + anon_sym_CARET, + ACTIONS(3993), 1, + anon_sym_AMP, + ACTIONS(3995), 1, + anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4195), 1, + anon_sym_COMMA, + STATE(2932), 1, + aux_sym_arguments_repeat1, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4007), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1653), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 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, - [42583] = 5, + ACTIONS(4021), 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, + [41360] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1674), 2, + STATE(1654), 2, sym_line_comment, sym_block_comment, - ACTIONS(3935), 15, + ACTIONS(3949), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148361,7 +147413,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3933), 23, + ACTIONS(3947), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148385,15 +147437,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42636] = 5, + [41413] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1675), 2, + STATE(1655), 2, sym_line_comment, sym_block_comment, - ACTIONS(3715), 15, + ACTIONS(997), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148409,7 +147461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3713), 23, + ACTIONS(999), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148433,21 +147485,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42689] = 8, + [41466] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, - anon_sym_LBRACK, - ACTIONS(4205), 1, - anon_sym_QMARK, - ACTIONS(4207), 1, - anon_sym_DOT, - STATE(1676), 2, + STATE(1656), 2, sym_line_comment, sym_block_comment, - ACTIONS(3735), 14, + ACTIONS(1441), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148461,10 +147507,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(3733), 21, + ACTIONS(1439), 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, @@ -148484,21 +147533,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42748] = 8, + [41519] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, - anon_sym_LBRACK, - ACTIONS(4205), 1, - anon_sym_QMARK, - ACTIONS(4207), 1, - anon_sym_DOT, - STATE(1677), 2, + STATE(1657), 2, sym_line_comment, sym_block_comment, - ACTIONS(3791), 14, + ACTIONS(1005), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148512,10 +147555,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(3789), 21, + ACTIONS(1007), 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, @@ -148535,62 +147581,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42807] = 23, + [41572] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(4197), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(4203), 1, anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4205), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4207), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4209), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(4211), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(4213), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4219), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4227), 1, anon_sym_DOT_DOT, - ACTIONS(4215), 1, - anon_sym_SEMI, - ACTIONS(4217), 1, - anon_sym_else, - ACTIONS(3965), 2, + ACTIONS(4231), 1, + anon_sym_as, + ACTIONS(3811), 2, + anon_sym_LPAREN, + anon_sym_EQ_GT, + ACTIONS(4199), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4215), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4223), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4229), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1678), 2, + STATE(1658), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4201), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4221), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4217), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -148601,62 +147646,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [42896] = 23, + [41659] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + STATE(1659), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1011), 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(1013), 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, + [41712] = 22, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4219), 1, - anon_sym_RBRACE, - ACTIONS(4221), 1, + ACTIONS(3811), 2, + anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1679), 2, + STATE(1660), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -148667,56 +147759,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [42985] = 19, + [41799] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, - anon_sym_LBRACK, - ACTIONS(4205), 1, - anon_sym_QMARK, - ACTIONS(4207), 1, - anon_sym_DOT, - ACTIONS(4227), 1, + STATE(1661), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1291), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4229), 1, anon_sym_AMP, - ACTIONS(4231), 1, anon_sym_PIPE, - ACTIONS(4233), 1, - anon_sym_AMP_AMP, - ACTIONS(4235), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4243), 1, - anon_sym_as, - ACTIONS(389), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4223), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4237), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4241), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1680), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4225), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4239), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(387), 14, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1289), 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, @@ -148727,62 +147800,68 @@ 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, - [43066] = 21, + anon_sym_as, + [41852] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(347), 1, - anon_sym_EQ, - ACTIONS(4203), 1, + ACTIONS(4197), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(4203), 1, anon_sym_QMARK, - ACTIONS(4207), 1, - anon_sym_DOT, - ACTIONS(4227), 1, + ACTIONS(4205), 1, anon_sym_CARET, - ACTIONS(4229), 1, + ACTIONS(4207), 1, anon_sym_AMP, - ACTIONS(4231), 1, + ACTIONS(4209), 1, anon_sym_PIPE, - ACTIONS(4233), 1, + ACTIONS(4211), 1, anon_sym_AMP_AMP, - ACTIONS(4235), 1, + ACTIONS(4213), 1, anon_sym_PIPE_PIPE, - ACTIONS(4243), 1, - anon_sym_as, - ACTIONS(4245), 1, + ACTIONS(4219), 1, + anon_sym_EQ, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4227), 1, anon_sym_DOT_DOT, - ACTIONS(4223), 2, + ACTIONS(4231), 1, + anon_sym_as, + ACTIONS(3791), 2, + anon_sym_LPAREN, + anon_sym_EQ_GT, + ACTIONS(4199), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4237), 2, + ACTIONS(4215), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4241), 2, + ACTIONS(4223), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4247), 2, + ACTIONS(4229), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1681), 2, + STATE(1662), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(4201), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4239), 4, + ACTIONS(4221), 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, + ACTIONS(4217), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -148793,15 +147872,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [43151] = 5, + [41939] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1682), 2, + STATE(1663), 2, sym_line_comment, sym_block_comment, - ACTIONS(3783), 15, + ACTIONS(1015), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148817,7 +147896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3781), 23, + ACTIONS(1017), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148841,15 +147920,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43204] = 5, + [41992] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1683), 2, + STATE(1664), 2, sym_line_comment, sym_block_comment, - ACTIONS(3711), 15, + ACTIONS(1471), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148865,7 +147944,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3709), 23, + ACTIONS(1469), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148889,15 +147968,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43257] = 5, + [42045] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1684), 2, + STATE(1665), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 15, + ACTIONS(3701), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148913,7 +147992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3321), 23, + ACTIONS(3699), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148937,124 +148016,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43310] = 21, + [42098] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4203), 1, + ACTIONS(4197), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(4203), 1, anon_sym_QMARK, - ACTIONS(4207), 1, - anon_sym_DOT, - ACTIONS(4227), 1, + ACTIONS(4205), 1, anon_sym_CARET, - ACTIONS(4229), 1, + ACTIONS(4207), 1, anon_sym_AMP, - ACTIONS(4231), 1, + ACTIONS(4209), 1, anon_sym_PIPE, - ACTIONS(4233), 1, + ACTIONS(4211), 1, anon_sym_AMP_AMP, - ACTIONS(4235), 1, + ACTIONS(4213), 1, anon_sym_PIPE_PIPE, - ACTIONS(4243), 1, - anon_sym_as, - ACTIONS(4245), 1, - anon_sym_DOT_DOT, - ACTIONS(4223), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4237), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4241), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4247), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1685), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4225), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4239), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 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, - [43395] = 21, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4025), 1, + ACTIONS(4219), 1, anon_sym_EQ, - ACTIONS(4203), 1, - anon_sym_LBRACK, - ACTIONS(4205), 1, - anon_sym_QMARK, - ACTIONS(4207), 1, + ACTIONS(4225), 1, anon_sym_DOT, ACTIONS(4227), 1, - anon_sym_CARET, - ACTIONS(4229), 1, - anon_sym_AMP, + anon_sym_DOT_DOT, ACTIONS(4231), 1, - anon_sym_PIPE, - ACTIONS(4233), 1, - anon_sym_AMP_AMP, - ACTIONS(4235), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4243), 1, anon_sym_as, - ACTIONS(4245), 1, - anon_sym_DOT_DOT, - ACTIONS(4223), 2, + ACTIONS(3877), 2, + anon_sym_LPAREN, + anon_sym_EQ_GT, + ACTIONS(4199), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4237), 2, + ACTIONS(4215), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4241), 2, + ACTIONS(4223), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4247), 2, + ACTIONS(4229), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1686), 2, + STATE(1666), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(4201), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4239), 4, + ACTIONS(4221), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4023), 12, - anon_sym_LPAREN, - anon_sym_EQ_GT, + ACTIONS(4217), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149065,126 +148081,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [43480] = 22, + [42185] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4083), 1, - anon_sym_CARET, - ACTIONS(4085), 1, - anon_sym_AMP, - ACTIONS(4087), 1, - anon_sym_PIPE, - ACTIONS(4091), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4097), 1, - anon_sym_EQ, - ACTIONS(4103), 1, - anon_sym_DOT_DOT, - ACTIONS(4251), 1, - anon_sym_AMP_AMP, - ACTIONS(4079), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4093), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4101), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4105), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4249), 2, - anon_sym_LBRACE, - anon_sym_SQUOTE, - STATE(1687), 2, + STATE(1667), 2, sym_line_comment, sym_block_comment, - ACTIONS(4081), 3, + ACTIONS(3903), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4099), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4095), 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, - [43567] = 22, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4257), 1, anon_sym_CARET, - ACTIONS(4259), 1, anon_sym_AMP, - ACTIONS(4261), 1, anon_sym_PIPE, - ACTIONS(4263), 1, - anon_sym_AMP_AMP, - ACTIONS(4265), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4271), 1, - anon_sym_EQ, - ACTIONS(4277), 1, - anon_sym_DOT_DOT, - ACTIONS(3939), 2, - anon_sym_LPAREN, - anon_sym_LBRACE, - ACTIONS(4253), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4275), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4279), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1688), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4255), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4273), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4269), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3901), 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, @@ -149195,15 +148122,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [43654] = 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, + [42238] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1689), 2, + STATE(1668), 2, sym_line_comment, sym_block_comment, - ACTIONS(3895), 15, + ACTIONS(3729), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149219,7 +148153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3893), 23, + ACTIONS(3727), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149243,81 +148177,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43707] = 23, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, - anon_sym_CARET, - ACTIONS(3971), 1, - anon_sym_AMP, - ACTIONS(3973), 1, - anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4281), 1, - anon_sym_SEMI, - ACTIONS(4283), 1, - anon_sym_else, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3987), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1690), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 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, - [43796] = 5, + [42291] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1691), 2, + STATE(1669), 2, sym_line_comment, sym_block_comment, - ACTIONS(3843), 15, + ACTIONS(3747), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149333,7 +148201,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3841), 23, + ACTIONS(3745), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149357,37 +148225,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43849] = 5, + [42344] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1692), 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(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4233), 1, + anon_sym_RPAREN, + ACTIONS(4235), 1, + anon_sym_COMMA, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 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(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1670), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149398,22 +148291,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, - [43902] = 5, + [42433] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1693), 2, + STATE(1671), 2, sym_line_comment, sym_block_comment, - ACTIONS(3815), 15, + ACTIONS(3915), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149429,7 +148315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3813), 23, + ACTIONS(3913), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149453,15 +148339,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43955] = 5, + [42486] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1694), 2, + STATE(1672), 2, sym_line_comment, sym_block_comment, - ACTIONS(3255), 15, + ACTIONS(1045), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149477,7 +148363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3257), 23, + ACTIONS(1047), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149501,80 +148387,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [44008] = 22, + [42539] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, - anon_sym_CARET, - ACTIONS(3971), 1, - anon_sym_AMP, - ACTIONS(3973), 1, - anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3987), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4285), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1695), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 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, - [44095] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1696), 2, + STATE(1673), 2, sym_line_comment, sym_block_comment, - ACTIONS(3903), 15, + ACTIONS(1049), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149590,7 +148411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3901), 23, + ACTIONS(1051), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149614,15 +148435,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [44148] = 5, + [42592] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1697), 2, + STATE(1674), 2, sym_line_comment, sym_block_comment, - ACTIONS(3359), 15, + ACTIONS(3681), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149638,7 +148459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3357), 23, + ACTIONS(3679), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149662,12 +148483,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [44201] = 5, + [42645] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1698), 2, + STATE(1675), 2, sym_line_comment, sym_block_comment, ACTIONS(3919), 15, @@ -149710,12 +148531,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [44254] = 5, + [42698] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1699), 2, + STATE(1676), 2, sym_line_comment, sym_block_comment, ACTIONS(3923), 15, @@ -149758,15 +148579,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [44307] = 5, + [42751] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1700), 2, + STATE(1677), 2, sym_line_comment, sym_block_comment, - ACTIONS(3327), 15, + ACTIONS(3931), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149782,7 +148603,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3325), 23, + ACTIONS(3929), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149806,15 +148627,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [44360] = 5, + [42804] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1701), 2, + STATE(1678), 2, sym_line_comment, sym_block_comment, - ACTIONS(3941), 15, + ACTIONS(3771), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149830,7 +148651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3939), 23, + ACTIONS(3769), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149854,62 +148675,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [44413] = 23, + [42857] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4257), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4259), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4261), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4263), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4265), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4271), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4287), 1, - anon_sym_LBRACE, - ACTIONS(4289), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - STATE(393), 1, - sym_match_block, - ACTIONS(4253), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4267), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4275), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4291), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1702), 2, + ACTIONS(4237), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1679), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4273), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4269), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149920,60 +148740,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [44502] = 21, + [42944] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4021), 1, - anon_sym_EQ, - ACTIONS(4257), 1, + ACTIONS(4079), 1, anon_sym_CARET, - ACTIONS(4259), 1, + ACTIONS(4081), 1, anon_sym_AMP, - ACTIONS(4261), 1, + ACTIONS(4083), 1, anon_sym_PIPE, - ACTIONS(4263), 1, - anon_sym_AMP_AMP, - ACTIONS(4265), 1, + ACTIONS(4087), 1, anon_sym_PIPE_PIPE, - ACTIONS(4277), 1, + ACTIONS(4093), 1, + anon_sym_EQ, + ACTIONS(4099), 1, anon_sym_DOT_DOT, - ACTIONS(4253), 2, + ACTIONS(4075), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4267), 2, + ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4275), 2, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4279), 2, + ACTIONS(4101), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1703), 2, + STATE(1680), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(4077), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4273), 4, + ACTIONS(4239), 3, + anon_sym_LBRACE, + anon_sym_AMP_AMP, + anon_sym_SQUOTE, + ACTIONS(4095), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4019), 12, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4091), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149984,61 +148804,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [44587] = 22, + [43029] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4257), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4259), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4261), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4263), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4265), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4271), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4277), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(3821), 2, - anon_sym_LPAREN, - anon_sym_LBRACE, - ACTIONS(4253), 2, + ACTIONS(4241), 1, + anon_sym_RPAREN, + ACTIONS(4243), 1, + anon_sym_COMMA, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4267), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4275), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4279), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1704), 2, + STATE(1681), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4273), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4269), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150049,61 +148870,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [44674] = 22, + [43118] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(1073), 1, + anon_sym_RPAREN, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(3965), 2, + ACTIONS(4235), 1, + anon_sym_COMMA, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4293), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1705), 2, + STATE(1682), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150114,85 +148936,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [44761] = 5, + [43207] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1706), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1357), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(295), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1359), 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(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [44814] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1707), 2, + STATE(1683), 2, sym_line_comment, sym_block_comment, - ACTIONS(3945), 15, - anon_sym_PLUS, + ACTIONS(3977), 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(3943), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150203,36 +149002,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, - [44867] = 10, + [43296] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - STATE(1708), 2, + STATE(1684), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(3813), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 11, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -150241,10 +149024,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(3677), 20, + ACTIONS(3811), 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, @@ -150263,44 +149049,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [44930] = 13, + anon_sym_as, + [43349] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4259), 1, - anon_sym_AMP, - ACTIONS(4253), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4267), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1709), 2, + STATE(1685), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(1455), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 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(3677), 20, + ACTIONS(1453), 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, @@ -150319,43 +149097,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [44999] = 12, + anon_sym_as, + [43402] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4253), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4267), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1710), 2, + STATE(1686), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(1411), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 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(3677), 20, + ACTIONS(1413), 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, @@ -150374,47 +149145,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [45066] = 14, + anon_sym_as, + [43455] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(4015), 1, + anon_sym_EQ, + ACTIONS(4197), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(4203), 1, anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4257), 1, + ACTIONS(4205), 1, anon_sym_CARET, - ACTIONS(4259), 1, + ACTIONS(4207), 1, anon_sym_AMP, - ACTIONS(4253), 2, + ACTIONS(4209), 1, + anon_sym_PIPE, + ACTIONS(4211), 1, + anon_sym_AMP_AMP, + ACTIONS(4213), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4227), 1, + anon_sym_DOT_DOT, + ACTIONS(4231), 1, + anon_sym_as, + ACTIONS(4199), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4267), 2, + ACTIONS(4215), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1711), 2, + ACTIONS(4223), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4229), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1687), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(4201), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 5, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3677), 20, + ACTIONS(4221), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4013), 12, anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150425,60 +149210,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, - [45137] = 17, + [43540] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(4019), 1, + anon_sym_EQ, + ACTIONS(4197), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(4203), 1, anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4257), 1, + ACTIONS(4205), 1, anon_sym_CARET, - ACTIONS(4259), 1, + ACTIONS(4207), 1, anon_sym_AMP, - ACTIONS(4261), 1, + ACTIONS(4209), 1, anon_sym_PIPE, - ACTIONS(3681), 2, - anon_sym_EQ, + ACTIONS(4211), 1, + anon_sym_AMP_AMP, + ACTIONS(4213), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4227), 1, anon_sym_DOT_DOT, - ACTIONS(4253), 2, + ACTIONS(4231), 1, + anon_sym_as, + ACTIONS(4199), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4267), 2, + ACTIONS(4215), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4275), 2, + ACTIONS(4223), 2, anon_sym_GT, anon_sym_LT, - STATE(1712), 2, + ACTIONS(4229), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1688), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(4201), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4273), 4, + ACTIONS(4221), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3677), 16, + ACTIONS(4017), 12, anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150489,57 +149274,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, - [45214] = 18, + [43625] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4257), 1, + ACTIONS(4247), 1, + anon_sym_LBRACE, + ACTIONS(4253), 1, anon_sym_CARET, - ACTIONS(4259), 1, + ACTIONS(4255), 1, anon_sym_AMP, - ACTIONS(4261), 1, + ACTIONS(4257), 1, anon_sym_PIPE, - ACTIONS(4263), 1, + ACTIONS(4259), 1, anon_sym_AMP_AMP, - ACTIONS(3681), 2, + ACTIONS(4261), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4267), 1, anon_sym_EQ, + ACTIONS(4273), 1, anon_sym_DOT_DOT, - ACTIONS(4253), 2, + STATE(1420), 1, + sym_match_block, + ACTIONS(4249), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4267), 2, + ACTIONS(4263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4275), 2, + ACTIONS(4271), 2, anon_sym_GT, anon_sym_LT, - STATE(1713), 2, + ACTIONS(4275), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1689), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(4251), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4273), 4, + ACTIONS(4269), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3677), 15, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_PIPE_PIPE, + ACTIONS(4265), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150550,32 +149340,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_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [45293] = 11, + [43714] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4253), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1714), 2, + STATE(1690), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(1421), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -150584,10 +149362,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(3677), 20, + ACTIONS(1419), 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, @@ -150606,60 +149387,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [45358] = 21, + anon_sym_as, + [43767] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3995), 1, - anon_sym_EQ, - ACTIONS(4257), 1, + STATE(1691), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3785), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4259), 1, anon_sym_AMP, - ACTIONS(4261), 1, anon_sym_PIPE, - ACTIONS(4263), 1, - anon_sym_AMP_AMP, - ACTIONS(4265), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4277), 1, - anon_sym_DOT_DOT, - ACTIONS(4253), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4275), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4279), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1715), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4255), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4273), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3993), 12, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3781), 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, @@ -150670,60 +149429,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [45443] = 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, + [43820] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3999), 1, - anon_sym_EQ, - ACTIONS(4257), 1, + STATE(1692), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1295), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4259), 1, anon_sym_AMP, - ACTIONS(4261), 1, anon_sym_PIPE, - ACTIONS(4263), 1, - anon_sym_AMP_AMP, - ACTIONS(4265), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4277), 1, - anon_sym_DOT_DOT, - ACTIONS(4253), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4275), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4279), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1293), 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(1716), 2, + anon_sym_as, + [43873] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1693), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(3825), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4273), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3997), 12, + 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(3823), 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, @@ -150734,46 +149525,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [45528] = 15, + 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, + [43926] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4257), 1, - anon_sym_CARET, - ACTIONS(4259), 1, - anon_sym_AMP, - ACTIONS(4261), 1, - anon_sym_PIPE, - ACTIONS(4253), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4267), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1717), 2, + STATE(1694), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(3841), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 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(3677), 20, + ACTIONS(3839), 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, @@ -150792,56 +149579,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [45601] = 19, + anon_sym_as, + [43979] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(297), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4257), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4259), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4261), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4263), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4265), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4003), 2, + ACTIONS(4023), 1, anon_sym_EQ, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4253), 2, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4267), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4275), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - STATE(1718), 2, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1695), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4273), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4001), 14, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150852,17 +149646,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_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [45682] = 5, + [44068] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1719), 2, + ACTIONS(4197), 1, + anon_sym_LBRACK, + ACTIONS(4203), 1, + anon_sym_QMARK, + ACTIONS(4225), 1, + anon_sym_DOT, + STATE(1696), 2, sym_line_comment, sym_block_comment, - ACTIONS(3949), 15, + ACTIONS(3907), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150876,13 +149674,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(3947), 23, + ACTIONS(3905), 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, @@ -150902,15 +149697,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45735] = 5, + [44127] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1720), 2, + STATE(1697), 2, sym_line_comment, sym_block_comment, - ACTIONS(3691), 15, + ACTIONS(3879), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150926,7 +149721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3689), 23, + ACTIONS(3877), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -150950,15 +149745,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45788] = 5, + [44180] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1721), 2, + STATE(1698), 2, sym_line_comment, sym_block_comment, - ACTIONS(3695), 15, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150974,7 +149769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3693), 23, + ACTIONS(1413), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -150998,15 +149793,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45841] = 5, + [44233] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1722), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, + anon_sym_CARET, + ACTIONS(3993), 1, + anon_sym_AMP, + ACTIONS(3995), 1, + anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(3791), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4007), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1699), 2, sym_line_comment, sym_block_comment, - ACTIONS(3723), 15, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 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, + [44320] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1700), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3763), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151022,7 +149882,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3721), 23, + ACTIONS(3761), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151046,15 +149906,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45894] = 5, + [44373] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1723), 2, + STATE(1701), 2, sym_line_comment, sym_block_comment, - ACTIONS(3707), 15, + ACTIONS(1379), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151070,7 +149930,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3705), 23, + ACTIONS(1377), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151094,15 +149954,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45947] = 5, + [44426] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1724), 2, + STATE(1702), 2, sym_line_comment, sym_block_comment, - ACTIONS(3707), 15, + ACTIONS(3875), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151118,7 +149978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3705), 23, + ACTIONS(3873), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151142,21 +150002,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46000] = 8, + [44479] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, - anon_sym_LBRACK, - ACTIONS(4205), 1, - anon_sym_QMARK, - ACTIONS(4207), 1, - anon_sym_DOT, - STATE(1725), 2, + STATE(1703), 2, sym_line_comment, sym_block_comment, - ACTIONS(3795), 14, + ACTIONS(3937), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151170,10 +150024,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(3793), 21, + ACTIONS(3935), 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, @@ -151193,61 +150050,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46059] = 22, + [44532] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(1109), 1, + anon_sym_RPAREN, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4257), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4259), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4261), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4263), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4265), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4271), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4277), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(3889), 2, - anon_sym_LPAREN, - anon_sym_LBRACE, - ACTIONS(4253), 2, + ACTIONS(4235), 1, + anon_sym_COMMA, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4267), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4275), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4279), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1726), 2, + STATE(1704), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4273), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4269), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151258,20 +150116,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [46146] = 5, + [44621] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1727), 2, + ACTIONS(4197), 1, + anon_sym_LBRACK, + ACTIONS(4203), 1, + anon_sym_QMARK, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4231), 1, + anon_sym_as, + STATE(1705), 2, sym_line_comment, sym_block_comment, - ACTIONS(3763), 15, - anon_sym_PLUS, + ACTIONS(4201), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3897), 11, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -151280,13 +150147,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(3761), 23, + ACTIONS(3895), 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, @@ -151305,38 +150169,62 @@ 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, - [46199] = 5, + [44684] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1728), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3771), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4277), 1, + anon_sym_SEMI, + ACTIONS(4279), 1, + anon_sym_else, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3769), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1706), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151347,22 +150235,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, - [46252] = 5, + [44773] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1729), 2, + STATE(1707), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 15, + ACTIONS(3386), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151378,7 +150259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3337), 23, + ACTIONS(3384), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151402,35 +150283,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46305] = 5, + [44826] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1730), 2, + ACTIONS(4197), 1, + anon_sym_LBRACK, + ACTIONS(4203), 1, + anon_sym_QMARK, + ACTIONS(4207), 1, + anon_sym_AMP, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4231), 1, + anon_sym_as, + ACTIONS(4199), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4215), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1708), 2, sym_line_comment, sym_block_comment, - ACTIONS(3779), 15, - anon_sym_PLUS, + ACTIONS(4201), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3897), 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(3777), 23, + ACTIONS(3895), 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, @@ -151449,38 +150339,62 @@ 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, - [46358] = 5, + [44895] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1731), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3787), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4281), 1, + anon_sym_RBRACE, + ACTIONS(4283), 1, + anon_sym_COMMA, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3785), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1709), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151491,102 +150405,43 @@ 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, - [46411] = 17, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4173), 1, - sym_identifier, - ACTIONS(4175), 1, - anon_sym_LBRACE, - ACTIONS(4179), 1, - anon_sym_STAR, - ACTIONS(4185), 1, - anon_sym_COLON_COLON, - ACTIONS(4189), 1, - sym_metavariable, - ACTIONS(4295), 1, - anon_sym_RBRACE, - STATE(2477), 1, - sym_scoped_identifier, - STATE(3166), 1, - sym__use_clause, - STATE(3423), 1, - sym_generic_type_with_turbofish, - STATE(3517), 1, - sym_bracketed_type, - STATE(1732), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4187), 3, - sym_self, - sym_super, - sym_crate, - STATE(2910), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4181), 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, - [46488] = 5, + [44984] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1733), 2, + ACTIONS(4197), 1, + anon_sym_LBRACK, + ACTIONS(4203), 1, + anon_sym_QMARK, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4231), 1, + anon_sym_as, + ACTIONS(4199), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4215), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1710), 2, sym_line_comment, sym_block_comment, - ACTIONS(3739), 15, - anon_sym_PLUS, + ACTIONS(4201), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3897), 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(3737), 23, + ACTIONS(3895), 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, @@ -151605,38 +150460,62 @@ 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, - [46541] = 5, + [45051] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1734), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3853), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4285), 1, + anon_sym_SEMI, + ACTIONS(4287), 1, + anon_sym_else, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3851), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1711), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151647,42 +150526,45 @@ 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, - [46594] = 5, + [45140] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1735), 2, + ACTIONS(4197), 1, + anon_sym_LBRACK, + ACTIONS(4203), 1, + anon_sym_QMARK, + ACTIONS(4205), 1, + anon_sym_CARET, + ACTIONS(4207), 1, + anon_sym_AMP, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4231), 1, + anon_sym_as, + ACTIONS(4199), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4215), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1712), 2, sym_line_comment, sym_block_comment, - ACTIONS(3857), 15, - anon_sym_PLUS, + ACTIONS(4201), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(3897), 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(3855), 23, + ACTIONS(3895), 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, @@ -151701,38 +150583,128 @@ 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, - [46647] = 5, + [45211] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1736), 2, + ACTIONS(299), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, + anon_sym_CARET, + ACTIONS(3993), 1, + anon_sym_AMP, + ACTIONS(3995), 1, + anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4007), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1713), 2, sym_line_comment, sym_block_comment, - ACTIONS(3861), 15, - anon_sym_PLUS, + ACTIONS(3977), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 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, + [45300] = 23, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1071), 1, + anon_sym_RPAREN, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4235), 1, + anon_sym_COMMA, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3859), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1714), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151743,44 +150715,127 @@ 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, - [46700] = 5, + [45389] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1737), 2, + ACTIONS(1053), 1, + anon_sym_RPAREN, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, + anon_sym_CARET, + ACTIONS(3993), 1, + anon_sym_AMP, + ACTIONS(3995), 1, + anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4235), 1, + anon_sym_COMMA, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4007), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1715), 2, sym_line_comment, sym_block_comment, - ACTIONS(3865), 15, - anon_sym_PLUS, + ACTIONS(3977), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 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, + [45478] = 22, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3863), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(4289), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1716), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151791,22 +150846,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, - [46753] = 5, + [45565] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1738), 2, + STATE(1717), 2, sym_line_comment, sym_block_comment, - ACTIONS(3879), 15, + ACTIONS(3789), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151822,7 +150870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3877), 23, + ACTIONS(3787), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151846,35 +150894,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46806] = 5, + [45618] = 17, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1739), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3727), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4197), 1, + anon_sym_LBRACK, + ACTIONS(4203), 1, + anon_sym_QMARK, + ACTIONS(4205), 1, anon_sym_CARET, + ACTIONS(4207), 1, anon_sym_AMP, + ACTIONS(4209), 1, anon_sym_PIPE, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4231), 1, + anon_sym_as, + ACTIONS(3897), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4199), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4215), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4223), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3725), 23, + STATE(1718), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4201), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4221), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3895), 16, 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, @@ -151887,68 +150952,130 @@ 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, + [45695] = 23, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, + anon_sym_CARET, + ACTIONS(3993), 1, + anon_sym_AMP, + ACTIONS(3995), 1, + anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4291), 1, + anon_sym_SEMI, + ACTIONS(4293), 1, + anon_sym_else, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4007), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1719), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 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, - [46859] = 22, + ACTIONS(4021), 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, + [45784] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(3965), 2, + ACTIONS(4295), 1, + anon_sym_RPAREN, + ACTIONS(4297), 1, + anon_sym_COMMA, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4297), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1740), 2, + STATE(1720), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151959,37 +151086,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [46946] = 5, + [45873] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1741), 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(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(4299), 1, + anon_sym_RBRACE, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 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(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1721), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152000,67 +151152,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, - [46999] = 21, + [45962] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4083), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4085), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4087), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4091), 1, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4097), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4103), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4079), 2, + ACTIONS(4235), 1, + anon_sym_COMMA, + ACTIONS(4301), 1, + anon_sym_RPAREN, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4093), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4105), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1742), 2, + STATE(1722), 2, sym_line_comment, sym_block_comment, - ACTIONS(4081), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4299), 3, - anon_sym_LBRACE, - anon_sym_AMP_AMP, - anon_sym_SQUOTE, - ACTIONS(4099), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4095), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152071,15 +151218,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47084] = 5, + [46051] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1743), 2, + STATE(1723), 2, sym_line_comment, sym_block_comment, - ACTIONS(3759), 15, + ACTIONS(3945), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152095,7 +151242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3757), 23, + ACTIONS(3943), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152119,85 +151266,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47137] = 5, + [46104] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1744), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3775), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 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(4305), 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, - anon_sym_EQ, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3773), 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(4101), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [47190] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1745), 2, + ACTIONS(4303), 2, + anon_sym_LBRACE, + anon_sym_SQUOTE, + STATE(1724), 2, sym_line_comment, sym_block_comment, - ACTIONS(1583), 15, - anon_sym_PLUS, + ACTIONS(4077), 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(1585), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + 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, @@ -152208,92 +151331,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, - [47243] = 5, + [46191] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1746), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1397), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4307), 1, + anon_sym_SEMI, + ACTIONS(4309), 1, + anon_sym_else, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1395), 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(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [47296] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1747), 2, + STATE(1725), 2, sym_line_comment, sym_block_comment, - ACTIONS(1449), 15, - anon_sym_PLUS, + ACTIONS(3977), 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(1447), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152304,43 +151397,54 @@ 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, - [47349] = 5, + [46280] = 18, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1748), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1453), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4197), 1, + anon_sym_LBRACK, + ACTIONS(4203), 1, + anon_sym_QMARK, + ACTIONS(4205), 1, anon_sym_CARET, + ACTIONS(4207), 1, anon_sym_AMP, + ACTIONS(4209), 1, anon_sym_PIPE, + ACTIONS(4211), 1, + anon_sym_AMP_AMP, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4231), 1, + anon_sym_as, + ACTIONS(3897), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4199), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4215), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4223), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1451), 23, + STATE(1726), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4201), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4221), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3895), 15, 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, @@ -152352,22 +151456,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, - [47402] = 5, + [46359] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1749), 2, + STATE(1727), 2, sym_line_comment, sym_block_comment, - ACTIONS(1367), 15, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152383,7 +151482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1365), 23, + ACTIONS(1413), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152407,37 +151506,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47455] = 5, + [46412] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1750), 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(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1403), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(4311), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1728), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152448,68 +151571,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, - [47508] = 22, + [46499] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(3939), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1751), 2, + ACTIONS(4313), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1729), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152520,37 +151636,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47595] = 5, + [46586] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1752), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3819), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4315), 1, + anon_sym_SEMI, + ACTIONS(4317), 1, + anon_sym_else, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3817), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1730), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152561,27 +151702,30 @@ 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, - [47648] = 5, + [46675] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1753), 2, + ACTIONS(4197), 1, + anon_sym_LBRACK, + ACTIONS(4203), 1, + anon_sym_QMARK, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4231), 1, + anon_sym_as, + ACTIONS(4199), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1731), 2, sym_line_comment, sym_block_comment, - ACTIONS(1401), 15, - anon_sym_PLUS, + ACTIONS(4201), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3897), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -152590,13 +151734,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(1399), 23, + ACTIONS(3895), 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, @@ -152615,61 +151756,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_as, - [47701] = 21, + [46740] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4021), 1, - anon_sym_EQ, - ACTIONS(4203), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(4207), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(4227), 1, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(4253), 1, anon_sym_CARET, - ACTIONS(4229), 1, + ACTIONS(4255), 1, anon_sym_AMP, - ACTIONS(4231), 1, + ACTIONS(4257), 1, anon_sym_PIPE, - ACTIONS(4233), 1, + ACTIONS(4259), 1, anon_sym_AMP_AMP, - ACTIONS(4235), 1, + ACTIONS(4261), 1, anon_sym_PIPE_PIPE, - ACTIONS(4243), 1, - anon_sym_as, - ACTIONS(4245), 1, + ACTIONS(4267), 1, + anon_sym_EQ, + ACTIONS(4319), 1, anon_sym_DOT_DOT, - ACTIONS(4223), 2, + ACTIONS(3811), 2, + anon_sym_LPAREN, + anon_sym_LBRACE, + ACTIONS(4249), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4237), 2, + ACTIONS(4263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4241), 2, + ACTIONS(4271), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4247), 2, + ACTIONS(4321), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1754), 2, + STATE(1732), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(4251), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4239), 4, + ACTIONS(4269), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4019), 12, - anon_sym_LPAREN, - anon_sym_EQ_GT, + ACTIONS(4265), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152680,61 +151821,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47786] = 22, + [46827] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(303), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(3965), 2, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4301), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1755), 2, + STATE(1733), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152745,37 +151887,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47873] = 5, + [46916] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1756), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1363), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4027), 1, + anon_sym_EQ, + ACTIONS(4197), 1, + anon_sym_LBRACK, + ACTIONS(4203), 1, + anon_sym_QMARK, + ACTIONS(4205), 1, anon_sym_CARET, + ACTIONS(4207), 1, anon_sym_AMP, + ACTIONS(4209), 1, anon_sym_PIPE, + ACTIONS(4211), 1, + anon_sym_AMP_AMP, + ACTIONS(4213), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4227), 1, + anon_sym_DOT_DOT, + ACTIONS(4231), 1, + anon_sym_as, + ACTIONS(4199), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4215), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4223), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1361), 23, + ACTIONS(4229), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1734), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4201), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4221), 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_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, @@ -152786,22 +151951,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, - [47926] = 5, + [47001] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1757), 2, + STATE(1735), 2, sym_line_comment, sym_block_comment, - ACTIONS(1439), 15, + ACTIONS(3571), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152817,7 +151975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1437), 23, + ACTIONS(3567), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152841,61 +151999,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47979] = 22, + [47054] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(4031), 1, + anon_sym_EQ, + ACTIONS(4197), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(4203), 1, anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4205), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4207), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4209), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(4211), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(4213), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4227), 1, anon_sym_DOT_DOT, - ACTIONS(3821), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(3965), 2, + ACTIONS(4231), 1, + anon_sym_as, + ACTIONS(4199), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4215), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4223), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4229), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1758), 2, + STATE(1736), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4201), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4221), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4029), 12, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152906,15 +152063,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48066] = 5, + [47139] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1759), 2, + STATE(1737), 2, sym_line_comment, sym_block_comment, - ACTIONS(1409), 15, + ACTIONS(3953), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152930,7 +152087,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1407), 23, + ACTIONS(3951), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152954,43 +152111,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [48119] = 10, + [47192] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(4207), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(4243), 1, + ACTIONS(3899), 1, anon_sym_as, - STATE(1760), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4225), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3681), 11, - anon_sym_PLUS, - anon_sym_DASH, + ACTIONS(4253), 1, anon_sym_CARET, + ACTIONS(4255), 1, anon_sym_AMP, + ACTIONS(4257), 1, anon_sym_PIPE, + ACTIONS(4259), 1, + anon_sym_AMP_AMP, + ACTIONS(4261), 1, + anon_sym_PIPE_PIPE, + ACTIONS(403), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4249), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4271), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3677), 20, + STATE(1738), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4251), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4269), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(401), 14, anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153001,52 +152171,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, - [48182] = 13, + [47273] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, + ACTIONS(347), 1, + anon_sym_EQ, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(4207), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(4229), 1, - anon_sym_AMP, - ACTIONS(4243), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4223), 2, + ACTIONS(4253), 1, + anon_sym_CARET, + ACTIONS(4255), 1, + anon_sym_AMP, + ACTIONS(4257), 1, + anon_sym_PIPE, + ACTIONS(4259), 1, + anon_sym_AMP_AMP, + ACTIONS(4261), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4319), 1, + anon_sym_DOT_DOT, + ACTIONS(4249), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4237), 2, + ACTIONS(4263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1761), 2, + ACTIONS(4271), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4321), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1739), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(4251), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 6, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3677), 20, + ACTIONS(4269), 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_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153057,51 +152237,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, - [48251] = 12, + [47358] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(4207), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(4243), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4223), 2, + ACTIONS(4253), 1, + anon_sym_CARET, + ACTIONS(4255), 1, + anon_sym_AMP, + ACTIONS(4257), 1, + anon_sym_PIPE, + ACTIONS(4259), 1, + anon_sym_AMP_AMP, + ACTIONS(4261), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4267), 1, + anon_sym_EQ, + ACTIONS(4273), 1, + anon_sym_DOT_DOT, + ACTIONS(4323), 1, + anon_sym_LBRACE, + STATE(468), 1, + sym_match_block, + ACTIONS(4249), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4237), 2, + ACTIONS(4263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1762), 2, + ACTIONS(4271), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4275), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1740), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(4251), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 7, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3677), 20, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4269), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4265), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153112,53 +152303,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, - [48318] = 14, + [47447] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(4207), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(4227), 1, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(4019), 1, + anon_sym_EQ, + ACTIONS(4253), 1, anon_sym_CARET, - ACTIONS(4229), 1, + ACTIONS(4255), 1, anon_sym_AMP, - ACTIONS(4243), 1, - anon_sym_as, - ACTIONS(4223), 2, + ACTIONS(4257), 1, + anon_sym_PIPE, + ACTIONS(4259), 1, + anon_sym_AMP_AMP, + ACTIONS(4261), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4319), 1, + anon_sym_DOT_DOT, + ACTIONS(4249), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4237), 2, + ACTIONS(4263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1763), 2, + ACTIONS(4271), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4321), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1741), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(4251), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 5, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3677), 20, + ACTIONS(4269), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4017), 12, anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153169,60 +152367,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, - [48389] = 17, + [47532] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(4207), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(4227), 1, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(4003), 1, + anon_sym_EQ, + ACTIONS(4253), 1, anon_sym_CARET, - ACTIONS(4229), 1, + ACTIONS(4255), 1, anon_sym_AMP, - ACTIONS(4231), 1, + ACTIONS(4257), 1, anon_sym_PIPE, - ACTIONS(4243), 1, - anon_sym_as, - ACTIONS(3681), 2, - anon_sym_EQ, + ACTIONS(4259), 1, + anon_sym_AMP_AMP, + ACTIONS(4261), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4319), 1, anon_sym_DOT_DOT, - ACTIONS(4223), 2, + ACTIONS(4249), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4237), 2, + ACTIONS(4263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4241), 2, + ACTIONS(4271), 2, anon_sym_GT, anon_sym_LT, - STATE(1764), 2, + ACTIONS(4321), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1742), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(4251), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4239), 4, + ACTIONS(4269), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3677), 16, + ACTIONS(3987), 12, anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153233,57 +152431,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, - [48466] = 18, + [47617] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, + ACTIONS(305), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(4207), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(4227), 1, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4229), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4231), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4233), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4243), 1, - anon_sym_as, - ACTIONS(3681), 2, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, anon_sym_EQ, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4223), 2, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4237), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4241), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - STATE(1765), 2, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1743), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4239), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3677), 15, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE_PIPE, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153294,42 +152497,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_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [48545] = 11, + [47706] = 15, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, + ACTIONS(4197), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(4203), 1, anon_sym_QMARK, + ACTIONS(4205), 1, + anon_sym_CARET, ACTIONS(4207), 1, + anon_sym_AMP, + ACTIONS(4209), 1, + anon_sym_PIPE, + ACTIONS(4225), 1, anon_sym_DOT, - ACTIONS(4243), 1, + ACTIONS(4231), 1, anon_sym_as, - ACTIONS(4223), 2, + ACTIONS(4199), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1766), 2, + ACTIONS(4215), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1744), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(4201), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 9, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(3897), 4, anon_sym_EQ, anon_sym_GT, anon_sym_LT, anon_sym_DOT_DOT, - ACTIONS(3677), 20, + ACTIONS(3895), 20, anon_sym_LPAREN, anon_sym_EQ_GT, anon_sym_AMP_AMP, @@ -153350,60 +152555,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [48610] = 21, + [47779] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3995), 1, - anon_sym_EQ, - ACTIONS(4203), 1, + ACTIONS(4197), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(4203), 1, anon_sym_QMARK, - ACTIONS(4207), 1, - anon_sym_DOT, - ACTIONS(4227), 1, + ACTIONS(4205), 1, anon_sym_CARET, - ACTIONS(4229), 1, + ACTIONS(4207), 1, anon_sym_AMP, - ACTIONS(4231), 1, + ACTIONS(4209), 1, anon_sym_PIPE, - ACTIONS(4233), 1, + ACTIONS(4211), 1, anon_sym_AMP_AMP, - ACTIONS(4235), 1, + ACTIONS(4213), 1, anon_sym_PIPE_PIPE, - ACTIONS(4243), 1, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4231), 1, anon_sym_as, - ACTIONS(4245), 1, + ACTIONS(4035), 2, + anon_sym_EQ, anon_sym_DOT_DOT, - ACTIONS(4223), 2, + ACTIONS(4199), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4237), 2, + ACTIONS(4215), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4241), 2, + ACTIONS(4223), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4247), 2, + STATE(1745), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4201), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4221), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4033), 14, + 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, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1767), 2, + [47860] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1746), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(3705), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4239), 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(3703), 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(3993), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [47913] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1747), 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, + 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(3939), 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, @@ -153414,60 +152706,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48695] = 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, + [47966] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3999), 1, - anon_sym_EQ, - ACTIONS(4203), 1, + ACTIONS(127), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(4207), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(4227), 1, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4229), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4231), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4233), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4235), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4243), 1, - anon_sym_as, - ACTIONS(4245), 1, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4223), 2, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4237), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4241), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4247), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1768), 2, + STATE(1748), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4239), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3997), 12, - anon_sym_LPAREN, - anon_sym_EQ_GT, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153478,46 +152779,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48780] = 15, + [48055] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, - anon_sym_LBRACK, - ACTIONS(4205), 1, - anon_sym_QMARK, - ACTIONS(4207), 1, - anon_sym_DOT, - ACTIONS(4227), 1, - anon_sym_CARET, - ACTIONS(4229), 1, - anon_sym_AMP, - ACTIONS(4231), 1, - anon_sym_PIPE, - ACTIONS(4243), 1, - anon_sym_as, - ACTIONS(4223), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4237), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1769), 2, + STATE(1749), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(3759), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3681), 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(3677), 20, + ACTIONS(3757), 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, @@ -153536,15 +152826,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [48853] = 5, + anon_sym_as, + [48108] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1770), 2, + STATE(1750), 2, sym_line_comment, sym_block_comment, - ACTIONS(3743), 15, + ACTIONS(3957), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153560,7 +152851,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3741), 23, + ACTIONS(3955), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153584,15 +152875,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [48906] = 5, + [48161] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1771), 2, + STATE(1751), 2, sym_line_comment, sym_block_comment, - ACTIONS(3699), 15, + ACTIONS(3817), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153608,7 +152899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3697), 23, + ACTIONS(3815), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153632,15 +152923,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [48959] = 5, + [48214] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1772), 2, + STATE(1752), 2, sym_line_comment, sym_block_comment, - ACTIONS(3703), 15, + ACTIONS(3775), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153656,7 +152947,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3701), 23, + ACTIONS(3773), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153680,15 +152971,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49012] = 5, + [48267] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1773), 2, + STATE(1753), 2, sym_line_comment, sym_block_comment, - ACTIONS(1279), 15, + ACTIONS(3255), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153704,7 +152995,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1277), 23, + ACTIONS(3257), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153728,15 +153019,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49065] = 5, + [48320] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1774), 2, + STATE(1754), 2, sym_line_comment, sym_block_comment, - ACTIONS(1431), 15, + ACTIONS(3767), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153752,7 +153043,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1429), 23, + ACTIONS(3765), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153776,61 +153067,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49118] = 22, + [48373] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(307), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(3889), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(3965), 2, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1775), 2, + STATE(1755), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153841,15 +153133,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [49205] = 5, + [48462] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1776), 2, + STATE(1756), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(3374), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153865,7 +153157,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 23, + ACTIONS(3372), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153889,15 +153181,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49258] = 5, + [48515] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1777), 2, + STATE(1757), 2, sym_line_comment, sym_block_comment, - ACTIONS(3767), 15, + ACTIONS(3378), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153913,7 +153205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3765), 23, + ACTIONS(3376), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153937,15 +153229,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49311] = 5, + [48568] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1778), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, + anon_sym_CARET, + ACTIONS(3993), 1, + anon_sym_AMP, + ACTIONS(3995), 1, + anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(4325), 1, + anon_sym_RBRACE, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4007), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1758), 2, sym_line_comment, sym_block_comment, - ACTIONS(3869), 15, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 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, + [48657] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1759), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3849), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153961,7 +153319,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3867), 23, + ACTIONS(3847), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153985,15 +153343,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49364] = 5, + [48710] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1779), 2, + STATE(1760), 2, sym_line_comment, sym_block_comment, - ACTIONS(1481), 15, + ACTIONS(3833), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154009,7 +153367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1479), 23, + ACTIONS(3831), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154033,15 +153391,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49417] = 5, + [48763] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1780), 2, + STATE(1761), 2, sym_line_comment, sym_block_comment, - ACTIONS(1485), 15, + ACTIONS(3853), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154057,7 +153415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1483), 23, + ACTIONS(3851), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154081,15 +153439,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49470] = 5, + [48816] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1781), 2, + STATE(1762), 2, sym_line_comment, sym_block_comment, - ACTIONS(1413), 15, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154105,7 +153463,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1411), 23, + ACTIONS(1413), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154129,37 +153487,258 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49523] = 5, + [48869] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1782), 2, + ACTIONS(311), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, + anon_sym_CARET, + ACTIONS(3993), 1, + anon_sym_AMP, + ACTIONS(3995), 1, + anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4007), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1763), 2, sym_line_comment, sym_block_comment, - ACTIONS(1469), 15, - anon_sym_PLUS, + ACTIONS(3977), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 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, + [48958] = 21, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(4015), 1, + anon_sym_EQ, + ACTIONS(4253), 1, anon_sym_CARET, + ACTIONS(4255), 1, anon_sym_AMP, + ACTIONS(4257), 1, anon_sym_PIPE, + ACTIONS(4259), 1, + anon_sym_AMP_AMP, + ACTIONS(4261), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4319), 1, + anon_sym_DOT_DOT, + ACTIONS(4249), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4271), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(4321), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1764), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4251), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4269), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4013), 12, + 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, + [49043] = 23, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(4253), 1, + anon_sym_CARET, + ACTIONS(4255), 1, + anon_sym_AMP, + ACTIONS(4257), 1, + anon_sym_PIPE, + ACTIONS(4259), 1, + anon_sym_AMP_AMP, + ACTIONS(4261), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4267), 1, + anon_sym_EQ, + ACTIONS(4273), 1, anon_sym_DOT_DOT, - ACTIONS(1467), 23, - anon_sym_LPAREN, + ACTIONS(4327), 1, + anon_sym_LBRACE, + STATE(1692), 1, + sym_match_block, + ACTIONS(4249), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4263), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4271), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4275), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1765), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4251), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4269), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4265), 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, + [49132] = 23, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(313), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, anon_sym_LBRACK, - anon_sym_EQ_GT, + ACTIONS(3737), 1, anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, + anon_sym_CARET, + ACTIONS(3993), 1, + anon_sym_AMP, + ACTIONS(3995), 1, + anon_sym_PIPE, + ACTIONS(3997), 1, anon_sym_AMP_AMP, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4007), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1766), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154170,22 +153749,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, - [49576] = 5, + [49221] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1783), 2, + STATE(1767), 2, sym_line_comment, sym_block_comment, - ACTIONS(1489), 15, + ACTIONS(3779), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154201,7 +153773,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1487), 23, + ACTIONS(3777), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154225,62 +153797,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49629] = 23, + [49274] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4079), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4081), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4083), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(4087), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4093), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4099), 1, anon_sym_DOT_DOT, - ACTIONS(4303), 1, - anon_sym_SEMI, - ACTIONS(4305), 1, - anon_sym_else, - ACTIONS(3965), 2, + ACTIONS(4075), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4097), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4101), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1784), 2, + STATE(1768), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4077), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4329), 3, + anon_sym_LBRACE, + anon_sym_AMP_AMP, + anon_sym_SQUOTE, + ACTIONS(4095), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4091), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154291,15 +153861,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [49718] = 5, + [49359] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1785), 2, + STATE(1769), 2, sym_line_comment, sym_block_comment, - ACTIONS(1435), 15, + ACTIONS(3717), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154315,7 +153885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1433), 23, + ACTIONS(3715), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154339,15 +153909,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49771] = 5, + [49412] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1786), 2, + STATE(1770), 2, sym_line_comment, sym_block_comment, - ACTIONS(995), 15, + ACTIONS(3755), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154363,7 +153933,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(997), 23, + ACTIONS(3753), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154387,15 +153957,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49824] = 5, + [49465] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1787), 2, + STATE(1771), 2, sym_line_comment, sym_block_comment, - ACTIONS(1007), 15, + ACTIONS(3797), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154411,7 +153981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1009), 23, + ACTIONS(3795), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154435,37 +154005,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49877] = 5, + [49518] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1788), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1457), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(4253), 1, anon_sym_CARET, + ACTIONS(4255), 1, anon_sym_AMP, + ACTIONS(4257), 1, anon_sym_PIPE, + ACTIONS(4259), 1, + anon_sym_AMP_AMP, + ACTIONS(4261), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4267), 1, + anon_sym_EQ, + ACTIONS(4319), 1, + anon_sym_DOT_DOT, + ACTIONS(3791), 2, + anon_sym_LPAREN, + anon_sym_LBRACE, + ACTIONS(4249), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4271), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1455), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4321), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1772), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4251), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4269), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4265), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154476,44 +154070,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, - [49930] = 5, + [49605] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1789), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1011), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(315), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1013), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1773), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154524,68 +154136,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, - [49983] = 22, + [49694] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(4207), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(4227), 1, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4229), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4231), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4233), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4235), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4243), 1, - anon_sym_as, - ACTIONS(4245), 1, - anon_sym_DOT_DOT, - ACTIONS(4309), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(3939), 2, - anon_sym_LPAREN, - anon_sym_EQ_GT, - ACTIONS(4223), 2, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(4331), 1, + anon_sym_RBRACE, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4237), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4241), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4247), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1790), 2, + STATE(1774), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4239), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4307), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154596,37 +154202,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50070] = 5, + [49783] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1791), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1023), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(119), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1025), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1775), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154637,22 +154268,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, - [50123] = 5, + [49872] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1792), 2, + STATE(1776), 2, sym_line_comment, sym_block_comment, - ACTIONS(1477), 15, + ACTIONS(3713), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154668,7 +154292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1475), 23, + ACTIONS(3711), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154692,61 +154316,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50176] = 22, + [49925] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, + ACTIONS(319), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(4207), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(4227), 1, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4229), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4231), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4233), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4235), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4243), 1, - anon_sym_as, - ACTIONS(4245), 1, - anon_sym_DOT_DOT, - ACTIONS(4309), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(3821), 2, - anon_sym_LPAREN, - anon_sym_EQ_GT, - ACTIONS(4223), 2, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4237), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4241), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4247), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1793), 2, + STATE(1777), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4239), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4307), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154757,15 +154382,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50263] = 5, + [50014] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1794), 2, + ACTIONS(4197), 1, + anon_sym_LBRACK, + ACTIONS(4203), 1, + anon_sym_QMARK, + ACTIONS(4225), 1, + anon_sym_DOT, + STATE(1778), 2, sym_line_comment, sym_block_comment, - ACTIONS(1027), 15, + ACTIONS(3809), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154779,13 +154410,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(1029), 23, + ACTIONS(3807), 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, @@ -154805,37 +154433,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50316] = 5, + [50073] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1795), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, + anon_sym_CARET, + ACTIONS(3993), 1, + anon_sym_AMP, + ACTIONS(3995), 1, + anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4333), 1, + anon_sym_SEMI, + ACTIONS(4335), 1, + anon_sym_else, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4007), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1779), 2, sym_line_comment, sym_block_comment, - ACTIONS(1417), 15, - anon_sym_PLUS, + ACTIONS(3977), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 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, + [50162] = 23, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(321), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1415), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1780), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154846,68 +154565,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, - [50369] = 22, + [50251] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(4207), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(4227), 1, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4229), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4231), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4233), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4235), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4243), 1, - anon_sym_as, - ACTIONS(4245), 1, - anon_sym_DOT_DOT, - ACTIONS(4309), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(3889), 2, - anon_sym_LPAREN, - anon_sym_EQ_GT, - ACTIONS(4223), 2, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(4337), 1, + anon_sym_RBRACE, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4237), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4241), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4247), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1796), 2, + STATE(1781), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4239), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4307), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154918,15 +154631,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50456] = 5, + [50340] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1797), 2, + ACTIONS(4197), 1, + anon_sym_LBRACK, + ACTIONS(4203), 1, + anon_sym_QMARK, + ACTIONS(4225), 1, + anon_sym_DOT, + STATE(1782), 2, sym_line_comment, sym_block_comment, - ACTIONS(1045), 15, + ACTIONS(3821), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154940,13 +154659,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(1047), 23, + ACTIONS(3819), 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, @@ -154966,37 +154682,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50509] = 5, + [50399] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1798), 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(325), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, + ACTIONS(3993), 1, anon_sym_AMP, + ACTIONS(3995), 1, anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4007), 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(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1783), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155007,69 +154748,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, - [50562] = 23, + [50488] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4311), 1, - anon_sym_RPAREN, - ACTIONS(4313), 1, - anon_sym_COMMA, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1799), 2, + ACTIONS(4339), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1784), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155080,61 +154813,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50651] = 22, + [50575] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(327), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(3965), 2, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4315), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1800), 2, + STATE(1785), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 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, + [50664] = 10, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + STATE(1786), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4251), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3897), 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(3895), 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, @@ -155145,62 +154926,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50738] = 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, + [50727] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(295), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1801), 2, + ACTIONS(4341), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1787), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155211,61 +154997,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50827] = 22, + [50814] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, - anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4255), 1, anon_sym_AMP, - ACTIONS(3973), 1, - anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(3965), 2, + ACTIONS(4249), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4317), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1802), 2, + STATE(1788), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4251), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(3897), 6, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3895), 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, @@ -155276,35 +155047,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50914] = 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, + [50883] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1803), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(4249), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4263), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1789), 2, sym_line_comment, sym_block_comment, - ACTIONS(3823), 15, - anon_sym_PLUS, + ACTIONS(4251), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3897), 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(3821), 23, + ACTIONS(3895), 20, 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, @@ -155323,63 +155108,47 @@ 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, - [50967] = 23, + [50950] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4257), 1, + ACTIONS(4253), 1, anon_sym_CARET, - ACTIONS(4259), 1, + ACTIONS(4255), 1, anon_sym_AMP, - ACTIONS(4261), 1, - anon_sym_PIPE, - ACTIONS(4263), 1, - anon_sym_AMP_AMP, - ACTIONS(4265), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4271), 1, - anon_sym_EQ, - ACTIONS(4289), 1, - anon_sym_DOT_DOT, - ACTIONS(4319), 1, - anon_sym_LBRACE, - STATE(1449), 1, - sym_match_block, - ACTIONS(4253), 2, + ACTIONS(4249), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4267), 2, + ACTIONS(4263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4275), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4291), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1804), 2, + STATE(1790), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(4251), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4273), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4269), 10, + ACTIONS(3897), 5, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3895), 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, @@ -155390,35 +155159,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51056] = 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, + [51021] = 17, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1805), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1357), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(4253), 1, anon_sym_CARET, + ACTIONS(4255), 1, anon_sym_AMP, + ACTIONS(4257), 1, anon_sym_PIPE, + ACTIONS(3897), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4249), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4271), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1359), 23, + STATE(1791), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4251), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4269), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3895), 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, @@ -155431,69 +155223,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, - [51109] = 23, + [51098] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(127), 1, + ACTIONS(329), 1, anon_sym_RBRACE, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4197), 1, + ACTIONS(4245), 1, anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1806), 2, + STATE(1792), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155504,62 +155291,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51198] = 23, + [51187] = 18, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(297), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4253), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4255), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4257), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(4259), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(3897), 2, anon_sym_EQ, - ACTIONS(4065), 1, anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(4249), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4271), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1807), 2, + STATE(1793), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4251), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4269), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(3895), 15, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155570,62 +155350,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51287] = 23, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [51266] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4321), 1, + ACTIONS(4245), 1, anon_sym_SEMI, - ACTIONS(4323), 1, - anon_sym_else, - ACTIONS(3965), 2, + ACTIONS(4343), 1, + anon_sym_RBRACE, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1808), 2, + STATE(1794), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155636,20 +155418,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51376] = 5, + [51355] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1809), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(4249), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1795), 2, sym_line_comment, sym_block_comment, - ACTIONS(3803), 15, - anon_sym_PLUS, + ACTIONS(4251), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3897), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -155658,13 +155450,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(3801), 23, + ACTIONS(3895), 20, 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, @@ -155683,63 +155472,62 @@ 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, - [51429] = 23, + [51420] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1083), 1, - anon_sym_RPAREN, - ACTIONS(3679), 1, + ACTIONS(333), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4201), 1, - anon_sym_COMMA, - ACTIONS(3965), 2, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1810), 2, + STATE(1796), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155750,122 +155538,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51518] = 17, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4173), 1, - sym_identifier, - ACTIONS(4175), 1, - anon_sym_LBRACE, - ACTIONS(4179), 1, - anon_sym_STAR, - ACTIONS(4185), 1, - anon_sym_COLON_COLON, - ACTIONS(4189), 1, - sym_metavariable, - ACTIONS(4325), 1, - anon_sym_RBRACE, - STATE(2477), 1, - sym_scoped_identifier, - STATE(3166), 1, - sym__use_clause, - STATE(3423), 1, - sym_generic_type_with_turbofish, - STATE(3517), 1, - sym_bracketed_type, - STATE(1811), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4187), 3, - sym_self, - sym_super, - sym_crate, - STATE(2910), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4181), 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, - [51595] = 23, + [51509] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4027), 1, + anon_sym_EQ, + ACTIONS(4253), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4255), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4257), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(4259), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(4261), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4319), 1, anon_sym_DOT_DOT, - ACTIONS(4327), 1, - anon_sym_SEMI, - ACTIONS(4329), 1, - anon_sym_else, - ACTIONS(3965), 2, + ACTIONS(4249), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4271), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4321), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1812), 2, + STATE(1797), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4251), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4269), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4025), 12, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155876,62 +155602,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51684] = 23, + [51594] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(335), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4331), 1, - anon_sym_RBRACE, - ACTIONS(4333), 1, - anon_sym_COMMA, - ACTIONS(3965), 2, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1813), 2, + STATE(1798), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155942,62 +155668,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51773] = 23, + [51683] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(299), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4031), 1, + anon_sym_EQ, + ACTIONS(4253), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4255), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4257), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(4259), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(4261), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4319), 1, anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(4249), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4271), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4321), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1814), 2, + STATE(1799), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4251), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4269), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4029), 12, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156008,62 +155732,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51862] = 23, + [51768] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1065), 1, - anon_sym_RPAREN, - ACTIONS(3679), 1, + ACTIONS(123), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4201), 1, - anon_sym_COMMA, - ACTIONS(3965), 2, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1815), 2, + STATE(1800), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156074,61 +155798,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51951] = 22, + [51857] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(3965), 2, + ACTIONS(4345), 1, + anon_sym_SEMI, + ACTIONS(4347), 1, + anon_sym_else, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4335), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1816), 2, + STATE(1801), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156139,62 +155864,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52038] = 23, + [51946] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4337), 1, + ACTIONS(4245), 1, anon_sym_SEMI, - ACTIONS(4339), 1, - anon_sym_else, - ACTIONS(3965), 2, + ACTIONS(4349), 1, + anon_sym_RBRACE, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1817), 2, + STATE(1802), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156205,62 +155930,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52127] = 23, + [52035] = 15, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4253), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4255), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4257), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(4249), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4263), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1803), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4251), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3897), 4, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3895), 20, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_AMP_AMP, - ACTIONS(3977), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + 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, + [52108] = 19, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(4253), 1, + anon_sym_CARET, + ACTIONS(4255), 1, + anon_sym_AMP, + ACTIONS(4257), 1, + anon_sym_PIPE, + ACTIONS(4259), 1, + anon_sym_AMP_AMP, + ACTIONS(4261), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4035), 2, anon_sym_EQ, - ACTIONS(4065), 1, anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(4341), 1, - anon_sym_RBRACE, - ACTIONS(3965), 2, + ACTIONS(4249), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4271), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1818), 2, + STATE(1804), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4251), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4269), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4033), 14, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156271,62 +156048,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52216] = 23, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [52189] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(4003), 1, + anon_sym_EQ, + ACTIONS(4197), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(4203), 1, anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4205), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4207), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4209), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(4211), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(4213), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4227), 1, anon_sym_DOT_DOT, - ACTIONS(4201), 1, - anon_sym_COMMA, - ACTIONS(4343), 1, - anon_sym_RPAREN, - ACTIONS(3965), 2, + ACTIONS(4231), 1, + anon_sym_as, + ACTIONS(4199), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4215), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4223), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4229), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1819), 2, + STATE(1805), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4201), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4221), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(3987), 12, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156337,62 +156114,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52305] = 23, + [52274] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(291), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4345), 1, + ACTIONS(4245), 1, anon_sym_SEMI, - ACTIONS(4347), 1, - anon_sym_else, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1820), 2, + STATE(1806), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156403,15 +156180,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52394] = 5, + [52363] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1821), 2, + STATE(1807), 2, sym_line_comment, sym_block_comment, - ACTIONS(3847), 15, + ACTIONS(3837), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -156427,7 +156204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3845), 23, + ACTIONS(3835), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -156451,62 +156228,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [52447] = 23, + [52416] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1808), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3845), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4349), 1, - anon_sym_SEMI, - ACTIONS(4351), 1, - anon_sym_else, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3843), 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(1822), 2, + anon_sym_as, + [52469] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1809), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(1463), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 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, @@ -156517,62 +156317,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52536] = 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, + [52522] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(303), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1810), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1467), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1465), 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(1823), 2, + anon_sym_as, + [52575] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1811), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3871), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 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(3869), 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, @@ -156583,56 +156413,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52625] = 19, + 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, + [52628] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4257), 1, + STATE(1812), 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, anon_sym_CARET, - ACTIONS(4259), 1, anon_sym_AMP, - ACTIONS(4261), 1, anon_sym_PIPE, - ACTIONS(4263), 1, - anon_sym_AMP_AMP, - ACTIONS(4265), 1, - anon_sym_PIPE_PIPE, - ACTIONS(389), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4253), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4275), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1824), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4255), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4273), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(387), 14, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3869), 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, @@ -156643,62 +156461,69 @@ 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, - [52706] = 21, + anon_sym_as, + [52681] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(347), 1, - anon_sym_EQ, - ACTIONS(3679), 1, + ACTIONS(289), 1, + anon_sym_RBRACE, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4257), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4259), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4261), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4263), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4265), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4277), 1, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4253), 2, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4267), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4275), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4279), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1825), 2, + STATE(1813), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4273), 4, + ACTIONS(4005), 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_LBRACE, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156709,62 +156534,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52791] = 23, + [52770] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4257), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4259), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4261), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4263), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4265), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4271), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4289), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4353), 1, - anon_sym_LBRACE, - STATE(480), 1, - sym_match_block, - ACTIONS(4253), 2, + ACTIONS(3877), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4267), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4275), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4291), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1826), 2, + STATE(1814), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4273), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4269), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156775,60 +156599,169 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52880] = 21, + [52857] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + STATE(1815), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1283), 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(1281), 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, + [52910] = 17, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4133), 1, + sym_identifier, + ACTIONS(4135), 1, + anon_sym_LBRACE, + ACTIONS(4139), 1, + anon_sym_STAR, + ACTIONS(4145), 1, + anon_sym_COLON_COLON, + ACTIONS(4149), 1, + sym_metavariable, + ACTIONS(4351), 1, + anon_sym_RBRACE, + STATE(2479), 1, + sym_scoped_identifier, + STATE(3277), 1, + sym__use_clause, + STATE(3434), 1, + sym_generic_type_with_turbofish, + STATE(3550), 1, + sym_bracketed_type, + STATE(1816), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4147), 3, + sym_self, + sym_super, + sym_crate, + STATE(3010), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4141), 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, + [52987] = 22, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4257), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4259), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4261), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4263), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4265), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4277), 1, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4253), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4267), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4275), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4279), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1827), 2, + ACTIONS(4353), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1817), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4273), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 12, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156839,60 +156772,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52965] = 21, + [53074] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4025), 1, - anon_sym_EQ, - ACTIONS(4257), 1, + ACTIONS(4253), 1, anon_sym_CARET, - ACTIONS(4259), 1, + ACTIONS(4255), 1, anon_sym_AMP, - ACTIONS(4261), 1, + ACTIONS(4257), 1, anon_sym_PIPE, - ACTIONS(4263), 1, + ACTIONS(4259), 1, anon_sym_AMP_AMP, - ACTIONS(4265), 1, + ACTIONS(4261), 1, anon_sym_PIPE_PIPE, - ACTIONS(4277), 1, + ACTIONS(4267), 1, + anon_sym_EQ, + ACTIONS(4319), 1, anon_sym_DOT_DOT, - ACTIONS(4253), 2, + ACTIONS(3877), 2, + anon_sym_LPAREN, + anon_sym_LBRACE, + ACTIONS(4249), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4267), 2, + ACTIONS(4263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4275), 2, + ACTIONS(4271), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4279), 2, + ACTIONS(4321), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1828), 2, + STATE(1818), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(4251), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4273), 4, + ACTIONS(4269), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4023), 12, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4265), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156903,62 +156837,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53050] = 23, + [53161] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(305), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1829), 2, + ACTIONS(4355), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1819), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156969,15 +156902,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53139] = 5, + [53248] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1830), 2, + STATE(1820), 2, sym_line_comment, sym_block_comment, - ACTIONS(3807), 15, + ACTIONS(3961), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -156992,87 +156925,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3805), 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, - [53192] = 23, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(291), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, - anon_sym_CARET, - ACTIONS(3971), 1, - anon_sym_AMP, - ACTIONS(3973), 1, - anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3987), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1831), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 10, + anon_sym_DOT_DOT, + ACTIONS(3959), 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, @@ -157083,62 +156943,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53281] = 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, + [53301] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4197), 1, + ACTIONS(4357), 1, anon_sym_SEMI, - ACTIONS(4355), 1, - anon_sym_RBRACE, - ACTIONS(3965), 2, + ACTIONS(4359), 1, + anon_sym_else, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1832), 2, + STATE(1821), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157149,62 +157016,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53370] = 23, + [53390] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(307), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1822), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3911), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1833), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3909), 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, @@ -157215,62 +157057,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53459] = 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, + [53443] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1823), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3743), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(4357), 1, - anon_sym_RBRACE, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3741), 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(1834), 2, + anon_sym_as, + [53496] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1824), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3793), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 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(3791), 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, @@ -157281,15 +157153,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53548] = 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, + [53549] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1835), 2, + STATE(1825), 2, sym_line_comment, sym_block_comment, - ACTIONS(3675), 15, + ACTIONS(3382), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157305,7 +157184,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3673), 23, + ACTIONS(3380), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157329,23 +157208,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [53601] = 9, + [53602] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, - anon_sym_LBRACK, - ACTIONS(4205), 1, - anon_sym_QMARK, - ACTIONS(4207), 1, - anon_sym_DOT, - ACTIONS(4243), 1, - anon_sym_as, - STATE(1836), 2, + STATE(1826), 2, sym_line_comment, sym_block_comment, - ACTIONS(3681), 14, + ACTIONS(3857), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157359,10 +157230,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(3677), 20, + ACTIONS(3855), 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, @@ -157381,62 +157255,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [53662] = 23, + anon_sym_as, + [53655] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(311), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, + ACTIONS(4197), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(4203), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(4225), 1, anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1827), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3735), 14, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1837), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 10, + anon_sym_DOT_DOT, + ACTIONS(3731), 21, + 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, @@ -157447,62 +157300,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53751] = 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, + [53714] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(4257), 1, + STATE(1828), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1411), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4259), 1, anon_sym_AMP, - ACTIONS(4261), 1, anon_sym_PIPE, - ACTIONS(4263), 1, - anon_sym_AMP_AMP, - ACTIONS(4265), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4271), 1, - anon_sym_EQ, - ACTIONS(4289), 1, - anon_sym_DOT_DOT, - ACTIONS(4359), 1, - anon_sym_LBRACE, - STATE(1757), 1, - sym_match_block, - ACTIONS(4253), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4275), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4291), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1413), 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(1838), 2, + anon_sym_as, + [53767] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1829), 2, sym_line_comment, sym_block_comment, - ACTIONS(4255), 3, + ACTIONS(3805), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4273), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4269), 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(3803), 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, @@ -157513,62 +157396,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53840] = 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, + [53820] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(313), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, + ACTIONS(4197), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(4203), 1, anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4205), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4207), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4209), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(4211), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(4213), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4231), 1, + anon_sym_as, + ACTIONS(403), 2, anon_sym_EQ, - ACTIONS(4065), 1, anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(4199), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4215), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4223), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1839), 2, + STATE(1830), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4201), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4221), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(401), 14, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157579,62 +157463,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53929] = 23, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [53901] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(315), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1831), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1279), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1840), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1277), 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, @@ -157645,62 +157506,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54018] = 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, + [53954] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, ACTIONS(4361), 1, anon_sym_RBRACE, - ACTIONS(3965), 2, + ACTIONS(4363), 1, + anon_sym_COMMA, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1841), 2, + STATE(1832), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157711,62 +157579,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54107] = 23, + [54043] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(319), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1833), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3801), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1842), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3799), 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, @@ -157777,62 +157620,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54196] = 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, + [54096] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(321), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, + ACTIONS(347), 1, + anon_sym_EQ, + ACTIONS(4197), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(4203), 1, anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4205), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4207), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4209), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(4211), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(4213), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4227), 1, anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(4231), 1, + anon_sym_as, + ACTIONS(4199), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4215), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4223), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4229), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1843), 2, + STATE(1834), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4201), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4221), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(341), 12, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157843,62 +157691,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54285] = 23, + [54181] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1225), 1, - anon_sym_RPAREN, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4253), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4255), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4257), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(4259), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(4261), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4267), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4273), 1, anon_sym_DOT_DOT, - ACTIONS(4201), 1, - anon_sym_COMMA, - ACTIONS(3965), 2, + ACTIONS(4365), 1, + anon_sym_LBRACE, + STATE(379), 1, + sym_match_block, + ACTIONS(4249), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4263), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4271), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4275), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1844), 2, + STATE(1835), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4251), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4269), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4265), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157909,62 +157757,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54374] = 23, + [54270] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(323), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1836), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3927), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3925), 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(1845), 2, + anon_sym_as, + [54323] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1837), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3693), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 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(3691), 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, @@ -157975,62 +157846,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54463] = 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, + [54376] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1838), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3697), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(4363), 1, - anon_sym_RBRACE, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3695), 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(1846), 2, + anon_sym_as, + [54429] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1839), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3709), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 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(3707), 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, @@ -158041,62 +157942,188 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54552] = 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, + [54482] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(327), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1840), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3721), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4065), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(3719), 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, + [54535] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1841), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3751), 15, anon_sym_PLUS, + anon_sym_STAR, anon_sym_DASH, - ACTIONS(3979), 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(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + 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, + 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(1847), 2, + anon_sym_as, + [54588] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1842), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3685), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 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(3683), 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(3981), 10, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [54641] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1843), 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, + 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(1415), 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, @@ -158107,62 +158134,188 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54641] = 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, + [54694] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(329), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1844), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3725), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4065), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(3723), 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, + [54747] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1845), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1425), 15, anon_sym_PLUS, + anon_sym_STAR, anon_sym_DASH, - ACTIONS(3979), 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(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1423), 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(1848), 2, + anon_sym_as, + [54800] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1846), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3887), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 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(3885), 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(3981), 10, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [54853] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1847), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3689), 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(3687), 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, @@ -158173,62 +158326,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54730] = 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, + [54906] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(331), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1848), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1437), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1849), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1435), 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, @@ -158239,62 +158374,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54819] = 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, + [54959] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1849), 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(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(4365), 1, - anon_sym_RBRACE, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1850), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1585), 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, @@ -158305,62 +158422,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54908] = 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, + [55012] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(335), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1850), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1429), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1851), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1427), 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, @@ -158371,62 +158470,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54997] = 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, + [55065] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(337), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, + ACTIONS(4197), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(4203), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(4225), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(4231), 1, anon_sym_as, - ACTIONS(3969), 1, + STATE(1851), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3897), 14, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1852), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 10, + anon_sym_DOT_DOT, + ACTIONS(3895), 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, @@ -158437,62 +158523,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55086] = 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, + [55126] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(123), 1, - anon_sym_RBRACE, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1852), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1451), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1853), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1449), 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, @@ -158503,62 +158570,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55175] = 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, + [55179] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + STATE(1853), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1481), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3971), 1, anon_sym_AMP, - ACTIONS(3973), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4197), 1, - anon_sym_SEMI, - ACTIONS(4367), 1, - anon_sym_RBRACE, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1479), 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, + [55232] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, STATE(1854), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(1485), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 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(1483), 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, @@ -158569,61 +158666,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55264] = 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, + [55285] = 17, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(4133), 1, + sym_identifier, + ACTIONS(4135), 1, + anon_sym_LBRACE, + ACTIONS(4139), 1, + anon_sym_STAR, + ACTIONS(4145), 1, + anon_sym_COLON_COLON, + ACTIONS(4149), 1, + sym_metavariable, + ACTIONS(4367), 1, + anon_sym_RBRACE, + STATE(2479), 1, + sym_scoped_identifier, + STATE(3277), 1, + sym__use_clause, + STATE(3434), 1, + sym_generic_type_with_turbofish, + STATE(3550), 1, + sym_bracketed_type, + STATE(1855), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4147), 3, + sym_self, + sym_super, + sym_crate, + STATE(3010), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4141), 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, + [55362] = 22, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(4369), 2, anon_sym_RBRACE, anon_sym_COMMA, - STATE(1855), 2, + STATE(1856), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158634,15 +158798,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55351] = 5, + [55449] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1856), 2, + STATE(1857), 2, sym_line_comment, sym_block_comment, - ACTIONS(3719), 15, + ACTIONS(1299), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158658,7 +158822,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3717), 23, + ACTIONS(1297), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158682,15 +158846,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [55404] = 5, + [55502] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1857), 2, + STATE(1858), 2, sym_line_comment, sym_block_comment, - ACTIONS(3827), 15, + ACTIONS(1287), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158706,7 +158870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3825), 23, + ACTIONS(1285), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158730,15 +158894,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [55457] = 5, + [55555] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1858), 2, + STATE(1859), 2, sym_line_comment, sym_block_comment, - ACTIONS(3835), 15, + ACTIONS(1459), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158754,7 +158918,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3833), 23, + ACTIONS(1457), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158778,15 +158942,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [55510] = 5, + [55608] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1859), 2, + STATE(1860), 2, sym_line_comment, sym_block_comment, - ACTIONS(3839), 15, + ACTIONS(989), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158802,7 +158966,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3837), 23, + ACTIONS(991), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158826,15 +158990,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [55563] = 5, + [55661] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1860), 2, + ACTIONS(3733), 1, + anon_sym_LBRACK, + ACTIONS(3737), 1, + anon_sym_QMARK, + ACTIONS(3739), 1, + anon_sym_DOT, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, + anon_sym_CARET, + ACTIONS(3993), 1, + anon_sym_AMP, + ACTIONS(3995), 1, + anon_sym_PIPE, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4023), 1, + anon_sym_EQ, + ACTIONS(4063), 1, + anon_sym_DOT_DOT, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(4371), 1, + anon_sym_RBRACE, + ACTIONS(3989), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4001), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4007), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1861), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3977), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4005), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4021), 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, + [55750] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1862), 2, sym_line_comment, sym_block_comment, - ACTIONS(3731), 15, + ACTIONS(3883), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158850,7 +159080,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3729), 23, + ACTIONS(3881), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158874,15 +159104,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [55616] = 5, + [55803] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1861), 2, + STATE(1863), 2, sym_line_comment, sym_block_comment, - ACTIONS(3671), 15, + ACTIONS(3829), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158898,7 +159128,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3667), 23, + ACTIONS(3827), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158922,60 +159152,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [55669] = 21, + [55856] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(4083), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4085), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4087), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4091), 1, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4097), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4103), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4079), 2, + ACTIONS(4373), 1, + anon_sym_RBRACK, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4093), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4101), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4105), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1862), 2, + STATE(1864), 2, sym_line_comment, sym_block_comment, - ACTIONS(4081), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4371), 3, - anon_sym_LBRACE, - anon_sym_AMP_AMP, - anon_sym_SQUOTE, - ACTIONS(4099), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4095), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158986,56 +159216,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55754] = 19, + [55942] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(4207), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(4227), 1, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4229), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4231), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4233), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(4235), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4243), 1, - anon_sym_as, - ACTIONS(4003), 2, + ACTIONS(4023), 1, anon_sym_EQ, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4223), 2, + ACTIONS(4375), 1, + anon_sym_RBRACK, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4237), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4241), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - STATE(1863), 2, + ACTIONS(4065), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1865), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4239), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4001), 14, - anon_sym_LPAREN, - anon_sym_EQ_GT, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159046,62 +159280,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_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [55835] = 22, + [56028] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4201), 1, - anon_sym_COMMA, - ACTIONS(3965), 2, + ACTIONS(4377), 1, + anon_sym_RBRACK, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1864), 2, + STATE(1866), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159112,60 +159344,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55921] = 22, + [56114] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4373), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(4379), 1, + anon_sym_RBRACK, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1865), 2, + STATE(1867), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159176,59 +159408,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56007] = 21, + [56200] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(4207), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(4227), 1, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4229), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4231), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4235), 1, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4243), 1, - anon_sym_as, - ACTIONS(4309), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4375), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4223), 2, + ACTIONS(4381), 1, + anon_sym_RBRACK, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4237), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4241), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4371), 2, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - ACTIONS(4377), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1866), 2, + STATE(1868), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4239), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4307), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159239,59 +159472,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56091] = 21, + [56286] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(4207), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(4227), 1, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4229), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4231), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4235), 1, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4243), 1, - anon_sym_as, - ACTIONS(4309), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4375), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4223), 2, + ACTIONS(4383), 1, + anon_sym_RBRACK, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4237), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4241), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4299), 2, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - ACTIONS(4377), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1867), 2, + STATE(1869), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4239), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4307), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159302,60 +159536,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56175] = 22, + [56372] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(4205), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(4207), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(4227), 1, + ACTIONS(3899), 1, + anon_sym_as, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(4229), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(4231), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(4235), 1, + ACTIONS(3997), 1, + anon_sym_AMP_AMP, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(4243), 1, - anon_sym_as, - ACTIONS(4249), 1, - anon_sym_EQ_GT, - ACTIONS(4309), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4375), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4379), 1, - anon_sym_AMP_AMP, - ACTIONS(4223), 2, + ACTIONS(4385), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4237), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4241), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4377), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1868), 2, + STATE(1870), 2, sym_line_comment, sym_block_comment, - ACTIONS(4225), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4239), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4307), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159366,60 +159600,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56261] = 22, + [56458] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4381), 1, - anon_sym_COMMA, - ACTIONS(3965), 2, + ACTIONS(4387), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1869), 2, + STATE(1871), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159430,118 +159664,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56347] = 16, - ACTIONS(29), 1, - anon_sym_LT, + [56544] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4173), 1, - sym_identifier, - ACTIONS(4175), 1, - anon_sym_LBRACE, - ACTIONS(4179), 1, - anon_sym_STAR, - ACTIONS(4185), 1, - anon_sym_COLON_COLON, - ACTIONS(4189), 1, - sym_metavariable, - STATE(2477), 1, - sym_scoped_identifier, - STATE(3166), 1, - sym__use_clause, - STATE(3423), 1, - sym_generic_type_with_turbofish, - STATE(3517), 1, - sym_bracketed_type, - STATE(1870), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4187), 3, - sym_self, - sym_super, - sym_crate, - STATE(2910), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4181), 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, - [56421] = 22, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4383), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(4389), 1, + anon_sym_COMMA, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1871), 2, + STATE(1872), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159552,60 +159728,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56507] = 22, + [56630] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4385), 1, + ACTIONS(4391), 1, anon_sym_RBRACK, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1872), 2, + STATE(1873), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159616,60 +159792,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56593] = 22, + [56716] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4387), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(4393), 1, + anon_sym_RBRACK, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1873), 2, + STATE(1874), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159680,60 +159856,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56679] = 22, + [56802] = 16, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(4133), 1, + sym_identifier, + ACTIONS(4135), 1, + anon_sym_LBRACE, + ACTIONS(4139), 1, + anon_sym_STAR, + ACTIONS(4145), 1, + anon_sym_COLON_COLON, + ACTIONS(4149), 1, + sym_metavariable, + STATE(2479), 1, + sym_scoped_identifier, + STATE(3386), 1, + sym__use_clause, + STATE(3434), 1, + sym_generic_type_with_turbofish, + STATE(3550), 1, + sym_bracketed_type, + STATE(1875), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4147), 3, + sym_self, + sym_super, + sym_crate, + STATE(3010), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4141), 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, + [56876] = 22, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4389), 1, - anon_sym_RBRACK, - ACTIONS(3965), 2, + ACTIONS(4235), 1, + anon_sym_COMMA, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1874), 2, + STATE(1876), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159744,60 +159978,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56765] = 22, + [56962] = 16, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(4133), 1, + sym_identifier, + ACTIONS(4135), 1, + anon_sym_LBRACE, + ACTIONS(4139), 1, + anon_sym_STAR, + ACTIONS(4145), 1, + anon_sym_COLON_COLON, + ACTIONS(4149), 1, + sym_metavariable, + STATE(2479), 1, + sym_scoped_identifier, + STATE(3340), 1, + sym__use_clause, + STATE(3434), 1, + sym_generic_type_with_turbofish, + STATE(3550), 1, + sym_bracketed_type, + STATE(1877), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4147), 3, + sym_self, + sym_super, + sym_crate, + STATE(3010), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4141), 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, + [57036] = 22, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4391), 1, - anon_sym_RBRACK, - ACTIONS(3965), 2, + ACTIONS(4395), 1, + anon_sym_COMMA, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1875), 2, + STATE(1878), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159808,60 +160100,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56851] = 22, + [57122] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4393), 1, - anon_sym_RBRACK, - ACTIONS(3965), 2, + ACTIONS(4397), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1876), 2, + STATE(1879), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159872,60 +160164,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56937] = 22, + [57208] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4395), 1, + ACTIONS(4399), 1, anon_sym_RBRACK, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1877), 2, + STATE(1880), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159936,44 +160228,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57023] = 16, + [57294] = 16, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4173), 1, + ACTIONS(4133), 1, sym_identifier, - ACTIONS(4175), 1, + ACTIONS(4135), 1, anon_sym_LBRACE, - ACTIONS(4179), 1, + ACTIONS(4139), 1, anon_sym_STAR, - ACTIONS(4185), 1, + ACTIONS(4145), 1, anon_sym_COLON_COLON, - ACTIONS(4189), 1, + ACTIONS(4149), 1, sym_metavariable, - STATE(2477), 1, + STATE(2479), 1, sym_scoped_identifier, - STATE(3347), 1, + STATE(3277), 1, sym__use_clause, - STATE(3423), 1, + STATE(3434), 1, sym_generic_type_with_turbofish, - STATE(3517), 1, + STATE(3550), 1, sym_bracketed_type, - STATE(1878), 2, + STATE(1881), 2, sym_line_comment, sym_block_comment, - ACTIONS(4187), 3, + ACTIONS(4147), 3, sym_self, sym_super, sym_crate, - STATE(2910), 4, + STATE(3010), 4, sym_scoped_use_list, sym_use_list, sym_use_as_clause, sym_use_wildcard, - ACTIONS(4181), 20, + ACTIONS(4141), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -159994,124 +160286,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [57097] = 22, + [57368] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4397), 1, + ACTIONS(4401), 1, anon_sym_SEMI, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3987), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1879), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 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, - [57183] = 22, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, - anon_sym_CARET, - ACTIONS(3971), 1, - anon_sym_AMP, - ACTIONS(3973), 1, - anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4399), 1, - anon_sym_COMMA, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1880), 2, + STATE(1882), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160122,60 +160350,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57269] = 22, + [57454] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4401), 1, + ACTIONS(4403), 1, anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1881), 2, + STATE(1883), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160186,60 +160414,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57355] = 22, + [57540] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4403), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(4405), 1, + anon_sym_COMMA, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1882), 2, + STATE(1884), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160250,60 +160478,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57441] = 22, + [57626] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4405), 1, + ACTIONS(4407), 1, anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1883), 2, + STATE(1885), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160314,60 +160542,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57527] = 22, + [57712] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4407), 1, + ACTIONS(4409), 1, anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1884), 2, + STATE(1886), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160378,60 +160606,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57613] = 22, + [57798] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4409), 1, + ACTIONS(4411), 1, anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1885), 2, + STATE(1887), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160442,60 +160670,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57699] = 22, + [57884] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4197), 1, + ACTIONS(4413), 1, anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1886), 2, + STATE(1888), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160506,60 +160734,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57785] = 22, + [57970] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(4197), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(4203), 1, anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4205), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4207), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4209), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(4213), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4219), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4231), 1, + anon_sym_as, + ACTIONS(4415), 1, anon_sym_DOT_DOT, - ACTIONS(4411), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(4199), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4215), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4223), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4239), 2, + anon_sym_EQ_GT, + anon_sym_AMP_AMP, + ACTIONS(4417), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1887), 2, + STATE(1889), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4201), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4221), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4217), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160570,60 +160797,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57871] = 22, + [58054] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4413), 1, - anon_sym_RBRACK, - ACTIONS(3965), 2, + ACTIONS(4419), 1, + anon_sym_COMMA, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1888), 2, + STATE(1890), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160634,60 +160861,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57957] = 22, + [58140] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4415), 1, + ACTIONS(4421), 1, anon_sym_SEMI, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1889), 2, + STATE(1891), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160698,60 +160925,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58043] = 22, + [58226] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(4197), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(4203), 1, anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4205), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4207), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4209), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(4213), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4219), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4231), 1, + anon_sym_as, + ACTIONS(4415), 1, anon_sym_DOT_DOT, - ACTIONS(4417), 1, - anon_sym_RBRACK, - ACTIONS(3965), 2, + ACTIONS(4199), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4215), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4223), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4329), 2, + anon_sym_EQ_GT, + anon_sym_AMP_AMP, + ACTIONS(4417), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1890), 2, + STATE(1892), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4201), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4221), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4217), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160762,118 +160988,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58129] = 16, - ACTIONS(29), 1, - anon_sym_LT, + [58310] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4173), 1, - sym_identifier, - ACTIONS(4175), 1, - anon_sym_LBRACE, - ACTIONS(4179), 1, - anon_sym_STAR, - ACTIONS(4185), 1, - anon_sym_COLON_COLON, - ACTIONS(4189), 1, - sym_metavariable, - STATE(2477), 1, - sym_scoped_identifier, - STATE(3422), 1, - sym__use_clause, - STATE(3423), 1, - sym_generic_type_with_turbofish, - STATE(3517), 1, - sym_bracketed_type, - STATE(1891), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4187), 3, - sym_self, - sym_super, - sym_crate, - STATE(2910), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4181), 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, - [58203] = 22, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(4197), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(4203), 1, anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(4205), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(4207), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(4209), 1, anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(4213), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4219), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4225), 1, + anon_sym_DOT, + ACTIONS(4231), 1, + anon_sym_as, + ACTIONS(4303), 1, + anon_sym_EQ_GT, + ACTIONS(4415), 1, anon_sym_DOT_DOT, - ACTIONS(4419), 1, - anon_sym_RBRACK, - ACTIONS(3965), 2, + ACTIONS(4423), 1, + anon_sym_AMP_AMP, + ACTIONS(4199), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4215), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4223), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4417), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1892), 2, + STATE(1893), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(4201), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4221), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4217), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160884,118 +161052,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58289] = 16, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4173), 1, - sym_identifier, - ACTIONS(4175), 1, - anon_sym_LBRACE, - ACTIONS(4179), 1, - anon_sym_STAR, - ACTIONS(4185), 1, - anon_sym_COLON_COLON, - ACTIONS(4189), 1, - sym_metavariable, - STATE(2477), 1, - sym_scoped_identifier, - STATE(3423), 1, - sym_generic_type_with_turbofish, - STATE(3510), 1, - sym__use_clause, - STATE(3517), 1, - sym_bracketed_type, - STATE(1893), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4187), 3, - sym_self, - sym_super, - sym_crate, - STATE(2910), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4181), 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, - [58363] = 22, + [58396] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4421), 1, - anon_sym_COMMA, - ACTIONS(3965), 2, + ACTIONS(4425), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1894), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161006,60 +161116,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58449] = 22, + [58482] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4423), 1, + ACTIONS(4427), 1, anon_sym_RBRACK, - ACTIONS(3965), 2, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1895), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161070,60 +161180,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58535] = 22, + [58568] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4425), 1, - anon_sym_RBRACK, - ACTIONS(3965), 2, + ACTIONS(4429), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1896), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161134,108 +161244,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58621] = 22, + [58654] = 16, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, - anon_sym_LBRACK, - ACTIONS(3683), 1, - anon_sym_QMARK, - ACTIONS(3685), 1, - anon_sym_DOT, - ACTIONS(3687), 1, - anon_sym_as, - ACTIONS(3969), 1, - anon_sym_CARET, - ACTIONS(3971), 1, - anon_sym_AMP, - ACTIONS(3973), 1, - anon_sym_PIPE, - ACTIONS(3975), 1, - anon_sym_AMP_AMP, - ACTIONS(3977), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, - anon_sym_EQ, - ACTIONS(4065), 1, - anon_sym_DOT_DOT, - ACTIONS(4427), 1, - anon_sym_RBRACK, - ACTIONS(3965), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3979), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3987), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4067), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(4133), 1, + sym_identifier, + ACTIONS(4135), 1, + anon_sym_LBRACE, + ACTIONS(4139), 1, + anon_sym_STAR, + ACTIONS(4145), 1, + anon_sym_COLON_COLON, + ACTIONS(4149), 1, + sym_metavariable, + STATE(2479), 1, + sym_scoped_identifier, + STATE(3367), 1, + sym__use_clause, + STATE(3434), 1, + sym_generic_type_with_turbofish, + STATE(3550), 1, + sym_bracketed_type, STATE(1897), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3985), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3981), 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, - [58707] = 16, + ACTIONS(4147), 3, + sym_self, + sym_super, + sym_crate, + STATE(3010), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4141), 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, + [58728] = 16, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4173), 1, + ACTIONS(4133), 1, sym_identifier, - ACTIONS(4175), 1, + ACTIONS(4135), 1, anon_sym_LBRACE, - ACTIONS(4179), 1, + ACTIONS(4139), 1, anon_sym_STAR, - ACTIONS(4185), 1, + ACTIONS(4145), 1, anon_sym_COLON_COLON, - ACTIONS(4189), 1, + ACTIONS(4149), 1, sym_metavariable, - STATE(2477), 1, + STATE(2479), 1, sym_scoped_identifier, - STATE(3423), 1, - sym_generic_type_with_turbofish, - STATE(3441), 1, + STATE(3378), 1, sym__use_clause, - STATE(3517), 1, + STATE(3434), 1, + sym_generic_type_with_turbofish, + STATE(3550), 1, sym_bracketed_type, STATE(1898), 2, sym_line_comment, sym_block_comment, - ACTIONS(4187), 3, + ACTIONS(4147), 3, sym_self, sym_super, sym_crate, - STATE(2910), 4, + STATE(3010), 4, sym_scoped_use_list, sym_use_list, sym_use_as_clause, sym_use_wildcard, - ACTIONS(4181), 20, + ACTIONS(4141), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -161256,60 +161360,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [58781] = 22, + [58802] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, - ACTIONS(4429), 1, - anon_sym_COMMA, - ACTIONS(3965), 2, + ACTIONS(4245), 1, + anon_sym_SEMI, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1899), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161320,60 +161424,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58867] = 22, + [58888] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3679), 1, + ACTIONS(3733), 1, anon_sym_LBRACK, - ACTIONS(3683), 1, + ACTIONS(3737), 1, anon_sym_QMARK, - ACTIONS(3685), 1, + ACTIONS(3739), 1, anon_sym_DOT, - ACTIONS(3687), 1, + ACTIONS(3899), 1, anon_sym_as, - ACTIONS(3969), 1, + ACTIONS(3991), 1, anon_sym_CARET, - ACTIONS(3971), 1, + ACTIONS(3993), 1, anon_sym_AMP, - ACTIONS(3973), 1, + ACTIONS(3995), 1, anon_sym_PIPE, - ACTIONS(3975), 1, + ACTIONS(3997), 1, anon_sym_AMP_AMP, - ACTIONS(3977), 1, + ACTIONS(3999), 1, anon_sym_PIPE_PIPE, - ACTIONS(3983), 1, + ACTIONS(4023), 1, anon_sym_EQ, - ACTIONS(4065), 1, + ACTIONS(4063), 1, anon_sym_DOT_DOT, ACTIONS(4431), 1, - anon_sym_SEMI, - ACTIONS(3965), 2, + anon_sym_RBRACK, + ACTIONS(3989), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3979), 2, + ACTIONS(4001), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3987), 2, + ACTIONS(4007), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4067), 2, + ACTIONS(4065), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1900), 2, sym_line_comment, sym_block_comment, - ACTIONS(3967), 3, + ACTIONS(3977), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3985), 4, + ACTIONS(4005), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3981), 10, + ACTIONS(4021), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161384,14 +161488,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58953] = 17, + [58974] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3783), 1, + ACTIONS(3937), 1, anon_sym_where, ACTIONS(4433), 1, sym_identifier, @@ -161399,20 +161503,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, ACTIONS(4443), 1, sym_metavariable, - STATE(2759), 1, + STATE(2877), 1, sym_scoped_type_identifier, - STATE(3110), 1, + STATE(3089), 1, sym_generic_type, - STATE(3399), 1, + STATE(3390), 1, sym_scoped_identifier, - STATE(3505), 1, - sym_generic_type_with_turbofish, - STATE(3532), 1, + STATE(3520), 1, sym_bracketed_type, + STATE(3631), 1, + sym_generic_type_with_turbofish, STATE(1901), 2, sym_line_comment, sym_block_comment, - ACTIONS(3781), 3, + ACTIONS(3935), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, @@ -161442,14 +161546,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [59028] = 17, + [59049] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3783), 1, + ACTIONS(3937), 1, anon_sym_where, ACTIONS(4437), 1, anon_sym_COLON_COLON, @@ -161457,20 +161561,20 @@ static const uint16_t ts_small_parse_table[] = { sym_metavariable, ACTIONS(4445), 1, sym_identifier, - STATE(2841), 1, + STATE(3043), 1, sym_scoped_type_identifier, - STATE(3126), 1, + STATE(3316), 1, sym_generic_type, - STATE(3399), 1, + STATE(3390), 1, sym_scoped_identifier, - STATE(3505), 1, - sym_generic_type_with_turbofish, - STATE(3532), 1, + STATE(3520), 1, sym_bracketed_type, + STATE(3631), 1, + sym_generic_type_with_turbofish, STATE(1902), 2, sym_line_comment, sym_block_comment, - ACTIONS(3781), 3, + ACTIONS(3935), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, @@ -161500,14 +161604,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [59103] = 17, + [59124] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3783), 1, + ACTIONS(3937), 1, anon_sym_where, ACTIONS(4437), 1, anon_sym_COLON_COLON, @@ -161515,20 +161619,20 @@ static const uint16_t ts_small_parse_table[] = { sym_metavariable, ACTIONS(4447), 1, sym_identifier, - STATE(2937), 1, + STATE(2990), 1, sym_scoped_type_identifier, - STATE(3107), 1, + STATE(3055), 1, sym_generic_type, - STATE(3399), 1, + STATE(3390), 1, sym_scoped_identifier, - STATE(3505), 1, - sym_generic_type_with_turbofish, - STATE(3532), 1, + STATE(3520), 1, sym_bracketed_type, + STATE(3631), 1, + sym_generic_type_with_turbofish, STATE(1903), 2, sym_line_comment, sym_block_comment, - ACTIONS(3781), 3, + ACTIONS(3935), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, @@ -161558,14 +161662,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [59178] = 17, + [59199] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3783), 1, + ACTIONS(3937), 1, anon_sym_where, ACTIONS(4437), 1, anon_sym_COLON_COLON, @@ -161573,20 +161677,20 @@ static const uint16_t ts_small_parse_table[] = { sym_metavariable, ACTIONS(4449), 1, sym_identifier, - STATE(3052), 1, + STATE(2825), 1, sym_scoped_type_identifier, - STATE(3328), 1, + STATE(3119), 1, sym_generic_type, - STATE(3399), 1, + STATE(3390), 1, sym_scoped_identifier, - STATE(3505), 1, - sym_generic_type_with_turbofish, - STATE(3532), 1, + STATE(3520), 1, sym_bracketed_type, + STATE(3631), 1, + sym_generic_type_with_turbofish, STATE(1904), 2, sym_line_comment, sym_block_comment, - ACTIONS(3781), 3, + ACTIONS(3935), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, @@ -161616,14 +161720,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [59253] = 17, + [59274] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3783), 1, + ACTIONS(3937), 1, anon_sym_where, ACTIONS(4437), 1, anon_sym_COLON_COLON, @@ -161631,20 +161735,20 @@ static const uint16_t ts_small_parse_table[] = { sym_metavariable, ACTIONS(4451), 1, sym_identifier, - STATE(3050), 1, + STATE(2981), 1, sym_scoped_type_identifier, - STATE(3321), 1, + STATE(3261), 1, sym_generic_type, - STATE(3399), 1, + STATE(3390), 1, sym_scoped_identifier, - STATE(3505), 1, - sym_generic_type_with_turbofish, - STATE(3532), 1, + STATE(3520), 1, sym_bracketed_type, + STATE(3631), 1, + sym_generic_type_with_turbofish, STATE(1905), 2, sym_line_comment, sym_block_comment, - ACTIONS(3781), 3, + ACTIONS(3935), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, @@ -161674,14 +161778,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [59328] = 17, + [59349] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3783), 1, + ACTIONS(3937), 1, anon_sym_where, ACTIONS(4437), 1, anon_sym_COLON_COLON, @@ -161689,20 +161793,20 @@ static const uint16_t ts_small_parse_table[] = { sym_metavariable, ACTIONS(4453), 1, sym_identifier, - STATE(2764), 1, + STATE(3027), 1, sym_scoped_type_identifier, - STATE(3263), 1, + STATE(3305), 1, sym_generic_type, - STATE(3399), 1, + STATE(3390), 1, sym_scoped_identifier, - STATE(3505), 1, - sym_generic_type_with_turbofish, - STATE(3532), 1, + STATE(3520), 1, sym_bracketed_type, + STATE(3631), 1, + sym_generic_type_with_turbofish, STATE(1906), 2, sym_line_comment, sym_block_comment, - ACTIONS(3781), 3, + ACTIONS(3935), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, @@ -161732,14 +161836,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [59403] = 17, + [59424] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3783), 1, + ACTIONS(3937), 1, anon_sym_where, ACTIONS(4437), 1, anon_sym_COLON_COLON, @@ -161747,20 +161851,20 @@ static const uint16_t ts_small_parse_table[] = { sym_metavariable, ACTIONS(4455), 1, sym_identifier, - STATE(3042), 1, + STATE(3036), 1, sym_scoped_type_identifier, - STATE(3316), 1, + STATE(3311), 1, sym_generic_type, - STATE(3399), 1, + STATE(3390), 1, sym_scoped_identifier, - STATE(3505), 1, - sym_generic_type_with_turbofish, - STATE(3532), 1, + STATE(3520), 1, sym_bracketed_type, + STATE(3631), 1, + sym_generic_type_with_turbofish, STATE(1907), 2, sym_line_comment, sym_block_comment, - ACTIONS(3781), 3, + ACTIONS(3935), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, @@ -161790,14 +161894,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [59478] = 17, + [59499] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3783), 1, + ACTIONS(3937), 1, anon_sym_where, ACTIONS(4437), 1, anon_sym_COLON_COLON, @@ -161805,20 +161909,20 @@ static const uint16_t ts_small_parse_table[] = { sym_metavariable, ACTIONS(4457), 1, sym_identifier, - STATE(3048), 1, + STATE(3038), 1, sym_scoped_type_identifier, - STATE(3319), 1, + STATE(3313), 1, sym_generic_type, - STATE(3399), 1, + STATE(3390), 1, sym_scoped_identifier, - STATE(3505), 1, - sym_generic_type_with_turbofish, - STATE(3532), 1, + STATE(3520), 1, sym_bracketed_type, + STATE(3631), 1, + sym_generic_type_with_turbofish, STATE(1908), 2, sym_line_comment, sym_block_comment, - ACTIONS(3781), 3, + ACTIONS(3935), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, @@ -161848,7 +161952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [59553] = 5, + [59574] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -161890,7 +161994,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [59600] = 5, + [59621] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -161932,7 +162036,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [59647] = 5, + [59668] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -161974,26 +162078,26 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [59694] = 13, + [59715] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2471), 1, + ACTIONS(1817), 1, anon_sym_COLON_COLON, ACTIONS(4471), 1, sym_identifier, ACTIONS(4477), 1, sym_metavariable, - STATE(2268), 1, + STATE(2270), 1, sym_scoped_identifier, - STATE(3353), 1, + STATE(3345), 1, sym_bracketed_type, - STATE(3379), 1, + STATE(3370), 1, sym_generic_type_with_turbofish, - STATE(3393), 1, + STATE(3597), 1, sym_attribute, STATE(1912), 2, sym_line_comment, @@ -162023,26 +162127,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [59756] = 13, + [59777] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2471), 1, + ACTIONS(1817), 1, anon_sym_COLON_COLON, ACTIONS(4471), 1, sym_identifier, ACTIONS(4477), 1, sym_metavariable, - STATE(2268), 1, + STATE(2270), 1, sym_scoped_identifier, - STATE(3353), 1, + STATE(3345), 1, sym_bracketed_type, - STATE(3379), 1, + STATE(3370), 1, sym_generic_type_with_turbofish, - STATE(3541), 1, + STATE(3480), 1, sym_attribute, STATE(1913), 2, sym_line_comment, @@ -162072,26 +162176,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [59818] = 13, + [59839] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2471), 1, + ACTIONS(1817), 1, anon_sym_COLON_COLON, ACTIONS(4471), 1, sym_identifier, ACTIONS(4477), 1, sym_metavariable, - STATE(2268), 1, + STATE(2270), 1, sym_scoped_identifier, - STATE(3353), 1, + STATE(3345), 1, sym_bracketed_type, - STATE(3379), 1, + STATE(3370), 1, sym_generic_type_with_turbofish, - STATE(3425), 1, + STATE(3579), 1, sym_attribute, STATE(1914), 2, sym_line_comment, @@ -162121,27 +162225,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [59880] = 13, + [59901] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2471), 1, + ACTIONS(1817), 1, anon_sym_COLON_COLON, ACTIONS(4471), 1, sym_identifier, ACTIONS(4477), 1, sym_metavariable, - STATE(2268), 1, + STATE(2270), 1, sym_scoped_identifier, - STATE(3353), 1, + STATE(3345), 1, sym_bracketed_type, - STATE(3360), 1, - sym_attribute, - STATE(3379), 1, + STATE(3370), 1, sym_generic_type_with_turbofish, + STATE(3424), 1, + sym_attribute, STATE(1915), 2, sym_line_comment, sym_block_comment, @@ -162170,26 +162274,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [59942] = 13, + [59963] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2471), 1, + ACTIONS(1817), 1, anon_sym_COLON_COLON, ACTIONS(4471), 1, sym_identifier, ACTIONS(4477), 1, sym_metavariable, - STATE(2268), 1, + STATE(2270), 1, sym_scoped_identifier, - STATE(3353), 1, + STATE(3345), 1, sym_bracketed_type, - STATE(3379), 1, + STATE(3370), 1, sym_generic_type_with_turbofish, - STATE(3449), 1, + STATE(3435), 1, sym_attribute, STATE(1916), 2, sym_line_comment, @@ -162219,27 +162323,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [60004] = 13, + [60025] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2471), 1, + ACTIONS(1817), 1, anon_sym_COLON_COLON, ACTIONS(4471), 1, sym_identifier, ACTIONS(4477), 1, sym_metavariable, - STATE(2268), 1, + STATE(2270), 1, sym_scoped_identifier, - STATE(3353), 1, + STATE(3345), 1, sym_bracketed_type, STATE(3370), 1, - sym_attribute, - STATE(3379), 1, sym_generic_type_with_turbofish, + STATE(3437), 1, + sym_attribute, STATE(1917), 2, sym_line_comment, sym_block_comment, @@ -162268,27 +162372,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [60066] = 13, + [60087] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2471), 1, + ACTIONS(1817), 1, anon_sym_COLON_COLON, ACTIONS(4471), 1, sym_identifier, ACTIONS(4477), 1, sym_metavariable, - STATE(2268), 1, + STATE(2270), 1, sym_scoped_identifier, - STATE(3353), 1, + STATE(3345), 1, sym_bracketed_type, - STATE(3379), 1, - sym_generic_type_with_turbofish, - STATE(3448), 1, + STATE(3355), 1, sym_attribute, + STATE(3370), 1, + sym_generic_type_with_turbofish, STATE(1918), 2, sym_line_comment, sym_block_comment, @@ -162317,27 +162421,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [60128] = 13, + [60149] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2471), 1, + ACTIONS(1817), 1, anon_sym_COLON_COLON, ACTIONS(4471), 1, sym_identifier, ACTIONS(4477), 1, sym_metavariable, - STATE(2268), 1, + STATE(2270), 1, sym_scoped_identifier, - STATE(3353), 1, + STATE(3339), 1, + sym_attribute, + STATE(3345), 1, sym_bracketed_type, - STATE(3379), 1, + STATE(3370), 1, sym_generic_type_with_turbofish, - STATE(3453), 1, - sym_attribute, STATE(1919), 2, sym_line_comment, sym_block_comment, @@ -162366,7 +162470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [60190] = 12, + [60211] = 12, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, @@ -162379,11 +162483,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, ACTIONS(4487), 1, sym_metavariable, - STATE(3099), 1, + STATE(3175), 1, sym_scoped_identifier, - STATE(3423), 1, + STATE(3434), 1, sym_generic_type_with_turbofish, - STATE(3517), 1, + STATE(3550), 1, sym_bracketed_type, STATE(1920), 2, sym_line_comment, @@ -162413,76 +162517,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [60249] = 12, - ACTIONS(29), 1, - anon_sym_LT, + [60270] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4483), 1, - anon_sym_COLON_COLON, - ACTIONS(4489), 1, - sym_identifier, - ACTIONS(4495), 1, - sym_metavariable, - STATE(3202), 1, - sym_scoped_identifier, - STATE(3423), 1, - sym_generic_type_with_turbofish, - STATE(3517), 1, - sym_bracketed_type, + ACTIONS(1015), 1, + anon_sym_DOT_DOT, STATE(1921), 2, sym_line_comment, sym_block_comment, - ACTIONS(4493), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(4491), 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, + ACTIONS(1017), 20, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_LBRACE, + 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_async, + anon_sym_const, anon_sym_default, - anon_sym_gen, - anon_sym_union, - [60308] = 11, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + anon_sym_else, + anon_sym_in, + [60306] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3287), 1, anon_sym_COLON, - ACTIONS(4497), 1, + ACTIONS(4489), 1, anon_sym_LPAREN, - ACTIONS(4499), 1, + ACTIONS(4491), 1, anon_sym_BANG, - ACTIONS(4501), 1, + ACTIONS(4493), 1, anon_sym_COLON_COLON, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - STATE(1953), 1, + STATE(1954), 1, sym_type_arguments, - STATE(1982), 1, + STATE(1965), 1, sym_parameters, STATE(1922), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 14, + ACTIONS(3283), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -162497,17 +162585,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [60356] = 5, + [60354] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1011), 1, + ACTIONS(1005), 1, anon_sym_DOT_DOT, STATE(1923), 2, sym_line_comment, sym_block_comment, - ACTIONS(1013), 20, + ACTIONS(1007), 20, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -162528,51 +162616,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_extern, anon_sym_else, anon_sym_in, - [60392] = 5, + [60390] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1027), 1, - anon_sym_DOT_DOT, + ACTIONS(3323), 1, + anon_sym_COLON, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4497), 1, + anon_sym_COLON_COLON, + STATE(1954), 1, + sym_type_arguments, + STATE(1965), 1, + sym_parameters, STATE(1924), 2, sym_line_comment, sym_block_comment, - ACTIONS(1029), 20, + ACTIONS(3321), 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_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_where, anon_sym_else, - anon_sym_in, - [60428] = 6, + [60435] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3370), 1, + ACTIONS(3343), 1, anon_sym_COLON, - ACTIONS(3374), 2, + ACTIONS(3347), 2, anon_sym_BANG, anon_sym_COLON_COLON, STATE(1925), 2, sym_line_comment, sym_block_comment, - ACTIONS(3368), 17, + ACTIONS(3341), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -162590,22 +162682,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_LT2, - [60465] = 10, + [60472] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(3319), 1, anon_sym_COLON, - ACTIONS(4497), 1, + ACTIONS(4489), 1, anon_sym_LPAREN, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(4505), 1, + ACTIONS(4497), 1, anon_sym_COLON_COLON, - STATE(1953), 1, + STATE(1954), 1, sym_type_arguments, - STATE(1982), 1, + STATE(1965), 1, sym_parameters, STATE(1926), 2, sym_line_comment, @@ -162625,22 +162717,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [60510] = 10, + [60517] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(3309), 1, anon_sym_COLON, - ACTIONS(4497), 1, + ACTIONS(4489), 1, anon_sym_LPAREN, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(4505), 1, + ACTIONS(4497), 1, anon_sym_COLON_COLON, - STATE(1953), 1, + STATE(1954), 1, sym_type_arguments, - STATE(1982), 1, + STATE(1965), 1, sym_parameters, STATE(1927), 2, sym_line_comment, @@ -162660,20 +162752,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [60555] = 6, + [60562] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3331), 1, + ACTIONS(3351), 1, anon_sym_COLON, - ACTIONS(3335), 2, + ACTIONS(3355), 2, anon_sym_BANG, anon_sym_COLON_COLON, STATE(1928), 2, sym_line_comment, sym_block_comment, - ACTIONS(3329), 17, + ACTIONS(3349), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -162691,28 +162783,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_LT2, - [60592] = 10, + [60599] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3315), 1, + ACTIONS(3359), 1, anon_sym_COLON, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4505), 1, + ACTIONS(3363), 2, + anon_sym_BANG, anon_sym_COLON_COLON, - STATE(1953), 1, - sym_type_arguments, - STATE(1982), 1, - sym_parameters, STATE(1929), 2, sym_line_comment, sym_block_comment, - ACTIONS(3313), 14, + ACTIONS(3357), 17, anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, @@ -162724,22 +162810,24 @@ 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, - [60637] = 6, + anon_sym_LT2, + [60636] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3343), 1, + ACTIONS(3335), 1, anon_sym_COLON, - ACTIONS(3347), 2, + ACTIONS(3339), 2, anon_sym_BANG, anon_sym_COLON_COLON, STATE(1930), 2, sym_line_comment, sym_block_comment, - ACTIONS(3341), 17, + ACTIONS(3333), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -162757,36 +162845,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_LT2, - [60674] = 14, + [60673] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4499), 1, + ACTIONS(4491), 1, anon_sym_BANG, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(4509), 1, + ACTIONS(4501), 1, anon_sym_LPAREN, - ACTIONS(4511), 1, + ACTIONS(4503), 1, anon_sym_LBRACE, - ACTIONS(4513), 1, + ACTIONS(4505), 1, anon_sym_COLON, - ACTIONS(4515), 1, + ACTIONS(4507), 1, anon_sym_AT, - ACTIONS(4517), 1, + ACTIONS(4509), 1, anon_sym_DOT_DOT, - ACTIONS(4521), 1, + ACTIONS(4513), 1, anon_sym_COLON_COLON, - STATE(1953), 1, + STATE(1954), 1, sym_type_arguments, - ACTIONS(4519), 2, + ACTIONS(4511), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1931), 2, sym_line_comment, sym_block_comment, - ACTIONS(4507), 9, + ACTIONS(4499), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -162796,85 +162884,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [60727] = 6, + [60726] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3351), 1, + ACTIONS(3361), 2, anon_sym_COLON, - ACTIONS(3355), 2, - anon_sym_BANG, - anon_sym_COLON_COLON, + anon_sym_DOT_DOT, STATE(1932), 2, sym_line_comment, sym_block_comment, - ACTIONS(3349), 17, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, + ACTIONS(3357), 3, 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, - [60764] = 8, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4503), 1, anon_sym_LT2, - STATE(1955), 1, - sym_type_arguments, - STATE(1975), 1, - sym_parameters, - STATE(1933), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3337), 15, + ACTIONS(3363), 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, - [60804] = 6, + anon_sym_in, + [60762] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3372), 2, + ACTIONS(3337), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(1934), 2, + STATE(1933), 2, sym_line_comment, sym_block_comment, - ACTIONS(3368), 3, + ACTIONS(3333), 3, anon_sym_LBRACE, anon_sym_for, anon_sym_LT2, - ACTIONS(3374), 14, + ACTIONS(3339), 14, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -162889,23 +162944,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [60840] = 8, + [60798] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, + ACTIONS(4489), 1, anon_sym_LPAREN, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - STATE(1955), 1, + STATE(1950), 1, sym_type_arguments, - STATE(1975), 1, + STATE(1970), 1, sym_parameters, - STATE(1935), 2, + STATE(1934), 2, sym_line_comment, sym_block_comment, - ACTIONS(3357), 15, + ACTIONS(3380), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -162921,23 +162976,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [60880] = 8, + [60838] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, + ACTIONS(3353), 2, + anon_sym_COLON, + anon_sym_DOT_DOT, + STATE(1935), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3349), 3, + anon_sym_LBRACE, + anon_sym_for, + anon_sym_LT2, + ACTIONS(3355), 14, + anon_sym_SEMI, anon_sym_LPAREN, - ACTIONS(4503), 1, + 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, + [60874] = 8, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4495), 1, anon_sym_LT2, - STATE(1955), 1, + STATE(1950), 1, sym_type_arguments, - STATE(1975), 1, + STATE(1970), 1, sym_parameters, STATE(1936), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 15, + ACTIONS(3384), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -162953,7 +163038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [60920] = 6, + [60914] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -162983,23 +163068,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [60956] = 8, + [60950] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, + ACTIONS(4489), 1, anon_sym_LPAREN, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - STATE(1955), 1, + STATE(1950), 1, sym_type_arguments, - STATE(1975), 1, + STATE(1970), 1, sym_parameters, STATE(1938), 2, sym_line_comment, sym_block_comment, - ACTIONS(3325), 15, + ACTIONS(3376), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -163015,56 +163100,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [60996] = 6, + [60990] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3353), 2, - anon_sym_COLON, - anon_sym_DOT_DOT, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4495), 1, + anon_sym_LT2, + STATE(1950), 1, + sym_type_arguments, + STATE(1970), 1, + sym_parameters, STATE(1939), 2, sym_line_comment, sym_block_comment, - ACTIONS(3349), 3, - anon_sym_LBRACE, - anon_sym_for, - anon_sym_LT2, - ACTIONS(3355), 14, + ACTIONS(3372), 15, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_BANG, + anon_sym_COLON, + 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_where, anon_sym_else, - anon_sym_in, - [61032] = 6, + [61030] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3333), 2, + ACTIONS(3337), 2, anon_sym_COLON, anon_sym_DOT_DOT, STATE(1940), 2, sym_line_comment, sym_block_comment, - ACTIONS(3329), 3, - anon_sym_LBRACE, - anon_sym_for, - anon_sym_LT2, - ACTIONS(3335), 14, + ACTIONS(3339), 16, 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_PIPE, @@ -163075,102 +163160,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [61068] = 5, + [61063] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3353), 2, - anon_sym_COLON, - anon_sym_DOT_DOT, STATE(1941), 2, sym_line_comment, sym_block_comment, - ACTIONS(3355), 16, + ACTIONS(3333), 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_COLON, + 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, - [61101] = 5, + anon_sym_LT2, + [61094] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3345), 2, + ACTIONS(3515), 1, anon_sym_COLON, - anon_sym_DOT_DOT, STATE(1942), 2, sym_line_comment, sym_block_comment, - ACTIONS(3347), 16, + ACTIONS(3513), 17, 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, - [61134] = 5, + [61127] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3333), 2, + ACTIONS(3477), 1, anon_sym_COLON, - anon_sym_DOT_DOT, STATE(1943), 2, sym_line_comment, sym_block_comment, - ACTIONS(3335), 16, + ACTIONS(3475), 17, 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, - [61167] = 5, + [61160] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3372), 2, + ACTIONS(3353), 2, anon_sym_COLON, anon_sym_DOT_DOT, STATE(1944), 2, sym_line_comment, sym_block_comment, - ACTIONS(3374), 16, + ACTIONS(3355), 16, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -163187,17 +163271,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [61200] = 5, + [61193] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3605), 1, + ACTIONS(3493), 1, anon_sym_COLON, STATE(1945), 2, sym_line_comment, sym_block_comment, - ACTIONS(3603), 17, + ACTIONS(3491), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -163215,45 +163299,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_where, anon_sym_else, - [61233] = 5, + [61226] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3619), 1, + ACTIONS(3361), 2, anon_sym_COLON, + anon_sym_DOT_DOT, STATE(1946), 2, sym_line_comment, sym_block_comment, - ACTIONS(3617), 17, + ACTIONS(3363), 16, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_LBRACK, 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, - [61266] = 5, + anon_sym_in, + [61259] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3639), 1, + ACTIONS(3507), 1, anon_sym_COLON, STATE(1947), 2, sym_line_comment, sym_block_comment, - ACTIONS(3637), 17, + ACTIONS(3505), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -163271,46 +163355,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_where, anon_sym_else, - [61299] = 4, + [61292] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3345), 2, + anon_sym_COLON, + anon_sym_DOT_DOT, STATE(1948), 2, sym_line_comment, sym_block_comment, - ACTIONS(3341), 18, + ACTIONS(3347), 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, - [61330] = 5, + anon_sym_in, + [61325] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3631), 1, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4517), 1, anon_sym_COLON, + ACTIONS(4519), 1, + anon_sym_BANG, + ACTIONS(4521), 1, + anon_sym_DOT_DOT, + ACTIONS(4525), 1, + anon_sym_COLON_COLON, + STATE(1952), 1, + sym_type_arguments, + ACTIONS(4523), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(1949), 2, sym_line_comment, sym_block_comment, - ACTIONS(3629), 17, + ACTIONS(4515), 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, + [61369] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3587), 1, + anon_sym_COLON, + STATE(1950), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3585), 16, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, @@ -163326,91 +163443,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_where, anon_sym_else, - [61363] = 19, + [61401] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4525), 1, + ACTIONS(4529), 1, anon_sym_const, - ACTIONS(4527), 1, + ACTIONS(4531), 1, anon_sym_enum, - ACTIONS(4529), 1, + ACTIONS(4533), 1, anon_sym_fn, - ACTIONS(4531), 1, + ACTIONS(4535), 1, anon_sym_mod, - ACTIONS(4533), 1, + ACTIONS(4537), 1, anon_sym_static, - ACTIONS(4535), 1, + ACTIONS(4539), 1, anon_sym_struct, - ACTIONS(4537), 1, + ACTIONS(4541), 1, anon_sym_trait, - ACTIONS(4539), 1, + ACTIONS(4543), 1, anon_sym_type, - ACTIONS(4541), 1, + ACTIONS(4545), 1, anon_sym_union, - ACTIONS(4543), 1, + ACTIONS(4547), 1, anon_sym_unsafe, - ACTIONS(4545), 1, + ACTIONS(4549), 1, anon_sym_use, - ACTIONS(4547), 1, + ACTIONS(4551), 1, anon_sym_extern, - STATE(2181), 1, + STATE(2166), 1, sym_extern_modifier, - STATE(2239), 1, + STATE(2237), 1, aux_sym_function_modifiers_repeat1, - STATE(3564), 1, + STATE(3358), 1, sym_function_modifiers, - ACTIONS(4523), 2, + ACTIONS(4527), 2, anon_sym_async, anon_sym_default, - STATE(1950), 2, - sym_line_comment, - sym_block_comment, - [61423] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4551), 1, - anon_sym_COLON, - ACTIONS(4553), 1, - anon_sym_BANG, - ACTIONS(4555), 1, - anon_sym_DOT_DOT, - ACTIONS(4559), 1, - anon_sym_COLON_COLON, - STATE(1952), 1, - sym_type_arguments, - ACTIONS(4557), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, STATE(1951), 2, sym_line_comment, sym_block_comment, - ACTIONS(4549), 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, - [61467] = 5, + [61461] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3543), 1, + ACTIONS(3555), 1, anon_sym_COLON, STATE(1952), 2, sym_line_comment, sym_block_comment, - ACTIONS(3541), 16, + ACTIONS(3553), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -163427,17 +163511,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_where, anon_sym_else, - [61499] = 5, + [61493] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3555), 1, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4517), 1, anon_sym_COLON, + ACTIONS(4519), 1, + anon_sym_BANG, + ACTIONS(4521), 1, + anon_sym_DOT_DOT, + ACTIONS(4553), 1, + anon_sym_COLON_COLON, + STATE(1952), 1, + sym_type_arguments, + ACTIONS(4523), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(1953), 2, sym_line_comment, sym_block_comment, - ACTIONS(3553), 16, + ACTIONS(4515), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [61539] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3583), 1, + anon_sym_COLON, + STATE(1954), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3581), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -163454,121 +163572,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_where, anon_sym_else, - [61531] = 19, + [61571] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4561), 1, + ACTIONS(4555), 1, anon_sym_const, - ACTIONS(4563), 1, + ACTIONS(4557), 1, anon_sym_enum, - ACTIONS(4565), 1, + ACTIONS(4559), 1, anon_sym_fn, - ACTIONS(4567), 1, + ACTIONS(4561), 1, anon_sym_mod, - ACTIONS(4569), 1, + ACTIONS(4563), 1, anon_sym_static, - ACTIONS(4571), 1, + ACTIONS(4565), 1, anon_sym_struct, - ACTIONS(4573), 1, + ACTIONS(4567), 1, anon_sym_trait, - ACTIONS(4575), 1, + ACTIONS(4569), 1, anon_sym_type, - ACTIONS(4577), 1, + ACTIONS(4571), 1, anon_sym_union, - ACTIONS(4579), 1, + ACTIONS(4573), 1, anon_sym_unsafe, - ACTIONS(4581), 1, + ACTIONS(4575), 1, anon_sym_use, - ACTIONS(4583), 1, + ACTIONS(4577), 1, anon_sym_extern, - STATE(2170), 1, + STATE(2179), 1, sym_extern_modifier, - STATE(2239), 1, + STATE(2237), 1, aux_sym_function_modifiers_repeat1, - STATE(3629), 1, + STATE(3619), 1, sym_function_modifiers, - ACTIONS(4523), 2, + ACTIONS(4527), 2, anon_sym_async, anon_sym_default, - STATE(1954), 2, - sym_line_comment, - sym_block_comment, - [61591] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3559), 1, - anon_sym_COLON, STATE(1955), 2, sym_line_comment, sym_block_comment, - ACTIONS(3557), 16, - 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_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_for, - anon_sym_where, - anon_sym_else, - [61623] = 12, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4551), 1, - anon_sym_COLON, - ACTIONS(4553), 1, - anon_sym_BANG, - ACTIONS(4555), 1, - anon_sym_DOT_DOT, - ACTIONS(4585), 1, - anon_sym_COLON_COLON, - STATE(1952), 1, - sym_type_arguments, - ACTIONS(4557), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1956), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4549), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - ACTIONS(3458), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [61669] = 6, + [61631] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3323), 1, + ACTIONS(3374), 1, anon_sym_COLON, - ACTIONS(4587), 1, + ACTIONS(4579), 1, anon_sym_COLON_COLON, - STATE(1957), 2, + STATE(1956), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 14, + ACTIONS(3372), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -163583,15 +163640,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [61702] = 4, + [61664] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1958), 2, + STATE(1957), 2, sym_line_comment, sym_block_comment, - ACTIONS(3581), 16, + ACTIONS(1289), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -163603,22 +163660,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, - [61731] = 5, + anon_sym_in, + [61693] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4589), 1, + ACTIONS(4581), 1, anon_sym_DASH_GT, - STATE(1959), 2, + STATE(1958), 2, sym_line_comment, sym_block_comment, - ACTIONS(3585), 15, + ACTIONS(3651), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -163634,23 +163691,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [61762] = 5, + [61724] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4591), 1, - anon_sym_DASH_GT, - STATE(1960), 2, + ACTIONS(3382), 1, + anon_sym_COLON, + ACTIONS(4579), 1, + anon_sym_COLON_COLON, + STATE(1959), 2, sym_line_comment, sym_block_comment, - ACTIONS(3591), 15, + ACTIONS(3380), 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, @@ -163660,17 +163718,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [61793] = 5, + [61757] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4593), 1, - anon_sym_DASH_GT, - STATE(1961), 2, + STATE(1960), 2, sym_line_comment, sym_block_comment, - ACTIONS(3597), 15, + ACTIONS(1047), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -163686,19 +163742,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [61824] = 6, + anon_sym_in, + [61786] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3323), 1, + ACTIONS(3386), 1, anon_sym_COLON, - ACTIONS(4595), 1, + ACTIONS(4579), 1, anon_sym_COLON_COLON, - STATE(1962), 2, + STATE(1961), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 14, + ACTIONS(3384), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -163713,46 +163770,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [61857] = 10, + [61819] = 17, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4499), 1, + ACTIONS(3283), 1, + anon_sym_PLUS, + ACTIONS(4491), 1, anon_sym_BANG, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4513), 1, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4499), 1, + anon_sym_PIPE, + ACTIONS(4503), 1, + anon_sym_LBRACE, + ACTIONS(4505), 1, anon_sym_COLON, - ACTIONS(4517), 1, + ACTIONS(4507), 1, + anon_sym_AT, + ACTIONS(4509), 1, anon_sym_DOT_DOT, - ACTIONS(4597), 1, + ACTIONS(4583), 1, + anon_sym_LPAREN, + ACTIONS(4588), 1, anon_sym_COLON_COLON, - ACTIONS(4519), 2, + STATE(1954), 1, + sym_type_arguments, + STATE(1965), 1, + sym_parameters, + ACTIONS(4511), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + ACTIONS(4585), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + STATE(1962), 2, + sym_line_comment, + sym_block_comment, + [61874] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, STATE(1963), 2, sym_line_comment, sym_block_comment, - ACTIONS(4507), 9, + ACTIONS(3509), 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, - anon_sym_in, - [61898] = 4, + [61903] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4590), 1, + anon_sym_DASH_GT, STATE(1964), 2, sym_line_comment, sym_block_comment, - ACTIONS(1475), 16, + ACTIONS(3657), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -163768,18 +163859,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - anon_sym_in, - [61927] = 5, + [61934] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4599), 1, + ACTIONS(4592), 1, anon_sym_DASH_GT, STATE(1965), 2, sym_line_comment, sym_block_comment, - ACTIONS(3561), 15, + ACTIONS(3607), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -163795,117 +163885,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [61958] = 6, + [61965] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3359), 1, - anon_sym_COLON, - ACTIONS(4595), 1, - anon_sym_COLON_COLON, STATE(1966), 2, sym_line_comment, sym_block_comment, - ACTIONS(3357), 14, + ACTIONS(3647), 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, - [61991] = 16, + [61994] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4499), 1, - anon_sym_BANG, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4511), 1, - anon_sym_LBRACE, - ACTIONS(4515), 1, - anon_sym_AT, - ACTIONS(4517), 1, - anon_sym_DOT_DOT, - ACTIONS(4601), 1, - anon_sym_LPAREN, - ACTIONS(4603), 1, - anon_sym_RBRACK, - ACTIONS(4606), 1, + ACTIONS(3386), 1, + anon_sym_COLON, + ACTIONS(4594), 1, anon_sym_COLON_COLON, - STATE(1953), 1, - sym_type_arguments, - STATE(1982), 1, - sym_parameters, - ACTIONS(3295), 2, + STATE(1967), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3384), 14, anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_PLUS, - ACTIONS(4507), 2, anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, anon_sym_COMMA, - ACTIONS(4519), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1967), 2, - sym_line_comment, - sym_block_comment, - [62044] = 17, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_where, + anon_sym_else, + [62027] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3295), 1, - anon_sym_PLUS, - ACTIONS(4499), 1, - anon_sym_BANG, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4507), 1, - anon_sym_PIPE, - ACTIONS(4511), 1, - anon_sym_LBRACE, - ACTIONS(4513), 1, - anon_sym_COLON, - ACTIONS(4515), 1, - anon_sym_AT, - ACTIONS(4517), 1, - anon_sym_DOT_DOT, - ACTIONS(4608), 1, - anon_sym_LPAREN, - ACTIONS(4610), 1, - anon_sym_COLON_COLON, - STATE(1953), 1, - sym_type_arguments, - STATE(1982), 1, - sym_parameters, - ACTIONS(4519), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4603), 2, - anon_sym_RPAREN, - anon_sym_COMMA, STATE(1968), 2, sym_line_comment, sym_block_comment, - [62099] = 4, + ACTIONS(1051), 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_SQUOTE, + anon_sym_as, + anon_sym_where, + anon_sym_else, + anon_sym_in, + [62056] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4596), 1, + anon_sym_DASH_GT, STATE(1969), 2, sym_line_comment, sym_block_comment, - ACTIONS(1415), 16, + ACTIONS(3663), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -163921,25 +163988,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - anon_sym_in, - [62128] = 6, + [62087] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3323), 1, - anon_sym_COLON, - ACTIONS(4612), 1, - anon_sym_COLON_COLON, + ACTIONS(4598), 1, + anon_sym_DASH_GT, STATE(1970), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 14, + ACTIONS(3615), 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, @@ -163949,21 +164014,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62161] = 4, + [62118] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3386), 1, + anon_sym_COLON, + ACTIONS(4600), 1, + anon_sym_COLON_COLON, STATE(1971), 2, sym_line_comment, sym_block_comment, - ACTIONS(1047), 16, + ACTIONS(3384), 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, @@ -163973,34 +164041,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - anon_sym_in, - [62190] = 5, + [62151] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4614), 1, - anon_sym_LPAREN, STATE(1972), 2, sym_line_comment, sym_block_comment, - ACTIONS(4035), 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, - [62221] = 4, + ACTIONS(3479), 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, + [62180] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164008,7 +164074,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1973), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 16, + ACTIONS(1469), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164020,59 +164086,83 @@ 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, - [62250] = 16, + anon_sym_in, + [62209] = 16, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4499), 1, + ACTIONS(4491), 1, anon_sym_BANG, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(4507), 1, + ACTIONS(4499), 1, anon_sym_PIPE, - ACTIONS(4511), 1, + ACTIONS(4503), 1, anon_sym_LBRACE, - ACTIONS(4513), 1, + ACTIONS(4505), 1, anon_sym_COLON, - ACTIONS(4515), 1, + ACTIONS(4507), 1, anon_sym_AT, - ACTIONS(4517), 1, + ACTIONS(4509), 1, anon_sym_DOT_DOT, - ACTIONS(4616), 1, + ACTIONS(4602), 1, anon_sym_LPAREN, - ACTIONS(4618), 1, + ACTIONS(4604), 1, anon_sym_COLON_COLON, - STATE(1953), 1, + STATE(1954), 1, sym_type_arguments, - STATE(1982), 1, + STATE(1965), 1, sym_parameters, - ACTIONS(4519), 2, + ACTIONS(4511), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1974), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 3, + ACTIONS(3283), 3, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COMMA, - [62303] = 5, + [62262] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4620), 1, - anon_sym_DASH_GT, + ACTIONS(4606), 1, + anon_sym_LPAREN, STATE(1975), 2, sym_line_comment, sym_block_comment, - ACTIONS(3573), 15, + ACTIONS(4043), 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, + [62293] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1976), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3517), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164084,19 +164174,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, - [62334] = 4, + [62322] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1976), 2, + ACTIONS(4608), 1, + anon_sym_DASH_GT, + STATE(1977), 2, sym_line_comment, sym_block_comment, - ACTIONS(1051), 16, + ACTIONS(3499), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164112,68 +164205,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - anon_sym_in, - [62363] = 4, + [62353] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1977), 2, + ACTIONS(3378), 1, + anon_sym_COLON, + ACTIONS(4579), 1, + anon_sym_COLON_COLON, + STATE(1978), 2, sym_line_comment, sym_block_comment, - ACTIONS(3641), 16, + ACTIONS(3376), 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, - [62392] = 6, + [62386] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4519), 1, + anon_sym_BANG, + ACTIONS(4521), 1, + anon_sym_DOT_DOT, + ACTIONS(4610), 1, + anon_sym_COLON_COLON, + STATE(1952), 1, + sym_type_arguments, + ACTIONS(4523), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1979), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4515), 3, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_COMMA, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [62429] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3327), 1, + ACTIONS(4491), 1, + anon_sym_BANG, + ACTIONS(4501), 1, + anon_sym_LPAREN, + ACTIONS(4505), 1, anon_sym_COLON, - ACTIONS(4595), 1, + ACTIONS(4509), 1, + anon_sym_DOT_DOT, + ACTIONS(4612), 1, anon_sym_COLON_COLON, - STATE(1978), 2, + ACTIONS(4511), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1980), 2, sym_line_comment, sym_block_comment, - ACTIONS(3325), 14, + ACTIONS(4499), 9, 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, - [62425] = 4, + anon_sym_in, + [62470] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1979), 2, + STATE(1981), 2, sym_line_comment, sym_block_comment, - ACTIONS(3607), 16, + ACTIONS(3495), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164190,24 +164320,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62454] = 6, + [62499] = 16, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3339), 1, - anon_sym_COLON, - ACTIONS(4595), 1, + ACTIONS(4491), 1, + anon_sym_BANG, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4503), 1, + anon_sym_LBRACE, + ACTIONS(4507), 1, + anon_sym_AT, + ACTIONS(4509), 1, + anon_sym_DOT_DOT, + ACTIONS(4585), 1, + anon_sym_RBRACK, + ACTIONS(4614), 1, + anon_sym_LPAREN, + ACTIONS(4616), 1, anon_sym_COLON_COLON, - STATE(1980), 2, + STATE(1954), 1, + sym_type_arguments, + STATE(1965), 1, + sym_parameters, + ACTIONS(3283), 2, + anon_sym_SEMI, + anon_sym_PLUS, + ACTIONS(4499), 2, + anon_sym_PIPE, + anon_sym_COMMA, + ACTIONS(4511), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1982), 2, + sym_line_comment, + sym_block_comment, + [62552] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4618), 1, + anon_sym_DASH_GT, + STATE(1983), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 14, + ACTIONS(3589), 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, @@ -164217,17 +164383,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62487] = 5, + [62583] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4622), 1, - anon_sym_DASH_GT, - STATE(1981), 2, + STATE(1984), 2, sym_line_comment, sym_block_comment, - ACTIONS(3611), 15, + ACTIONS(3384), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164243,17 +164407,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62518] = 5, + [62611] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4624), 1, - anon_sym_DASH_GT, - STATE(1982), 2, + STATE(1985), 2, sym_line_comment, sym_block_comment, - ACTIONS(3567), 15, + ACTIONS(3947), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164269,47 +164431,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62549] = 11, + [62639] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4553), 1, - anon_sym_BANG, - ACTIONS(4555), 1, - anon_sym_DOT_DOT, - ACTIONS(4626), 1, - anon_sym_COLON_COLON, - STATE(1952), 1, - sym_type_arguments, - ACTIONS(4557), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1983), 2, + STATE(1986), 2, sym_line_comment, sym_block_comment, - ACTIONS(4549), 3, + ACTIONS(3372), 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, - ACTIONS(3458), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [62592] = 4, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_where, + anon_sym_else, + [62667] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1984), 2, + STATE(1987), 2, sym_line_comment, sym_block_comment, - ACTIONS(3633), 16, + ACTIONS(3799), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164321,20 +164475,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, - [62621] = 4, + [62695] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1985), 2, + STATE(1988), 2, sym_line_comment, sym_block_comment, - ACTIONS(3813), 15, + ACTIONS(3691), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164350,15 +164503,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62649] = 4, + [62723] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1986), 2, + STATE(1989), 2, sym_line_comment, sym_block_comment, - ACTIONS(3781), 15, + ACTIONS(3835), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164374,64 +164527,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62677] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1987), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4046), 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, - [62705] = 5, + [62751] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3963), 1, - anon_sym_COLON_COLON, - STATE(1988), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4037), 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, - [62735] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1989), 2, + STATE(1990), 2, sym_line_comment, sym_block_comment, - ACTIONS(3689), 15, + ACTIONS(3749), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164447,87 +164551,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62763] = 12, + [62779] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(4549), 1, + ACTIONS(4515), 1, anon_sym_PIPE, - ACTIONS(4551), 1, + ACTIONS(4517), 1, anon_sym_COLON, - ACTIONS(4553), 1, + ACTIONS(4519), 1, anon_sym_BANG, - ACTIONS(4555), 1, + ACTIONS(4521), 1, anon_sym_DOT_DOT, - ACTIONS(4628), 1, + ACTIONS(4620), 1, anon_sym_COLON_COLON, STATE(1952), 1, sym_type_arguments, - ACTIONS(4557), 2, + ACTIONS(4523), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1990), 2, + STATE(1991), 2, sym_line_comment, sym_block_comment, - ACTIONS(3458), 6, + ACTIONS(3447), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [62807] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1991), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3321), 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, - [62835] = 4, + [62823] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3971), 1, + anon_sym_COLON_COLON, STATE(1992), 2, sym_line_comment, sym_block_comment, - ACTIONS(3701), 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, - [62863] = 4, + ACTIONS(4045), 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, + [62853] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164535,7 +164616,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1993), 2, sym_line_comment, sym_block_comment, - ACTIONS(3855), 15, + ACTIONS(3843), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164551,7 +164632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62891] = 4, + [62881] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164559,7 +164640,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1994), 2, sym_line_comment, sym_block_comment, - ACTIONS(3357), 15, + ACTIONS(3939), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164575,7 +164656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62919] = 4, + [62909] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164583,7 +164664,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1995), 2, sym_line_comment, sym_block_comment, - ACTIONS(3325), 15, + ACTIONS(3869), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164599,7 +164680,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62947] = 4, + [62937] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164607,7 +164688,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1996), 2, sym_line_comment, sym_block_comment, - ACTIONS(3809), 15, + ACTIONS(3935), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164623,7 +164704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62975] = 4, + [62965] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164631,7 +164712,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1997), 2, sym_line_comment, sym_block_comment, - ACTIONS(3697), 15, + ACTIONS(3741), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164647,7 +164728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63003] = 4, + [62993] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164655,7 +164736,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1998), 2, sym_line_comment, sym_block_comment, - ACTIONS(3863), 15, + ACTIONS(3376), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164671,7 +164752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63031] = 4, + [63021] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164679,7 +164760,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1999), 2, sym_line_comment, sym_block_comment, - ACTIONS(3705), 15, + ACTIONS(3723), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164695,7 +164776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63059] = 4, + [63049] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164703,31 +164784,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2000), 2, sym_line_comment, sym_block_comment, - ACTIONS(4031), 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, - [63087] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(2001), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3761), 15, + ACTIONS(3847), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164743,15 +164800,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63115] = 4, + [63077] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2002), 2, + STATE(2001), 2, sym_line_comment, sym_block_comment, - ACTIONS(3765), 15, + ACTIONS(3869), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164767,15 +164824,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63143] = 4, + [63105] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2003), 2, + STATE(2002), 2, sym_line_comment, sym_block_comment, - ACTIONS(3769), 15, + ACTIONS(3925), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164791,15 +164848,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63171] = 4, + [63133] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2004), 2, + STATE(2003), 2, sym_line_comment, sym_block_comment, - ACTIONS(3817), 15, + ACTIONS(3380), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164815,7 +164872,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63199] = 4, + [63161] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4622), 1, + anon_sym_COLON_COLON, + STATE(2004), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4045), 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, + [63191] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164823,7 +164905,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2005), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 15, + ACTIONS(3955), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164839,7 +164921,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63227] = 4, + [63219] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164847,7 +164929,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2006), 2, sym_line_comment, sym_block_comment, - ACTIONS(3859), 15, + ACTIONS(3855), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164863,7 +164945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63255] = 4, + [63247] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164871,7 +164953,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2007), 2, sym_line_comment, sym_block_comment, - ACTIONS(3693), 15, + ACTIONS(3851), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164887,7 +164969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63283] = 4, + [63275] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164895,7 +164977,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2008), 2, sym_line_comment, sym_block_comment, - ACTIONS(3867), 15, + ACTIONS(3679), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164911,7 +164993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63311] = 4, + [63303] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164919,7 +165001,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2009), 2, sym_line_comment, sym_block_comment, - ACTIONS(3777), 15, + ACTIONS(3695), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164935,7 +165017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63339] = 4, + [63331] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164943,7 +165025,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2010), 2, sym_line_comment, sym_block_comment, - ACTIONS(3785), 15, + ACTIONS(3959), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164959,7 +165041,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63367] = 4, + [63359] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164967,7 +165049,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2011), 2, sym_line_comment, sym_block_comment, - ACTIONS(3851), 15, + ACTIONS(3803), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164983,7 +165065,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63395] = 4, + [63387] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164991,7 +165073,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2012), 2, sym_line_comment, sym_block_comment, - ACTIONS(3877), 15, + ACTIONS(3707), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165007,176 +165089,183 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63423] = 5, + [63415] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4630), 1, - anon_sym_COLON_COLON, + ACTIONS(4626), 1, + anon_sym_pat, + STATE(168), 1, + sym_fragment_specifier, STATE(2013), 2, sym_line_comment, sym_block_comment, - ACTIONS(4037), 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, - [63453] = 4, + ACTIONS(4624), 12, + anon_sym_block, + anon_sym_expr, + anon_sym_ident, + anon_sym_item, + anon_sym_lifetime, + anon_sym_literal, + anon_sym_meta, + anon_sym_path, + anon_sym_stmt, + anon_sym_tt, + anon_sym_ty, + anon_sym_vis, + [63446] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(997), 1, + anon_sym_DOT_DOT, STATE(2014), 2, sym_line_comment, sym_block_comment, - ACTIONS(3705), 15, + ACTIONS(999), 13, 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, - [63481] = 4, + anon_sym_in, + [63475] = 16, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4491), 1, + anon_sym_BANG, + ACTIONS(4493), 1, + anon_sym_COLON_COLON, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4628), 1, + anon_sym_COLON, + ACTIONS(4630), 1, + anon_sym_EQ, + ACTIONS(4632), 1, + anon_sym_GT, + ACTIONS(4634), 1, + anon_sym_COMMA, + STATE(1954), 1, + sym_type_arguments, + STATE(1965), 1, + sym_parameters, + STATE(3012), 1, + sym_trait_bounds, + STATE(3024), 1, + aux_sym_type_parameters_repeat1, + ACTIONS(3283), 2, + anon_sym_PLUS, + anon_sym_as, STATE(2015), 2, sym_line_comment, sym_block_comment, - ACTIONS(4042), 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, - [63509] = 4, + [63526] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4517), 1, + anon_sym_COLON, + ACTIONS(4521), 1, + anon_sym_DOT_DOT, + ACTIONS(4525), 1, + anon_sym_COLON_COLON, + ACTIONS(4523), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2016), 2, sym_line_comment, sym_block_comment, - ACTIONS(3725), 15, + ACTIONS(4515), 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, - [63537] = 8, + anon_sym_in, + [63561] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4551), 1, - anon_sym_COLON, - ACTIONS(4555), 1, + ACTIONS(1011), 1, anon_sym_DOT_DOT, - ACTIONS(4559), 1, - anon_sym_COLON_COLON, - ACTIONS(4557), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, STATE(2017), 2, sym_line_comment, sym_block_comment, - ACTIONS(4549), 9, + ACTIONS(1013), 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, - [63572] = 16, + [63590] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4499), 1, - anon_sym_BANG, - ACTIONS(4501), 1, - anon_sym_COLON_COLON, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(4632), 1, - anon_sym_COLON, - ACTIONS(4634), 1, - anon_sym_EQ, ACTIONS(4636), 1, - anon_sym_GT, + anon_sym_LPAREN, ACTIONS(4638), 1, - anon_sym_COMMA, - STATE(1953), 1, + anon_sym_LBRACE, + ACTIONS(4640), 1, + anon_sym_BANG, + ACTIONS(4642), 1, + anon_sym_AT, + ACTIONS(4644), 1, + anon_sym_DOT_DOT, + ACTIONS(4648), 1, + anon_sym_COLON_COLON, + STATE(1954), 1, sym_type_arguments, - STATE(1982), 1, - sym_parameters, - STATE(2809), 1, - sym_trait_bounds, - STATE(2811), 1, - aux_sym_type_parameters_repeat1, - ACTIONS(3295), 2, - anon_sym_PLUS, - anon_sym_as, + ACTIONS(4646), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2018), 2, sym_line_comment, sym_block_comment, - [63623] = 5, + ACTIONS(4499), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [63634] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1023), 1, + ACTIONS(4652), 1, anon_sym_DOT_DOT, STATE(2019), 2, sym_line_comment, sym_block_comment, - ACTIONS(1025), 13, + ACTIONS(4650), 12, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165184,62 +165273,37 @@ static const uint16_t ts_small_parse_table[] = { 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, - [63652] = 5, + [63662] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1007), 1, + ACTIONS(4654), 1, + anon_sym_LPAREN, + ACTIONS(3353), 2, + anon_sym_COLON, anon_sym_DOT_DOT, STATE(2020), 2, sym_line_comment, sym_block_comment, - ACTIONS(1009), 13, - anon_sym_SEMI, + ACTIONS(3349), 5, anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_LT2, + ACTIONS(3355), 5, + 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_else, - anon_sym_in, - [63681] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4642), 1, - anon_sym_pat, - STATE(151), 1, - sym_fragment_specifier, - STATE(2021), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4640), 12, - anon_sym_block, - anon_sym_expr, - anon_sym_ident, - anon_sym_item, - anon_sym_lifetime, - anon_sym_literal, - anon_sym_meta, - anon_sym_path, - anon_sym_stmt, - anon_sym_tt, - anon_sym_ty, - anon_sym_vis, - [63712] = 7, + anon_sym_COLON_COLON, + [63694] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -165247,14 +165311,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3345), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2022), 2, + STATE(2021), 2, sym_line_comment, sym_block_comment, ACTIONS(3341), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(4644), 3, + ACTIONS(4657), 3, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -165264,297 +165328,241 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [63744] = 7, + [63726] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3353), 2, + ACTIONS(3337), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2023), 2, + STATE(2022), 2, sym_line_comment, sym_block_comment, - ACTIONS(3349), 3, + ACTIONS(3333), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(4647), 3, + ACTIONS(4660), 3, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(3355), 5, + ACTIONS(3339), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [63776] = 7, + [63758] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3333), 2, - anon_sym_COLON, + ACTIONS(3361), 1, anon_sym_DOT_DOT, - STATE(2024), 2, + ACTIONS(4663), 2, + anon_sym_LPAREN, + anon_sym_RBRACK, + STATE(2023), 2, sym_line_comment, sym_block_comment, - ACTIONS(3329), 3, + ACTIONS(3357), 4, + anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(4650), 3, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(3335), 5, + ACTIONS(3363), 6, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - [63808] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4517), 1, - anon_sym_DOT_DOT, - ACTIONS(4519), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2025), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4507), 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, - [63838] = 7, + anon_sym_COLON_COLON, + [63790] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3372), 2, + ACTIONS(3361), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2026), 2, + STATE(2024), 2, sym_line_comment, sym_block_comment, - ACTIONS(3368), 3, + ACTIONS(3357), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(4653), 3, + ACTIONS(4663), 3, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(3374), 5, + ACTIONS(3363), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [63870] = 7, + [63822] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4647), 1, + ACTIONS(4657), 1, anon_sym_LPAREN, - ACTIONS(3353), 2, + ACTIONS(3345), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2027), 2, + STATE(2025), 2, sym_line_comment, sym_block_comment, - ACTIONS(3349), 5, + ACTIONS(3341), 5, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_COMMA, anon_sym_LT2, - ACTIONS(3355), 5, + ACTIONS(3347), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [63902] = 7, + [63854] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4650), 1, - anon_sym_LPAREN, - ACTIONS(3333), 2, - anon_sym_COLON, + ACTIONS(4509), 1, anon_sym_DOT_DOT, - STATE(2028), 2, + ACTIONS(4511), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2026), 2, sym_line_comment, sym_block_comment, - ACTIONS(3329), 5, + ACTIONS(4499), 10, + anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_LT2, - ACTIONS(3335), 5, - anon_sym_BANG, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - [63934] = 7, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [63884] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3372), 1, + ACTIONS(3345), 1, anon_sym_DOT_DOT, - ACTIONS(4653), 2, + ACTIONS(4657), 2, anon_sym_LPAREN, anon_sym_RBRACK, - STATE(2029), 2, + STATE(2027), 2, sym_line_comment, sym_block_comment, - ACTIONS(3368), 4, + ACTIONS(3341), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(3374), 6, + ACTIONS(3347), 6, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_COLON_COLON, - [63966] = 7, + [63916] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4653), 1, - anon_sym_LPAREN, - ACTIONS(3372), 2, - anon_sym_COLON, + ACTIONS(3337), 1, anon_sym_DOT_DOT, - STATE(2030), 2, + ACTIONS(4660), 2, + anon_sym_LPAREN, + anon_sym_RBRACK, + STATE(2028), 2, sym_line_comment, sym_block_comment, - ACTIONS(3368), 5, - anon_sym_RPAREN, + ACTIONS(3333), 4, + anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_COMMA, anon_sym_LT2, - ACTIONS(3374), 5, + ACTIONS(3339), 6, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, anon_sym_COLON_COLON, - [63998] = 7, + [63948] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3345), 1, + ACTIONS(3353), 1, anon_sym_DOT_DOT, - ACTIONS(4644), 2, + ACTIONS(4654), 2, anon_sym_LPAREN, anon_sym_RBRACK, - STATE(2031), 2, + STATE(2029), 2, sym_line_comment, sym_block_comment, - ACTIONS(3341), 4, + ACTIONS(3349), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(3347), 6, + ACTIONS(3355), 6, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_COLON_COLON, - [64030] = 13, + [63980] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4656), 1, + ACTIONS(4663), 1, anon_sym_LPAREN, - ACTIONS(4658), 1, - anon_sym_LBRACE, - ACTIONS(4660), 1, - anon_sym_BANG, - ACTIONS(4662), 1, - anon_sym_AT, - ACTIONS(4664), 1, - anon_sym_DOT_DOT, - ACTIONS(4668), 1, - anon_sym_COLON_COLON, - STATE(1953), 1, - sym_type_arguments, - ACTIONS(4666), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2032), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4507), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [64074] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3333), 1, + ACTIONS(3361), 2, + anon_sym_COLON, anon_sym_DOT_DOT, - ACTIONS(4650), 2, - anon_sym_LPAREN, - anon_sym_RBRACK, - STATE(2033), 2, + STATE(2030), 2, sym_line_comment, sym_block_comment, - ACTIONS(3329), 4, - anon_sym_SEMI, + ACTIONS(3357), 5, + anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_PLUS, + anon_sym_COMMA, anon_sym_LT2, - ACTIONS(3335), 6, + ACTIONS(3363), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, anon_sym_COLON_COLON, - [64106] = 5, + [64012] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4668), 1, anon_sym_DOT_DOT, - STATE(2034), 2, + STATE(2031), 2, sym_line_comment, sym_block_comment, - ACTIONS(4670), 12, + ACTIONS(4666), 12, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165567,638 +165575,704 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [64134] = 7, + [64040] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4644), 1, - anon_sym_LPAREN, - ACTIONS(3345), 2, + ACTIONS(3353), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2035), 2, + STATE(2032), 2, sym_line_comment, sym_block_comment, - ACTIONS(3341), 5, - anon_sym_RPAREN, + ACTIONS(3349), 3, anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_COMMA, anon_sym_LT2, - ACTIONS(3347), 5, + ACTIONS(4654), 3, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(3355), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [64166] = 7, + [64072] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3353), 1, - anon_sym_DOT_DOT, - ACTIONS(4647), 2, + ACTIONS(4660), 1, anon_sym_LPAREN, - anon_sym_RBRACK, - STATE(2036), 2, + ACTIONS(3337), 2, + anon_sym_COLON, + anon_sym_DOT_DOT, + STATE(2033), 2, sym_line_comment, sym_block_comment, - ACTIONS(3349), 4, - anon_sym_SEMI, + ACTIONS(3333), 5, + anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_PLUS, + anon_sym_COMMA, anon_sym_LT2, - ACTIONS(3355), 6, + ACTIONS(3339), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, anon_sym_COLON_COLON, - [64198] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4676), 1, - anon_sym_DOT_DOT, - STATE(2037), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4674), 12, - anon_sym_SEMI, - anon_sym_RPAREN, - 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_COMMA, - anon_sym_else, - anon_sym_in, - [64226] = 14, + [64104] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4678), 1, + ACTIONS(4670), 1, sym_identifier, - ACTIONS(4680), 1, + ACTIONS(4672), 1, anon_sym_GT, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4684), 1, + ACTIONS(4676), 1, sym_metavariable, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2059), 1, + STATE(2081), 1, aux_sym_enum_variant_list_repeat1, - STATE(2572), 1, + STATE(2632), 1, sym_lifetime, - STATE(3014), 1, + STATE(2836), 1, sym_constrained_type_parameter, - STATE(2038), 2, + STATE(2034), 2, sym_line_comment, sym_block_comment, - STATE(3270), 2, + STATE(3120), 2, sym_const_parameter, sym_optional_type_parameter, - [64271] = 14, + [64149] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4678), 1, + ACTIONS(4670), 1, sym_identifier, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4684), 1, + ACTIONS(4676), 1, sym_metavariable, - ACTIONS(4686), 1, + ACTIONS(4678), 1, anon_sym_GT, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2059), 1, + STATE(2081), 1, aux_sym_enum_variant_list_repeat1, - STATE(2572), 1, + STATE(2632), 1, sym_lifetime, - STATE(3014), 1, + STATE(2836), 1, sym_constrained_type_parameter, - STATE(2039), 2, + STATE(2035), 2, sym_line_comment, sym_block_comment, - STATE(3270), 2, + STATE(3120), 2, sym_const_parameter, sym_optional_type_parameter, - [64316] = 14, + [64194] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4678), 1, + ACTIONS(4670), 1, sym_identifier, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4684), 1, + ACTIONS(4676), 1, sym_metavariable, - ACTIONS(4688), 1, + ACTIONS(4680), 1, anon_sym_GT, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2059), 1, + STATE(2081), 1, aux_sym_enum_variant_list_repeat1, - STATE(2572), 1, + STATE(2696), 1, sym_lifetime, - STATE(3014), 1, + STATE(2836), 1, sym_constrained_type_parameter, - STATE(2040), 2, + STATE(2036), 2, sym_line_comment, sym_block_comment, - STATE(3270), 2, + STATE(3120), 2, sym_const_parameter, sym_optional_type_parameter, - [64361] = 14, + [64239] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4678), 1, + ACTIONS(4670), 1, sym_identifier, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4684), 1, + ACTIONS(4676), 1, sym_metavariable, - ACTIONS(4690), 1, + ACTIONS(4682), 1, anon_sym_GT, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2059), 1, + STATE(2081), 1, aux_sym_enum_variant_list_repeat1, - STATE(2572), 1, + STATE(2632), 1, sym_lifetime, - STATE(3014), 1, + STATE(2836), 1, sym_constrained_type_parameter, - STATE(2041), 2, + STATE(2037), 2, sym_line_comment, sym_block_comment, - STATE(3270), 2, + STATE(3120), 2, sym_const_parameter, sym_optional_type_parameter, - [64406] = 10, - ACTIONS(19), 1, - anon_sym_LBRACE, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(4537), 1, - anon_sym_trait, - ACTIONS(4692), 1, - anon_sym_impl, - STATE(379), 1, - sym_block, - STATE(3355), 1, - sym_label, - STATE(2042), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3458), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [64443] = 14, + [64284] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4678), 1, + ACTIONS(4670), 1, sym_identifier, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4684), 1, + ACTIONS(4676), 1, sym_metavariable, - ACTIONS(4694), 1, + ACTIONS(4684), 1, anon_sym_GT, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2059), 1, + STATE(2081), 1, aux_sym_enum_variant_list_repeat1, - STATE(2572), 1, + STATE(2632), 1, sym_lifetime, - STATE(3014), 1, + STATE(2836), 1, sym_constrained_type_parameter, - STATE(2043), 2, + STATE(2038), 2, sym_line_comment, sym_block_comment, - STATE(3270), 2, + STATE(3120), 2, sym_const_parameter, sym_optional_type_parameter, - [64488] = 14, + [64329] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4678), 1, + ACTIONS(4670), 1, sym_identifier, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4684), 1, + ACTIONS(4676), 1, sym_metavariable, - ACTIONS(4696), 1, + ACTIONS(4686), 1, anon_sym_GT, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2059), 1, + STATE(2081), 1, aux_sym_enum_variant_list_repeat1, - STATE(2572), 1, + STATE(2632), 1, sym_lifetime, - STATE(3014), 1, + STATE(2836), 1, sym_constrained_type_parameter, - STATE(2044), 2, + STATE(2039), 2, sym_line_comment, sym_block_comment, - STATE(3270), 2, + STATE(3120), 2, sym_const_parameter, sym_optional_type_parameter, - [64533] = 14, + [64374] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4678), 1, + ACTIONS(4670), 1, sym_identifier, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4684), 1, + ACTIONS(4676), 1, sym_metavariable, - ACTIONS(4698), 1, + ACTIONS(4688), 1, anon_sym_GT, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2059), 1, + STATE(2081), 1, aux_sym_enum_variant_list_repeat1, - STATE(2572), 1, + STATE(2632), 1, sym_lifetime, - STATE(3014), 1, + STATE(2836), 1, sym_constrained_type_parameter, - STATE(2045), 2, + STATE(2040), 2, sym_line_comment, sym_block_comment, - STATE(3270), 2, + STATE(3120), 2, sym_const_parameter, sym_optional_type_parameter, - [64578] = 14, + [64419] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4678), 1, + ACTIONS(4670), 1, sym_identifier, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4684), 1, + ACTIONS(4676), 1, sym_metavariable, - ACTIONS(4700), 1, + ACTIONS(4690), 1, anon_sym_GT, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2059), 1, + STATE(2081), 1, aux_sym_enum_variant_list_repeat1, - STATE(2572), 1, + STATE(2632), 1, sym_lifetime, - STATE(3014), 1, + STATE(2836), 1, sym_constrained_type_parameter, - STATE(2046), 2, + STATE(2041), 2, sym_line_comment, sym_block_comment, - STATE(3270), 2, + STATE(3120), 2, sym_const_parameter, sym_optional_type_parameter, - [64623] = 14, + [64464] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4678), 1, + ACTIONS(4670), 1, sym_identifier, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4684), 1, + ACTIONS(4676), 1, sym_metavariable, - ACTIONS(4702), 1, + ACTIONS(4692), 1, anon_sym_GT, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2059), 1, + STATE(2081), 1, aux_sym_enum_variant_list_repeat1, - STATE(2572), 1, + STATE(2632), 1, sym_lifetime, - STATE(3014), 1, + STATE(2836), 1, sym_constrained_type_parameter, - STATE(2047), 2, + STATE(2042), 2, sym_line_comment, sym_block_comment, - STATE(3270), 2, + STATE(3120), 2, sym_const_parameter, sym_optional_type_parameter, - [64668] = 14, + [64509] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4678), 1, + ACTIONS(4670), 1, sym_identifier, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4684), 1, + ACTIONS(4676), 1, sym_metavariable, - ACTIONS(4704), 1, + ACTIONS(4694), 1, anon_sym_GT, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2059), 1, + STATE(2081), 1, aux_sym_enum_variant_list_repeat1, - STATE(2572), 1, + STATE(2632), 1, sym_lifetime, - STATE(3014), 1, + STATE(2836), 1, sym_constrained_type_parameter, - STATE(2048), 2, + STATE(2043), 2, sym_line_comment, sym_block_comment, - STATE(3270), 2, + STATE(3120), 2, sym_const_parameter, sym_optional_type_parameter, - [64713] = 14, + [64554] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4678), 1, + ACTIONS(4670), 1, sym_identifier, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4684), 1, + ACTIONS(4676), 1, sym_metavariable, - ACTIONS(4706), 1, + ACTIONS(4696), 1, anon_sym_GT, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2059), 1, + STATE(2081), 1, aux_sym_enum_variant_list_repeat1, - STATE(2572), 1, + STATE(2632), 1, sym_lifetime, - STATE(3014), 1, + STATE(2836), 1, sym_constrained_type_parameter, - STATE(2049), 2, + STATE(2044), 2, sym_line_comment, sym_block_comment, - STATE(3270), 2, + STATE(3120), 2, sym_const_parameter, sym_optional_type_parameter, - [64758] = 14, + [64599] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4678), 1, + ACTIONS(4670), 1, sym_identifier, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4684), 1, + ACTIONS(4676), 1, sym_metavariable, - ACTIONS(4708), 1, + ACTIONS(4698), 1, anon_sym_GT, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2059), 1, + STATE(2081), 1, aux_sym_enum_variant_list_repeat1, - STATE(2572), 1, + STATE(2632), 1, sym_lifetime, - STATE(3014), 1, + STATE(2836), 1, sym_constrained_type_parameter, - STATE(2050), 2, + STATE(2045), 2, sym_line_comment, sym_block_comment, - STATE(3270), 2, + STATE(3120), 2, sym_const_parameter, sym_optional_type_parameter, - [64803] = 14, + [64644] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4678), 1, + ACTIONS(4670), 1, sym_identifier, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4684), 1, + ACTIONS(4676), 1, sym_metavariable, - ACTIONS(4710), 1, + ACTIONS(4700), 1, anon_sym_GT, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2059), 1, + STATE(2081), 1, aux_sym_enum_variant_list_repeat1, - STATE(2667), 1, + STATE(2632), 1, sym_lifetime, - STATE(3014), 1, + STATE(2836), 1, sym_constrained_type_parameter, - STATE(2051), 2, + STATE(2046), 2, sym_line_comment, sym_block_comment, - STATE(3270), 2, + STATE(3120), 2, sym_const_parameter, sym_optional_type_parameter, - [64848] = 14, + [64689] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4678), 1, + ACTIONS(4670), 1, sym_identifier, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4684), 1, + ACTIONS(4676), 1, sym_metavariable, - ACTIONS(4712), 1, + ACTIONS(4702), 1, anon_sym_GT, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2059), 1, + STATE(2081), 1, aux_sym_enum_variant_list_repeat1, - STATE(2572), 1, + STATE(2632), 1, sym_lifetime, - STATE(3014), 1, + STATE(2836), 1, sym_constrained_type_parameter, - STATE(2052), 2, + STATE(2047), 2, sym_line_comment, sym_block_comment, - STATE(3270), 2, + STATE(3120), 2, sym_const_parameter, sym_optional_type_parameter, - [64893] = 14, + [64734] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4678), 1, + ACTIONS(4670), 1, sym_identifier, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4684), 1, + ACTIONS(4676), 1, sym_metavariable, - ACTIONS(4714), 1, + ACTIONS(4704), 1, anon_sym_GT, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2059), 1, + STATE(2081), 1, aux_sym_enum_variant_list_repeat1, - STATE(2572), 1, + STATE(2632), 1, sym_lifetime, - STATE(3014), 1, + STATE(2836), 1, sym_constrained_type_parameter, - STATE(2053), 2, + STATE(2048), 2, sym_line_comment, sym_block_comment, - STATE(3270), 2, + STATE(3120), 2, sym_const_parameter, sym_optional_type_parameter, - [64938] = 11, + [64779] = 10, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(4541), 1, + anon_sym_trait, + ACTIONS(4706), 1, + anon_sym_impl, + STATE(380), 1, + sym_block, + STATE(3524), 1, + sym_label, + STATE(2049), 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, + [64816] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4489), 1, anon_sym_LPAREN, - ACTIONS(4499), 1, + ACTIONS(4491), 1, anon_sym_BANG, - ACTIONS(4501), 1, + ACTIONS(4493), 1, anon_sym_COLON_COLON, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(4716), 1, + ACTIONS(4708), 1, anon_sym_for, - STATE(1953), 1, + STATE(1954), 1, sym_type_arguments, - STATE(1982), 1, + STATE(1965), 1, sym_parameters, - STATE(2054), 2, + STATE(2050), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 4, + ACTIONS(3283), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [64976] = 11, + [64854] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, + ACTIONS(4712), 1, + anon_sym_COLON, + ACTIONS(4714), 1, + anon_sym_COLON_COLON, + STATE(2051), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4710), 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, + [64882] = 6, + 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(2052), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4716), 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, + [64910] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4622), 1, + anon_sym_COLON_COLON, + ACTIONS(4718), 1, + anon_sym_COLON, + STATE(2053), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4716), 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, + [64938] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4718), 1, + anon_sym_COLON, + ACTIONS(4722), 1, + anon_sym_COLON_COLON, + STATE(2054), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4716), 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, + [64966] = 12, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3287), 1, + anon_sym_COLON, + ACTIONS(4489), 1, anon_sym_LPAREN, - ACTIONS(4499), 1, + ACTIONS(4491), 1, anon_sym_BANG, - ACTIONS(4501), 1, + ACTIONS(4493), 1, anon_sym_COLON_COLON, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(4718), 1, - anon_sym_for, - STATE(1953), 1, - sym_type_arguments, - STATE(1982), 1, + ACTIONS(4724), 1, + anon_sym_EQ, + STATE(1965), 1, sym_parameters, + STATE(2314), 1, + sym_type_arguments, STATE(2055), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 4, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(3283), 3, anon_sym_PLUS, - anon_sym_where, - [65014] = 6, + anon_sym_GT, + anon_sym_COMMA, + [65006] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4630), 1, + ACTIONS(4714), 1, anon_sym_COLON_COLON, - ACTIONS(4722), 1, + ACTIONS(4728), 1, anon_sym_COLON, STATE(2056), 2, sym_line_comment, sym_block_comment, - ACTIONS(4720), 9, + ACTIONS(4726), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -166208,198 +166282,251 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [65042] = 7, + [65034] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1341), 1, - aux_sym_string_literal_token1, - ACTIONS(4726), 1, - sym_crate, - STATE(2199), 1, - sym_string_literal, + ACTIONS(4720), 1, + anon_sym_COLON_COLON, + ACTIONS(4732), 1, + anon_sym_COLON, STATE(2057), 2, sym_line_comment, sym_block_comment, - ACTIONS(4724), 8, + ACTIONS(4730), 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, - [65072] = 9, - ACTIONS(19), 1, - anon_sym_LBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [65062] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(4728), 1, - anon_sym_move, - STATE(381), 1, - sym_block, - STATE(3355), 1, - sym_label, + ACTIONS(4622), 1, + anon_sym_COLON_COLON, + ACTIONS(4732), 1, + anon_sym_COLON, STATE(2058), 2, sym_line_comment, sym_block_comment, - ACTIONS(3458), 6, - anon_sym_async, + ACTIONS(4730), 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, + [65090] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4722), 1, + anon_sym_COLON_COLON, + ACTIONS(4732), 1, + anon_sym_COLON, + STATE(2059), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4730), 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, + [65118] = 13, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(3011), 1, + anon_sym_SQUOTE, + ACTIONS(4670), 1, + sym_identifier, + ACTIONS(4674), 1, anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [65106] = 13, + ACTIONS(4676), 1, + sym_metavariable, + STATE(1465), 1, + sym_attribute_item, + STATE(2081), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2632), 1, + sym_lifetime, + STATE(2836), 1, + sym_constrained_type_parameter, + STATE(2060), 2, + sym_line_comment, + sym_block_comment, + STATE(3120), 2, + sym_const_parameter, + sym_optional_type_parameter, + [65160] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4730), 1, + ACTIONS(4734), 1, sym_identifier, - ACTIONS(4732), 1, + ACTIONS(4736), 1, sym_metavariable, - STATE(1061), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2722), 1, + STATE(2076), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2342), 1, sym_lifetime, - STATE(2781), 1, + STATE(2666), 1, sym_constrained_type_parameter, - STATE(2059), 2, + STATE(2061), 2, sym_line_comment, sym_block_comment, - STATE(3310), 2, + STATE(2894), 2, sym_const_parameter, sym_optional_type_parameter, - [65148] = 6, + [65202] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(2062), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1265), 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, + [65226] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(2063), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1269), 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, + [65250] = 9, + ACTIONS(19), 1, + anon_sym_LBRACE, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(4738), 1, + anon_sym_move, + STATE(390), 1, + sym_block, + STATE(3524), 1, + sym_label, + STATE(2064), 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, + [65284] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4630), 1, - anon_sym_COLON_COLON, - ACTIONS(4736), 1, - anon_sym_COLON, - STATE(2060), 2, + STATE(2065), 2, sym_line_comment, sym_block_comment, - ACTIONS(4734), 9, + ACTIONS(1273), 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, - [65176] = 13, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(2999), 1, - anon_sym_SQUOTE, - ACTIONS(4682), 1, - anon_sym_const, - ACTIONS(4738), 1, - sym_identifier, - ACTIONS(4740), 1, - sym_metavariable, - STATE(1405), 1, - sym_attribute_item, - STATE(2077), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2486), 1, - sym_lifetime, - STATE(2540), 1, - sym_constrained_type_parameter, - STATE(2061), 2, - sym_line_comment, - sym_block_comment, - STATE(2953), 2, - sym_const_parameter, - sym_optional_type_parameter, - [65218] = 11, + [65308] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, + ACTIONS(4489), 1, anon_sym_LPAREN, - ACTIONS(4499), 1, + ACTIONS(4491), 1, anon_sym_BANG, - ACTIONS(4501), 1, + ACTIONS(4493), 1, anon_sym_COLON_COLON, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(4742), 1, + ACTIONS(4740), 1, anon_sym_for, - STATE(1953), 1, + STATE(1954), 1, sym_type_arguments, - STATE(1982), 1, + STATE(1965), 1, sym_parameters, - STATE(2062), 2, + STATE(2066), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 4, + ACTIONS(3283), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [65256] = 12, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_COLON, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4499), 1, - anon_sym_BANG, - ACTIONS(4501), 1, - anon_sym_COLON_COLON, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4744), 1, - anon_sym_EQ, - STATE(1982), 1, - sym_parameters, - STATE(2358), 1, - sym_type_arguments, - STATE(2063), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3295), 3, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - [65296] = 4, + [65346] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2064), 2, + STATE(2067), 2, sym_line_comment, sym_block_comment, - ACTIONS(1265), 11, + ACTIONS(1257), 11, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -166411,15 +166538,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [65320] = 4, + [65370] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2065), 2, + STATE(2068), 2, sym_line_comment, sym_block_comment, - ACTIONS(1273), 11, + ACTIONS(1261), 11, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -166431,20 +166558,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [65344] = 6, + [65394] = 9, + ACTIONS(19), 1, + anon_sym_LBRACE, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(4742), 1, + sym_identifier, + STATE(393), 1, + sym_block, + STATE(3524), 1, + sym_label, + STATE(2069), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4744), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [65428] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4491), 1, + anon_sym_BANG, + ACTIONS(4493), 1, + anon_sym_COLON_COLON, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4746), 1, + anon_sym_for, + STATE(1954), 1, + sym_type_arguments, + STATE(1965), 1, + sym_parameters, + STATE(2070), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3283), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [65466] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4491), 1, + anon_sym_BANG, + ACTIONS(4493), 1, + anon_sym_COLON_COLON, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4748), 1, + anon_sym_for, + STATE(1954), 1, + sym_type_arguments, + STATE(1965), 1, + sym_parameters, + STATE(2071), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3283), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [65504] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3372), 1, + ACTIONS(3345), 1, anon_sym_DOT_DOT, - ACTIONS(3368), 2, + ACTIONS(3341), 2, anon_sym_LBRACE, anon_sym_LT2, - STATE(2066), 2, + STATE(2072), 2, sym_line_comment, sym_block_comment, - ACTIONS(3374), 8, + ACTIONS(3347), 8, anon_sym_LPAREN, anon_sym_EQ_GT, anon_sym_BANG, @@ -166453,20 +166659,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_if, - [65372] = 6, + [65532] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3333), 1, + ACTIONS(3361), 1, anon_sym_DOT_DOT, - ACTIONS(3329), 2, + ACTIONS(3357), 2, anon_sym_LBRACE, anon_sym_LT2, - STATE(2067), 2, + STATE(2073), 2, sym_line_comment, sym_block_comment, - ACTIONS(3335), 8, + ACTIONS(3363), 8, anon_sym_LPAREN, anon_sym_EQ_GT, anon_sym_BANG, @@ -166475,20 +166681,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_if, - [65400] = 6, + [65560] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3345), 1, + ACTIONS(3337), 1, anon_sym_DOT_DOT, - ACTIONS(3341), 2, + ACTIONS(3333), 2, anon_sym_LBRACE, anon_sym_LT2, - STATE(2068), 2, + STATE(2074), 2, sym_line_comment, sym_block_comment, - ACTIONS(3347), 8, + ACTIONS(3339), 8, anon_sym_LPAREN, anon_sym_EQ_GT, anon_sym_BANG, @@ -166497,7 +166703,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_if, - [65428] = 6, + [65588] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -166507,7 +166713,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3349), 2, anon_sym_LBRACE, anon_sym_LT2, - STATE(2069), 2, + STATE(2075), 2, sym_line_comment, sym_block_comment, ACTIONS(3355), 8, @@ -166519,79 +166725,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_if, - [65456] = 13, + [65616] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4746), 1, + ACTIONS(4750), 1, sym_identifier, - ACTIONS(4748), 1, + ACTIONS(4752), 1, sym_metavariable, - STATE(1405), 1, - sym_attribute_item, - STATE(2071), 1, + STATE(1052), 1, aux_sym_enum_variant_list_repeat1, - STATE(2422), 1, + STATE(1465), 1, + sym_attribute_item, + STATE(2458), 1, sym_lifetime, - STATE(2600), 1, + STATE(2517), 1, sym_constrained_type_parameter, - STATE(2070), 2, + STATE(2076), 2, sym_line_comment, sym_block_comment, - STATE(3040), 2, + STATE(2966), 2, sym_const_parameter, sym_optional_type_parameter, - [65498] = 13, + [65658] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, - anon_sym_SQUOTE, - ACTIONS(4682), 1, - anon_sym_const, - ACTIONS(4750), 1, + ACTIONS(4754), 1, sym_identifier, - ACTIONS(4752), 1, - sym_metavariable, - STATE(1061), 1, + ACTIONS(4756), 1, + anon_sym_RBRACE, + ACTIONS(4758), 1, + anon_sym_DOT_DOT, + ACTIONS(4760), 1, + anon_sym_COMMA, + ACTIONS(4762), 1, + sym_integer_literal, + STATE(1465), 1, + sym_attribute_item, + STATE(2431), 1, aux_sym_enum_variant_list_repeat1, - STATE(1405), 1, + STATE(2077), 2, + sym_line_comment, + sym_block_comment, + STATE(2980), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [65698] = 12, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(4754), 1, + sym_identifier, + ACTIONS(4758), 1, + anon_sym_DOT_DOT, + ACTIONS(4762), 1, + sym_integer_literal, + ACTIONS(4764), 1, + anon_sym_RBRACE, + ACTIONS(4766), 1, + anon_sym_COMMA, + STATE(1465), 1, sym_attribute_item, - STATE(2425), 1, - sym_lifetime, - STATE(2536), 1, - sym_constrained_type_parameter, - STATE(2071), 2, + STATE(2431), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2078), 2, sym_line_comment, sym_block_comment, - STATE(2796), 2, - sym_const_parameter, - sym_optional_type_parameter, - [65540] = 7, + STATE(2829), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [65738] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4491), 1, + anon_sym_BANG, + ACTIONS(4493), 1, + anon_sym_COLON_COLON, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4768), 1, + anon_sym_for, + STATE(1954), 1, + sym_type_arguments, + STATE(1965), 1, + sym_parameters, + STATE(2079), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3283), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [65776] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1341), 1, + ACTIONS(1361), 1, aux_sym_string_literal_token1, - ACTIONS(4754), 1, + ACTIONS(4772), 1, sym_crate, - STATE(2199), 1, + STATE(2216), 1, sym_string_literal, - STATE(2072), 2, + STATE(2080), 2, sym_line_comment, sym_block_comment, - ACTIONS(4724), 8, + ACTIONS(4770), 8, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_async, @@ -166600,393 +166860,158 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [65570] = 13, + [65806] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4678), 1, - sym_identifier, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4684), 1, + ACTIONS(4774), 1, + sym_identifier, + ACTIONS(4776), 1, sym_metavariable, - STATE(1405), 1, - sym_attribute_item, - STATE(2059), 1, + STATE(1052), 1, aux_sym_enum_variant_list_repeat1, - STATE(2572), 1, + STATE(1465), 1, + sym_attribute_item, + STATE(2611), 1, sym_lifetime, - STATE(3014), 1, + STATE(2772), 1, sym_constrained_type_parameter, - STATE(2073), 2, + STATE(2081), 2, sym_line_comment, sym_block_comment, - STATE(3270), 2, + STATE(3123), 2, sym_const_parameter, sym_optional_type_parameter, - [65612] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4736), 1, - anon_sym_COLON, - ACTIONS(4756), 1, - anon_sym_COLON_COLON, - STATE(2074), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4734), 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, - [65640] = 13, + [65848] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4738), 1, + ACTIONS(4778), 1, sym_identifier, - ACTIONS(4740), 1, + ACTIONS(4780), 1, sym_metavariable, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2077), 1, + STATE(2083), 1, aux_sym_enum_variant_list_repeat1, - STATE(2382), 1, + STATE(2481), 1, sym_lifetime, - STATE(2540), 1, + STATE(2518), 1, sym_constrained_type_parameter, - STATE(2075), 2, + STATE(2082), 2, sym_line_comment, sym_block_comment, - STATE(2953), 2, + STATE(2958), 2, sym_const_parameter, sym_optional_type_parameter, - [65682] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4736), 1, - anon_sym_COLON, - ACTIONS(4758), 1, - anon_sym_COLON_COLON, - STATE(2076), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4734), 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, - [65710] = 13, + [65890] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(2999), 1, + ACTIONS(3011), 1, anon_sym_SQUOTE, - ACTIONS(4682), 1, + ACTIONS(4674), 1, anon_sym_const, - ACTIONS(4760), 1, + ACTIONS(4782), 1, sym_identifier, - ACTIONS(4762), 1, + ACTIONS(4784), 1, sym_metavariable, - STATE(1061), 1, + STATE(1052), 1, aux_sym_enum_variant_list_repeat1, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, STATE(2428), 1, sym_lifetime, - STATE(2539), 1, + STATE(2542), 1, sym_constrained_type_parameter, - STATE(2077), 2, + STATE(2083), 2, sym_line_comment, sym_block_comment, - STATE(2837), 2, + STATE(2757), 2, sym_const_parameter, sym_optional_type_parameter, - [65752] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(2078), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1269), 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, - [65776] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4722), 1, - anon_sym_COLON, - ACTIONS(4756), 1, - anon_sym_COLON_COLON, - STATE(2079), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4720), 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, - [65804] = 6, + [65932] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4766), 1, - anon_sym_COLON, - ACTIONS(4768), 1, - anon_sym_COLON_COLON, - STATE(2080), 2, + ACTIONS(1361), 1, + aux_sym_string_literal_token1, + ACTIONS(4786), 1, + sym_crate, + STATE(2216), 1, + sym_string_literal, + STATE(2084), 2, sym_line_comment, sym_block_comment, - ACTIONS(4764), 9, + ACTIONS(4770), 8, 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, - [65832] = 9, - ACTIONS(19), 1, anon_sym_LBRACE, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(4770), 1, - sym_identifier, - STATE(397), 1, - sym_block, - STATE(3355), 1, - sym_label, - STATE(2081), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4772), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [65866] = 12, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4774), 1, - sym_identifier, - ACTIONS(4776), 1, - anon_sym_RBRACE, - ACTIONS(4778), 1, - anon_sym_DOT_DOT, - ACTIONS(4780), 1, - anon_sym_COMMA, - ACTIONS(4782), 1, - sym_integer_literal, - STATE(1405), 1, - sym_attribute_item, - STATE(2466), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2082), 2, - sym_line_comment, - sym_block_comment, - STATE(2758), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [65906] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4722), 1, - anon_sym_COLON, - ACTIONS(4758), 1, - anon_sym_COLON_COLON, - STATE(2083), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4720), 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, - [65934] = 11, + [65962] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(4551), 1, + ACTIONS(4517), 1, anon_sym_COLON, - ACTIONS(4553), 1, + ACTIONS(4519), 1, anon_sym_BANG, - ACTIONS(4555), 1, + ACTIONS(4521), 1, anon_sym_DOT_DOT, - ACTIONS(4585), 1, + ACTIONS(4553), 1, anon_sym_COLON_COLON, STATE(1952), 1, sym_type_arguments, - ACTIONS(4557), 2, + ACTIONS(4523), 2, anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2084), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4549), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [65972] = 12, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4774), 1, - sym_identifier, - ACTIONS(4778), 1, - anon_sym_DOT_DOT, - ACTIONS(4782), 1, - sym_integer_literal, - ACTIONS(4784), 1, - anon_sym_RBRACE, - ACTIONS(4786), 1, - anon_sym_COMMA, - STATE(1405), 1, - sym_attribute_item, - STATE(2466), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2085), 2, - sym_line_comment, - sym_block_comment, - STATE(2905), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [66012] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4499), 1, - anon_sym_BANG, - ACTIONS(4501), 1, - anon_sym_COLON_COLON, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4788), 1, - anon_sym_for, - STATE(1953), 1, - sym_type_arguments, - STATE(1982), 1, - sym_parameters, - STATE(2086), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3295), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [66050] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(2087), 2, + anon_sym_DOT_DOT_EQ, + STATE(2085), 2, sym_line_comment, sym_block_comment, - ACTIONS(1261), 11, - anon_sym_SEMI, + ACTIONS(4515), 3, 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, - [66074] = 7, + [66000] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1341), 1, + ACTIONS(1361), 1, aux_sym_string_literal_token1, - ACTIONS(4790), 1, + ACTIONS(4788), 1, sym_crate, - STATE(2199), 1, + STATE(2216), 1, sym_string_literal, - STATE(2088), 2, + STATE(2086), 2, sym_line_comment, sym_block_comment, - ACTIONS(4724), 8, + ACTIONS(4770), 8, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_async, @@ -166995,21 +167020,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [66104] = 7, + [66030] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4491), 1, + anon_sym_BANG, + ACTIONS(4493), 1, + anon_sym_COLON_COLON, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4790), 1, + anon_sym_for, + STATE(1954), 1, + sym_type_arguments, + STATE(1965), 1, + sym_parameters, + STATE(2087), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3283), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [66068] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1341), 1, + ACTIONS(1361), 1, aux_sym_string_literal_token1, ACTIONS(4792), 1, sym_crate, - STATE(2199), 1, + STATE(2216), 1, sym_string_literal, - STATE(2089), 2, + STATE(2088), 2, sym_line_comment, sym_block_comment, - ACTIONS(4724), 8, + ACTIONS(4770), 8, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_async, @@ -167018,88 +167070,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [66134] = 11, + [66098] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, + ACTIONS(4489), 1, anon_sym_LPAREN, - ACTIONS(4499), 1, + ACTIONS(4491), 1, anon_sym_BANG, - ACTIONS(4501), 1, + ACTIONS(4493), 1, anon_sym_COLON_COLON, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, ACTIONS(4794), 1, anon_sym_for, - STATE(1953), 1, + STATE(1954), 1, sym_type_arguments, - STATE(1982), 1, + STATE(1965), 1, sym_parameters, - STATE(2090), 2, + STATE(2089), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 4, + ACTIONS(3283), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [66172] = 11, + [66136] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, + ACTIONS(4489), 1, anon_sym_LPAREN, - ACTIONS(4499), 1, + ACTIONS(4491), 1, anon_sym_BANG, - ACTIONS(4501), 1, + ACTIONS(4493), 1, anon_sym_COLON_COLON, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, ACTIONS(4796), 1, anon_sym_for, - STATE(1953), 1, + STATE(1954), 1, sym_type_arguments, - STATE(1982), 1, + STATE(1965), 1, sym_parameters, - STATE(2091), 2, + STATE(2090), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 4, + ACTIONS(3283), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [66210] = 11, + [66174] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4499), 1, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(3011), 1, + anon_sym_SQUOTE, + ACTIONS(4674), 1, + anon_sym_const, + ACTIONS(4734), 1, + sym_identifier, + ACTIONS(4736), 1, + sym_metavariable, + STATE(1465), 1, + sym_attribute_item, + STATE(2076), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2441), 1, + sym_lifetime, + STATE(2666), 1, + sym_constrained_type_parameter, + STATE(2091), 2, + sym_line_comment, + sym_block_comment, + STATE(2894), 2, + sym_const_parameter, + sym_optional_type_parameter, + [66216] = 10, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4491), 1, anon_sym_BANG, ACTIONS(4501), 1, - anon_sym_COLON_COLON, - ACTIONS(4503), 1, - anon_sym_LT2, + anon_sym_LPAREN, + ACTIONS(4505), 1, + anon_sym_COLON, + ACTIONS(4509), 1, + anon_sym_DOT_DOT, ACTIONS(4798), 1, - anon_sym_for, - STATE(1953), 1, - sym_type_arguments, - STATE(1982), 1, - sym_parameters, + anon_sym_COLON_COLON, + ACTIONS(4511), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2092), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [66248] = 4, + ACTIONS(4499), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + [66251] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -167107,7 +167186,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2093), 2, sym_line_comment, sym_block_comment, - ACTIONS(1257), 11, + ACTIONS(4800), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167115,60 +167194,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_PIPE, anon_sym_EQ, - anon_sym_GT, anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66272] = 11, + [66274] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4499), 1, - anon_sym_BANG, - ACTIONS(4501), 1, - anon_sym_COLON_COLON, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4800), 1, - anon_sym_for, - STATE(1953), 1, - sym_type_arguments, - STATE(1982), 1, - sym_parameters, STATE(2094), 2, sym_line_comment, sym_block_comment, - ACTIONS(3295), 4, + ACTIONS(4802), 10, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [66310] = 6, + 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, + [66297] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4768), 1, - anon_sym_COLON_COLON, - ACTIONS(4804), 1, - anon_sym_COLON, STATE(2095), 2, sym_line_comment, sym_block_comment, - ACTIONS(4802), 9, + ACTIONS(4804), 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, - [66338] = 4, + [66320] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -167187,37 +167254,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66361] = 8, + [66343] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4553), 1, - anon_sym_BANG, - ACTIONS(4587), 1, - anon_sym_COLON_COLON, - STATE(1952), 1, - sym_type_arguments, STATE(2097), 2, sym_line_comment, sym_block_comment, - ACTIONS(3458), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [66392] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(2098), 2, - sym_line_comment, - sym_block_comment, ACTIONS(4808), 10, anon_sym_SEMI, anon_sym_RPAREN, @@ -167229,12 +167273,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66415] = 4, + [66366] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2099), 2, + STATE(2098), 2, sym_line_comment, sym_block_comment, ACTIONS(4810), 10, @@ -167248,12 +167292,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66438] = 4, + [66389] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2100), 2, + STATE(2099), 2, sym_line_comment, sym_block_comment, ACTIONS(4812), 10, @@ -167267,12 +167311,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66461] = 4, + [66412] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2101), 2, + STATE(2100), 2, sym_line_comment, sym_block_comment, ACTIONS(4814), 10, @@ -167286,12 +167330,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66484] = 4, + [66435] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2102), 2, + STATE(2101), 2, sym_line_comment, sym_block_comment, ACTIONS(4816), 10, @@ -167305,12 +167349,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66507] = 4, + [66458] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2103), 2, + STATE(2102), 2, sym_line_comment, sym_block_comment, ACTIONS(4818), 10, @@ -167324,53 +167368,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66530] = 4, + [66481] = 13, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2104), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4820), 10, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(4820), 1, + sym_identifier, + ACTIONS(4822), 1, anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_EQ, + ACTIONS(4824), 1, anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [66553] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(2105), 2, + ACTIONS(4826), 1, + sym_crate, + STATE(1465), 1, + sym_attribute_item, + STATE(2247), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2788), 1, + sym_enum_variant, + STATE(3392), 1, + sym_visibility_modifier, + STATE(2103), 2, sym_line_comment, sym_block_comment, - ACTIONS(4822), 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, - [66576] = 4, + [66522] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2106), 2, + STATE(2104), 2, sym_line_comment, sym_block_comment, - ACTIONS(4824), 10, + ACTIONS(4828), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167381,15 +167415,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66599] = 4, + [66545] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2107), 2, + STATE(2105), 2, sym_line_comment, sym_block_comment, - ACTIONS(4826), 10, + ACTIONS(4830), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167400,15 +167434,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66622] = 4, + [66568] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2108), 2, + STATE(2106), 2, sym_line_comment, sym_block_comment, - ACTIONS(4828), 10, + ACTIONS(4832), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167419,64 +167453,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66645] = 11, + [66591] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(4774), 1, + ACTIONS(4754), 1, sym_identifier, - ACTIONS(4778), 1, + ACTIONS(4758), 1, anon_sym_DOT_DOT, - ACTIONS(4782), 1, + ACTIONS(4762), 1, sym_integer_literal, - ACTIONS(4830), 1, + ACTIONS(4834), 1, anon_sym_RBRACE, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2466), 1, + STATE(2431), 1, aux_sym_enum_variant_list_repeat1, - STATE(2109), 2, + STATE(2107), 2, sym_line_comment, sym_block_comment, - STATE(3096), 3, + STATE(3284), 3, sym_shorthand_field_initializer, sym_field_initializer, sym_base_field_initializer, - [66682] = 8, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3305), 1, - anon_sym_LT2, - ACTIONS(3525), 1, - anon_sym_COLON_COLON, - ACTIONS(4832), 1, - anon_sym_BANG, - STATE(1087), 1, - sym_type_arguments, - STATE(2110), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3458), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [66713] = 4, + [66628] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2111), 2, + STATE(2108), 2, sym_line_comment, sym_block_comment, - ACTIONS(1455), 10, + ACTIONS(4836), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167487,38 +167498,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66736] = 8, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4011), 1, - anon_sym_LT2, - ACTIONS(4167), 1, - anon_sym_COLON_COLON, - ACTIONS(4834), 1, - anon_sym_BANG, - STATE(1615), 1, - sym_type_arguments, - STATE(2112), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3458), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [66767] = 4, + [66651] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2113), 2, + STATE(2109), 2, sym_line_comment, sym_block_comment, - ACTIONS(4836), 10, + ACTIONS(4730), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167529,12 +167517,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66790] = 4, + [66674] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2114), 2, + STATE(2110), 2, sym_line_comment, sym_block_comment, ACTIONS(4838), 10, @@ -167548,12 +167536,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66813] = 4, + [66697] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2115), 2, + STATE(2111), 2, sym_line_comment, sym_block_comment, ACTIONS(4840), 10, @@ -167567,12 +167555,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66836] = 4, + [66720] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2116), 2, + STATE(2112), 2, sym_line_comment, sym_block_comment, ACTIONS(4842), 10, @@ -167586,65 +167574,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66859] = 11, + [66743] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4774), 1, - sym_identifier, - ACTIONS(4778), 1, - anon_sym_DOT_DOT, - ACTIONS(4782), 1, - sym_integer_literal, + ACTIONS(4495), 1, + anon_sym_LT2, ACTIONS(4844), 1, - anon_sym_RBRACE, - STATE(1405), 1, - sym_attribute_item, - STATE(2466), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2117), 2, + anon_sym_BANG, + ACTIONS(4846), 1, + anon_sym_DOT_DOT, + ACTIONS(4850), 1, + anon_sym_COLON_COLON, + STATE(1952), 1, + sym_type_arguments, + ACTIONS(4848), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2113), 2, sym_line_comment, sym_block_comment, - STATE(3096), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [66896] = 9, + ACTIONS(4515), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [66778] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4503), 1, + ACTIONS(3293), 1, anon_sym_LT2, - ACTIONS(4846), 1, - anon_sym_LBRACE, - STATE(1955), 1, + ACTIONS(3483), 1, + anon_sym_COLON_COLON, + ACTIONS(4852), 1, + anon_sym_BANG, + STATE(1253), 1, sym_type_arguments, - STATE(1975), 1, - sym_parameters, - STATE(2118), 2, + STATE(2114), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_PLUS, - anon_sym_COMMA, - [66929] = 4, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [66809] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2119), 2, + STATE(2115), 2, sym_line_comment, sym_block_comment, - ACTIONS(4848), 10, + ACTIONS(4854), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167655,34 +167641,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66952] = 4, + [66832] = 13, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2120), 2, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(4820), 1, + sym_identifier, + ACTIONS(4826), 1, + sym_crate, + ACTIONS(4856), 1, + anon_sym_RBRACE, + ACTIONS(4858), 1, + anon_sym_COMMA, + STATE(1465), 1, + sym_attribute_item, + STATE(2234), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2992), 1, + sym_enum_variant, + STATE(3392), 1, + sym_visibility_modifier, + STATE(2116), 2, sym_line_comment, sym_block_comment, - ACTIONS(4850), 10, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, + [66873] = 13, + ACTIONS(69), 1, + anon_sym_pub, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(4826), 1, + sym_crate, + ACTIONS(4860), 1, + sym_identifier, + ACTIONS(4862), 1, anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_EQ, + ACTIONS(4864), 1, anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [66975] = 4, + STATE(1465), 1, + sym_attribute_item, + STATE(2236), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2777), 1, + sym_field_declaration, + STATE(3405), 1, + sym_visibility_modifier, + STATE(2117), 2, + sym_line_comment, + sym_block_comment, + [66914] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2121), 2, + STATE(2118), 2, sym_line_comment, sym_block_comment, - ACTIONS(4720), 10, + ACTIONS(4866), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167693,15 +167716,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66998] = 4, + [66937] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2122), 2, + STATE(2119), 2, sym_line_comment, sym_block_comment, - ACTIONS(4852), 10, + ACTIONS(4868), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167712,41 +167735,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67021] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4774), 1, - sym_identifier, - ACTIONS(4778), 1, - anon_sym_DOT_DOT, - ACTIONS(4782), 1, - sym_integer_literal, - ACTIONS(4854), 1, - anon_sym_RBRACE, - STATE(1405), 1, - sym_attribute_item, - STATE(2466), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2123), 2, - sym_line_comment, - sym_block_comment, - STATE(3096), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [67058] = 4, + [66960] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2124), 2, + STATE(2120), 2, sym_line_comment, sym_block_comment, - ACTIONS(4856), 10, + ACTIONS(4870), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167757,40 +167754,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67081] = 10, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4499), 1, - anon_sym_BANG, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4513), 1, - anon_sym_COLON, - ACTIONS(4517), 1, - anon_sym_DOT_DOT, - ACTIONS(4858), 1, - anon_sym_COLON_COLON, - ACTIONS(4519), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2125), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4507), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [67116] = 4, + [66983] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2126), 2, + STATE(2121), 2, sym_line_comment, sym_block_comment, - ACTIONS(4860), 10, + ACTIONS(4872), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167801,38 +167773,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67139] = 8, + [67006] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1601), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(2111), 1, - sym_block, - STATE(3611), 1, - sym_label, - STATE(2127), 2, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(4754), 1, + sym_identifier, + ACTIONS(4758), 1, + anon_sym_DOT_DOT, + ACTIONS(4762), 1, + sym_integer_literal, + ACTIONS(4874), 1, + anon_sym_RBRACE, + STATE(1465), 1, + sym_attribute_item, + STATE(2431), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2122), 2, sym_line_comment, sym_block_comment, - ACTIONS(3458), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [67170] = 4, + STATE(3284), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [67043] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2128), 2, + STATE(2123), 2, sym_line_comment, sym_block_comment, - ACTIONS(4862), 10, + ACTIONS(4876), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167843,15 +167818,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67193] = 4, + [67066] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2129), 2, + STATE(2124), 2, sym_line_comment, sym_block_comment, - ACTIONS(4734), 10, + ACTIONS(4878), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167862,43 +167837,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67216] = 13, + [67089] = 13, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(4864), 1, + ACTIONS(4826), 1, + sym_crate, + ACTIONS(4860), 1, sym_identifier, - ACTIONS(4866), 1, + ACTIONS(4880), 1, anon_sym_RBRACE, - ACTIONS(4868), 1, + ACTIONS(4882), 1, anon_sym_COMMA, - ACTIONS(4870), 1, - sym_crate, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2244), 1, + STATE(2197), 1, aux_sym_enum_variant_list_repeat1, - STATE(2787), 1, - sym_enum_variant, - STATE(3612), 1, + STATE(2902), 1, + sym_field_declaration, + STATE(3405), 1, sym_visibility_modifier, - STATE(2130), 2, + STATE(2125), 2, sym_line_comment, sym_block_comment, - [67257] = 4, + [67130] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2131), 2, + STATE(2126), 2, sym_line_comment, sym_block_comment, - ACTIONS(4872), 10, + ACTIONS(4884), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167909,68 +167884,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67280] = 10, + [67153] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4553), 1, - anon_sym_BANG, - ACTIONS(4555), 1, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(4754), 1, + sym_identifier, + ACTIONS(4758), 1, anon_sym_DOT_DOT, - ACTIONS(4626), 1, - anon_sym_COLON_COLON, - STATE(1952), 1, - sym_type_arguments, - ACTIONS(4557), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2132), 2, + ACTIONS(4762), 1, + sym_integer_literal, + ACTIONS(4886), 1, + anon_sym_RBRACE, + STATE(1465), 1, + sym_attribute_item, + STATE(2431), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2127), 2, sym_line_comment, sym_block_comment, - ACTIONS(4549), 3, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_COMMA, - [67315] = 13, - ACTIONS(69), 1, - anon_sym_pub, + STATE(3284), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [67190] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4870), 1, - sym_crate, - ACTIONS(4874), 1, - sym_identifier, - ACTIONS(4876), 1, + STATE(2128), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4888), 10, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_RBRACE, - ACTIONS(4878), 1, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_EQ, anon_sym_COMMA, - STATE(1405), 1, - sym_attribute_item, - STATE(2246), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2802), 1, - sym_field_declaration, - STATE(3407), 1, - sym_visibility_modifier, - STATE(2133), 2, + anon_sym_else, + anon_sym_in, + [67213] = 8, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3985), 1, + anon_sym_LT2, + ACTIONS(4155), 1, + anon_sym_COLON_COLON, + ACTIONS(4890), 1, + anon_sym_BANG, + STATE(1627), 1, + sym_type_arguments, + STATE(2129), 2, sym_line_comment, sym_block_comment, - [67356] = 4, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [67244] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2134), 2, + STATE(2130), 2, sym_line_comment, sym_block_comment, - ACTIONS(4880), 10, + ACTIONS(4499), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167981,15 +167971,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67379] = 4, + [67267] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2135), 2, + ACTIONS(1601), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(2142), 1, + sym_block, + STATE(3601), 1, + sym_label, + STATE(2131), 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, + [67298] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(2132), 2, sym_line_comment, sym_block_comment, - ACTIONS(4882), 10, + ACTIONS(4892), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168000,15 +168013,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67402] = 4, + [67321] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2136), 2, + STATE(2133), 2, sym_line_comment, sym_block_comment, - ACTIONS(4507), 10, + ACTIONS(4894), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168019,15 +168032,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67425] = 4, + [67344] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2137), 2, + STATE(2134), 2, sym_line_comment, sym_block_comment, - ACTIONS(4884), 10, + ACTIONS(4896), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168038,110 +168051,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67448] = 11, + [67367] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(4774), 1, + ACTIONS(4754), 1, sym_identifier, - ACTIONS(4778), 1, + ACTIONS(4758), 1, anon_sym_DOT_DOT, - ACTIONS(4782), 1, + ACTIONS(4762), 1, sym_integer_literal, - ACTIONS(4886), 1, + ACTIONS(4898), 1, anon_sym_RBRACE, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2466), 1, + STATE(2431), 1, aux_sym_enum_variant_list_repeat1, - STATE(2138), 2, + STATE(2135), 2, sym_line_comment, sym_block_comment, - STATE(3096), 3, + STATE(3284), 3, sym_shorthand_field_initializer, sym_field_initializer, sym_base_field_initializer, - [67485] = 10, + [67404] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(4888), 1, + ACTIONS(4519), 1, anon_sym_BANG, - ACTIONS(4890), 1, + ACTIONS(4521), 1, anon_sym_DOT_DOT, - ACTIONS(4894), 1, + ACTIONS(4610), 1, anon_sym_COLON_COLON, STATE(1952), 1, sym_type_arguments, - ACTIONS(4892), 2, + ACTIONS(4523), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2139), 2, + STATE(2136), 2, sym_line_comment, sym_block_comment, - ACTIONS(4549), 3, - anon_sym_EQ_GT, + ACTIONS(4515), 3, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_if, - [67520] = 4, + anon_sym_COMMA, + [67439] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2140), 2, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4519), 1, + anon_sym_BANG, + ACTIONS(4594), 1, + anon_sym_COLON_COLON, + STATE(1952), 1, + sym_type_arguments, + STATE(2137), 2, sym_line_comment, sym_block_comment, - ACTIONS(4896), 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, - [67543] = 13, - 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, + [67470] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4864), 1, - sym_identifier, - ACTIONS(4870), 1, - sym_crate, - ACTIONS(4898), 1, - anon_sym_RBRACE, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4495), 1, + anon_sym_LT2, ACTIONS(4900), 1, - anon_sym_COMMA, - STATE(1405), 1, - sym_attribute_item, - STATE(2213), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2969), 1, - sym_enum_variant, - STATE(3612), 1, - sym_visibility_modifier, - STATE(2141), 2, + anon_sym_LBRACE, + STATE(1950), 1, + sym_type_arguments, + STATE(1970), 1, + sym_parameters, + STATE(2138), 2, sym_line_comment, sym_block_comment, - [67584] = 4, + ACTIONS(3384), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_PLUS, + anon_sym_COMMA, + [67503] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2142), 2, + STATE(2139), 2, sym_line_comment, sym_block_comment, ACTIONS(4902), 10, @@ -168155,12 +168168,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67607] = 4, + [67526] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2143), 2, + STATE(2140), 2, sym_line_comment, sym_block_comment, ACTIONS(4904), 10, @@ -168174,15 +168187,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67630] = 4, + [67549] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2144), 2, + STATE(2141), 2, sym_line_comment, sym_block_comment, - ACTIONS(4906), 10, + ACTIONS(4716), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168193,15 +168206,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67653] = 4, + [67572] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2145), 2, + STATE(2142), 2, sym_line_comment, sym_block_comment, - ACTIONS(4908), 10, + ACTIONS(1439), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168212,43 +168225,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67676] = 13, - ACTIONS(69), 1, - anon_sym_pub, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4870), 1, - sym_crate, - ACTIONS(4874), 1, - sym_identifier, - ACTIONS(4910), 1, - anon_sym_RBRACE, - ACTIONS(4912), 1, - anon_sym_COMMA, - STATE(1405), 1, - sym_attribute_item, - STATE(2200), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2949), 1, - sym_field_declaration, - STATE(3407), 1, - sym_visibility_modifier, - STATE(2146), 2, - sym_line_comment, - sym_block_comment, - [67717] = 4, + [67595] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2147), 2, + STATE(2143), 2, sym_line_comment, sym_block_comment, - ACTIONS(4914), 10, + ACTIONS(4906), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168259,159 +168244,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67740] = 12, - ACTIONS(69), 1, - anon_sym_pub, + [67618] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4870), 1, - sym_crate, - ACTIONS(4874), 1, - sym_identifier, - ACTIONS(4916), 1, - anon_sym_RBRACE, - STATE(1405), 1, - sym_attribute_item, - STATE(2214), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3246), 1, - sym_field_declaration, - STATE(3407), 1, - sym_visibility_modifier, - STATE(2148), 2, + ACTIONS(3337), 1, + anon_sym_DOT_DOT, + STATE(2144), 2, sym_line_comment, sym_block_comment, - [67778] = 6, + ACTIONS(3339), 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, + [67642] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4920), 1, - anon_sym_PLUS, - STATE(2154), 1, - aux_sym_trait_bounds_repeat1, - STATE(2149), 2, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4908), 1, + anon_sym_for, + STATE(1950), 1, + sym_type_arguments, + STATE(1970), 1, + sym_parameters, + STATE(2145), 2, sym_line_comment, sym_block_comment, - ACTIONS(4918), 7, + ACTIONS(3384), 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, - [67804] = 12, - ACTIONS(69), 1, - anon_sym_pub, + [67674] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4864), 1, - sym_identifier, - ACTIONS(4870), 1, - sym_crate, - ACTIONS(4922), 1, - anon_sym_RBRACE, - STATE(1405), 1, - sym_attribute_item, - STATE(2198), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3233), 1, - sym_enum_variant, - STATE(3612), 1, - sym_visibility_modifier, - STATE(2150), 2, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4910), 1, + anon_sym_COLON_COLON, + STATE(1952), 1, + sym_type_arguments, + STATE(2146), 2, sym_line_comment, sym_block_comment, - [67842] = 9, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [67702] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4656), 1, - anon_sym_LPAREN, - ACTIONS(4660), 1, - anon_sym_BANG, - ACTIONS(4664), 1, - anon_sym_DOT_DOT, - ACTIONS(4924), 1, - anon_sym_COLON_COLON, - ACTIONS(4666), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2151), 2, + ACTIONS(4912), 1, + anon_sym_SEMI, + ACTIONS(4914), 1, + anon_sym_LBRACE, + STATE(531), 1, + sym_declaration_list, + STATE(2147), 2, sym_line_comment, sym_block_comment, - ACTIONS(4507), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [67874] = 9, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [67730] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4926), 1, - anon_sym_for, - STATE(1955), 1, - sym_type_arguments, - STATE(1975), 1, - sym_parameters, - STATE(2152), 2, + ACTIONS(3345), 1, + anon_sym_DOT_DOT, + STATE(2148), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [67906] = 9, + ACTIONS(3347), 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, + [67754] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4555), 1, + ACTIONS(3361), 1, anon_sym_DOT_DOT, - ACTIONS(4626), 1, - anon_sym_COLON_COLON, - ACTIONS(4928), 1, - anon_sym_RBRACK, - ACTIONS(3321), 2, - anon_sym_SEMI, - anon_sym_PLUS, - ACTIONS(4549), 2, + STATE(2149), 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_COMMA, - ACTIONS(4557), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2153), 2, - sym_line_comment, - sym_block_comment, - [67938] = 5, + anon_sym_COLON_COLON, + anon_sym_if, + [67778] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4933), 1, + ACTIONS(4918), 1, anon_sym_PLUS, - STATE(2154), 3, + STATE(2174), 1, + aux_sym_trait_bounds_repeat1, + STATE(2150), 2, sym_line_comment, sym_block_comment, - aux_sym_trait_bounds_repeat1, - ACTIONS(4931), 7, + ACTIONS(4916), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, @@ -168419,6210 +168386,6267 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SQUOTE, anon_sym_where, - [67962] = 9, + [67804] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4936), 1, - anon_sym_for, - STATE(1955), 1, - sym_type_arguments, - STATE(1975), 1, - sym_parameters, - STATE(2155), 2, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(4820), 1, + sym_identifier, + ACTIONS(4826), 1, + sym_crate, + ACTIONS(4920), 1, + anon_sym_RBRACE, + STATE(1465), 1, + sym_attribute_item, + STATE(2204), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3143), 1, + sym_enum_variant, + STATE(3392), 1, + sym_visibility_modifier, + STATE(2151), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [67994] = 10, + [67842] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(4774), 1, + ACTIONS(4826), 1, + sym_crate, + ACTIONS(4860), 1, sym_identifier, - ACTIONS(4778), 1, - anon_sym_DOT_DOT, - ACTIONS(4782), 1, - sym_integer_literal, - STATE(1405), 1, + ACTIONS(4922), 1, + anon_sym_RBRACE, + STATE(1465), 1, sym_attribute_item, - STATE(2466), 1, + STATE(2225), 1, aux_sym_enum_variant_list_repeat1, - STATE(2156), 2, + STATE(3126), 1, + sym_field_declaration, + STATE(3405), 1, + sym_visibility_modifier, + STATE(2152), 2, sym_line_comment, sym_block_comment, - STATE(3096), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [68028] = 12, + [67880] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4938), 1, + ACTIONS(4924), 1, + anon_sym_PLUS, + STATE(2174), 1, + aux_sym_trait_bounds_repeat1, + STATE(2153), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4916), 7, anon_sym_SEMI, - ACTIONS(4940), 1, - anon_sym_LPAREN, - ACTIONS(4942), 1, anon_sym_LBRACE, - ACTIONS(4944), 1, - anon_sym_LT, - ACTIONS(4946), 1, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, anon_sym_where, - STATE(758), 1, - sym_field_declaration_list, - STATE(2272), 1, - sym_type_parameters, - STATE(2891), 1, - sym_ordered_field_declaration_list, - STATE(3320), 1, - sym_where_clause, - STATE(2157), 2, - sym_line_comment, - sym_block_comment, - [68066] = 5, + [67906] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3372), 1, - anon_sym_DOT_DOT, - STATE(2158), 2, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(4820), 1, + sym_identifier, + ACTIONS(4826), 1, + sym_crate, + ACTIONS(4926), 1, + anon_sym_RBRACE, + STATE(1465), 1, + sym_attribute_item, + STATE(2204), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3143), 1, + sym_enum_variant, + STATE(3392), 1, + sym_visibility_modifier, + STATE(2154), 2, sym_line_comment, sym_block_comment, - ACTIONS(3374), 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, - [68090] = 5, + [67944] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3333), 1, - anon_sym_DOT_DOT, - STATE(2159), 2, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(4826), 1, + sym_crate, + ACTIONS(4860), 1, + sym_identifier, + ACTIONS(4928), 1, + anon_sym_RBRACE, + STATE(1465), 1, + sym_attribute_item, + STATE(2225), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3126), 1, + sym_field_declaration, + STATE(3405), 1, + sym_visibility_modifier, + STATE(2155), 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, - [68114] = 7, + [67982] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4948), 1, - anon_sym_SEMI, - ACTIONS(4950), 1, - anon_sym_LBRACE, - STATE(680), 1, - sym_declaration_list, - STATE(2160), 2, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(4820), 1, + sym_identifier, + ACTIONS(4826), 1, + sym_crate, + ACTIONS(4930), 1, + anon_sym_RBRACE, + STATE(1465), 1, + sym_attribute_item, + STATE(2204), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3143), 1, + sym_enum_variant, + STATE(3392), 1, + sym_visibility_modifier, + STATE(2156), 2, sym_line_comment, sym_block_comment, - ACTIONS(3458), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [68142] = 5, + [68020] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3345), 1, - anon_sym_DOT_DOT, - STATE(2161), 2, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(4826), 1, + sym_crate, + ACTIONS(4860), 1, + sym_identifier, + ACTIONS(4932), 1, + anon_sym_RBRACE, + STATE(1465), 1, + sym_attribute_item, + STATE(2225), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3126), 1, + sym_field_declaration, + STATE(3405), 1, + sym_visibility_modifier, + STATE(2157), 2, sym_line_comment, sym_block_comment, - ACTIONS(3347), 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, - [68166] = 5, + [68058] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3353), 1, - anon_sym_DOT_DOT, - STATE(2162), 2, + ACTIONS(4934), 1, + anon_sym_PLUS, + STATE(2174), 1, + aux_sym_trait_bounds_repeat1, + STATE(2158), 2, sym_line_comment, sym_block_comment, - ACTIONS(3355), 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, - [68190] = 10, + ACTIONS(4916), 7, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_where, + [68084] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3321), 1, - anon_sym_PLUS, - ACTIONS(4549), 1, - anon_sym_PIPE, - ACTIONS(4551), 1, - anon_sym_COLON, - ACTIONS(4555), 1, - anon_sym_DOT_DOT, - ACTIONS(4585), 1, - anon_sym_COLON_COLON, - ACTIONS(4557), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4928), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(2163), 2, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4936), 1, + anon_sym_for, + STATE(1950), 1, + sym_type_arguments, + STATE(1970), 1, + sym_parameters, + STATE(2159), 2, sym_line_comment, sym_block_comment, - [68224] = 7, + ACTIONS(3384), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [68116] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4952), 1, - anon_sym_COLON_COLON, - STATE(1952), 1, - sym_type_arguments, - STATE(2164), 2, + ACTIONS(4938), 1, + anon_sym_SEMI, + ACTIONS(4940), 1, + anon_sym_LBRACE, + STATE(1240), 1, + sym_declaration_list, + STATE(2160), 2, sym_line_comment, sym_block_comment, - ACTIONS(3458), 6, + ACTIONS(3447), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [68252] = 7, + [68144] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4954), 1, - anon_sym_SEMI, - ACTIONS(4956), 1, - anon_sym_LBRACE, - STATE(1085), 1, - sym_declaration_list, - STATE(2165), 2, + ACTIONS(3985), 1, + anon_sym_LT2, + ACTIONS(4942), 1, + anon_sym_COLON_COLON, + STATE(1627), 1, + sym_type_arguments, + STATE(2161), 2, sym_line_comment, sym_block_comment, - ACTIONS(3458), 6, + ACTIONS(3447), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [68280] = 6, + [68172] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4920), 1, - anon_sym_PLUS, - STATE(2149), 1, - aux_sym_trait_bounds_repeat1, - STATE(2166), 2, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(4820), 1, + sym_identifier, + ACTIONS(4826), 1, + sym_crate, + ACTIONS(4944), 1, + anon_sym_RBRACE, + STATE(1465), 1, + sym_attribute_item, + STATE(2204), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3143), 1, + sym_enum_variant, + STATE(3392), 1, + sym_visibility_modifier, + STATE(2162), 2, sym_line_comment, sym_block_comment, - ACTIONS(4958), 7, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_where, - [68306] = 9, + [68210] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4960), 1, - anon_sym_for, - STATE(1955), 1, - sym_type_arguments, - STATE(1975), 1, - sym_parameters, - STATE(2167), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3321), 4, + ACTIONS(4521), 1, + anon_sym_DOT_DOT, + ACTIONS(4610), 1, + anon_sym_COLON_COLON, + ACTIONS(4946), 1, + anon_sym_RBRACK, + ACTIONS(3384), 2, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_where, - [68338] = 9, + ACTIONS(4515), 2, + anon_sym_PIPE, + anon_sym_COMMA, + ACTIONS(4523), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2163), 2, + sym_line_comment, + sym_block_comment, + [68242] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, + ACTIONS(4489), 1, anon_sym_LPAREN, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(4962), 1, + ACTIONS(4949), 1, anon_sym_for, - STATE(1955), 1, + STATE(1950), 1, sym_type_arguments, - STATE(1975), 1, + STATE(1970), 1, sym_parameters, - STATE(2168), 2, + STATE(2164), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 4, + ACTIONS(3384), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [68370] = 6, + [68274] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4964), 1, - anon_sym_PLUS, - STATE(2149), 1, - aux_sym_trait_bounds_repeat1, - STATE(2169), 2, + ACTIONS(4636), 1, + anon_sym_LPAREN, + ACTIONS(4640), 1, + anon_sym_BANG, + ACTIONS(4644), 1, + anon_sym_DOT_DOT, + ACTIONS(4951), 1, + anon_sym_COLON_COLON, + ACTIONS(4646), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2165), 2, sym_line_comment, sym_block_comment, - ACTIONS(4958), 7, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_where, - [68396] = 7, + ACTIONS(4499), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [68306] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - ACTIONS(4966), 1, + ACTIONS(4953), 1, anon_sym_SEMI, - STATE(1112), 1, + STATE(518), 1, sym_declaration_list, - STATE(2170), 2, + STATE(2166), 2, sym_line_comment, sym_block_comment, - ACTIONS(3458), 6, + ACTIONS(3447), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [68424] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4968), 1, - anon_sym_PLUS, - STATE(2149), 1, - aux_sym_trait_bounds_repeat1, - STATE(2171), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4958), 7, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_where, - [68450] = 12, + [68334] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(4864), 1, + ACTIONS(4820), 1, sym_identifier, - ACTIONS(4870), 1, + ACTIONS(4826), 1, sym_crate, - ACTIONS(4970), 1, + ACTIONS(4955), 1, anon_sym_RBRACE, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2198), 1, + STATE(2204), 1, aux_sym_enum_variant_list_repeat1, - STATE(3233), 1, + STATE(3143), 1, sym_enum_variant, - STATE(3612), 1, + STATE(3392), 1, sym_visibility_modifier, - STATE(2172), 2, + STATE(2167), 2, sym_line_comment, sym_block_comment, - [68488] = 7, + [68372] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, + ACTIONS(3384), 1, + anon_sym_PLUS, + ACTIONS(4515), 1, + anon_sym_PIPE, + ACTIONS(4517), 1, + anon_sym_COLON, + ACTIONS(4521), 1, + anon_sym_DOT_DOT, + ACTIONS(4553), 1, + anon_sym_COLON_COLON, + ACTIONS(4523), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(4946), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + STATE(2168), 2, + sym_line_comment, + sym_block_comment, + [68406] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(4972), 1, + ACTIONS(4515), 1, + anon_sym_PIPE, + ACTIONS(4517), 1, + anon_sym_COLON, + ACTIONS(4519), 1, + anon_sym_BANG, + ACTIONS(4521), 1, + anon_sym_DOT_DOT, + ACTIONS(4620), 1, anon_sym_COLON_COLON, - STATE(1087), 1, + STATE(1952), 1, sym_type_arguments, - STATE(2173), 2, + ACTIONS(4523), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2169), 2, sym_line_comment, sym_block_comment, - ACTIONS(3458), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [68516] = 12, + [68442] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4940), 1, + ACTIONS(4957), 1, + anon_sym_SEMI, + ACTIONS(4959), 1, anon_sym_LPAREN, - ACTIONS(4944), 1, + ACTIONS(4961), 1, + anon_sym_LBRACE, + ACTIONS(4963), 1, anon_sym_LT, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(4974), 1, - anon_sym_SEMI, - ACTIONS(4976), 1, - anon_sym_LBRACE, - STATE(1151), 1, + STATE(660), 1, sym_field_declaration_list, - STATE(2260), 1, + STATE(2248), 1, sym_type_parameters, - STATE(2810), 1, + STATE(2830), 1, sym_ordered_field_declaration_list, - STATE(3277), 1, + STATE(3124), 1, sym_where_clause, - STATE(2174), 2, - sym_line_comment, - sym_block_comment, - [68554] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4978), 1, - anon_sym_for, - STATE(1955), 1, - sym_type_arguments, - STATE(1975), 1, - sym_parameters, - STATE(2175), 2, + STATE(2170), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [68586] = 12, + [68480] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(4864), 1, - sym_identifier, - ACTIONS(4870), 1, + ACTIONS(4826), 1, sym_crate, - ACTIONS(4980), 1, + ACTIONS(4860), 1, + sym_identifier, + ACTIONS(4967), 1, anon_sym_RBRACE, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2198), 1, + STATE(2225), 1, aux_sym_enum_variant_list_repeat1, - STATE(3233), 1, - sym_enum_variant, - STATE(3612), 1, + STATE(3126), 1, + sym_field_declaration, + STATE(3405), 1, sym_visibility_modifier, - STATE(2176), 2, + STATE(2171), 2, sym_line_comment, sym_block_comment, - [68624] = 9, + [68518] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4549), 1, - anon_sym_PIPE, - ACTIONS(4551), 1, - anon_sym_COLON, - ACTIONS(4555), 1, - anon_sym_DOT_DOT, - ACTIONS(4628), 1, - anon_sym_COLON_COLON, - ACTIONS(4557), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2177), 2, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4969), 1, + anon_sym_for, + STATE(1950), 1, + sym_type_arguments, + STATE(1970), 1, + sym_parameters, + STATE(2172), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 3, - anon_sym_RPAREN, + ACTIONS(3384), 4, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_COMMA, - [68656] = 12, + anon_sym_where, + [68550] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(4870), 1, + ACTIONS(4826), 1, sym_crate, - ACTIONS(4874), 1, + ACTIONS(4860), 1, sym_identifier, - ACTIONS(4982), 1, + ACTIONS(4971), 1, anon_sym_RBRACE, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2214), 1, + STATE(2225), 1, aux_sym_enum_variant_list_repeat1, - STATE(3246), 1, + STATE(3126), 1, sym_field_declaration, - STATE(3407), 1, + STATE(3405), 1, sym_visibility_modifier, - STATE(2178), 2, + STATE(2173), 2, sym_line_comment, sym_block_comment, - [68694] = 12, - ACTIONS(69), 1, - anon_sym_pub, + [68588] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4864), 1, - sym_identifier, - ACTIONS(4870), 1, - sym_crate, - ACTIONS(4984), 1, - anon_sym_RBRACE, - STATE(1405), 1, - sym_attribute_item, - STATE(2198), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3233), 1, - sym_enum_variant, - STATE(3612), 1, - sym_visibility_modifier, - STATE(2179), 2, + ACTIONS(4918), 1, + anon_sym_PLUS, + STATE(2175), 1, + aux_sym_trait_bounds_repeat1, + STATE(2174), 2, sym_line_comment, sym_block_comment, - [68732] = 12, - ACTIONS(69), 1, - anon_sym_pub, + ACTIONS(4973), 7, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_where, + [68614] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4870), 1, - sym_crate, - ACTIONS(4874), 1, - sym_identifier, - ACTIONS(4986), 1, - anon_sym_RBRACE, - STATE(1405), 1, - sym_attribute_item, - STATE(2214), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3246), 1, - sym_field_declaration, - STATE(3407), 1, - sym_visibility_modifier, - STATE(2180), 2, + ACTIONS(4977), 1, + anon_sym_PLUS, + STATE(2175), 3, sym_line_comment, sym_block_comment, - [68770] = 7, + aux_sym_trait_bounds_repeat1, + ACTIONS(4975), 7, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_where, + [68638] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(4988), 1, + ACTIONS(4959), 1, + anon_sym_LPAREN, + ACTIONS(4963), 1, + anon_sym_LT, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(4980), 1, anon_sym_SEMI, - STATE(703), 1, - sym_declaration_list, - STATE(2181), 2, + ACTIONS(4982), 1, + anon_sym_LBRACE, + STATE(1306), 1, + sym_field_declaration_list, + STATE(2250), 1, + sym_type_parameters, + STATE(2912), 1, + sym_ordered_field_declaration_list, + STATE(3054), 1, + sym_where_clause, + STATE(2176), 2, sym_line_comment, sym_block_comment, - ACTIONS(3458), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [68798] = 12, - ACTIONS(69), 1, - anon_sym_pub, + [68676] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4864), 1, - sym_identifier, - ACTIONS(4870), 1, - sym_crate, - ACTIONS(4990), 1, - anon_sym_RBRACE, - STATE(1405), 1, - sym_attribute_item, - STATE(2198), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3233), 1, - sym_enum_variant, - STATE(3612), 1, - sym_visibility_modifier, - STATE(2182), 2, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4984), 1, + anon_sym_for, + STATE(1950), 1, + sym_type_arguments, + STATE(1970), 1, + sym_parameters, + STATE(2177), 2, sym_line_comment, sym_block_comment, - [68836] = 12, - ACTIONS(69), 1, - anon_sym_pub, + ACTIONS(3384), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [68708] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4870), 1, - sym_crate, - ACTIONS(4874), 1, - sym_identifier, - ACTIONS(4992), 1, - anon_sym_RBRACE, - STATE(1405), 1, - sym_attribute_item, - STATE(2214), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3246), 1, - sym_field_declaration, - STATE(3407), 1, - sym_visibility_modifier, - STATE(2183), 2, + ACTIONS(3353), 1, + anon_sym_DOT_DOT, + STATE(2178), 2, sym_line_comment, sym_block_comment, - [68874] = 7, + ACTIONS(3355), 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, + [68732] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4011), 1, - anon_sym_LT2, - ACTIONS(4994), 1, - anon_sym_COLON_COLON, - STATE(1615), 1, - sym_type_arguments, - STATE(2184), 2, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(4986), 1, + anon_sym_SEMI, + STATE(1316), 1, + sym_declaration_list, + STATE(2179), 2, sym_line_comment, sym_block_comment, - ACTIONS(3458), 6, + ACTIONS(3447), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [68902] = 12, - ACTIONS(69), 1, - anon_sym_pub, + [68760] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4870), 1, - sym_crate, - ACTIONS(4874), 1, - sym_identifier, - ACTIONS(4996), 1, - anon_sym_RBRACE, - STATE(1405), 1, - sym_attribute_item, - STATE(2214), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3246), 1, - sym_field_declaration, - STATE(3407), 1, - sym_visibility_modifier, - STATE(2185), 2, + ACTIONS(4491), 1, + anon_sym_BANG, + ACTIONS(4501), 1, + anon_sym_LPAREN, + ACTIONS(4509), 1, + anon_sym_DOT_DOT, + ACTIONS(4988), 1, + anon_sym_COLON_COLON, + ACTIONS(4511), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2180), 2, sym_line_comment, sym_block_comment, - [68940] = 9, + ACTIONS(4499), 3, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_COMMA, + [68792] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4998), 1, + ACTIONS(4990), 1, anon_sym_LPAREN, - ACTIONS(5003), 1, + ACTIONS(4995), 1, anon_sym_LBRACK, - ACTIONS(5006), 1, + ACTIONS(4998), 1, anon_sym_LBRACE, - STATE(3404), 1, + STATE(3349), 1, sym_macro_rule, - STATE(3487), 1, + STATE(3531), 1, sym_token_tree_pattern, - ACTIONS(5001), 3, + ACTIONS(4993), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, - STATE(2186), 3, + STATE(2181), 3, sym_line_comment, sym_block_comment, aux_sym_macro_definition_repeat1, - [68972] = 12, + [68824] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4940), 1, + ACTIONS(3293), 1, + anon_sym_LT2, + ACTIONS(5001), 1, + anon_sym_COLON_COLON, + STATE(1253), 1, + sym_type_arguments, + STATE(2182), 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, + [68852] = 12, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4959), 1, anon_sym_LPAREN, - ACTIONS(4942), 1, + ACTIONS(4961), 1, anon_sym_LBRACE, - ACTIONS(4944), 1, + ACTIONS(4963), 1, anon_sym_LT, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5009), 1, + ACTIONS(5003), 1, anon_sym_SEMI, - STATE(644), 1, + STATE(494), 1, sym_field_declaration_list, - STATE(2259), 1, + STATE(2253), 1, sym_type_parameters, - STATE(2888), 1, + STATE(2886), 1, sym_ordered_field_declaration_list, - STATE(3314), 1, + STATE(3225), 1, sym_where_clause, - STATE(2187), 2, + STATE(2183), 2, sym_line_comment, sym_block_comment, - [69010] = 11, + [68890] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(4549), 1, - anon_sym_PIPE, - ACTIONS(4551), 1, - anon_sym_COLON, - ACTIONS(4553), 1, - anon_sym_BANG, - ACTIONS(4555), 1, - anon_sym_DOT_DOT, - ACTIONS(4628), 1, - anon_sym_COLON_COLON, - STATE(1952), 1, + ACTIONS(5005), 1, + anon_sym_for, + STATE(1950), 1, sym_type_arguments, - ACTIONS(4557), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2188), 2, + STATE(1970), 1, + sym_parameters, + STATE(2184), 2, sym_line_comment, sym_block_comment, - [69046] = 12, - ACTIONS(69), 1, - anon_sym_pub, + ACTIONS(3384), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [68922] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(4870), 1, - sym_crate, - ACTIONS(4874), 1, + ACTIONS(4754), 1, sym_identifier, - ACTIONS(5011), 1, - anon_sym_RBRACE, - STATE(1405), 1, + ACTIONS(4758), 1, + anon_sym_DOT_DOT, + ACTIONS(4762), 1, + sym_integer_literal, + STATE(1465), 1, sym_attribute_item, - STATE(2214), 1, + STATE(2431), 1, aux_sym_enum_variant_list_repeat1, - STATE(3246), 1, - sym_field_declaration, - STATE(3407), 1, - sym_visibility_modifier, - STATE(2189), 2, + STATE(2185), 2, sym_line_comment, sym_block_comment, - [69084] = 12, + STATE(3284), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [68956] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(4864), 1, + ACTIONS(4820), 1, sym_identifier, - ACTIONS(4870), 1, + ACTIONS(4826), 1, sym_crate, - ACTIONS(5013), 1, + ACTIONS(5007), 1, anon_sym_RBRACE, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(2198), 1, + STATE(2204), 1, aux_sym_enum_variant_list_repeat1, - STATE(3233), 1, + STATE(3143), 1, sym_enum_variant, - STATE(3612), 1, + STATE(3392), 1, sym_visibility_modifier, - STATE(2190), 2, + STATE(2186), 2, sym_line_comment, sym_block_comment, - [69122] = 9, + [68994] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4499), 1, - anon_sym_BANG, - ACTIONS(4509), 1, + ACTIONS(4489), 1, anon_sym_LPAREN, - ACTIONS(4517), 1, - anon_sym_DOT_DOT, - ACTIONS(5015), 1, - anon_sym_COLON_COLON, - ACTIONS(4519), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2191), 2, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5009), 1, + anon_sym_for, + STATE(1950), 1, + sym_type_arguments, + STATE(1970), 1, + sym_parameters, + STATE(2187), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3384), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [69026] = 12, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4959), 1, + anon_sym_LPAREN, + ACTIONS(4963), 1, + anon_sym_LT, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(4982), 1, + anon_sym_LBRACE, + ACTIONS(5011), 1, + anon_sym_SEMI, + STATE(1368), 1, + sym_field_declaration_list, + STATE(2268), 1, + sym_type_parameters, + STATE(2801), 1, + sym_ordered_field_declaration_list, + STATE(3150), 1, + sym_where_clause, + STATE(2188), 2, sym_line_comment, sym_block_comment, - ACTIONS(4507), 3, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_COMMA, - [69154] = 9, + [69064] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, + ACTIONS(4489), 1, anon_sym_LPAREN, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(5017), 1, + ACTIONS(5013), 1, anon_sym_for, - STATE(1955), 1, + STATE(1950), 1, sym_type_arguments, - STATE(1975), 1, + STATE(1970), 1, sym_parameters, - STATE(2192), 2, + STATE(2189), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 4, + ACTIONS(3384), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [69186] = 9, + [69096] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5019), 1, - anon_sym_for, - STATE(1955), 1, - sym_type_arguments, - STATE(1975), 1, - sym_parameters, - STATE(2193), 2, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(4826), 1, + sym_crate, + ACTIONS(4860), 1, + sym_identifier, + ACTIONS(5015), 1, + anon_sym_RBRACE, + STATE(1465), 1, + sym_attribute_item, + STATE(2225), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3126), 1, + sym_field_declaration, + STATE(3405), 1, + sym_visibility_modifier, + STATE(2190), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [69218] = 9, + [69134] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5021), 1, - anon_sym_for, - STATE(1955), 1, - sym_type_arguments, - STATE(1975), 1, - sym_parameters, - STATE(2194), 2, + ACTIONS(4515), 1, + anon_sym_PIPE, + ACTIONS(4517), 1, + anon_sym_COLON, + ACTIONS(4521), 1, + anon_sym_DOT_DOT, + ACTIONS(4620), 1, + anon_sym_COLON_COLON, + ACTIONS(4523), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2191), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 4, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(3384), 3, + anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_where, - [69250] = 12, + anon_sym_COMMA, + [69166] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4940), 1, - anon_sym_LPAREN, - ACTIONS(4944), 1, - anon_sym_LT, - ACTIONS(4946), 1, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(4976), 1, - anon_sym_LBRACE, - ACTIONS(5023), 1, + ACTIONS(5017), 1, anon_sym_SEMI, - STATE(1105), 1, - sym_field_declaration_list, - STATE(2273), 1, - sym_type_parameters, - STATE(3049), 1, - sym_ordered_field_declaration_list, - STATE(3324), 1, + ACTIONS(5019), 1, + anon_sym_LBRACE, + ACTIONS(5021), 1, + anon_sym_DASH_GT, + STATE(584), 1, + sym_block, + STATE(2464), 1, sym_where_clause, - STATE(2195), 2, + STATE(3605), 1, + sym_label, + STATE(2192), 2, sym_line_comment, sym_block_comment, - [69288] = 11, + [69201] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5025), 1, - anon_sym_SEMI, - ACTIONS(5027), 1, + ACTIONS(5019), 1, anon_sym_LBRACE, - ACTIONS(5029), 1, - anon_sym_DASH_GT, - STATE(687), 1, + ACTIONS(5023), 1, + anon_sym_SEMI, + ACTIONS(5025), 1, + anon_sym_PLUS, + STATE(608), 1, sym_block, - STATE(2442), 1, + STATE(2437), 1, sym_where_clause, - STATE(3615), 1, + STATE(3605), 1, sym_label, - STATE(2196), 2, + STATE(2193), 2, sym_line_comment, sym_block_comment, - [69323] = 11, + [69236] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, ACTIONS(5027), 1, + anon_sym_SEMI, + ACTIONS(5029), 1, anon_sym_LBRACE, ACTIONS(5031), 1, - anon_sym_SEMI, - ACTIONS(5033), 1, anon_sym_DASH_GT, - STATE(524), 1, + STATE(1336), 1, sym_block, - STATE(2487), 1, + STATE(2408), 1, sym_where_clause, - STATE(3615), 1, + STATE(3608), 1, sym_label, - STATE(2197), 2, + STATE(2194), 2, sym_line_comment, sym_block_comment, - [69358] = 11, - ACTIONS(69), 1, - anon_sym_pub, + [69271] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4864), 1, - sym_identifier, - ACTIONS(4870), 1, - sym_crate, - STATE(1061), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1405), 1, - sym_attribute_item, - STATE(3230), 1, - sym_enum_variant, - STATE(3612), 1, - sym_visibility_modifier, - STATE(2198), 2, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5035), 1, + anon_sym_LT, + STATE(1360), 1, + sym_declaration_list, + STATE(2321), 1, + sym_type_parameters, + STATE(2547), 1, + sym_trait_bounds, + STATE(3141), 1, + sym_where_clause, + STATE(2195), 2, sym_line_comment, sym_block_comment, - [69393] = 4, + [69306] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2199), 2, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5019), 1, + anon_sym_LBRACE, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5037), 1, + anon_sym_SEMI, + STATE(664), 1, + sym_block, + STATE(2487), 1, + sym_where_clause, + STATE(3605), 1, + sym_label, + STATE(2196), 2, sym_line_comment, sym_block_comment, - ACTIONS(5035), 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, - [69414] = 11, + [69341] = 11, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(4870), 1, + ACTIONS(4826), 1, sym_crate, - ACTIONS(4874), 1, + ACTIONS(4860), 1, sym_identifier, - STATE(1061), 1, + STATE(1052), 1, aux_sym_enum_variant_list_repeat1, - STATE(1405), 1, + STATE(1465), 1, sym_attribute_item, - STATE(3027), 1, + STATE(2953), 1, sym_field_declaration, - STATE(3407), 1, + STATE(3405), 1, sym_visibility_modifier, - STATE(2200), 2, + STATE(2197), 2, sym_line_comment, sym_block_comment, - [69449] = 11, + [69376] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5027), 1, + ACTIONS(5029), 1, anon_sym_LBRACE, - ACTIONS(5037), 1, - anon_sym_SEMI, ACTIONS(5039), 1, - anon_sym_PLUS, - STATE(574), 1, + anon_sym_SEMI, + ACTIONS(5041), 1, + anon_sym_DASH_GT, + STATE(1375), 1, sym_block, - STATE(2456), 1, + STATE(2508), 1, sym_where_clause, - STATE(3615), 1, + STATE(3608), 1, sym_label, - STATE(2201), 2, + STATE(2198), 2, sym_line_comment, sym_block_comment, - [69484] = 11, + [69411] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5027), 1, + ACTIONS(5029), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5041), 1, + ACTIONS(5043), 1, anon_sym_SEMI, - STATE(751), 1, + ACTIONS(5045), 1, + anon_sym_DASH_GT, + STATE(1312), 1, sym_block, - STATE(2465), 1, + STATE(2420), 1, sym_where_clause, - STATE(3615), 1, + STATE(3608), 1, sym_label, - STATE(2202), 2, + STATE(2199), 2, sym_line_comment, sym_block_comment, - [69519] = 11, + [69446] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - ACTIONS(5043), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5033), 1, anon_sym_COLON, - ACTIONS(5045), 1, + ACTIONS(5035), 1, anon_sym_LT, - STATE(1106), 1, + STATE(1066), 1, sym_declaration_list, - STATE(2352), 1, + STATE(2327), 1, sym_type_parameters, - STATE(2583), 1, + STATE(2563), 1, sym_trait_bounds, - STATE(3327), 1, + STATE(3247), 1, sym_where_clause, - STATE(2203), 2, + STATE(2200), 2, sym_line_comment, sym_block_comment, - [69554] = 11, + [69481] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5045), 1, - anon_sym_LT, + ACTIONS(5019), 1, + anon_sym_LBRACE, + ACTIONS(5025), 1, + anon_sym_PLUS, ACTIONS(5047), 1, anon_sym_SEMI, + STATE(743), 1, + sym_block, + STATE(2410), 1, + sym_where_clause, + STATE(3605), 1, + sym_label, + STATE(2201), 2, + sym_line_comment, + sym_block_comment, + [69516] = 10, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1519), 1, + anon_sym_DOT_DOT, ACTIONS(5049), 1, - anon_sym_EQ, - STATE(2353), 1, - sym_type_parameters, - STATE(2966), 1, - sym_trait_bounds, - STATE(3640), 1, + sym_identifier, + ACTIONS(5051), 1, + anon_sym_RBRACE, + ACTIONS(5053), 1, + anon_sym_COMMA, + ACTIONS(5055), 1, + anon_sym_ref, + ACTIONS(5057), 1, + sym_mutable_specifier, + STATE(2202), 2, + sym_line_comment, + sym_block_comment, + STATE(3015), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [69549] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5029), 1, + anon_sym_LBRACE, + ACTIONS(5059), 1, + anon_sym_SEMI, + STATE(1077), 1, + sym_block, + STATE(2453), 1, sym_where_clause, - STATE(2204), 2, + STATE(3608), 1, + sym_label, + STATE(2203), 2, sym_line_comment, sym_block_comment, - [69589] = 11, + [69584] = 11, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(4864), 1, + ACTIONS(4820), 1, sym_identifier, - ACTIONS(4870), 1, + ACTIONS(4826), 1, sym_crate, - STATE(1405), 1, - sym_attribute_item, - STATE(2198), 1, + STATE(1052), 1, aux_sym_enum_variant_list_repeat1, - STATE(3233), 1, + STATE(1465), 1, + sym_attribute_item, + STATE(3263), 1, sym_enum_variant, - STATE(3612), 1, + STATE(3392), 1, sym_visibility_modifier, - STATE(2205), 2, + STATE(2204), 2, sym_line_comment, sym_block_comment, - [69624] = 10, + [69619] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5051), 1, - sym_identifier, - ACTIONS(5053), 1, - anon_sym_RBRACE, - ACTIONS(5055), 1, - anon_sym_COMMA, - ACTIONS(5057), 1, - anon_sym_ref, - ACTIONS(5059), 1, - sym_mutable_specifier, - STATE(2206), 2, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5029), 1, + anon_sym_LBRACE, + ACTIONS(5061), 1, + anon_sym_SEMI, + ACTIONS(5063), 1, + anon_sym_DASH_GT, + STATE(1107), 1, + sym_block, + STATE(2474), 1, + sym_where_clause, + STATE(3608), 1, + sym_label, + STATE(2205), 2, sym_line_comment, sym_block_comment, - STATE(2901), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [69657] = 11, + [69654] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5027), 1, + ACTIONS(5029), 1, anon_sym_LBRACE, - ACTIONS(5061), 1, + ACTIONS(5065), 1, anon_sym_SEMI, - ACTIONS(5063), 1, + ACTIONS(5067), 1, anon_sym_DASH_GT, - STATE(597), 1, + STATE(1121), 1, sym_block, - STATE(2413), 1, + STATE(2480), 1, sym_where_clause, - STATE(3615), 1, + STATE(3608), 1, sym_label, - STATE(2207), 2, + STATE(2206), 2, sym_line_comment, sym_block_comment, - [69692] = 11, + [69689] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(4950), 1, + ACTIONS(5019), 1, anon_sym_LBRACE, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5045), 1, - anon_sym_LT, - STATE(636), 1, - sym_declaration_list, - STATE(2374), 1, - sym_type_parameters, - STATE(2646), 1, - sym_trait_bounds, - STATE(3339), 1, + ACTIONS(5069), 1, + anon_sym_SEMI, + ACTIONS(5071), 1, + anon_sym_DASH_GT, + STATE(760), 1, + sym_block, + STATE(2406), 1, sym_where_clause, - STATE(2208), 2, + STATE(3605), 1, + sym_label, + STATE(2207), 2, sym_line_comment, sym_block_comment, - [69727] = 10, + [69724] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5051), 1, - sym_identifier, - ACTIONS(5057), 1, - anon_sym_ref, - ACTIONS(5059), 1, - sym_mutable_specifier, - ACTIONS(5065), 1, - anon_sym_RBRACE, - ACTIONS(5067), 1, - anon_sym_COMMA, - STATE(2209), 2, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5029), 1, + anon_sym_LBRACE, + ACTIONS(5073), 1, + anon_sym_SEMI, + STATE(1129), 1, + sym_block, + STATE(2482), 1, + sym_where_clause, + STATE(3608), 1, + sym_label, + STATE(2208), 2, sym_line_comment, sym_block_comment, - STATE(2776), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [69760] = 10, + [69759] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(1519), 1, anon_sym_DOT_DOT, - ACTIONS(5051), 1, + ACTIONS(5049), 1, sym_identifier, - ACTIONS(5057), 1, + ACTIONS(5055), 1, anon_sym_ref, - ACTIONS(5059), 1, + ACTIONS(5057), 1, sym_mutable_specifier, - ACTIONS(5069), 1, + ACTIONS(5075), 1, anon_sym_RBRACE, - ACTIONS(5071), 1, + ACTIONS(5077), 1, anon_sym_COMMA, - STATE(2210), 2, + STATE(2209), 2, sym_line_comment, sym_block_comment, - STATE(2777), 2, + STATE(2896), 2, sym_field_pattern, sym_remaining_field_pattern, - [69793] = 11, + [69792] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5073), 1, - anon_sym_SEMI, - ACTIONS(5075), 1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5029), 1, anon_sym_LBRACE, - ACTIONS(5077), 1, - anon_sym_DASH_GT, - STATE(1124), 1, + ACTIONS(5079), 1, + anon_sym_SEMI, + STATE(1163), 1, sym_block, - STATE(2424), 1, + STATE(2493), 1, sym_where_clause, - STATE(3618), 1, + STATE(3608), 1, sym_label, - STATE(2211), 2, + STATE(2210), 2, sym_line_comment, sym_block_comment, - [69828] = 11, + [69827] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(5029), 1, anon_sym_LBRACE, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5045), 1, - anon_sym_LT, - STATE(1144), 1, - sym_declaration_list, - STATE(2386), 1, - sym_type_parameters, - STATE(2554), 1, - sym_trait_bounds, - STATE(3242), 1, + ACTIONS(5081), 1, + anon_sym_SEMI, + ACTIONS(5083), 1, + anon_sym_DASH_GT, + STATE(1172), 1, + sym_block, + STATE(2495), 1, sym_where_clause, - STATE(2212), 2, - sym_line_comment, - sym_block_comment, - [69863] = 11, - ACTIONS(69), 1, - anon_sym_pub, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4864), 1, - sym_identifier, - ACTIONS(4870), 1, - sym_crate, - STATE(1061), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1405), 1, - sym_attribute_item, - STATE(3031), 1, - sym_enum_variant, - STATE(3612), 1, - sym_visibility_modifier, - STATE(2213), 2, - sym_line_comment, - sym_block_comment, - [69898] = 11, - ACTIONS(69), 1, - anon_sym_pub, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4870), 1, - sym_crate, - ACTIONS(4874), 1, - sym_identifier, - STATE(1061), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1405), 1, - sym_attribute_item, - STATE(3115), 1, - sym_field_declaration, - STATE(3407), 1, - sym_visibility_modifier, - STATE(2214), 2, + STATE(3608), 1, + sym_label, + STATE(2211), 2, sym_line_comment, sym_block_comment, - [69933] = 11, + [69862] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5075), 1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5029), 1, anon_sym_LBRACE, - ACTIONS(5079), 1, + ACTIONS(5085), 1, anon_sym_SEMI, - ACTIONS(5081), 1, - anon_sym_DASH_GT, - STATE(1165), 1, + STATE(1202), 1, sym_block, - STATE(2434), 1, + STATE(2498), 1, sym_where_clause, - STATE(3618), 1, + STATE(3608), 1, sym_label, - STATE(2215), 2, + STATE(2212), 2, sym_line_comment, sym_block_comment, - [69968] = 11, + [69897] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5075), 1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5029), 1, anon_sym_LBRACE, - ACTIONS(5083), 1, + ACTIONS(5087), 1, anon_sym_SEMI, - ACTIONS(5085), 1, - anon_sym_DASH_GT, - STATE(1197), 1, + STATE(1065), 1, sym_block, - STATE(2438), 1, + STATE(2503), 1, sym_where_clause, - STATE(3618), 1, + STATE(3608), 1, sym_label, - STATE(2216), 2, + STATE(2213), 2, sym_line_comment, sym_block_comment, - [70003] = 11, + [69932] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5029), 1, anon_sym_LBRACE, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5045), 1, - anon_sym_LT, - STATE(1206), 1, - sym_declaration_list, - STATE(2311), 1, - sym_type_parameters, - STATE(2711), 1, - sym_trait_bounds, - STATE(3217), 1, + ACTIONS(5089), 1, + anon_sym_SEMI, + STATE(1222), 1, + sym_block, + STATE(2504), 1, sym_where_clause, - STATE(2217), 2, + STATE(3608), 1, + sym_label, + STATE(2214), 2, sym_line_comment, sym_block_comment, - [70038] = 11, + [69967] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5075), 1, + ACTIONS(5019), 1, anon_sym_LBRACE, - ACTIONS(5087), 1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5091), 1, anon_sym_SEMI, - STATE(1216), 1, + STATE(712), 1, sym_block, - STATE(2443), 1, + STATE(2501), 1, sym_where_clause, - STATE(3618), 1, + STATE(3605), 1, sym_label, - STATE(2218), 2, + STATE(2215), 2, sym_line_comment, sym_block_comment, - [70073] = 4, + [70002] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2219), 2, + STATE(2216), 2, sym_line_comment, sym_block_comment, - ACTIONS(4931), 8, + ACTIONS(5093), 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, - [70094] = 4, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [70023] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2220), 2, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5035), 1, + anon_sym_LT, + STATE(646), 1, + sym_declaration_list, + STATE(2345), 1, + sym_type_parameters, + STATE(2587), 1, + sym_trait_bounds, + STATE(3075), 1, + sym_where_clause, + STATE(2217), 2, sym_line_comment, sym_block_comment, - ACTIONS(4931), 8, - anon_sym_SEMI, + [70058] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4914), 1, anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_SQUOTE, + ACTIONS(4965), 1, anon_sym_where, - [70115] = 11, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5035), 1, + anon_sym_LT, + STATE(495), 1, + sym_declaration_list, + STATE(2330), 1, + sym_type_parameters, + STATE(2568), 1, + sym_trait_bounds, + STATE(3262), 1, + sym_where_clause, + STATE(2218), 2, + sym_line_comment, + sym_block_comment, + [70093] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5075), 1, - anon_sym_LBRACE, - ACTIONS(5089), 1, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5035), 1, + anon_sym_LT, + ACTIONS(5095), 1, anon_sym_SEMI, - ACTIONS(5091), 1, - anon_sym_DASH_GT, - STATE(1245), 1, - sym_block, - STATE(2448), 1, + ACTIONS(5097), 1, + anon_sym_EQ, + STATE(2346), 1, + sym_type_parameters, + STATE(2995), 1, + sym_trait_bounds, + STATE(3572), 1, sym_where_clause, - STATE(3618), 1, - sym_label, - STATE(2221), 2, + STATE(2219), 2, sym_line_comment, sym_block_comment, - [70150] = 11, + [70128] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5075), 1, + ACTIONS(5019), 1, anon_sym_LBRACE, - ACTIONS(5093), 1, + ACTIONS(5099), 1, anon_sym_SEMI, - ACTIONS(5095), 1, + ACTIONS(5101), 1, anon_sym_DASH_GT, - STATE(1259), 1, + STATE(609), 1, sym_block, - STATE(2449), 1, + STATE(2424), 1, sym_where_clause, - STATE(3618), 1, + STATE(3605), 1, sym_label, - STATE(2222), 2, + STATE(2220), 2, sym_line_comment, sym_block_comment, - [70185] = 11, + [70163] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5027), 1, + ACTIONS(5019), 1, anon_sym_LBRACE, - ACTIONS(5097), 1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5103), 1, anon_sym_SEMI, - ACTIONS(5099), 1, - anon_sym_DASH_GT, - STATE(729), 1, + STATE(512), 1, sym_block, STATE(2423), 1, sym_where_clause, - STATE(3615), 1, + STATE(3605), 1, sym_label, - STATE(2223), 2, + STATE(2221), 2, sym_line_comment, sym_block_comment, - [70220] = 4, + [70198] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2224), 2, + ACTIONS(1361), 1, + aux_sym_string_literal_token1, + STATE(2216), 1, + sym_string_literal, + STATE(2222), 2, sym_line_comment, sym_block_comment, - ACTIONS(4931), 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, - [70241] = 11, + ACTIONS(4770), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [70223] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5075), 1, + ACTIONS(5019), 1, anon_sym_LBRACE, - ACTIONS(5101), 1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5105), 1, anon_sym_SEMI, - STATE(1267), 1, + STATE(673), 1, sym_block, - STATE(2451), 1, + STATE(2434), 1, sym_where_clause, - STATE(3618), 1, + STATE(3605), 1, sym_label, - STATE(2225), 2, + STATE(2223), 2, sym_line_comment, sym_block_comment, - [70276] = 11, + [70258] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5075), 1, + ACTIONS(5019), 1, anon_sym_LBRACE, - ACTIONS(5103), 1, + ACTIONS(5107), 1, anon_sym_SEMI, - STATE(1300), 1, + ACTIONS(5109), 1, + anon_sym_DASH_GT, + STATE(615), 1, sym_block, - STATE(2454), 1, + STATE(2489), 1, sym_where_clause, - STATE(3618), 1, + STATE(3605), 1, sym_label, + STATE(2224), 2, + sym_line_comment, + sym_block_comment, + [70293] = 11, + ACTIONS(69), 1, + anon_sym_pub, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(4826), 1, + sym_crate, + ACTIONS(4860), 1, + sym_identifier, + STATE(1052), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1465), 1, + sym_attribute_item, + STATE(3109), 1, + sym_field_declaration, + STATE(3405), 1, + sym_visibility_modifier, + STATE(2225), 2, + sym_line_comment, + sym_block_comment, + [70328] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4714), 1, + anon_sym_COLON_COLON, + ACTIONS(4844), 1, + anon_sym_BANG, STATE(2226), 2, sym_line_comment, sym_block_comment, - [70311] = 4, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [70353] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4567), 1, + anon_sym_trait, + ACTIONS(5111), 1, + anon_sym_impl, STATE(2227), 2, sym_line_comment, sym_block_comment, - ACTIONS(4931), 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, - [70332] = 4, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [70378] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5035), 1, + anon_sym_LT, + STATE(667), 1, + sym_declaration_list, + STATE(2351), 1, + sym_type_parameters, + STATE(2607), 1, + sym_trait_bounds, + STATE(3171), 1, + sym_where_clause, STATE(2228), 2, sym_line_comment, sym_block_comment, - ACTIONS(4931), 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, - [70353] = 11, + [70413] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5075), 1, - anon_sym_LBRACE, - ACTIONS(5105), 1, - anon_sym_SEMI, - STATE(1338), 1, - sym_block, - STATE(2457), 1, - sym_where_clause, - STATE(3618), 1, - sym_label, + ACTIONS(4491), 1, + anon_sym_BANG, + ACTIONS(4499), 1, + anon_sym_PIPE, + ACTIONS(4501), 1, + anon_sym_LPAREN, + ACTIONS(4505), 1, + anon_sym_COLON, + ACTIONS(4509), 1, + anon_sym_DOT_DOT, + ACTIONS(5113), 1, + anon_sym_COLON_COLON, + ACTIONS(4511), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2229), 2, sym_line_comment, sym_block_comment, - [70388] = 11, + [70446] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5075), 1, + ACTIONS(5019), 1, anon_sym_LBRACE, - ACTIONS(5107), 1, + ACTIONS(5115), 1, anon_sym_SEMI, - STATE(1348), 1, + ACTIONS(5117), 1, + anon_sym_DASH_GT, + STATE(709), 1, sym_block, - STATE(2458), 1, + STATE(2421), 1, sym_where_clause, - STATE(3618), 1, + STATE(3605), 1, sym_label, STATE(2230), 2, sym_line_comment, sym_block_comment, - [70423] = 11, + [70481] = 11, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5075), 1, - anon_sym_LBRACE, - ACTIONS(5109), 1, - anon_sym_SEMI, - STATE(1358), 1, - sym_block, - STATE(2459), 1, - sym_where_clause, - STATE(3618), 1, - sym_label, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(4820), 1, + sym_identifier, + ACTIONS(4826), 1, + sym_crate, + STATE(1465), 1, + sym_attribute_item, + STATE(2204), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3143), 1, + sym_enum_variant, + STATE(3392), 1, + sym_visibility_modifier, STATE(2231), 2, sym_line_comment, sym_block_comment, - [70458] = 11, + [70516] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(4950), 1, + ACTIONS(5019), 1, anon_sym_LBRACE, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5045), 1, - anon_sym_LT, - STATE(739), 1, - sym_declaration_list, - STATE(2314), 1, - sym_type_parameters, - STATE(2666), 1, - sym_trait_bounds, - STATE(3176), 1, + ACTIONS(5119), 1, + anon_sym_SEMI, + ACTIONS(5121), 1, + anon_sym_DASH_GT, + STATE(613), 1, + sym_block, + STATE(2494), 1, sym_where_clause, + STATE(3605), 1, + sym_label, STATE(2232), 2, sym_line_comment, sym_block_comment, - [70493] = 6, + [70551] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1341), 1, - aux_sym_string_literal_token1, - STATE(2199), 1, - sym_string_literal, STATE(2233), 2, sym_line_comment, sym_block_comment, - ACTIONS(4724), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [70518] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(4975), 8, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, anon_sym_SQUOTE, - ACTIONS(4946), 1, anon_sym_where, - ACTIONS(5027), 1, - anon_sym_LBRACE, - ACTIONS(5111), 1, - anon_sym_SEMI, - ACTIONS(5113), 1, - anon_sym_DASH_GT, - STATE(677), 1, - sym_block, - STATE(2507), 1, - sym_where_clause, - STATE(3615), 1, - sym_label, - STATE(2234), 2, - sym_line_comment, - sym_block_comment, - [70553] = 11, + [70572] = 11, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, + ACTIONS(3001), 1, anon_sym_POUND, - ACTIONS(4870), 1, - sym_crate, - ACTIONS(4874), 1, + ACTIONS(4820), 1, sym_identifier, - STATE(1405), 1, - sym_attribute_item, - STATE(2214), 1, + ACTIONS(4826), 1, + sym_crate, + STATE(1052), 1, aux_sym_enum_variant_list_repeat1, - STATE(3246), 1, - sym_field_declaration, - STATE(3407), 1, + STATE(1465), 1, + sym_attribute_item, + STATE(2874), 1, + sym_enum_variant, + STATE(3392), 1, sym_visibility_modifier, - STATE(2235), 2, + STATE(2234), 2, sym_line_comment, sym_block_comment, - [70588] = 6, + [70607] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4768), 1, - anon_sym_COLON_COLON, - ACTIONS(4888), 1, - anon_sym_BANG, - STATE(2236), 2, + STATE(2235), 2, sym_line_comment, sym_block_comment, - ACTIONS(3458), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [70613] = 11, + ACTIONS(4975), 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, + [70628] = 11, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5027), 1, - anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5115), 1, - anon_sym_SEMI, - STATE(515), 1, - sym_block, - STATE(2484), 1, - sym_where_clause, - STATE(3615), 1, - sym_label, - STATE(2237), 2, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(4826), 1, + sym_crate, + ACTIONS(4860), 1, + sym_identifier, + STATE(1052), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1465), 1, + sym_attribute_item, + STATE(2909), 1, + sym_field_declaration, + STATE(3405), 1, + sym_visibility_modifier, + STATE(2236), 2, sym_line_comment, sym_block_comment, - [70648] = 6, + [70663] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4573), 1, - anon_sym_trait, - ACTIONS(5117), 1, - anon_sym_impl, - STATE(2238), 2, + ACTIONS(5123), 1, + anon_sym_fn, + ACTIONS(5125), 1, + anon_sym_extern, + STATE(2238), 1, + aux_sym_function_modifiers_repeat1, + STATE(2383), 1, + sym_extern_modifier, + STATE(2237), 2, sym_line_comment, sym_block_comment, - ACTIONS(3458), 6, + ACTIONS(4527), 4, anon_sym_async, anon_sym_const, anon_sym_default, - anon_sym_fn, anon_sym_unsafe, - anon_sym_extern, - [70673] = 8, + [70692] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5119), 1, + ACTIONS(5130), 1, anon_sym_fn, - ACTIONS(5121), 1, + ACTIONS(5132), 1, anon_sym_extern, - STATE(2245), 1, - aux_sym_function_modifiers_repeat1, - STATE(2387), 1, + STATE(2383), 1, sym_extern_modifier, - STATE(2239), 2, + STATE(2238), 3, sym_line_comment, sym_block_comment, - ACTIONS(4523), 4, + aux_sym_function_modifiers_repeat1, + ACTIONS(5127), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, - [70702] = 11, + [70719] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5027), 1, + STATE(2239), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4975), 8, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(5039), 1, anon_sym_PLUS, - ACTIONS(5123), 1, - anon_sym_SEMI, - STATE(553), 1, - sym_block, - STATE(2441), 1, - sym_where_clause, - STATE(3615), 1, - sym_label, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_where, + [70740] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, STATE(2240), 2, sym_line_comment, sym_block_comment, - [70737] = 11, + ACTIONS(4975), 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, + [70761] = 11, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5045), 1, - anon_sym_LT, - STATE(595), 1, - sym_declaration_list, - STATE(2376), 1, - sym_type_parameters, - STATE(2521), 1, - sym_trait_bounds, - STATE(3071), 1, - sym_where_clause, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(4826), 1, + sym_crate, + ACTIONS(4860), 1, + sym_identifier, + STATE(1465), 1, + sym_attribute_item, + STATE(2225), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3126), 1, + sym_field_declaration, + STATE(3405), 1, + sym_visibility_modifier, STATE(2241), 2, sym_line_comment, sym_block_comment, - [70772] = 10, + [70796] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4499), 1, - anon_sym_BANG, - ACTIONS(4507), 1, - anon_sym_PIPE, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4513), 1, - anon_sym_COLON, - ACTIONS(4517), 1, - anon_sym_DOT_DOT, - ACTIONS(5125), 1, - anon_sym_COLON_COLON, - ACTIONS(4519), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, STATE(2242), 2, sym_line_comment, sym_block_comment, - [70805] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5027), 1, + ACTIONS(4975), 8, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(5039), 1, anon_sym_PLUS, - ACTIONS(5127), 1, - anon_sym_SEMI, - STATE(564), 1, - sym_block, - STATE(2418), 1, - sym_where_clause, - STATE(3615), 1, - sym_label, - STATE(2243), 2, - sym_line_comment, - sym_block_comment, - [70840] = 11, - ACTIONS(69), 1, - anon_sym_pub, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_where, + [70817] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4864), 1, - sym_identifier, - ACTIONS(4870), 1, - sym_crate, - STATE(1061), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1405), 1, - sym_attribute_item, - STATE(2839), 1, - sym_enum_variant, - STATE(3612), 1, - sym_visibility_modifier, - STATE(2244), 2, + anon_sym_SLASH_STAR, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5035), 1, + anon_sym_LT, + STATE(1307), 1, + sym_declaration_list, + STATE(2398), 1, + sym_type_parameters, + STATE(2520), 1, + sym_trait_bounds, + STATE(3056), 1, + sym_where_clause, + STATE(2243), 2, sym_line_comment, sym_block_comment, - [70875] = 7, + [70852] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5132), 1, - anon_sym_fn, - ACTIONS(5134), 1, - anon_sym_extern, - STATE(2387), 1, - sym_extern_modifier, - STATE(2245), 3, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5035), 1, + anon_sym_LT, + ACTIONS(5135), 1, + anon_sym_SEMI, + ACTIONS(5137), 1, + anon_sym_EQ, + STATE(2400), 1, + sym_type_parameters, + STATE(2948), 1, + sym_trait_bounds, + STATE(3360), 1, + sym_where_clause, + STATE(2244), 2, sym_line_comment, sym_block_comment, - aux_sym_function_modifiers_repeat1, - ACTIONS(5129), 4, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_unsafe, - [70902] = 11, - ACTIONS(69), 1, - anon_sym_pub, + [70887] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(4870), 1, - sym_crate, - ACTIONS(4874), 1, + ACTIONS(1519), 1, + anon_sym_DOT_DOT, + ACTIONS(5049), 1, sym_identifier, - STATE(1061), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1405), 1, - sym_attribute_item, - STATE(2849), 1, - sym_field_declaration, - STATE(3407), 1, - sym_visibility_modifier, - STATE(2246), 2, + ACTIONS(5055), 1, + anon_sym_ref, + ACTIONS(5057), 1, + sym_mutable_specifier, + ACTIONS(5139), 1, + anon_sym_RBRACE, + ACTIONS(5141), 1, + anon_sym_COMMA, + STATE(2245), 2, sym_line_comment, sym_block_comment, - [70937] = 10, + STATE(2920), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [70920] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(1519), 1, anon_sym_DOT_DOT, - ACTIONS(5051), 1, + ACTIONS(5049), 1, sym_identifier, - ACTIONS(5057), 1, + ACTIONS(5055), 1, anon_sym_ref, - ACTIONS(5059), 1, + ACTIONS(5057), 1, sym_mutable_specifier, - ACTIONS(5137), 1, + ACTIONS(5143), 1, anon_sym_RBRACE, - ACTIONS(5139), 1, + ACTIONS(5145), 1, anon_sym_COMMA, - STATE(2247), 2, + STATE(2246), 2, sym_line_comment, sym_block_comment, - STATE(2857), 2, + STATE(2933), 2, sym_field_pattern, sym_remaining_field_pattern, - [70970] = 11, + [70953] = 11, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5027), 1, - anon_sym_LBRACE, - ACTIONS(5141), 1, - anon_sym_SEMI, - ACTIONS(5143), 1, - anon_sym_DASH_GT, - STATE(652), 1, - sym_block, - STATE(2416), 1, - sym_where_clause, - STATE(3615), 1, - sym_label, - STATE(2248), 2, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(4820), 1, + sym_identifier, + ACTIONS(4826), 1, + sym_crate, + STATE(1052), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1465), 1, + sym_attribute_item, + STATE(2796), 1, + sym_enum_variant, + STATE(3392), 1, + sym_visibility_modifier, + STATE(2247), 2, sym_line_comment, sym_block_comment, - [71005] = 11, + [70988] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, + ACTIONS(4959), 1, + anon_sym_LPAREN, + ACTIONS(4961), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5045), 1, - anon_sym_LT, - ACTIONS(5145), 1, - anon_sym_SEMI, ACTIONS(5147), 1, - anon_sym_EQ, - STATE(2388), 1, - sym_type_parameters, - STATE(2911), 1, - sym_trait_bounds, - STATE(3521), 1, + anon_sym_SEMI, + STATE(644), 1, + sym_field_declaration_list, + STATE(3049), 1, + sym_ordered_field_declaration_list, + STATE(3329), 1, sym_where_clause, - STATE(2249), 2, + STATE(2248), 2, sym_line_comment, sym_block_comment, - [71040] = 11, + [71020] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5027), 1, - anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, ACTIONS(5149), 1, - anon_sym_SEMI, - STATE(708), 1, - sym_block, - STATE(2494), 1, - sym_where_clause, - STATE(3615), 1, - sym_label, - STATE(2250), 2, + anon_sym_trait, + STATE(2249), 2, sym_line_comment, sym_block_comment, - [71075] = 11, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [71042] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(4946), 1, + ACTIONS(4959), 1, + anon_sym_LPAREN, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5075), 1, + ACTIONS(4982), 1, anon_sym_LBRACE, ACTIONS(5151), 1, anon_sym_SEMI, - ACTIONS(5153), 1, - anon_sym_DASH_GT, - STATE(1309), 1, - sym_block, - STATE(2455), 1, + STATE(1347), 1, + sym_field_declaration_list, + STATE(2778), 1, + sym_ordered_field_declaration_list, + STATE(3135), 1, sym_where_clause, - STATE(3618), 1, - sym_label, - STATE(2251), 2, + STATE(2250), 2, sym_line_comment, sym_block_comment, - [71110] = 9, + [71074] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5051), 1, - sym_identifier, - ACTIONS(5057), 1, - anon_sym_ref, - ACTIONS(5059), 1, - sym_mutable_specifier, + ACTIONS(4622), 1, + anon_sym_COLON_COLON, + ACTIONS(5153), 1, + anon_sym_LPAREN, ACTIONS(5155), 1, - anon_sym_RBRACE, - STATE(2252), 2, + anon_sym_LBRACK, + ACTIONS(5157), 1, + anon_sym_RBRACK, + ACTIONS(5159), 1, + anon_sym_LBRACE, + ACTIONS(5161), 1, + anon_sym_EQ, + STATE(3553), 1, + sym_delim_token_tree, + STATE(2251), 2, sym_line_comment, sym_block_comment, - STATE(3058), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [71140] = 10, + [71106] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, + ACTIONS(5165), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(5167), 1, anon_sym_LBRACE, - ACTIONS(5163), 1, + ACTIONS(5169), 1, anon_sym_RBRACE, - STATE(2298), 1, + STATE(2282), 1, aux_sym_macro_definition_repeat1, - STATE(3322), 1, + STATE(3330), 1, sym_macro_rule, - STATE(3487), 1, + STATE(3531), 1, sym_token_tree_pattern, - STATE(2253), 2, + STATE(2252), 2, sym_line_comment, sym_block_comment, - [71172] = 10, + [71138] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(4959), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, - anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(4961), 1, anon_sym_LBRACE, - ACTIONS(5165), 1, - anon_sym_RPAREN, - STATE(2186), 1, - aux_sym_macro_definition_repeat1, - STATE(3144), 1, - sym_macro_rule, - STATE(3487), 1, - sym_token_tree_pattern, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5171), 1, + anon_sym_SEMI, + STATE(632), 1, + sym_field_declaration_list, + STATE(2930), 1, + sym_ordered_field_declaration_list, + STATE(3264), 1, + sym_where_clause, + STATE(2253), 2, + sym_line_comment, + sym_block_comment, + [71170] = 9, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1519), 1, + anon_sym_DOT_DOT, + ACTIONS(5049), 1, + sym_identifier, + ACTIONS(5055), 1, + anon_sym_ref, + ACTIONS(5057), 1, + sym_mutable_specifier, + ACTIONS(5173), 1, + anon_sym_RBRACE, STATE(2254), 2, sym_line_comment, sym_block_comment, - [71204] = 10, + STATE(3234), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [71200] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, + ACTIONS(5165), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, - anon_sym_LBRACE, ACTIONS(5167), 1, - anon_sym_RBRACK, - STATE(2186), 1, + anon_sym_LBRACE, + ACTIONS(5175), 1, + anon_sym_RPAREN, + STATE(2181), 1, aux_sym_macro_definition_repeat1, - STATE(3154), 1, + STATE(3288), 1, sym_macro_rule, - STATE(3487), 1, + STATE(3531), 1, sym_token_tree_pattern, STATE(2255), 2, sym_line_comment, sym_block_comment, - [71236] = 5, + [71232] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5169), 1, + ACTIONS(5177), 1, sym_identifier, STATE(2256), 2, sym_line_comment, sym_block_comment, - ACTIONS(4772), 6, + ACTIONS(4744), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [71258] = 10, + [71254] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, - anon_sym_LPAREN, - ACTIONS(5159), 1, - anon_sym_LBRACK, - ACTIONS(5161), 1, - anon_sym_LBRACE, - ACTIONS(5171), 1, - anon_sym_RBRACE, - STATE(2301), 1, - aux_sym_macro_definition_repeat1, - STATE(3097), 1, - sym_macro_rule, - STATE(3487), 1, - sym_token_tree_pattern, + ACTIONS(5179), 1, + sym_identifier, STATE(2257), 2, sym_line_comment, sym_block_comment, - [71290] = 5, + ACTIONS(4744), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [71276] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5173), 1, + ACTIONS(1519), 1, + anon_sym_DOT_DOT, + ACTIONS(5049), 1, sym_identifier, + ACTIONS(5055), 1, + anon_sym_ref, + ACTIONS(5057), 1, + sym_mutable_specifier, + ACTIONS(5181), 1, + anon_sym_RBRACE, STATE(2258), 2, sym_line_comment, sym_block_comment, - ACTIONS(4772), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [71312] = 10, + STATE(3234), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [71306] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4940), 1, - anon_sym_LPAREN, - ACTIONS(4942), 1, - anon_sym_LBRACE, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5175), 1, - anon_sym_SEMI, - STATE(735), 1, - sym_field_declaration_list, - STATE(2924), 1, - sym_ordered_field_declaration_list, - STATE(3118), 1, - sym_where_clause, + ACTIONS(4509), 1, + anon_sym_DOT_DOT, + ACTIONS(5185), 1, + anon_sym_COLON, + ACTIONS(5187), 1, + anon_sym_COLON_COLON, + ACTIONS(4511), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5183), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2259), 2, sym_line_comment, sym_block_comment, - [71344] = 10, + [71334] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4940), 1, - anon_sym_LPAREN, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4976), 1, - anon_sym_LBRACE, - ACTIONS(5177), 1, - anon_sym_SEMI, - STATE(1203), 1, - sym_field_declaration_list, - STATE(2854), 1, - sym_ordered_field_declaration_list, - STATE(3197), 1, - sym_where_clause, + ACTIONS(5189), 1, + sym_identifier, STATE(2260), 2, sym_line_comment, sym_block_comment, - [71376] = 10, + ACTIONS(4744), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [71356] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4768), 1, - anon_sym_COLON_COLON, - ACTIONS(5179), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(5181), 1, + ACTIONS(5165), 1, anon_sym_LBRACK, - ACTIONS(5183), 1, - anon_sym_RBRACK, - ACTIONS(5185), 1, + ACTIONS(5167), 1, anon_sym_LBRACE, - ACTIONS(5187), 1, - anon_sym_EQ, - STATE(3581), 1, - sym_delim_token_tree, + ACTIONS(5191), 1, + anon_sym_RBRACE, + STATE(2181), 1, + aux_sym_macro_definition_repeat1, + STATE(3167), 1, + sym_macro_rule, + STATE(3531), 1, + sym_token_tree_pattern, STATE(2261), 2, sym_line_comment, sym_block_comment, - [71408] = 9, + [71388] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(1519), 1, anon_sym_DOT_DOT, - ACTIONS(5051), 1, + ACTIONS(5049), 1, sym_identifier, - ACTIONS(5057), 1, + ACTIONS(5055), 1, anon_sym_ref, - ACTIONS(5059), 1, - sym_mutable_specifier, - ACTIONS(5189), 1, - anon_sym_RBRACE, - STATE(2262), 2, - sym_line_comment, - sym_block_comment, - STATE(3058), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [71438] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5051), 1, - sym_identifier, ACTIONS(5057), 1, - anon_sym_ref, - ACTIONS(5059), 1, sym_mutable_specifier, - ACTIONS(5191), 1, + ACTIONS(5193), 1, anon_sym_RBRACE, - STATE(2263), 2, + STATE(2262), 2, sym_line_comment, sym_block_comment, - STATE(3058), 2, + STATE(3234), 2, sym_field_pattern, sym_remaining_field_pattern, - [71468] = 10, + [71418] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, + ACTIONS(5165), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(5167), 1, anon_sym_LBRACE, - ACTIONS(5165), 1, - anon_sym_RBRACK, - STATE(2186), 1, + ACTIONS(5195), 1, + anon_sym_RPAREN, + STATE(2303), 1, aux_sym_macro_definition_repeat1, - STATE(3146), 1, + STATE(3292), 1, sym_macro_rule, - STATE(3487), 1, + STATE(3531), 1, sym_token_tree_pattern, - STATE(2264), 2, - sym_line_comment, - sym_block_comment, - [71500] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(5193), 1, - sym_identifier, - STATE(2265), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4772), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [71522] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4175), 1, - anon_sym_LBRACE, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5197), 1, - anon_sym_STAR, - STATE(2819), 1, - sym_use_list, - STATE(3311), 1, - sym_type_arguments, - ACTIONS(5195), 2, - sym_identifier, - sym_super, - STATE(2266), 2, + STATE(2263), 2, sym_line_comment, sym_block_comment, - [71552] = 10, + [71450] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, + ACTIONS(5165), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, - anon_sym_LBRACE, ACTIONS(5167), 1, + anon_sym_LBRACE, + ACTIONS(5197), 1, anon_sym_RPAREN, - STATE(2186), 1, + STATE(2271), 1, aux_sym_macro_definition_repeat1, - STATE(3150), 1, + STATE(3238), 1, sym_macro_rule, - STATE(3487), 1, + STATE(3531), 1, sym_token_tree_pattern, - STATE(2267), 2, + STATE(2264), 2, sym_line_comment, sym_block_comment, - [71584] = 10, + [71482] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4756), 1, - anon_sym_COLON_COLON, - ACTIONS(5179), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(5181), 1, + ACTIONS(5165), 1, anon_sym_LBRACK, - ACTIONS(5185), 1, + ACTIONS(5167), 1, anon_sym_LBRACE, - ACTIONS(5199), 1, + ACTIONS(5197), 1, anon_sym_RBRACK, - ACTIONS(5201), 1, - anon_sym_EQ, - STATE(3503), 1, - sym_delim_token_tree, - STATE(2268), 2, - sym_line_comment, - sym_block_comment, - [71616] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5051), 1, - sym_identifier, - ACTIONS(5057), 1, - anon_sym_ref, - ACTIONS(5059), 1, - sym_mutable_specifier, - ACTIONS(5203), 1, - anon_sym_RBRACE, - STATE(2269), 2, + STATE(2272), 1, + aux_sym_macro_definition_repeat1, + STATE(3239), 1, + sym_macro_rule, + STATE(3531), 1, + sym_token_tree_pattern, + STATE(2265), 2, sym_line_comment, sym_block_comment, - STATE(3058), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [71646] = 8, + [71514] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4940), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(4976), 1, + ACTIONS(5165), 1, + anon_sym_LBRACK, + ACTIONS(5167), 1, anon_sym_LBRACE, - ACTIONS(5207), 1, - anon_sym_EQ, - ACTIONS(5205), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(2270), 2, + ACTIONS(5199), 1, + anon_sym_RPAREN, + STATE(2273), 1, + aux_sym_macro_definition_repeat1, + STATE(3241), 1, + sym_macro_rule, + STATE(3531), 1, + sym_token_tree_pattern, + STATE(2266), 2, sym_line_comment, sym_block_comment, - STATE(3029), 2, - sym_field_declaration_list, - sym_ordered_field_declaration_list, - [71674] = 10, + [71546] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, + ACTIONS(5165), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, - anon_sym_LBRACE, - ACTIONS(5209), 1, - anon_sym_RBRACE, - STATE(2186), 1, + ACTIONS(5167), 1, + anon_sym_LBRACE, + ACTIONS(5199), 1, + anon_sym_RBRACK, + STATE(2274), 1, aux_sym_macro_definition_repeat1, - STATE(3164), 1, + STATE(3243), 1, sym_macro_rule, - STATE(3487), 1, + STATE(3531), 1, sym_token_tree_pattern, - STATE(2271), 2, + STATE(2267), 2, sym_line_comment, sym_block_comment, - [71706] = 10, + [71578] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4940), 1, + ACTIONS(4959), 1, anon_sym_LPAREN, - ACTIONS(4942), 1, - anon_sym_LBRACE, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5211), 1, + ACTIONS(4982), 1, + anon_sym_LBRACE, + ACTIONS(5201), 1, anon_sym_SEMI, - STATE(615), 1, + STATE(1348), 1, sym_field_declaration_list, - STATE(2971), 1, + STATE(2917), 1, sym_ordered_field_declaration_list, - STATE(3205), 1, + STATE(3244), 1, sym_where_clause, - STATE(2272), 2, + STATE(2268), 2, sym_line_comment, sym_block_comment, - [71738] = 10, + [71610] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4940), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4976), 1, + ACTIONS(5165), 1, + anon_sym_LBRACK, + ACTIONS(5167), 1, anon_sym_LBRACE, - ACTIONS(5213), 1, - anon_sym_SEMI, - STATE(1133), 1, - sym_field_declaration_list, - STATE(2803), 1, - sym_ordered_field_declaration_list, - STATE(3225), 1, - sym_where_clause, - STATE(2273), 2, + ACTIONS(5203), 1, + anon_sym_RBRACE, + STATE(2181), 1, + aux_sym_macro_definition_repeat1, + STATE(3170), 1, + sym_macro_rule, + STATE(3531), 1, + sym_token_tree_pattern, + STATE(2269), 2, sym_line_comment, sym_block_comment, - [71770] = 10, + [71642] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(4722), 1, + anon_sym_COLON_COLON, + ACTIONS(5153), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, + 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(3553), 1, + sym_delim_token_tree, + STATE(2270), 2, + sym_line_comment, + sym_block_comment, + [71674] = 10, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5163), 1, + anon_sym_LPAREN, + ACTIONS(5165), 1, + anon_sym_LBRACK, + ACTIONS(5167), 1, anon_sym_LBRACE, - ACTIONS(5215), 1, + ACTIONS(5205), 1, anon_sym_RPAREN, - STATE(2281), 1, + STATE(2181), 1, aux_sym_macro_definition_repeat1, - STATE(3243), 1, + STATE(3256), 1, sym_macro_rule, - STATE(3487), 1, + STATE(3531), 1, sym_token_tree_pattern, - STATE(2274), 2, + STATE(2271), 2, sym_line_comment, sym_block_comment, - [71802] = 10, + [71706] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, + ACTIONS(5165), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(5167), 1, anon_sym_LBRACE, - ACTIONS(5215), 1, + ACTIONS(5205), 1, anon_sym_RBRACK, - STATE(2282), 1, + STATE(2181), 1, aux_sym_macro_definition_repeat1, - STATE(3244), 1, + STATE(3257), 1, sym_macro_rule, - STATE(3487), 1, + STATE(3531), 1, sym_token_tree_pattern, - STATE(2275), 2, + STATE(2272), 2, sym_line_comment, sym_block_comment, - [71834] = 10, + [71738] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, + ACTIONS(5165), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(5167), 1, anon_sym_LBRACE, - ACTIONS(5217), 1, + ACTIONS(5207), 1, anon_sym_RPAREN, - STATE(2283), 1, + STATE(2181), 1, aux_sym_macro_definition_repeat1, - STATE(3245), 1, + STATE(3258), 1, sym_macro_rule, - STATE(3487), 1, + STATE(3531), 1, sym_token_tree_pattern, - STATE(2276), 2, + STATE(2273), 2, sym_line_comment, sym_block_comment, - [71866] = 10, + [71770] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, + ACTIONS(5165), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(5167), 1, anon_sym_LBRACE, - ACTIONS(5217), 1, + ACTIONS(5207), 1, anon_sym_RBRACK, - STATE(2284), 1, + STATE(2181), 1, aux_sym_macro_definition_repeat1, - STATE(3247), 1, + STATE(3259), 1, sym_macro_rule, - STATE(3487), 1, + STATE(3531), 1, sym_token_tree_pattern, - STATE(2277), 2, + STATE(2274), 2, sym_line_comment, sym_block_comment, - [71898] = 10, + [71802] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, - anon_sym_LPAREN, - ACTIONS(5159), 1, - anon_sym_LBRACK, - ACTIONS(5161), 1, - anon_sym_LBRACE, - ACTIONS(5219), 1, + ACTIONS(1519), 1, + anon_sym_DOT_DOT, + ACTIONS(5049), 1, + sym_identifier, + ACTIONS(5055), 1, + anon_sym_ref, + ACTIONS(5057), 1, + sym_mutable_specifier, + ACTIONS(5209), 1, anon_sym_RBRACE, - STATE(2186), 1, - aux_sym_macro_definition_repeat1, - STATE(3147), 1, - sym_macro_rule, - STATE(3487), 1, - sym_token_tree_pattern, - STATE(2278), 2, + STATE(2275), 2, sym_line_comment, sym_block_comment, - [71930] = 9, + STATE(3234), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [71832] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4175), 1, + ACTIONS(4135), 1, anon_sym_LBRACE, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(5197), 1, + ACTIONS(5213), 1, anon_sym_STAR, - STATE(2819), 1, + STATE(2766), 1, sym_use_list, - STATE(3158), 1, + STATE(3213), 1, sym_type_arguments, - ACTIONS(5195), 2, + ACTIONS(5211), 2, sym_identifier, sym_super, - STATE(2279), 2, + STATE(2276), 2, sym_line_comment, sym_block_comment, - [71960] = 8, + [71862] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4517), 1, + ACTIONS(4509), 1, anon_sym_DOT_DOT, - ACTIONS(5223), 1, - anon_sym_COLON, - ACTIONS(5225), 1, + ACTIONS(5215), 1, anon_sym_COLON_COLON, - ACTIONS(4519), 2, + ACTIONS(4511), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(5221), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(2280), 2, + STATE(2277), 2, sym_line_comment, sym_block_comment, - [71988] = 10, + ACTIONS(3384), 3, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COMMA, + [71888] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(4959), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, - anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(4982), 1, anon_sym_LBRACE, - ACTIONS(5227), 1, - anon_sym_RPAREN, - STATE(2186), 1, - aux_sym_macro_definition_repeat1, - STATE(3264), 1, - sym_macro_rule, - STATE(3487), 1, - sym_token_tree_pattern, - STATE(2281), 2, + ACTIONS(5219), 1, + anon_sym_EQ, + ACTIONS(5217), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(2278), 2, sym_line_comment, sym_block_comment, - [72020] = 10, + STATE(2792), 2, + sym_field_declaration_list, + sym_ordered_field_declaration_list, + [71916] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, + ACTIONS(5165), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(5167), 1, anon_sym_LBRACE, - ACTIONS(5227), 1, - anon_sym_RBRACK, - STATE(2186), 1, + ACTIONS(5221), 1, + anon_sym_RBRACE, + STATE(2293), 1, aux_sym_macro_definition_repeat1, - STATE(3265), 1, + STATE(3108), 1, sym_macro_rule, - STATE(3487), 1, + STATE(3531), 1, sym_token_tree_pattern, - STATE(2282), 2, + STATE(2279), 2, sym_line_comment, sym_block_comment, - [72052] = 10, + [71948] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, + ACTIONS(5165), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(5167), 1, anon_sym_LBRACE, - ACTIONS(5229), 1, + ACTIONS(5223), 1, anon_sym_RPAREN, - STATE(2186), 1, + STATE(2255), 1, aux_sym_macro_definition_repeat1, - STATE(3266), 1, + STATE(3227), 1, sym_macro_rule, - STATE(3487), 1, + STATE(3531), 1, sym_token_tree_pattern, - STATE(2283), 2, + STATE(2280), 2, sym_line_comment, sym_block_comment, - [72084] = 10, + [71980] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(1519), 1, + anon_sym_DOT_DOT, + ACTIONS(5049), 1, + sym_identifier, + ACTIONS(5055), 1, + anon_sym_ref, + ACTIONS(5057), 1, + sym_mutable_specifier, + ACTIONS(5225), 1, + anon_sym_RBRACE, + STATE(2281), 2, + sym_line_comment, + sym_block_comment, + STATE(3234), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [72010] = 10, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, + ACTIONS(5165), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(5167), 1, anon_sym_LBRACE, - ACTIONS(5229), 1, - anon_sym_RBRACK, - STATE(2186), 1, + ACTIONS(5227), 1, + anon_sym_RBRACE, + STATE(2181), 1, aux_sym_macro_definition_repeat1, - STATE(3267), 1, + STATE(3286), 1, sym_macro_rule, - STATE(3487), 1, + STATE(3531), 1, sym_token_tree_pattern, - STATE(2284), 2, + STATE(2282), 2, sym_line_comment, sym_block_comment, - [72116] = 8, + [72042] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4517), 1, + ACTIONS(1519), 1, anon_sym_DOT_DOT, - ACTIONS(5223), 1, - anon_sym_COLON, - ACTIONS(5231), 1, + ACTIONS(5049), 1, + sym_identifier, + ACTIONS(5055), 1, + anon_sym_ref, + ACTIONS(5057), 1, + sym_mutable_specifier, + ACTIONS(5229), 1, + anon_sym_RBRACE, + STATE(2283), 2, + sym_line_comment, + sym_block_comment, + STATE(3234), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [72072] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4846), 1, + anon_sym_DOT_DOT, + ACTIONS(4850), 1, anon_sym_COLON_COLON, - ACTIONS(4519), 2, + ACTIONS(4848), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(5221), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(2285), 2, + STATE(2284), 2, sym_line_comment, sym_block_comment, - [72144] = 7, + ACTIONS(4515), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [72098] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4517), 1, + ACTIONS(1519), 1, anon_sym_DOT_DOT, + ACTIONS(5049), 1, + sym_identifier, + ACTIONS(5055), 1, + anon_sym_ref, + ACTIONS(5057), 1, + sym_mutable_specifier, ACTIONS(5231), 1, - anon_sym_COLON_COLON, - ACTIONS(4519), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + anon_sym_RBRACE, + STATE(2285), 2, + sym_line_comment, + sym_block_comment, + STATE(3234), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [72128] = 10, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5163), 1, + anon_sym_LPAREN, + ACTIONS(5165), 1, + anon_sym_LBRACK, + ACTIONS(5167), 1, + anon_sym_LBRACE, + ACTIONS(5175), 1, + anon_sym_RBRACK, + STATE(2181), 1, + aux_sym_macro_definition_repeat1, + STATE(3291), 1, + sym_macro_rule, + STATE(3531), 1, + sym_token_tree_pattern, STATE(2286), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 3, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - [72170] = 7, + [72160] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4890), 1, + ACTIONS(4509), 1, anon_sym_DOT_DOT, - ACTIONS(4894), 1, + ACTIONS(5233), 1, anon_sym_COLON_COLON, - ACTIONS(4892), 2, + ACTIONS(4511), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(2287), 2, sym_line_comment, sym_block_comment, - ACTIONS(4549), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [72196] = 5, + ACTIONS(3384), 3, + anon_sym_SEMI, + anon_sym_RBRACK, + anon_sym_PLUS, + [72186] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5233), 1, - anon_sym_trait, + ACTIONS(5163), 1, + anon_sym_LPAREN, + ACTIONS(5165), 1, + anon_sym_LBRACK, + ACTIONS(5167), 1, + anon_sym_LBRACE, + ACTIONS(5235), 1, + anon_sym_RBRACK, + STATE(2181), 1, + aux_sym_macro_definition_repeat1, + STATE(3278), 1, + sym_macro_rule, + STATE(3531), 1, + sym_token_tree_pattern, STATE(2288), 2, sym_line_comment, sym_block_comment, - ACTIONS(3458), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [72218] = 8, + [72218] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4517), 1, - anon_sym_DOT_DOT, + ACTIONS(4714), 1, + anon_sym_COLON_COLON, + ACTIONS(5153), 1, + anon_sym_LPAREN, + ACTIONS(5155), 1, + anon_sym_LBRACK, + ACTIONS(5159), 1, + anon_sym_LBRACE, ACTIONS(5237), 1, - anon_sym_COLON, + anon_sym_RBRACK, ACTIONS(5239), 1, - anon_sym_COLON_COLON, - ACTIONS(4519), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5235), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + anon_sym_EQ, + STATE(3567), 1, + sym_delim_token_tree, STATE(2289), 2, sym_line_comment, sym_block_comment, - [72246] = 9, + [72250] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(1519), 1, anon_sym_DOT_DOT, - ACTIONS(5051), 1, + ACTIONS(5049), 1, sym_identifier, - ACTIONS(5057), 1, + ACTIONS(5055), 1, anon_sym_ref, - ACTIONS(5059), 1, + ACTIONS(5057), 1, sym_mutable_specifier, ACTIONS(5241), 1, anon_sym_RBRACE, STATE(2290), 2, sym_line_comment, sym_block_comment, - STATE(3058), 2, + STATE(3234), 2, sym_field_pattern, sym_remaining_field_pattern, - [72276] = 9, + [72280] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5051), 1, - sym_identifier, - ACTIONS(5057), 1, - anon_sym_ref, - ACTIONS(5059), 1, - sym_mutable_specifier, - ACTIONS(5243), 1, - anon_sym_RBRACE, + ACTIONS(4720), 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(3553), 1, + sym_delim_token_tree, STATE(2291), 2, sym_line_comment, sym_block_comment, - STATE(3058), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [72306] = 10, + [72312] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, - anon_sym_LPAREN, - ACTIONS(5159), 1, - anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(4135), 1, anon_sym_LBRACE, - ACTIONS(5245), 1, - anon_sym_RPAREN, - STATE(2254), 1, - aux_sym_macro_definition_repeat1, - STATE(3145), 1, - sym_macro_rule, - STATE(3487), 1, - sym_token_tree_pattern, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5213), 1, + anon_sym_STAR, + STATE(2766), 1, + sym_use_list, + STATE(3096), 1, + sym_type_arguments, + ACTIONS(5211), 2, + sym_identifier, + sym_super, STATE(2292), 2, sym_line_comment, sym_block_comment, - [72338] = 10, + [72342] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, + ACTIONS(5165), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(5167), 1, anon_sym_LBRACE, - ACTIONS(5245), 1, - anon_sym_RBRACK, - STATE(2264), 1, + ACTIONS(5243), 1, + anon_sym_RBRACE, + STATE(2181), 1, aux_sym_macro_definition_repeat1, - STATE(3100), 1, + STATE(3307), 1, sym_macro_rule, - STATE(3487), 1, + STATE(3531), 1, sym_token_tree_pattern, STATE(2293), 2, sym_line_comment, sym_block_comment, - [72370] = 10, + [72374] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, - anon_sym_LPAREN, - ACTIONS(5159), 1, - anon_sym_LBRACK, - ACTIONS(5161), 1, - anon_sym_LBRACE, + ACTIONS(4509), 1, + anon_sym_DOT_DOT, ACTIONS(5247), 1, - anon_sym_RBRACE, - STATE(2278), 1, - aux_sym_macro_definition_repeat1, - STATE(3061), 1, - sym_macro_rule, - STATE(3487), 1, - sym_token_tree_pattern, + anon_sym_COLON, + ACTIONS(5249), 1, + anon_sym_COLON_COLON, + ACTIONS(4511), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5245), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2294), 2, sym_line_comment, sym_block_comment, - [72402] = 10, + [72402] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, - anon_sym_LPAREN, - ACTIONS(5159), 1, - anon_sym_LBRACK, - ACTIONS(5161), 1, - anon_sym_LBRACE, - ACTIONS(5249), 1, - anon_sym_RPAREN, - STATE(2267), 1, - aux_sym_macro_definition_repeat1, - STATE(3300), 1, - sym_macro_rule, - STATE(3487), 1, - sym_token_tree_pattern, + ACTIONS(5251), 1, + anon_sym_trait, STATE(2295), 2, sym_line_comment, sym_block_comment, - [72434] = 10, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [72424] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4509), 1, + anon_sym_DOT_DOT, + ACTIONS(5249), 1, + anon_sym_COLON_COLON, + ACTIONS(4511), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2296), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3384), 3, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COMMA, + [72450] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, + ACTIONS(5165), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(5167), 1, anon_sym_LBRACE, - ACTIONS(5249), 1, - anon_sym_RBRACK, - STATE(2255), 1, + ACTIONS(5253), 1, + anon_sym_RBRACE, + STATE(2261), 1, aux_sym_macro_definition_repeat1, - STATE(3219), 1, + STATE(3077), 1, sym_macro_rule, - STATE(3487), 1, + STATE(3531), 1, sym_token_tree_pattern, - STATE(2296), 2, + STATE(2297), 2, sym_line_comment, sym_block_comment, - [72466] = 10, + [72482] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, + ACTIONS(5165), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(5167), 1, anon_sym_LBRACE, - ACTIONS(5251), 1, + ACTIONS(5255), 1, anon_sym_RBRACE, - STATE(2271), 1, + STATE(2269), 1, aux_sym_macro_definition_repeat1, - STATE(3223), 1, + STATE(3078), 1, sym_macro_rule, - STATE(3487), 1, + STATE(3531), 1, sym_token_tree_pattern, - STATE(2297), 2, + STATE(2298), 2, + sym_line_comment, + sym_block_comment, + [72514] = 10, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5257), 1, + aux_sym_line_comment_token1, + ACTIONS(5259), 1, + aux_sym_line_comment_token3, + ACTIONS(5261), 1, + anon_sym_BANG2, + ACTIONS(5263), 1, + anon_sym_SLASH2, + STATE(3413), 1, + sym__line_doc_comment_marker, + STATE(3455), 1, + sym__outer_line_doc_comment_marker, + STATE(3586), 1, + sym__inner_line_doc_comment_marker, + STATE(2299), 2, sym_line_comment, sym_block_comment, - [72498] = 10, + [72546] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, + ACTIONS(5165), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(5167), 1, anon_sym_LBRACE, - ACTIONS(5253), 1, - anon_sym_RBRACE, - STATE(2186), 1, + ACTIONS(5223), 1, + anon_sym_RBRACK, + STATE(2286), 1, aux_sym_macro_definition_repeat1, - STATE(3062), 1, + STATE(3219), 1, sym_macro_rule, - STATE(3487), 1, + STATE(3531), 1, sym_token_tree_pattern, - STATE(2298), 2, + STATE(2300), 2, sym_line_comment, sym_block_comment, - [72530] = 8, + [72578] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4940), 1, + ACTIONS(4959), 1, anon_sym_LPAREN, - ACTIONS(4976), 1, + ACTIONS(4982), 1, anon_sym_LBRACE, - ACTIONS(5257), 1, + ACTIONS(5267), 1, anon_sym_EQ, - ACTIONS(5255), 2, + ACTIONS(5265), 2, anon_sym_RBRACE, anon_sym_COMMA, - STATE(2299), 2, + STATE(2301), 2, sym_line_comment, sym_block_comment, - STATE(3023), 2, + STATE(3039), 2, sym_field_declaration_list, sym_ordered_field_declaration_list, - [72558] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4517), 1, - anon_sym_DOT_DOT, - ACTIONS(5259), 1, - anon_sym_COLON_COLON, - ACTIONS(4519), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2300), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3321), 3, - anon_sym_SEMI, - anon_sym_RBRACK, - anon_sym_PLUS, - [72584] = 10, + [72606] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5157), 1, + ACTIONS(5163), 1, anon_sym_LPAREN, - ACTIONS(5159), 1, + ACTIONS(5165), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, + ACTIONS(5167), 1, anon_sym_LBRACE, - ACTIONS(5261), 1, - anon_sym_RBRACE, - STATE(2186), 1, + ACTIONS(5195), 1, + anon_sym_RBRACK, + STATE(2288), 1, aux_sym_macro_definition_repeat1, - STATE(3063), 1, + STATE(3324), 1, sym_macro_rule, - STATE(3487), 1, + STATE(3531), 1, sym_token_tree_pattern, - STATE(2301), 2, + STATE(2302), 2, sym_line_comment, sym_block_comment, - [72616] = 9, + [72638] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5051), 1, - sym_identifier, - ACTIONS(5057), 1, - anon_sym_ref, - ACTIONS(5059), 1, - sym_mutable_specifier, - ACTIONS(5263), 1, - anon_sym_RBRACE, - STATE(2302), 2, - sym_line_comment, - sym_block_comment, - STATE(3058), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [72646] = 10, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5265), 1, - aux_sym_line_comment_token1, - ACTIONS(5267), 1, - aux_sym_line_comment_token3, - ACTIONS(5269), 1, - anon_sym_BANG2, - ACTIONS(5271), 1, - anon_sym_SLASH2, - STATE(3395), 1, - sym__outer_line_doc_comment_marker, - STATE(3562), 1, - sym__line_doc_comment_marker, - STATE(3638), 1, - sym__inner_line_doc_comment_marker, + ACTIONS(5163), 1, + anon_sym_LPAREN, + ACTIONS(5165), 1, + anon_sym_LBRACK, + ACTIONS(5167), 1, + anon_sym_LBRACE, + ACTIONS(5235), 1, + anon_sym_RPAREN, + STATE(2181), 1, + aux_sym_macro_definition_repeat1, + STATE(3269), 1, + sym_macro_rule, + STATE(3531), 1, + sym_token_tree_pattern, STATE(2303), 2, sym_line_comment, sym_block_comment, - [72678] = 5, + [72670] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5273), 1, - anon_sym_trait, + ACTIONS(5269), 1, + sym_identifier, STATE(2304), 2, sym_line_comment, sym_block_comment, - ACTIONS(3458), 6, + ACTIONS(4744), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [72700] = 10, + [72692] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4758), 1, + ACTIONS(4509), 1, + anon_sym_DOT_DOT, + ACTIONS(5215), 1, anon_sym_COLON_COLON, - ACTIONS(5179), 1, - anon_sym_LPAREN, - ACTIONS(5181), 1, - anon_sym_LBRACK, - ACTIONS(5185), 1, - anon_sym_LBRACE, - ACTIONS(5199), 1, - anon_sym_RBRACK, - ACTIONS(5201), 1, - anon_sym_EQ, - STATE(3503), 1, - sym_delim_token_tree, + ACTIONS(5247), 1, + anon_sym_COLON, + ACTIONS(4511), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5245), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2305), 2, sym_line_comment, sym_block_comment, - [72732] = 10, + [72720] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4630), 1, - anon_sym_COLON_COLON, - ACTIONS(5179), 1, - anon_sym_LPAREN, - ACTIONS(5181), 1, - anon_sym_LBRACK, - ACTIONS(5185), 1, + ACTIONS(4961), 1, anon_sym_LBRACE, - ACTIONS(5199), 1, - anon_sym_RBRACK, - ACTIONS(5201), 1, - anon_sym_EQ, - STATE(3503), 1, - sym_delim_token_tree, + ACTIONS(4963), 1, + anon_sym_LT, + ACTIONS(4965), 1, + anon_sym_where, + STATE(661), 1, + sym_field_declaration_list, + STATE(2644), 1, + sym_type_parameters, + STATE(3128), 1, + sym_where_clause, STATE(2306), 2, sym_line_comment, sym_block_comment, - [72764] = 7, + [72749] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4517), 1, - anon_sym_DOT_DOT, - ACTIONS(5225), 1, - anon_sym_COLON_COLON, - ACTIONS(4519), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5271), 1, + anon_sym_SEMI, + STATE(686), 1, + sym_declaration_list, + STATE(3022), 1, + sym_where_clause, STATE(2307), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 3, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - [72790] = 5, + [72778] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5275), 1, - sym_identifier, + ACTIONS(4963), 1, + anon_sym_LT, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(4982), 1, + anon_sym_LBRACE, + STATE(1369), 1, + sym_field_declaration_list, + STATE(2549), 1, + sym_type_parameters, + STATE(3154), 1, + sym_where_clause, STATE(2308), 2, sym_line_comment, sym_block_comment, - ACTIONS(4772), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [72812] = 9, + [72807] = 9, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5051), 1, + ACTIONS(5273), 1, sym_identifier, - ACTIONS(5057), 1, + ACTIONS(5275), 1, anon_sym_ref, - ACTIONS(5059), 1, - sym_mutable_specifier, ACTIONS(5277), 1, - anon_sym_RBRACE, + sym_mutable_specifier, + ACTIONS(5279), 1, + anon_sym_move, + STATE(225), 1, + sym_closure_parameters, STATE(2309), 2, sym_line_comment, sym_block_comment, - STATE(3058), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [72842] = 9, + [72836] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5279), 1, - anon_sym_SEMI, - STATE(1218), 1, - sym_declaration_list, - STATE(2874), 1, - sym_where_clause, + ACTIONS(5281), 1, + anon_sym_RBRACK, + ACTIONS(4872), 2, + anon_sym_PIPE, + anon_sym_COMMA, STATE(2310), 2, sym_line_comment, sym_block_comment, - [72871] = 9, + ACTIONS(3517), 3, + anon_sym_SEMI, + anon_sym_PLUS, + anon_sym_DASH_GT, + [72859] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - ACTIONS(5043), 1, - anon_sym_COLON, - STATE(1257), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5284), 1, + anon_sym_SEMI, + STATE(689), 1, sym_declaration_list, - STATE(2523), 1, - sym_trait_bounds, - STATE(3290), 1, + STATE(3028), 1, sym_where_clause, STATE(2311), 2, sym_line_comment, sym_block_comment, - [72900] = 9, + [72888] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(5039), 1, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5286), 1, anon_sym_PLUS, - ACTIONS(5281), 1, - anon_sym_SEMI, - STATE(635), 1, - sym_declaration_list, - STATE(2780), 1, - sym_where_clause, + ACTIONS(5288), 1, + anon_sym_GT, + ACTIONS(5290), 1, + anon_sym_COMMA, + STATE(2842), 1, + sym_trait_bounds, + STATE(2843), 1, + aux_sym_type_arguments_repeat1, STATE(2312), 2, sym_line_comment, sym_block_comment, - [72929] = 9, + [72917] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(5039), 1, + ACTIONS(3093), 1, anon_sym_PLUS, - ACTIONS(5283), 1, - anon_sym_SEMI, - STATE(504), 1, - sym_declaration_list, - STATE(2940), 1, - sym_where_clause, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5288), 1, + anon_sym_GT, + ACTIONS(5290), 1, + anon_sym_COMMA, + STATE(2842), 1, + sym_trait_bounds, + STATE(2843), 1, + aux_sym_type_arguments_repeat1, STATE(2313), 2, sym_line_comment, sym_block_comment, - [72958] = 9, + [72946] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(5043), 1, + ACTIONS(3583), 1, anon_sym_COLON, - STATE(682), 1, - sym_declaration_list, - STATE(2727), 1, - sym_trait_bounds, - STATE(3294), 1, - sym_where_clause, + ACTIONS(5292), 1, + anon_sym_EQ, STATE(2314), 2, sym_line_comment, sym_block_comment, - [72987] = 6, + ACTIONS(3581), 4, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_COLON_COLON, + [72969] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4595), 1, - anon_sym_COLON_COLON, - ACTIONS(4960), 1, - anon_sym_for, + ACTIONS(4630), 1, + anon_sym_EQ, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5294), 1, + anon_sym_GT, + ACTIONS(5296), 1, + anon_sym_COMMA, + STATE(3012), 1, + sym_trait_bounds, + STATE(3050), 1, + aux_sym_type_parameters_repeat1, STATE(2315), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [73010] = 9, + [72998] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4944), 1, - anon_sym_LT, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5285), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - STATE(1097), 1, - sym_enum_variant_list, - STATE(2736), 1, - sym_type_parameters, - STATE(3309), 1, - sym_where_clause, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5298), 1, + anon_sym_if, + STATE(3558), 1, + sym_label, + STATE(1481), 2, + sym_if_expression, + sym_block, STATE(2316), 2, sym_line_comment, sym_block_comment, - [73039] = 9, + [73025] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5287), 1, - anon_sym_SEMI, - STATE(1100), 1, - sym_declaration_list, - STATE(3045), 1, - sym_where_clause, + ACTIONS(4630), 1, + anon_sym_EQ, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5300), 1, + anon_sym_GT, + ACTIONS(5302), 1, + anon_sym_COMMA, + STATE(2890), 1, + aux_sym_type_parameters_repeat1, + STATE(3012), 1, + sym_trait_bounds, STATE(2317), 2, sym_line_comment, sym_block_comment, - [73068] = 9, + [73054] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5289), 1, + ACTIONS(5304), 1, anon_sym_SEMI, - STATE(506), 1, + STATE(1241), 1, sym_declaration_list, - STATE(2948), 1, + STATE(2893), 1, sym_where_clause, STATE(2318), 2, sym_line_comment, sym_block_comment, - [73097] = 9, + [73083] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5291), 1, + ACTIONS(5306), 1, anon_sym_SEMI, - STATE(1275), 1, + STATE(1249), 1, sym_declaration_list, - STATE(2889), 1, + STATE(2903), 1, sym_where_clause, STATE(2319), 2, sym_line_comment, sym_block_comment, - [73126] = 9, + [73112] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5293), 1, + ACTIONS(5308), 1, anon_sym_SEMI, - STATE(1277), 1, + STATE(1282), 1, sym_declaration_list, - STATE(2890), 1, + STATE(2911), 1, sym_where_clause, STATE(2320), 2, sym_line_comment, sym_block_comment, - [73155] = 5, + [73141] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_DOT_DOT, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5033), 1, + anon_sym_COLON, + STATE(1301), 1, + sym_declaration_list, + STATE(2561), 1, + sym_trait_bounds, + STATE(3236), 1, + sym_where_clause, STATE(2321), 2, sym_line_comment, sym_block_comment, - ACTIONS(4670), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_if, - [73176] = 9, + [73170] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5295), 1, - anon_sym_SEMI, - STATE(1289), 1, - sym_declaration_list, - STATE(2892), 1, - sym_where_clause, + ACTIONS(4652), 1, + anon_sym_DOT_DOT, STATE(2322), 2, sym_line_comment, sym_block_comment, - [73205] = 9, + ACTIONS(4650), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [73191] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5297), 1, + ACTIONS(5310), 1, anon_sym_SEMI, - STATE(1291), 1, + STATE(1079), 1, sym_declaration_list, - STATE(2893), 1, + STATE(2960), 1, sym_where_clause, STATE(2323), 2, sym_line_comment, sym_block_comment, - [73234] = 9, + [73220] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5299), 1, + ACTIONS(5312), 1, anon_sym_SEMI, - STATE(1293), 1, + STATE(1081), 1, sym_declaration_list, - STATE(2894), 1, + STATE(2961), 1, sym_where_clause, STATE(2324), 2, sym_line_comment, sym_block_comment, - [73263] = 9, + [73249] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5301), 1, + ACTIONS(5314), 1, anon_sym_SEMI, - STATE(1295), 1, + STATE(1085), 1, sym_declaration_list, - STATE(2895), 1, + STATE(2969), 1, sym_where_clause, STATE(2325), 2, sym_line_comment, sym_block_comment, - [73292] = 9, + [73278] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5303), 1, + ACTIONS(5316), 1, anon_sym_SEMI, - STATE(508), 1, + STATE(1087), 1, sym_declaration_list, - STATE(2955), 1, + STATE(2971), 1, sym_where_clause, STATE(2326), 2, sym_line_comment, sym_block_comment, - [73321] = 9, + [73307] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5305), 1, - anon_sym_SEMI, - STATE(510), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5033), 1, + anon_sym_COLON, + STATE(1119), 1, sym_declaration_list, - STATE(2957), 1, + STATE(2581), 1, + sym_trait_bounds, + STATE(3052), 1, sym_where_clause, STATE(2327), 2, sym_line_comment, sym_block_comment, - [73350] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4944), 1, - anon_sym_LT, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4976), 1, - anon_sym_LBRACE, - STATE(1108), 1, - sym_field_declaration_list, - STATE(2682), 1, - sym_type_parameters, - STATE(3317), 1, - sym_where_clause, - STATE(2328), 2, - sym_line_comment, - sym_block_comment, - [73379] = 6, + [73336] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5307), 1, - anon_sym_RBRACK, - ACTIONS(4862), 2, + ACTIONS(3517), 2, + anon_sym_PLUS, + anon_sym_DASH_GT, + ACTIONS(4872), 2, + anon_sym_COLON, anon_sym_PIPE, + ACTIONS(5281), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2329), 2, + STATE(2328), 2, sym_line_comment, sym_block_comment, - ACTIONS(3581), 3, - anon_sym_SEMI, - anon_sym_PLUS, - anon_sym_DASH_GT, - [73402] = 6, + [73359] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4664), 1, + ACTIONS(4509), 1, anon_sym_DOT_DOT, - ACTIONS(4666), 2, + ACTIONS(5249), 1, + anon_sym_COLON_COLON, + ACTIONS(4511), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2330), 2, + ACTIONS(5183), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + STATE(2329), 2, sym_line_comment, sym_block_comment, - ACTIONS(4507), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [73425] = 9, + [73384] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5310), 1, - anon_sym_SEMI, - STATE(1330), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5033), 1, + anon_sym_COLON, + STATE(761), 1, sym_declaration_list, - STATE(2898), 1, + STATE(2573), 1, + sym_trait_bounds, + STATE(3295), 1, sym_where_clause, + STATE(2330), 2, + sym_line_comment, + sym_block_comment, + [73413] = 9, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4630), 1, + anon_sym_EQ, + ACTIONS(4632), 1, + anon_sym_GT, + ACTIONS(4634), 1, + anon_sym_COMMA, + ACTIONS(5033), 1, + anon_sym_COLON, + STATE(3012), 1, + sym_trait_bounds, + STATE(3024), 1, + aux_sym_type_parameters_repeat1, STATE(2331), 2, sym_line_comment, sym_block_comment, - [73454] = 9, + [73442] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5312), 1, + ACTIONS(5318), 1, anon_sym_SEMI, - STATE(1332), 1, + STATE(504), 1, sym_declaration_list, - STATE(2899), 1, + STATE(2988), 1, sym_where_clause, STATE(2332), 2, sym_line_comment, sym_block_comment, - [73483] = 6, + [73471] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5314), 1, - anon_sym_RBRACK, - ACTIONS(4896), 2, - anon_sym_PIPE, - anon_sym_COMMA, + ACTIONS(4579), 1, + anon_sym_COLON_COLON, + ACTIONS(4949), 1, + anon_sym_for, STATE(2333), 2, sym_line_comment, sym_block_comment, - ACTIONS(3607), 3, + ACTIONS(3384), 4, anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_DASH_GT, - [73506] = 8, + anon_sym_where, + [73494] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4612), 1, - anon_sym_COLON_COLON, - ACTIONS(5317), 1, - anon_sym_GT, - ACTIONS(5319), 1, - anon_sym_COMMA, - STATE(2826), 1, - aux_sym_type_parameters_repeat1, - ACTIONS(3321), 2, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, anon_sym_PLUS, - anon_sym_as, + ACTIONS(5320), 1, + anon_sym_SEMI, + STATE(1137), 1, + sym_declaration_list, + STATE(3004), 1, + sym_where_clause, STATE(2334), 2, sym_line_comment, sym_block_comment, - [73533] = 8, - ACTIONS(19), 1, - anon_sym_LBRACE, + [73523] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5321), 1, - anon_sym_if, - STATE(3355), 1, - sym_label, - STATE(404), 2, - sym_if_expression, - sym_block, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5322), 1, + anon_sym_SEMI, + STATE(1139), 1, + sym_declaration_list, + STATE(3005), 1, + sym_where_clause, STATE(2335), 2, sym_line_comment, sym_block_comment, - [73560] = 6, + [73552] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3607), 2, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, anon_sym_PLUS, - anon_sym_DASH_GT, - ACTIONS(4896), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5314), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5324), 1, + anon_sym_SEMI, + STATE(1152), 1, + sym_declaration_list, + STATE(3013), 1, + sym_where_clause, STATE(2336), 2, sym_line_comment, sym_block_comment, - [73583] = 9, - ACTIONS(27), 1, - anon_sym_PIPE, + [73581] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5323), 1, - sym_identifier, - ACTIONS(5325), 1, - anon_sym_ref, - ACTIONS(5327), 1, - sym_mutable_specifier, - ACTIONS(5329), 1, - anon_sym_move, - STATE(243), 1, - sym_closure_parameters, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5326), 1, + anon_sym_SEMI, + STATE(1154), 1, + sym_declaration_list, + STATE(3014), 1, + sym_where_clause, STATE(2337), 2, sym_line_comment, sym_block_comment, - [73612] = 9, + [73610] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3093), 1, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5317), 1, - anon_sym_GT, - ACTIONS(5319), 1, - anon_sym_COMMA, - STATE(2826), 1, - aux_sym_type_parameters_repeat1, - STATE(2832), 1, - sym_trait_bounds, + ACTIONS(5328), 1, + anon_sym_SEMI, + STATE(1156), 1, + sym_declaration_list, + STATE(3019), 1, + sym_where_clause, STATE(2338), 2, sym_line_comment, sym_block_comment, - [73641] = 9, + [73639] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5331), 1, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5333), 1, - anon_sym_GT, - ACTIONS(5335), 1, - anon_sym_COMMA, - STATE(2973), 1, - sym_trait_bounds, - STATE(2983), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(5330), 1, + anon_sym_SEMI, + STATE(1158), 1, + sym_declaration_list, + STATE(3023), 1, + sym_where_clause, STATE(2339), 2, sym_line_comment, sym_block_comment, - [73670] = 9, + [73668] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5331), 1, - anon_sym_PLUS, - ACTIONS(5337), 1, - anon_sym_GT, - ACTIONS(5339), 1, + ACTIONS(4509), 1, + anon_sym_DOT_DOT, + ACTIONS(5249), 1, + anon_sym_COLON_COLON, + ACTIONS(4511), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5332), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2925), 1, - sym_trait_bounds, - STATE(2926), 1, - aux_sym_type_arguments_repeat1, STATE(2340), 2, sym_line_comment, sym_block_comment, - [73699] = 9, + [73693] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3093), 1, - anon_sym_PLUS, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5337), 1, - anon_sym_GT, - ACTIONS(5339), 1, - anon_sym_COMMA, - STATE(2925), 1, - sym_trait_bounds, - STATE(2926), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(1519), 1, + anon_sym_DOT_DOT, + ACTIONS(5049), 1, + sym_identifier, + ACTIONS(5055), 1, + anon_sym_ref, + ACTIONS(5057), 1, + sym_mutable_specifier, STATE(2341), 2, sym_line_comment, sym_block_comment, - [73728] = 8, + STATE(3234), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [73720] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1229), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5341), 1, - anon_sym_if, - STATE(3619), 1, - sym_label, - STATE(459), 2, - sym_if_expression, - sym_block, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5334), 1, + anon_sym_GT, + ACTIONS(5336), 1, + anon_sym_COMMA, + STATE(3007), 1, + aux_sym_for_lifetimes_repeat1, + STATE(3029), 1, + aux_sym_type_parameters_repeat1, + STATE(3041), 1, + sym_trait_bounds, STATE(2342), 2, sym_line_comment, sym_block_comment, - [73755] = 9, + [73749] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4634), 1, - anon_sym_EQ, - ACTIONS(4636), 1, - anon_sym_GT, - ACTIONS(4638), 1, - anon_sym_COMMA, - ACTIONS(5043), 1, - anon_sym_COLON, - STATE(2809), 1, - sym_trait_bounds, - STATE(2811), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5338), 1, + anon_sym_SEMI, + STATE(1194), 1, + sym_declaration_list, + STATE(3042), 1, + sym_where_clause, STATE(2343), 2, sym_line_comment, sym_block_comment, - [73784] = 9, + [73778] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4634), 1, - anon_sym_EQ, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5343), 1, - anon_sym_GT, - ACTIONS(5345), 1, - anon_sym_COMMA, - STATE(2809), 1, - sym_trait_bounds, - STATE(2865), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5340), 1, + anon_sym_SEMI, + STATE(1196), 1, + sym_declaration_list, + STATE(3044), 1, + sym_where_clause, STATE(2344), 2, sym_line_comment, sym_block_comment, - [73813] = 9, + [73807] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5347), 1, - anon_sym_SEMI, - STATE(685), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5033), 1, + anon_sym_COLON, + STATE(550), 1, sym_declaration_list, - STATE(2908), 1, + STATE(2727), 1, + sym_trait_bounds, + STATE(3274), 1, sym_where_clause, STATE(2345), 2, sym_line_comment, sym_block_comment, - [73842] = 9, + [73836] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5349), 1, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5342), 1, anon_sym_SEMI, - STATE(1126), 1, - sym_declaration_list, - STATE(2799), 1, + ACTIONS(5344), 1, + anon_sym_EQ, + STATE(2979), 1, + sym_trait_bounds, + STATE(3617), 1, sym_where_clause, STATE(2346), 2, sym_line_comment, sym_block_comment, - [73871] = 4, + [73865] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3647), 2, + anon_sym_PLUS, + anon_sym_DASH_GT, + ACTIONS(4812), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(5346), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2347), 2, sym_line_comment, sym_block_comment, - ACTIONS(5001), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - [73890] = 9, + [73888] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4942), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - ACTIONS(4944), 1, - anon_sym_LT, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - STATE(608), 1, - sym_field_declaration_list, - STATE(2579), 1, - sym_type_parameters, - STATE(3105), 1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5349), 1, + anon_sym_SEMI, + STATE(645), 1, + sym_declaration_list, + STATE(3031), 1, sym_where_clause, STATE(2348), 2, sym_line_comment, sym_block_comment, - [73919] = 8, + [73917] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5351), 1, - anon_sym_if, - STATE(3620), 1, - sym_label, - STATE(1780), 2, - sym_if_expression, - sym_block, + ACTIONS(4579), 1, + anon_sym_COLON_COLON, + ACTIONS(4936), 1, + anon_sym_for, STATE(2349), 2, sym_line_comment, sym_block_comment, - [73946] = 9, + ACTIONS(3384), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [73940] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, + ACTIONS(4961), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5353), 1, - anon_sym_SEMI, - STATE(545), 1, - sym_declaration_list, - STATE(3054), 1, + ACTIONS(4963), 1, + anon_sym_LT, + ACTIONS(4965), 1, + anon_sym_where, + STATE(498), 1, + sym_field_declaration_list, + STATE(2591), 1, + sym_type_parameters, + STATE(3058), 1, sym_where_clause, STATE(2350), 2, sym_line_comment, sym_block_comment, - [73975] = 9, + [73969] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5355), 1, - anon_sym_SEMI, - STATE(547), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5033), 1, + anon_sym_COLON, + STATE(599), 1, sym_declaration_list, - STATE(2921), 1, + STATE(2582), 1, + sym_trait_bounds, + STATE(3095), 1, sym_where_clause, STATE(2351), 2, sym_line_comment, sym_block_comment, - [74004] = 9, + [73998] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(5043), 1, - anon_sym_COLON, - STATE(1136), 1, - sym_declaration_list, - STATE(2547), 1, - sym_trait_bounds, - STATE(3229), 1, - sym_where_clause, + ACTIONS(997), 1, + anon_sym_DOT_DOT, STATE(2352), 2, sym_line_comment, sym_block_comment, - [74033] = 9, + ACTIONS(999), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [74019] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5357), 1, - anon_sym_SEMI, - ACTIONS(5359), 1, - anon_sym_EQ, - STATE(2805), 1, - sym_trait_bounds, - STATE(3408), 1, - sym_where_clause, + ACTIONS(1005), 1, + anon_sym_DOT_DOT, STATE(2353), 2, sym_line_comment, sym_block_comment, - [74062] = 9, + ACTIONS(1007), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [74040] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, + ACTIONS(4963), 1, + anon_sym_LT, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(5351), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5361), 1, - anon_sym_SEMI, - STATE(1143), 1, - sym_declaration_list, - STATE(2806), 1, + STATE(621), 1, + sym_enum_variant_list, + STATE(2589), 1, + sym_type_parameters, + STATE(3073), 1, sym_where_clause, STATE(2354), 2, sym_line_comment, sym_block_comment, - [74091] = 9, + [74069] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4944), 1, - anon_sym_LT, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5363), 1, - anon_sym_LBRACE, - STATE(640), 1, - sym_enum_variant_list, - STATE(2733), 1, - sym_type_parameters, - STATE(3231), 1, - sym_where_clause, + ACTIONS(1011), 1, + anon_sym_DOT_DOT, STATE(2355), 2, sym_line_comment, sym_block_comment, - [74120] = 9, + ACTIONS(1013), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [74090] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(5039), 1, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5286), 1, anon_sym_PLUS, - ACTIONS(5365), 1, - anon_sym_SEMI, - STATE(581), 1, - sym_declaration_list, - STATE(2766), 1, - sym_where_clause, + ACTIONS(5353), 1, + anon_sym_GT, + ACTIONS(5355), 1, + anon_sym_COMMA, + STATE(2814), 1, + sym_trait_bounds, + STATE(2815), 1, + aux_sym_type_arguments_repeat1, STATE(2356), 2, sym_line_comment, sym_block_comment, - [74149] = 9, + [74119] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4942), 1, - anon_sym_LBRACE, - ACTIONS(4944), 1, - anon_sym_LT, - ACTIONS(4946), 1, - anon_sym_where, - STATE(645), 1, - sym_field_declaration_list, - STATE(2551), 1, - sym_type_parameters, - STATE(3077), 1, - sym_where_clause, + ACTIONS(3093), 1, + anon_sym_PLUS, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5353), 1, + anon_sym_GT, + ACTIONS(5355), 1, + anon_sym_COMMA, + STATE(2814), 1, + sym_trait_bounds, + STATE(2815), 1, + aux_sym_type_arguments_repeat1, STATE(2357), 2, sym_line_comment, sym_block_comment, - [74178] = 6, + [74148] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3555), 1, - anon_sym_COLON, - ACTIONS(5367), 1, - anon_sym_EQ, + ACTIONS(1015), 1, + anon_sym_DOT_DOT, STATE(2358), 2, sym_line_comment, sym_block_comment, - ACTIONS(3553), 4, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_COLON_COLON, - [74201] = 9, + ACTIONS(1017), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [74169] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4944), 1, - anon_sym_LT, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5285), 1, + ACTIONS(1227), 1, anon_sym_LBRACE, - STATE(1147), 1, - sym_enum_variant_list, - STATE(2563), 1, - sym_type_parameters, - STATE(3257), 1, - sym_where_clause, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5357), 1, + anon_sym_if, + STATE(3609), 1, + sym_label, + STATE(474), 2, + sym_if_expression, + sym_block, STATE(2359), 2, sym_line_comment, sym_block_comment, - [74230] = 9, + [74196] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3093), 1, - anon_sym_PLUS, - ACTIONS(5043), 1, + ACTIONS(5033), 1, anon_sym_COLON, - ACTIONS(5333), 1, + ACTIONS(5286), 1, + anon_sym_PLUS, + ACTIONS(5359), 1, anon_sym_GT, - ACTIONS(5335), 1, + ACTIONS(5361), 1, anon_sym_COMMA, - STATE(2973), 1, + STATE(2991), 1, sym_trait_bounds, - STATE(2983), 1, + STATE(3037), 1, aux_sym_type_arguments_repeat1, STATE(2360), 2, sym_line_comment, sym_block_comment, - [74259] = 9, + [74225] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4944), 1, - anon_sym_LT, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4976), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - STATE(1152), 1, - sym_field_declaration_list, - STATE(2573), 1, - sym_type_parameters, - STATE(3292), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5363), 1, + anon_sym_SEMI, + STATE(521), 1, + sym_declaration_list, + STATE(2942), 1, sym_where_clause, STATE(2361), 2, sym_line_comment, sym_block_comment, - [74288] = 5, + [74254] = 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(4914), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5365), 1, + anon_sym_SEMI, + STATE(524), 1, + sym_declaration_list, + STATE(2994), 1, + sym_where_clause, STATE(2362), 2, sym_line_comment, sym_block_comment, - ACTIONS(3607), 4, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_DASH_GT, - [74309] = 9, + [74283] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5369), 1, - anon_sym_SEMI, - STATE(603), 1, - sym_declaration_list, - STATE(2846), 1, - sym_where_clause, + ACTIONS(4812), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2363), 2, sym_line_comment, sym_block_comment, - [74338] = 5, + ACTIONS(3647), 4, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_DASH_GT, + [74304] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4676), 1, - anon_sym_DOT_DOT, + ACTIONS(4600), 1, + anon_sym_COLON_COLON, + ACTIONS(5367), 1, + anon_sym_GT, + ACTIONS(5369), 1, + anon_sym_COMMA, + STATE(3029), 1, + aux_sym_type_parameters_repeat1, + ACTIONS(3384), 2, + anon_sym_PLUS, + anon_sym_as, STATE(2364), 2, sym_line_comment, sym_block_comment, - ACTIONS(4674), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_if, - [74359] = 9, + [74331] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, + ACTIONS(3303), 1, + anon_sym_SQUOTE, ACTIONS(5371), 1, - anon_sym_SEMI, - STATE(721), 1, - sym_declaration_list, - STATE(2798), 1, - sym_where_clause, + anon_sym_if, + STATE(3610), 1, + sym_label, + STATE(1843), 2, + sym_if_expression, + sym_block, STATE(2365), 2, sym_line_comment, sym_block_comment, - [74388] = 6, + [74358] = 8, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4595), 1, - anon_sym_COLON_COLON, - ACTIONS(4978), 1, - anon_sym_for, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5373), 1, + anon_sym_if, + STATE(3524), 1, + sym_label, + STATE(387), 2, + sym_if_expression, + sym_block, STATE(2366), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [74411] = 6, + [74385] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3581), 2, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, anon_sym_PLUS, - anon_sym_DASH_GT, - ACTIONS(4862), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5307), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5375), 1, + anon_sym_SEMI, + STATE(533), 1, + sym_declaration_list, + STATE(2887), 1, + sym_where_clause, STATE(2367), 2, sym_line_comment, sym_block_comment, - [74434] = 9, + [74414] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5373), 1, + ACTIONS(5377), 1, anon_sym_SEMI, - STATE(488), 1, + STATE(542), 1, sym_declaration_list, - STATE(2822), 1, + STATE(2895), 1, sym_where_clause, STATE(2368), 2, sym_line_comment, sym_block_comment, - [74463] = 9, + [74443] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5331), 1, + ACTIONS(3093), 1, anon_sym_PLUS, - ACTIONS(5375), 1, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5367), 1, anon_sym_GT, - ACTIONS(5377), 1, + ACTIONS(5369), 1, anon_sym_COMMA, - STATE(2823), 1, + STATE(3029), 1, + aux_sym_type_parameters_repeat1, + STATE(3041), 1, sym_trait_bounds, - STATE(2824), 1, - aux_sym_type_arguments_repeat1, STATE(2369), 2, sym_line_comment, sym_block_comment, - [74492] = 9, + [74472] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3093), 1, - anon_sym_PLUS, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5375), 1, - anon_sym_GT, - ACTIONS(5377), 1, - anon_sym_COMMA, - STATE(2823), 1, - sym_trait_bounds, - STATE(2824), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(4963), 1, + anon_sym_LT, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5351), 1, + anon_sym_LBRACE, + STATE(652), 1, + sym_enum_variant_list, + STATE(2621), 1, + sym_type_parameters, + STATE(3114), 1, + sym_where_clause, STATE(2370), 2, sym_line_comment, sym_block_comment, - [74521] = 9, + [74501] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5379), 1, - anon_sym_SEMI, - STATE(490), 1, - sym_declaration_list, - STATE(2833), 1, - sym_where_clause, + ACTIONS(4668), 1, + anon_sym_DOT_DOT, STATE(2371), 2, sym_line_comment, sym_block_comment, - [74550] = 5, + ACTIONS(4666), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [74522] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4862), 2, + ACTIONS(4630), 1, + anon_sym_EQ, + ACTIONS(5033), 1, anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(5379), 1, + anon_sym_GT, + ACTIONS(5381), 1, + anon_sym_COMMA, + STATE(2881), 1, + aux_sym_type_parameters_repeat1, + STATE(3012), 1, + sym_trait_bounds, STATE(2372), 2, sym_line_comment, sym_block_comment, - ACTIONS(3581), 4, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_DASH_GT, - [74571] = 9, + [74551] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5381), 1, + ACTIONS(5383), 1, anon_sym_SEMI, - STATE(585), 1, + STATE(617), 1, sym_declaration_list, - STATE(2858), 1, + STATE(2952), 1, sym_where_clause, STATE(2373), 2, sym_line_comment, sym_block_comment, - [74600] = 9, + [74580] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - ACTIONS(5043), 1, - anon_sym_COLON, - STATE(726), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5385), 1, + anon_sym_SEMI, + STATE(714), 1, sym_declaration_list, - STATE(2745), 1, - sym_trait_bounds, - STATE(3106), 1, + STATE(2889), 1, sym_where_clause, STATE(2374), 2, sym_line_comment, sym_block_comment, - [74629] = 9, + [74609] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4634), 1, - anon_sym_EQ, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5383), 1, - anon_sym_GT, - ACTIONS(5385), 1, - anon_sym_COMMA, - STATE(2793), 1, - aux_sym_type_parameters_repeat1, - STATE(2809), 1, - sym_trait_bounds, + ACTIONS(4644), 1, + anon_sym_DOT_DOT, + ACTIONS(4646), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2375), 2, sym_line_comment, sym_block_comment, - [74658] = 9, + ACTIONS(4499), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [74632] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(5043), 1, - anon_sym_COLON, - STATE(627), 1, - sym_declaration_list, - STATE(2743), 1, - sym_trait_bounds, - STATE(3281), 1, - sym_where_clause, + ACTIONS(4579), 1, + anon_sym_COLON_COLON, + ACTIONS(4969), 1, + anon_sym_for, STATE(2376), 2, sym_line_comment, sym_block_comment, - [74687] = 7, + ACTIONS(3384), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [74655] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4517), 1, - anon_sym_DOT_DOT, - ACTIONS(5225), 1, - anon_sym_COLON_COLON, - ACTIONS(4519), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5235), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(4963), 1, + anon_sym_LT, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5387), 1, + anon_sym_LBRACE, + STATE(1294), 1, + sym_enum_variant_list, + STATE(2516), 1, + sym_type_parameters, + STATE(3314), 1, + sym_where_clause, STATE(2377), 2, sym_line_comment, sym_block_comment, - [74712] = 8, + [74684] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5387), 1, - anon_sym_if, - STATE(3569), 1, - sym_label, - STATE(1425), 2, - sym_if_expression, - sym_block, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5389), 1, + anon_sym_SEMI, + STATE(1299), 1, + sym_declaration_list, + STATE(2773), 1, + sym_where_clause, STATE(2378), 2, sym_line_comment, sym_block_comment, - [74739] = 9, + [74713] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4634), 1, - anon_sym_EQ, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5389), 1, - anon_sym_GT, - ACTIONS(5391), 1, - anon_sym_COMMA, - STATE(2809), 1, - sym_trait_bounds, - STATE(2842), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(4963), 1, + anon_sym_LT, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(4982), 1, + anon_sym_LBRACE, + STATE(1310), 1, + sym_field_declaration_list, + STATE(2522), 1, + sym_type_parameters, + STATE(3060), 1, + sym_where_clause, STATE(2379), 2, sym_line_comment, sym_block_comment, - [74768] = 9, + [74742] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5393), 1, - anon_sym_SEMI, - STATE(1169), 1, - sym_declaration_list, - STATE(2844), 1, - sym_where_clause, + ACTIONS(4509), 1, + anon_sym_DOT_DOT, + ACTIONS(5215), 1, + anon_sym_COLON_COLON, + ACTIONS(4511), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5183), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2380), 2, sym_line_comment, sym_block_comment, - [74797] = 7, + [74767] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4517), 1, + ACTIONS(4509), 1, anon_sym_DOT_DOT, - ACTIONS(5231), 1, + ACTIONS(5215), 1, anon_sym_COLON_COLON, - ACTIONS(4519), 2, + ACTIONS(4511), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(5235), 2, + ACTIONS(5332), 2, anon_sym_RPAREN, anon_sym_COMMA, STATE(2381), 2, sym_line_comment, sym_block_comment, - [74822] = 9, + [74792] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5395), 1, - anon_sym_GT, - ACTIONS(5397), 1, - anon_sym_COMMA, - STATE(2826), 1, - aux_sym_type_parameters_repeat1, - STATE(2832), 1, - sym_trait_bounds, - STATE(3018), 1, - aux_sym_for_lifetimes_repeat1, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5391), 1, + anon_sym_SEMI, + STATE(718), 1, + sym_declaration_list, + STATE(2901), 1, + sym_where_clause, STATE(2382), 2, sym_line_comment, sym_block_comment, - [74851] = 9, + [74821] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5399), 1, - anon_sym_SEMI, - STATE(1173), 1, - sym_declaration_list, - STATE(2845), 1, - sym_where_clause, STATE(2383), 2, sym_line_comment, sym_block_comment, - [74880] = 7, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [74840] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4517), 1, - anon_sym_DOT_DOT, - ACTIONS(5231), 1, - anon_sym_COLON_COLON, - ACTIONS(4519), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5401), 2, - anon_sym_RPAREN, + ACTIONS(3093), 1, + anon_sym_PLUS, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5359), 1, + anon_sym_GT, + ACTIONS(5361), 1, anon_sym_COMMA, + STATE(2991), 1, + sym_trait_bounds, + STATE(3037), 1, + aux_sym_type_arguments_repeat1, STATE(2384), 2, sym_line_comment, sym_block_comment, - [74905] = 9, + [74869] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5403), 1, + ACTIONS(5393), 1, anon_sym_SEMI, - STATE(1190), 1, + STATE(731), 1, sym_declaration_list, - STATE(2850), 1, + STATE(2918), 1, sym_where_clause, STATE(2385), 2, sym_line_comment, sym_block_comment, - [74934] = 9, + [74898] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(5043), 1, - anon_sym_COLON, - STATE(1195), 1, - sym_declaration_list, - STATE(2692), 1, - sym_trait_bounds, - STATE(3175), 1, - sym_where_clause, STATE(2386), 2, sym_line_comment, sym_block_comment, - [74963] = 4, + ACTIONS(4993), 6, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [74917] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5395), 1, + anon_sym_SEMI, + STATE(733), 1, + sym_declaration_list, + STATE(3009), 1, + sym_where_clause, STATE(2387), 2, sym_line_comment, sym_block_comment, - ACTIONS(3458), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [74982] = 9, + [74946] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5405), 1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5397), 1, anon_sym_SEMI, - ACTIONS(5407), 1, - anon_sym_EQ, - STATE(3036), 1, - sym_trait_bounds, - STATE(3542), 1, + STATE(736), 1, + sym_declaration_list, + STATE(2756), 1, sym_where_clause, STATE(2388), 2, sym_line_comment, sym_block_comment, - [75011] = 5, + [74975] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1007), 1, - anon_sym_DOT_DOT, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5399), 1, + anon_sym_SEMI, + STATE(502), 1, + sym_declaration_list, + STATE(3017), 1, + sym_where_clause, STATE(2389), 2, sym_line_comment, sym_block_comment, - ACTIONS(1009), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_if, - [75032] = 9, + [75004] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4944), 1, - anon_sym_LT, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5363), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - STATE(670), 1, - sym_enum_variant_list, - STATE(2621), 1, - sym_type_parameters, - STATE(3255), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5401), 1, + anon_sym_SEMI, + STATE(562), 1, + sym_declaration_list, + STATE(2968), 1, sym_where_clause, STATE(2390), 2, sym_line_comment, sym_block_comment, - [75061] = 5, + [75033] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1011), 1, - anon_sym_DOT_DOT, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5403), 1, + anon_sym_SEMI, + STATE(564), 1, + sym_declaration_list, + STATE(2975), 1, + sym_where_clause, STATE(2391), 2, sym_line_comment, sym_block_comment, - ACTIONS(1013), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_if, - [75082] = 5, + [75062] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1023), 1, - anon_sym_DOT_DOT, + ACTIONS(4579), 1, + anon_sym_COLON_COLON, + ACTIONS(5005), 1, + anon_sym_for, STATE(2392), 2, sym_line_comment, sym_block_comment, - ACTIONS(1025), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_if, - [75103] = 5, + ACTIONS(3384), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [75085] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1027), 1, - anon_sym_DOT_DOT, + ACTIONS(5346), 1, + anon_sym_RBRACK, + ACTIONS(4812), 2, + anon_sym_PIPE, + anon_sym_COMMA, STATE(2393), 2, sym_line_comment, sym_block_comment, - ACTIONS(1029), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_if, - [75124] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5409), 1, + ACTIONS(3647), 3, anon_sym_SEMI, - STATE(698), 1, - sym_declaration_list, - STATE(2761), 1, - sym_where_clause, - STATE(2394), 2, - sym_line_comment, - sym_block_comment, - [75153] = 8, + anon_sym_PLUS, + anon_sym_DASH_GT, + [75108] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5051), 1, - sym_identifier, - ACTIONS(5057), 1, - anon_sym_ref, - ACTIONS(5059), 1, - sym_mutable_specifier, - STATE(2395), 2, + ACTIONS(4579), 1, + anon_sym_COLON_COLON, + ACTIONS(4908), 1, + anon_sym_for, + STATE(2394), 2, sym_line_comment, sym_block_comment, - STATE(3058), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [75180] = 9, + ACTIONS(3384), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [75131] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5411), 1, + ACTIONS(5405), 1, anon_sym_SEMI, - STATE(588), 1, + STATE(1338), 1, sym_declaration_list, - STATE(2867), 1, + STATE(2768), 1, sym_where_clause, - STATE(2396), 2, + STATE(2395), 2, sym_line_comment, sym_block_comment, - [75209] = 6, + [75160] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4595), 1, + ACTIONS(4579), 1, anon_sym_COLON_COLON, - ACTIONS(5017), 1, + ACTIONS(5009), 1, anon_sym_for, - STATE(2397), 2, + STATE(2396), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 4, + ACTIONS(3384), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [75232] = 6, + [75183] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4595), 1, + ACTIONS(4579), 1, anon_sym_COLON_COLON, - ACTIONS(4926), 1, + ACTIONS(5013), 1, anon_sym_for, - STATE(2398), 2, + STATE(2397), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 4, + ACTIONS(3384), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [75255] = 9, + [75206] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5413), 1, - anon_sym_SEMI, - STATE(1220), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5033), 1, + anon_sym_COLON, + STATE(1351), 1, sym_declaration_list, - STATE(2875), 1, + STATE(2545), 1, + sym_trait_bounds, + STATE(3137), 1, sym_where_clause, - STATE(2399), 2, + STATE(2398), 2, sym_line_comment, sym_block_comment, - [75284] = 6, + [75235] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4595), 1, + ACTIONS(4579), 1, anon_sym_COLON_COLON, - ACTIONS(5019), 1, + ACTIONS(4984), 1, anon_sym_for, - STATE(2400), 2, + STATE(2399), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 4, + ACTIONS(3384), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [75307] = 9, + [75258] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5407), 1, + anon_sym_SEMI, + ACTIONS(5409), 1, + anon_sym_EQ, + STATE(2781), 1, + sym_trait_bounds, + STATE(3389), 1, + sym_where_clause, + STATE(2400), 2, + sym_line_comment, + sym_block_comment, + [75287] = 9, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4940), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5415), 1, + ACTIONS(5411), 1, anon_sym_SEMI, - STATE(1224), 1, + STATE(1359), 1, sym_declaration_list, - STATE(2878), 1, + STATE(2783), 1, sym_where_clause, STATE(2401), 2, sym_line_comment, sym_block_comment, - [75336] = 6, + [75316] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4595), 1, - anon_sym_COLON_COLON, - ACTIONS(5021), 1, - anon_sym_for, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5413), 1, + anon_sym_SEMI, + STATE(738), 1, + sym_declaration_list, + STATE(2771), 1, + sym_where_clause, STATE(2402), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [75359] = 9, + [75345] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, + ACTIONS(4963), 1, + anon_sym_LT, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(5387), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5417), 1, - anon_sym_SEMI, - STATE(1226), 1, - sym_declaration_list, - STATE(2879), 1, + STATE(1364), 1, + sym_enum_variant_list, + STATE(2548), 1, + sym_type_parameters, + STATE(3147), 1, sym_where_clause, STATE(2403), 2, sym_line_comment, sym_block_comment, - [75388] = 6, + [75374] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4595), 1, - anon_sym_COLON_COLON, - ACTIONS(4962), 1, - anon_sym_for, + ACTIONS(4872), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2404), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 4, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(3517), 4, + anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_where, - [75411] = 6, + anon_sym_COMMA, + anon_sym_DASH_GT, + [75395] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4595), 1, - anon_sym_COLON_COLON, - ACTIONS(4936), 1, - anon_sym_for, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5025), 1, + anon_sym_PLUS, + STATE(1380), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2405), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [75434] = 7, + [75421] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4517), 1, - anon_sym_DOT_DOT, - ACTIONS(5225), 1, - anon_sym_COLON_COLON, - ACTIONS(4519), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5401), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5019), 1, + anon_sym_LBRACE, + ACTIONS(5415), 1, + anon_sym_SEMI, + STATE(658), 1, + sym_block, + STATE(3605), 1, + sym_label, STATE(2406), 2, sym_line_comment, sym_block_comment, - [75459] = 9, + [75447] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, + ACTIONS(4135), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, ACTIONS(5419), 1, - anon_sym_SEMI, - STATE(742), 1, - sym_declaration_list, - STATE(2762), 1, - sym_where_clause, + anon_sym_STAR, + STATE(2763), 1, + sym_use_list, + ACTIONS(5417), 2, + sym_identifier, + sym_super, STATE(2407), 2, sym_line_comment, sym_block_comment, - [75488] = 9, + [75471] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5029), 1, anon_sym_LBRACE, - ACTIONS(5039), 1, - anon_sym_PLUS, ACTIONS(5421), 1, anon_sym_SEMI, - STATE(691), 1, - sym_declaration_list, - STATE(2970), 1, - sym_where_clause, + STATE(1237), 1, + sym_block, + STATE(3608), 1, + sym_label, STATE(2408), 2, sym_line_comment, sym_block_comment, - [75517] = 8, + [75497] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4505), 1, - anon_sym_COLON_COLON, - STATE(1953), 1, - sym_type_arguments, - STATE(1960), 1, - sym_parameters, + ACTIONS(4135), 1, + anon_sym_LBRACE, + ACTIONS(5213), 1, + anon_sym_STAR, + STATE(2766), 1, + sym_use_list, + ACTIONS(5211), 2, + sym_identifier, + sym_super, STATE(2409), 2, sym_line_comment, sym_block_comment, - [75543] = 5, + [75521] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4507), 2, - anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5019), 1, + anon_sym_LBRACE, + ACTIONS(5423), 1, + anon_sym_SEMI, + STATE(611), 1, + sym_block, + STATE(3605), 1, + sym_label, STATE(2410), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 3, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - [75563] = 8, + [75547] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4856), 1, - anon_sym_PIPE, - ACTIONS(5423), 1, - anon_sym_SEMI, - ACTIONS(5425), 1, - anon_sym_COLON, - ACTIONS(5427), 1, - anon_sym_EQ, - ACTIONS(5429), 1, - anon_sym_else, + ACTIONS(3979), 1, + anon_sym_LPAREN, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4497), 1, + anon_sym_COLON_COLON, + STATE(1639), 1, + sym_parameters, + STATE(1954), 1, + sym_type_arguments, STATE(2411), 2, sym_line_comment, sym_block_comment, - [75589] = 8, + [75573] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4856), 1, - anon_sym_PIPE, - ACTIONS(5431), 1, - anon_sym_SEMI, - ACTIONS(5433), 1, - anon_sym_COLON, - ACTIONS(5435), 1, - anon_sym_EQ, - ACTIONS(5437), 1, - anon_sym_else, STATE(2412), 2, sym_line_comment, sym_block_comment, - [75615] = 8, + ACTIONS(3601), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [75591] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5027), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(5439), 1, - anon_sym_SEMI, - STATE(679), 1, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5025), 1, + anon_sym_PLUS, + STATE(1700), 1, sym_block, - STATE(3615), 1, + STATE(3610), 1, sym_label, STATE(2413), 2, sym_line_comment, sym_block_comment, - [75641] = 7, + [75617] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4175), 1, - anon_sym_LBRACE, - ACTIONS(5443), 1, - anon_sym_STAR, - STATE(2816), 1, - sym_use_list, - ACTIONS(5441), 2, - sym_identifier, - sym_super, STATE(2414), 2, sym_line_comment, sym_block_comment, - [75665] = 8, + ACTIONS(5425), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [75635] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5039), 1, - anon_sym_PLUS, - STATE(1670), 1, - sym_block, - STATE(3620), 1, - sym_label, STATE(2415), 2, sym_line_comment, sym_block_comment, - [75691] = 8, + ACTIONS(5427), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [75653] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5027), 1, - anon_sym_LBRACE, - ACTIONS(5445), 1, - anon_sym_SEMI, - STATE(513), 1, - sym_block, - STATE(3615), 1, - sym_label, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5353), 1, + anon_sym_GT, + ACTIONS(5355), 1, + anon_sym_COMMA, + STATE(2814), 1, + sym_trait_bounds, + STATE(2815), 1, + aux_sym_type_arguments_repeat1, STATE(2416), 2, sym_line_comment, sym_block_comment, - [75717] = 8, + [75679] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4848), 1, + ACTIONS(5429), 1, anon_sym_RPAREN, - ACTIONS(5447), 1, + ACTIONS(5431), 1, + anon_sym_COMMA, + STATE(2819), 1, + aux_sym_parameters_repeat1, + ACTIONS(4499), 2, anon_sym_COLON, - ACTIONS(5449), 1, anon_sym_PIPE, - ACTIONS(5451), 1, - anon_sym_COMMA, - STATE(3034), 1, - aux_sym_closure_parameters_repeat1, STATE(2417), 2, sym_line_comment, sym_block_comment, - [75743] = 8, + [75703] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5027), 1, - anon_sym_LBRACE, - ACTIONS(5453), 1, - anon_sym_SEMI, - STATE(576), 1, - sym_block, - STATE(3615), 1, - sym_label, + ACTIONS(5433), 1, + anon_sym_COMMA, + STATE(2462), 1, + aux_sym_where_clause_repeat1, STATE(2418), 2, sym_line_comment, sym_block_comment, - [75769] = 8, + ACTIONS(3390), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_SQUOTE, + [75725] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5375), 1, - anon_sym_GT, - ACTIONS(5377), 1, - anon_sym_COMMA, - STATE(2823), 1, - sym_trait_bounds, - STATE(2824), 1, - aux_sym_type_arguments_repeat1, STATE(2419), 2, sym_line_comment, sym_block_comment, - [75795] = 7, + ACTIONS(5435), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [75743] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5455), 1, - anon_sym_RPAREN, - ACTIONS(5457), 1, - anon_sym_COMMA, - STATE(2835), 1, - aux_sym_parameters_repeat1, - ACTIONS(4507), 2, - anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5029), 1, + anon_sym_LBRACE, + ACTIONS(5437), 1, + anon_sym_SEMI, + STATE(1109), 1, + sym_block, + STATE(3608), 1, + sym_label, STATE(2420), 2, sym_line_comment, sym_block_comment, - [75819] = 8, + [75769] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(5459), 1, - anon_sym_move, - STATE(1419), 1, + ACTIONS(5019), 1, + anon_sym_LBRACE, + ACTIONS(5439), 1, + anon_sym_SEMI, + STATE(510), 1, sym_block, - STATE(3569), 1, + STATE(3605), 1, sym_label, STATE(2421), 2, sym_line_comment, sym_block_comment, - [75845] = 8, + [75795] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5043), 1, + ACTIONS(5441), 1, + anon_sym_SEMI, + ACTIONS(5443), 1, anon_sym_COLON, - ACTIONS(5461), 1, - anon_sym_GT, - ACTIONS(5463), 1, - anon_sym_COMMA, - STATE(2795), 1, - aux_sym_type_parameters_repeat1, - STATE(2832), 1, - sym_trait_bounds, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5447), 1, + anon_sym_EQ, + ACTIONS(5449), 1, + anon_sym_else, STATE(2422), 2, sym_line_comment, sym_block_comment, - [75871] = 8, + [75821] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(5027), 1, + ACTIONS(5019), 1, anon_sym_LBRACE, - ACTIONS(5465), 1, + ACTIONS(5451), 1, anon_sym_SEMI, - STATE(655), 1, + STATE(676), 1, sym_block, - STATE(3615), 1, + STATE(3605), 1, sym_label, STATE(2423), 2, sym_line_comment, sym_block_comment, - [75897] = 8, + [75847] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(5075), 1, + ACTIONS(5019), 1, anon_sym_LBRACE, - ACTIONS(5467), 1, + ACTIONS(5453), 1, anon_sym_SEMI, - STATE(1167), 1, + STATE(711), 1, sym_block, - STATE(3618), 1, + STATE(3605), 1, sym_label, STATE(2424), 2, sym_line_comment, sym_block_comment, - [75923] = 8, + [75873] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4696), 1, - anon_sym_GT, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5469), 1, - anon_sym_COMMA, - STATE(2832), 1, - sym_trait_bounds, - STATE(2843), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(5457), 1, + anon_sym_COLON_COLON, + ACTIONS(5459), 1, + anon_sym_as, STATE(2425), 2, sym_line_comment, sym_block_comment, - [75949] = 7, + ACTIONS(5455), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [75895] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4634), 1, - anon_sym_EQ, - ACTIONS(5043), 1, - anon_sym_COLON, - STATE(2809), 1, - sym_trait_bounds, - ACTIONS(5471), 2, - anon_sym_GT, + ACTIONS(1495), 1, + anon_sym_RPAREN, + ACTIONS(5461), 1, anon_sym_COMMA, + STATE(2826), 1, + aux_sym_parameters_repeat1, + ACTIONS(4499), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2426), 2, sym_line_comment, sym_block_comment, - [75973] = 8, + [75919] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5039), 1, - anon_sym_PLUS, - STATE(1691), 1, - sym_block, - STATE(3620), 1, - sym_label, STATE(2427), 2, sym_line_comment, sym_block_comment, - [75999] = 8, + ACTIONS(5463), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [75937] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4702), 1, + ACTIONS(4698), 1, anon_sym_GT, - ACTIONS(5043), 1, + ACTIONS(5033), 1, anon_sym_COLON, - ACTIONS(5473), 1, + ACTIONS(5465), 1, anon_sym_COMMA, - STATE(2832), 1, - sym_trait_bounds, - STATE(2947), 1, + STATE(2891), 1, aux_sym_type_parameters_repeat1, + STATE(3041), 1, + sym_trait_bounds, STATE(2428), 2, sym_line_comment, sym_block_comment, - [76025] = 7, + [75963] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4175), 1, - anon_sym_LBRACE, - ACTIONS(5197), 1, - anon_sym_STAR, - STATE(2819), 1, - sym_use_list, - ACTIONS(5195), 2, - sym_identifier, - sym_super, + ACTIONS(4630), 1, + anon_sym_EQ, + ACTIONS(5033), 1, + anon_sym_COLON, + STATE(3012), 1, + sym_trait_bounds, + ACTIONS(5467), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2429), 2, sym_line_comment, sym_block_comment, - [76049] = 6, + [75987] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3809), 1, - anon_sym_PLUS, - ACTIONS(4872), 2, + ACTIONS(4868), 2, anon_sym_COLON, anon_sym_PIPE, - ACTIONS(5475), 2, - anon_sym_RPAREN, - anon_sym_COMMA, STATE(2430), 2, sym_line_comment, sym_block_comment, - [76071] = 8, + ACTIONS(3939), 3, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COMMA, + [76007] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5478), 1, - anon_sym_RPAREN, - ACTIONS(5480), 1, - anon_sym_COLON, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(5484), 1, - anon_sym_COMMA, - STATE(2987), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(3001), 1, + anon_sym_POUND, + ACTIONS(5469), 1, + sym_identifier, + ACTIONS(5471), 1, + sym_integer_literal, + STATE(1052), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1465), 1, + sym_attribute_item, STATE(2431), 2, sym_line_comment, sym_block_comment, - [76097] = 4, + [76033] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2432), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3257), 5, + ACTIONS(5033), 1, anon_sym_COLON, - anon_sym_PLUS, + ACTIONS(5288), 1, anon_sym_GT, + ACTIONS(5290), 1, anon_sym_COMMA, - anon_sym_as, - [76115] = 7, + STATE(2842), 1, + sym_trait_bounds, + STATE(2843), 1, + aux_sym_type_arguments_repeat1, + STATE(2432), 2, + sym_line_comment, + sym_block_comment, + [76059] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1499), 1, + ACTIONS(5473), 1, anon_sym_RPAREN, - ACTIONS(5486), 1, + ACTIONS(5475), 1, anon_sym_COMMA, - STATE(2869), 1, + STATE(2865), 1, aux_sym_parameters_repeat1, - ACTIONS(4507), 2, + ACTIONS(4499), 2, anon_sym_COLON, anon_sym_PIPE, STATE(2433), 2, sym_line_comment, sym_block_comment, - [76139] = 8, + [76083] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(5075), 1, + ACTIONS(5019), 1, anon_sym_LBRACE, - ACTIONS(5488), 1, + ACTIONS(5477), 1, anon_sym_SEMI, - STATE(1214), 1, + STATE(523), 1, sym_block, - STATE(3618), 1, + STATE(3605), 1, sym_label, STATE(2434), 2, sym_line_comment, sym_block_comment, - [76165] = 6, + [76109] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5492), 1, - anon_sym_COLON_COLON, - ACTIONS(5494), 1, - anon_sym_as, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5025), 1, + anon_sym_PLUS, + STATE(1847), 1, + sym_block, + STATE(3610), 1, + sym_label, STATE(2435), 2, sym_line_comment, sym_block_comment, - ACTIONS(5490), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [76187] = 8, + [76135] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, + ACTIONS(5445), 1, anon_sym_PIPE, - ACTIONS(5496), 1, - anon_sym_SEMI, - ACTIONS(5498), 1, + ACTIONS(5479), 1, + anon_sym_RPAREN, + ACTIONS(5481), 1, anon_sym_COLON, - ACTIONS(5500), 1, - anon_sym_EQ, - ACTIONS(5502), 1, - anon_sym_else, + ACTIONS(5483), 1, + anon_sym_COMMA, + STATE(2812), 1, + aux_sym_slice_pattern_repeat1, STATE(2436), 2, sym_line_comment, sym_block_comment, - [76213] = 8, + [76161] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(5039), 1, - anon_sym_PLUS, - STATE(1809), 1, + ACTIONS(5019), 1, + anon_sym_LBRACE, + ACTIONS(5485), 1, + anon_sym_SEMI, + STATE(697), 1, sym_block, - STATE(3620), 1, + STATE(3605), 1, sym_label, STATE(2437), 2, sym_line_comment, sym_block_comment, - [76239] = 8, + [76187] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5075), 1, - anon_sym_LBRACE, - ACTIONS(5504), 1, - anon_sym_SEMI, - STATE(1247), 1, - sym_block, - STATE(3618), 1, - sym_label, + ACTIONS(5487), 1, + anon_sym_RPAREN, + ACTIONS(5490), 1, + anon_sym_COMMA, + STATE(2941), 1, + aux_sym_parameters_repeat1, + ACTIONS(4499), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2438), 2, sym_line_comment, sym_block_comment, - [76265] = 7, + [76211] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5506), 1, - anon_sym_RPAREN, - ACTIONS(5508), 1, - anon_sym_COMMA, - STATE(3009), 1, - aux_sym_parameters_repeat1, - ACTIONS(4507), 2, - anon_sym_COLON, - anon_sym_PIPE, STATE(2439), 2, sym_line_comment, sym_block_comment, - [76289] = 6, + ACTIONS(3641), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [76229] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5512), 1, - anon_sym_COLON_COLON, - ACTIONS(5514), 1, - anon_sym_as, + ACTIONS(3384), 1, + anon_sym_PLUS, + ACTIONS(4499), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(5493), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2440), 2, sym_line_comment, sym_block_comment, - ACTIONS(5510), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [76311] = 8, + [76251] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5027), 1, - anon_sym_LBRACE, - ACTIONS(5516), 1, - anon_sym_SEMI, - STATE(572), 1, - sym_block, - STATE(3615), 1, - sym_label, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5367), 1, + anon_sym_GT, + ACTIONS(5369), 1, + anon_sym_COMMA, + STATE(3029), 1, + aux_sym_type_parameters_repeat1, + STATE(3041), 1, + sym_trait_bounds, STATE(2441), 2, sym_line_comment, sym_block_comment, - [76337] = 8, + [76277] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5027), 1, - anon_sym_LBRACE, - ACTIONS(5518), 1, - anon_sym_SEMI, - STATE(526), 1, - sym_block, - STATE(3615), 1, - sym_label, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4497), 1, + anon_sym_COLON_COLON, + ACTIONS(4628), 1, + anon_sym_COLON, + STATE(1954), 1, + sym_type_arguments, + STATE(2616), 1, + sym_trait_bounds, STATE(2442), 2, sym_line_comment, sym_block_comment, - [76363] = 8, + [76303] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5075), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(5520), 1, - anon_sym_SEMI, - STATE(1269), 1, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5025), 1, + anon_sym_PLUS, + STATE(1752), 1, sym_block, - STATE(3618), 1, + STATE(3610), 1, sym_label, STATE(2443), 2, sym_line_comment, sym_block_comment, - [76389] = 7, + [76329] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5522), 1, - anon_sym_RPAREN, - ACTIONS(5525), 1, - anon_sym_COMMA, - STATE(3009), 1, - aux_sym_parameters_repeat1, - ACTIONS(4507), 2, - anon_sym_COLON, - anon_sym_PIPE, STATE(2444), 2, sym_line_comment, sym_block_comment, - [76413] = 4, + ACTIONS(3645), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [76347] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5498), 1, + anon_sym_COLON_COLON, + ACTIONS(5500), 1, + anon_sym_as, STATE(2445), 2, sym_line_comment, sym_block_comment, - ACTIONS(5528), 5, + ACTIONS(5496), 3, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_where, - [76431] = 6, + [76369] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3321), 1, - anon_sym_PLUS, - ACTIONS(4507), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5530), 2, - anon_sym_RPAREN, - anon_sym_COMMA, STATE(2446), 2, sym_line_comment, sym_block_comment, - [76453] = 6, + ACTIONS(3633), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [76387] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5514), 1, - anon_sym_as, - ACTIONS(5533), 1, - anon_sym_COLON_COLON, STATE(2447), 2, sym_line_comment, sym_block_comment, - ACTIONS(5510), 3, + ACTIONS(3637), 5, anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [76475] = 8, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [76405] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5075), 1, - anon_sym_LBRACE, - ACTIONS(5535), 1, - anon_sym_SEMI, - STATE(1298), 1, - sym_block, - STATE(3618), 1, - sym_label, + ACTIONS(4630), 1, + anon_sym_EQ, + ACTIONS(5033), 1, + anon_sym_COLON, + STATE(3012), 1, + sym_trait_bounds, + ACTIONS(5502), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2448), 2, sym_line_comment, sym_block_comment, - [76501] = 8, + [76429] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5075), 1, + ACTIONS(1227), 1, anon_sym_LBRACE, - ACTIONS(5537), 1, - anon_sym_SEMI, - STATE(1311), 1, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5504), 1, + anon_sym_move, + STATE(478), 1, sym_block, - STATE(3618), 1, + STATE(3609), 1, sym_label, STATE(2449), 2, sym_line_comment, sym_block_comment, - [76527] = 8, + [76455] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(5039), 1, + ACTIONS(5025), 1, anon_sym_PLUS, - STATE(1433), 1, + STATE(1413), 1, sym_block, - STATE(3569), 1, + STATE(3558), 1, sym_label, STATE(2450), 2, sym_line_comment, sym_block_comment, - [76553] = 8, + [76481] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5075), 1, - anon_sym_LBRACE, - ACTIONS(5539), 1, - anon_sym_SEMI, - STATE(1316), 1, - sym_block, - STATE(3618), 1, - sym_label, + ACTIONS(5500), 1, + anon_sym_as, + ACTIONS(5506), 1, + anon_sym_COLON_COLON, STATE(2451), 2, sym_line_comment, sym_block_comment, - [76579] = 4, + ACTIONS(5496), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [76503] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4497), 1, + anon_sym_COLON_COLON, + STATE(1954), 1, + sym_type_arguments, + STATE(1964), 1, + sym_parameters, STATE(2452), 2, sym_line_comment, sym_block_comment, - ACTIONS(3485), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_where, - [76597] = 4, + [76529] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5029), 1, + anon_sym_LBRACE, + ACTIONS(5508), 1, + anon_sym_SEMI, + STATE(1131), 1, + sym_block, + STATE(3608), 1, + sym_label, STATE(2453), 2, sym_line_comment, sym_block_comment, - ACTIONS(5541), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [76615] = 8, + [76555] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5075), 1, - anon_sym_LBRACE, - ACTIONS(5543), 1, + ACTIONS(5493), 1, + anon_sym_RBRACK, + ACTIONS(3384), 2, anon_sym_SEMI, - STATE(1340), 1, - sym_block, - STATE(3618), 1, - sym_label, + anon_sym_PLUS, + ACTIONS(4499), 2, + anon_sym_PIPE, + anon_sym_COMMA, STATE(2454), 2, sym_line_comment, sym_block_comment, - [76641] = 8, + [76577] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5075), 1, - anon_sym_LBRACE, - ACTIONS(5545), 1, - anon_sym_SEMI, - STATE(1346), 1, - sym_block, - STATE(3618), 1, - sym_label, STATE(2455), 2, sym_line_comment, sym_block_comment, - [76667] = 8, + ACTIONS(5510), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [76595] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5027), 1, - anon_sym_LBRACE, - ACTIONS(5547), 1, - anon_sym_SEMI, - STATE(580), 1, - sym_block, - STATE(3615), 1, - sym_label, STATE(2456), 2, sym_line_comment, sym_block_comment, - [76693] = 8, + ACTIONS(5512), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [76613] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5075), 1, - anon_sym_LBRACE, - ACTIONS(5549), 1, - anon_sym_SEMI, - STATE(1356), 1, - sym_block, - STATE(3618), 1, - sym_label, + ACTIONS(1503), 1, + anon_sym_RPAREN, + ACTIONS(5514), 1, + anon_sym_COMMA, + STATE(2947), 1, + aux_sym_parameters_repeat1, + ACTIONS(4499), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2457), 2, sym_line_comment, sym_block_comment, - [76719] = 8, + [76637] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5075), 1, - anon_sym_LBRACE, - ACTIONS(5551), 1, - anon_sym_SEMI, - STATE(1360), 1, - sym_block, - STATE(3618), 1, - sym_label, + ACTIONS(4700), 1, + anon_sym_GT, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5516), 1, + anon_sym_COMMA, + STATE(2884), 1, + aux_sym_type_parameters_repeat1, + STATE(3041), 1, + sym_trait_bounds, STATE(2458), 2, sym_line_comment, sym_block_comment, - [76745] = 8, + [76663] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5075), 1, - anon_sym_LBRACE, - ACTIONS(5553), 1, - anon_sym_SEMI, - STATE(1364), 1, - sym_block, - STATE(3618), 1, - sym_label, + ACTIONS(4509), 1, + anon_sym_DOT_DOT, + ACTIONS(5187), 1, + anon_sym_COLON_COLON, + ACTIONS(5247), 1, + anon_sym_COLON, + ACTIONS(4511), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2459), 2, sym_line_comment, sym_block_comment, - [76771] = 4, + [76687] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174630,137 +174654,139 @@ static const uint16_t ts_small_parse_table[] = { STATE(2460), 2, sym_line_comment, sym_block_comment, - ACTIONS(3651), 5, + ACTIONS(3597), 5, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_COLON, anon_sym_EQ, anon_sym_where, - [76789] = 8, + [76705] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5555), 1, - anon_sym_move, - STATE(1746), 1, - sym_block, - STATE(3620), 1, - sym_label, STATE(2461), 2, sym_line_comment, sym_block_comment, - [76815] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(2462), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3521), 5, + ACTIONS(5518), 5, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, + anon_sym_RBRACE, anon_sym_EQ, + anon_sym_COMMA, anon_sym_where, - [76833] = 4, + [76723] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2463), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3627), 5, + ACTIONS(5522), 1, + anon_sym_COMMA, + ACTIONS(5520), 3, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_where, - [76851] = 4, + anon_sym_SQUOTE, + STATE(2462), 3, + sym_line_comment, + sym_block_comment, + aux_sym_where_clause_repeat1, + [76743] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2464), 2, + ACTIONS(4509), 1, + anon_sym_DOT_DOT, + ACTIONS(5185), 1, + anon_sym_COLON, + ACTIONS(5187), 1, + anon_sym_COLON_COLON, + ACTIONS(4511), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2463), 2, sym_line_comment, sym_block_comment, - ACTIONS(5557), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [76869] = 8, + [76767] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(5027), 1, + ACTIONS(5019), 1, anon_sym_LBRACE, - ACTIONS(5559), 1, + ACTIONS(5525), 1, anon_sym_SEMI, - STATE(529), 1, + STATE(741), 1, sym_block, - STATE(3615), 1, + STATE(3605), 1, sym_label, - STATE(2465), 2, + STATE(2464), 2, sym_line_comment, sym_block_comment, - [76895] = 8, + [76793] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2997), 1, - anon_sym_POUND, - ACTIONS(5561), 1, - sym_identifier, - ACTIONS(5563), 1, - sym_integer_literal, - STATE(1061), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1405), 1, - sym_attribute_item, - STATE(2466), 2, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5527), 1, + anon_sym_SEMI, + ACTIONS(5529), 1, + anon_sym_COLON, + ACTIONS(5531), 1, + anon_sym_EQ, + ACTIONS(5533), 1, + anon_sym_else, + STATE(2465), 2, sym_line_comment, sym_block_comment, - [76921] = 4, + [76819] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2467), 2, + STATE(2466), 2, sym_line_comment, sym_block_comment, - ACTIONS(3655), 5, + ACTIONS(5535), 5, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, + anon_sym_RBRACE, anon_sym_EQ, + anon_sym_COMMA, anon_sym_where, - [76939] = 4, + [76837] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2468), 2, + STATE(2467), 2, sym_line_comment, sym_block_comment, - ACTIONS(5565), 5, + ACTIONS(5537), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COMMA, anon_sym_where, - [76957] = 4, + [76855] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5539), 1, + anon_sym_RBRACK, + ACTIONS(3939), 2, + anon_sym_SEMI, + anon_sym_PLUS, + ACTIONS(4868), 2, + anon_sym_PIPE, + anon_sym_COMMA, + STATE(2468), 2, + sym_line_comment, + sym_block_comment, + [76877] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174768,31 +174794,27 @@ static const uint16_t ts_small_parse_table[] = { STATE(2469), 2, sym_line_comment, sym_block_comment, - ACTIONS(5567), 5, + ACTIONS(5542), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COMMA, anon_sym_where, - [76975] = 8, + [76895] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, - anon_sym_LPAREN, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4505), 1, - anon_sym_COLON_COLON, - STATE(1610), 1, - sym_parameters, - STATE(1953), 1, - sym_type_arguments, STATE(2470), 2, sym_line_comment, sym_block_comment, - [77001] = 4, + ACTIONS(3605), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [76913] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174800,406 +174822,417 @@ static const uint16_t ts_small_parse_table[] = { STATE(2471), 2, sym_line_comment, sym_block_comment, - ACTIONS(5569), 5, + ACTIONS(5544), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COMMA, anon_sym_where, - [77019] = 8, + [76931] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5043), 1, + ACTIONS(5033), 1, anon_sym_COLON, - ACTIONS(5337), 1, + ACTIONS(5286), 1, + anon_sym_PLUS, + STATE(3153), 1, + sym_trait_bounds, + ACTIONS(5546), 2, anon_sym_GT, - ACTIONS(5339), 1, anon_sym_COMMA, - STATE(2925), 1, - sym_trait_bounds, - STATE(2926), 1, - aux_sym_type_arguments_repeat1, STATE(2472), 2, sym_line_comment, sym_block_comment, - [77045] = 4, + [76955] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3939), 1, + anon_sym_PLUS, + ACTIONS(4868), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(5539), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2473), 2, sym_line_comment, sym_block_comment, - ACTIONS(5571), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [77063] = 4, + [76977] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5029), 1, + anon_sym_LBRACE, + ACTIONS(5548), 1, + anon_sym_SEMI, + STATE(1161), 1, + sym_block, + STATE(3608), 1, + sym_label, STATE(2474), 2, sym_line_comment, sym_block_comment, - ACTIONS(5573), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [77081] = 7, + [77003] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5575), 1, - anon_sym_RPAREN, - ACTIONS(5577), 1, + ACTIONS(5552), 1, anon_sym_COMMA, - STATE(2927), 1, - aux_sym_parameters_repeat1, - ACTIONS(4507), 2, - anon_sym_COLON, - anon_sym_PIPE, + STATE(2418), 1, + aux_sym_where_clause_repeat1, STATE(2475), 2, sym_line_comment, sym_block_comment, - [77105] = 7, + ACTIONS(5550), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_SQUOTE, + [77025] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1503), 1, - anon_sym_RPAREN, - ACTIONS(5579), 1, - anon_sym_COMMA, - STATE(2932), 1, - aux_sym_parameters_repeat1, - ACTIONS(4507), 2, + ACTIONS(3093), 1, + anon_sym_PLUS, + ACTIONS(5033), 1, anon_sym_COLON, - anon_sym_PIPE, + STATE(3153), 1, + sym_trait_bounds, + ACTIONS(5546), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2476), 2, sym_line_comment, sym_block_comment, - [77129] = 6, + [77049] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5514), 1, - anon_sym_as, - ACTIONS(5581), 1, - anon_sym_COLON_COLON, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5025), 1, + anon_sym_PLUS, + STATE(1418), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2477), 2, sym_line_comment, sym_block_comment, - ACTIONS(5510), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [77151] = 8, + [77075] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5039), 1, - anon_sym_PLUS, - STATE(1450), 1, - sym_block, - STATE(3569), 1, - sym_label, + ACTIONS(4832), 1, + anon_sym_PIPE, + ACTIONS(5554), 1, + anon_sym_SEMI, + ACTIONS(5556), 1, + anon_sym_COLON, + ACTIONS(5558), 1, + anon_sym_EQ, + ACTIONS(5560), 1, + anon_sym_else, STATE(2478), 2, sym_line_comment, sym_block_comment, - [77177] = 4, + [77101] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5500), 1, + anon_sym_as, + ACTIONS(5562), 1, + anon_sym_COLON_COLON, STATE(2479), 2, sym_line_comment, sym_block_comment, - ACTIONS(5583), 5, + ACTIONS(5496), 3, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_where, - [77195] = 4, + [77123] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5029), 1, + anon_sym_LBRACE, + ACTIONS(5564), 1, + anon_sym_SEMI, + STATE(1174), 1, + sym_block, + STATE(3608), 1, + sym_label, STATE(2480), 2, sym_line_comment, sym_block_comment, - ACTIONS(5585), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [77213] = 8, + [77149] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5587), 1, - anon_sym_STAR_SLASH, - ACTIONS(5589), 1, - sym__outer_block_doc_comment_marker, - ACTIONS(5591), 1, - sym__inner_block_doc_comment_marker, - ACTIONS(5593), 1, - sym__block_comment_content, - STATE(3334), 1, - sym__block_doc_comment_marker, + ACTIONS(5033), 1, + anon_sym_COLON, + ACTIONS(5566), 1, + anon_sym_GT, + ACTIONS(5568), 1, + anon_sym_COMMA, + STATE(2753), 1, + aux_sym_type_parameters_repeat1, + STATE(3041), 1, + sym_trait_bounds, STATE(2481), 2, sym_line_comment, sym_block_comment, - [77239] = 4, + [77175] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5029), 1, + anon_sym_LBRACE, + ACTIONS(5570), 1, + anon_sym_SEMI, + STATE(1179), 1, + sym_block, + STATE(3608), 1, + sym_label, STATE(2482), 2, sym_line_comment, sym_block_comment, - ACTIONS(3489), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_where, - [77257] = 4, + [77201] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5572), 1, + anon_sym_move, + STATE(1388), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2483), 2, sym_line_comment, sym_block_comment, - ACTIONS(5595), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [77275] = 8, + [77227] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5027), 1, - anon_sym_LBRACE, - ACTIONS(5597), 1, - anon_sym_SEMI, - STATE(555), 1, - sym_block, - STATE(3615), 1, - sym_label, STATE(2484), 2, sym_line_comment, sym_block_comment, - [77301] = 8, + ACTIONS(3529), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [77245] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1229), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5599), 1, - anon_sym_move, - STATE(458), 1, - sym_block, - STATE(3619), 1, - sym_label, STATE(2485), 2, sym_line_comment, sym_block_comment, - [77327] = 8, + ACTIONS(3533), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [77263] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5317), 1, - anon_sym_GT, - ACTIONS(5319), 1, - anon_sym_COMMA, - STATE(2826), 1, - aux_sym_type_parameters_repeat1, - STATE(2832), 1, - sym_trait_bounds, STATE(2486), 2, sym_line_comment, sym_block_comment, - [77353] = 8, + ACTIONS(3541), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [77281] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(5027), 1, + ACTIONS(5019), 1, anon_sym_LBRACE, - ACTIONS(5601), 1, + ACTIONS(5574), 1, anon_sym_SEMI, - STATE(562), 1, + STATE(735), 1, sym_block, - STATE(3615), 1, + STATE(3605), 1, sym_label, STATE(2487), 2, sym_line_comment, sym_block_comment, - [77379] = 5, + [77307] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5605), 1, + STATE(2488), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3257), 5, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, anon_sym_COMMA, - ACTIONS(5603), 3, - anon_sym_SEMI, - anon_sym_LBRACE, + anon_sym_as, + [77325] = 8, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3303), 1, anon_sym_SQUOTE, - STATE(2488), 3, + ACTIONS(5019), 1, + anon_sym_LBRACE, + ACTIONS(5576), 1, + anon_sym_SEMI, + STATE(586), 1, + sym_block, + STATE(3605), 1, + sym_label, + STATE(2489), 2, sym_line_comment, sym_block_comment, - aux_sym_where_clause_repeat1, - [77399] = 6, + [77351] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5530), 1, - anon_sym_RBRACK, - ACTIONS(3321), 2, - anon_sym_SEMI, - anon_sym_PLUS, - ACTIONS(4507), 2, + ACTIONS(4896), 1, + anon_sym_RPAREN, + ACTIONS(5578), 1, + anon_sym_COLON, + ACTIONS(5580), 1, anon_sym_PIPE, + ACTIONS(5582), 1, anon_sym_COMMA, - STATE(2489), 2, + STATE(3016), 1, + aux_sym_closure_parameters_repeat1, + STATE(2490), 2, sym_line_comment, sym_block_comment, - [77421] = 8, + [77377] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, + ACTIONS(3285), 1, + anon_sym_LPAREN, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(4505), 1, + ACTIONS(4497), 1, anon_sym_COLON_COLON, - ACTIONS(4632), 1, - anon_sym_COLON, - STATE(1953), 1, + STATE(1328), 1, + sym_parameters, + STATE(1954), 1, sym_type_arguments, - STATE(2726), 1, - sym_trait_bounds, - STATE(2490), 2, - sym_line_comment, - sym_block_comment, - [77447] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4872), 2, - anon_sym_COLON, - anon_sym_PIPE, STATE(2491), 2, sym_line_comment, sym_block_comment, - ACTIONS(3809), 3, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - [77467] = 6, + [77403] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5610), 1, - anon_sym_COMMA, - STATE(2504), 1, - aux_sym_where_clause_repeat1, STATE(2492), 2, sym_line_comment, sym_block_comment, - ACTIONS(5608), 3, + ACTIONS(5584), 5, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_SQUOTE, - [77489] = 8, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [77421] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(5612), 1, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5029), 1, + anon_sym_LBRACE, + ACTIONS(5586), 1, anon_sym_SEMI, - ACTIONS(5614), 1, - anon_sym_COLON, - ACTIONS(5616), 1, - anon_sym_EQ, - ACTIONS(5618), 1, - anon_sym_else, + STATE(1204), 1, + sym_block, + STATE(3608), 1, + sym_label, STATE(2493), 2, sym_line_comment, sym_block_comment, - [77515] = 8, + [77447] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(5027), 1, + ACTIONS(5019), 1, anon_sym_LBRACE, - ACTIONS(5620), 1, + ACTIONS(5588), 1, anon_sym_SEMI, - STATE(753), 1, + STATE(665), 1, sym_block, - STATE(3615), 1, + STATE(3605), 1, sym_label, STATE(2494), 2, sym_line_comment, sym_block_comment, - [77541] = 7, + [77473] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1501), 1, - anon_sym_RPAREN, - ACTIONS(5622), 1, - anon_sym_COMMA, - STATE(2897), 1, - aux_sym_parameters_repeat1, - ACTIONS(4507), 2, - anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5029), 1, + anon_sym_LBRACE, + ACTIONS(5590), 1, + anon_sym_SEMI, + STATE(1210), 1, + sym_block, + STATE(3608), 1, + sym_label, STATE(2495), 2, sym_line_comment, sym_block_comment, - [77565] = 4, + [77499] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -175207,3567 +175240,3580 @@ static const uint16_t ts_small_parse_table[] = { STATE(2496), 2, sym_line_comment, sym_block_comment, - ACTIONS(3473), 5, + ACTIONS(5592), 5, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, + anon_sym_RBRACE, anon_sym_EQ, + anon_sym_COMMA, anon_sym_where, - [77583] = 4, + [77517] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2497), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3477), 5, + ACTIONS(4832), 1, + anon_sym_PIPE, + ACTIONS(5594), 1, anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(5596), 1, anon_sym_COLON, + ACTIONS(5598), 1, anon_sym_EQ, - anon_sym_where, - [77601] = 4, + ACTIONS(5600), 1, + anon_sym_else, + STATE(2497), 2, + sym_line_comment, + sym_block_comment, + [77543] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5029), 1, + anon_sym_LBRACE, + ACTIONS(5602), 1, + anon_sym_SEMI, + STATE(1220), 1, + sym_block, + STATE(3608), 1, + sym_label, STATE(2498), 2, sym_line_comment, sym_block_comment, - ACTIONS(3481), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_where, - [77619] = 7, + [77569] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4634), 1, - anon_sym_EQ, - ACTIONS(5043), 1, - anon_sym_COLON, - STATE(2809), 1, - sym_trait_bounds, - ACTIONS(5624), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(5604), 1, + anon_sym_STAR_SLASH, + ACTIONS(5606), 1, + sym__outer_block_doc_comment_marker, + ACTIONS(5608), 1, + sym__inner_block_doc_comment_marker, + ACTIONS(5610), 1, + sym__block_comment_content, + STATE(3125), 1, + sym__block_doc_comment_marker, STATE(2499), 2, sym_line_comment, sym_block_comment, - [77643] = 6, + [77595] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5475), 1, - anon_sym_RBRACK, - ACTIONS(3809), 2, - anon_sym_SEMI, - anon_sym_PLUS, - ACTIONS(4872), 2, + ACTIONS(4499), 2, + anon_sym_COLON, anon_sym_PIPE, - anon_sym_COMMA, STATE(2500), 2, sym_line_comment, sym_block_comment, - [77665] = 7, + ACTIONS(3384), 3, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COMMA, + [77615] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5331), 1, - anon_sym_PLUS, - STATE(3116), 1, - sym_trait_bounds, - ACTIONS(5626), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5019), 1, + anon_sym_LBRACE, + ACTIONS(5612), 1, + anon_sym_SEMI, + STATE(490), 1, + sym_block, + STATE(3605), 1, + sym_label, STATE(2501), 2, sym_line_comment, sym_block_comment, - [77689] = 7, + [77641] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3093), 1, - anon_sym_PLUS, - ACTIONS(5043), 1, + ACTIONS(5033), 1, anon_sym_COLON, - STATE(3116), 1, - sym_trait_bounds, - ACTIONS(5626), 2, + ACTIONS(5359), 1, anon_sym_GT, + ACTIONS(5361), 1, anon_sym_COMMA, + STATE(2991), 1, + sym_trait_bounds, + STATE(3037), 1, + aux_sym_type_arguments_repeat1, STATE(2502), 2, sym_line_comment, sym_block_comment, - [77713] = 8, + [77667] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5043), 1, - anon_sym_COLON, - ACTIONS(5333), 1, - anon_sym_GT, - ACTIONS(5335), 1, - anon_sym_COMMA, - STATE(2973), 1, - sym_trait_bounds, - STATE(2983), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5029), 1, + anon_sym_LBRACE, + ACTIONS(5614), 1, + anon_sym_SEMI, + STATE(1224), 1, + sym_block, + STATE(3608), 1, + sym_label, STATE(2503), 2, sym_line_comment, sym_block_comment, - [77739] = 6, + [77693] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5628), 1, - anon_sym_COMMA, - STATE(2488), 1, - aux_sym_where_clause_repeat1, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5029), 1, + anon_sym_LBRACE, + ACTIONS(5616), 1, + anon_sym_SEMI, + STATE(1228), 1, + sym_block, + STATE(3608), 1, + sym_label, STATE(2504), 2, sym_line_comment, sym_block_comment, - ACTIONS(3430), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_SQUOTE, - [77761] = 4, + [77719] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1509), 1, + anon_sym_RPAREN, + ACTIONS(5618), 1, + anon_sym_COMMA, + STATE(2949), 1, + aux_sym_parameters_repeat1, + ACTIONS(4499), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2505), 2, sym_line_comment, sym_block_comment, - ACTIONS(5630), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [77779] = 4, + [77743] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5620), 1, + anon_sym_move, + STATE(1850), 1, + sym_block, + STATE(3610), 1, + sym_label, STATE(2506), 2, sym_line_comment, sym_block_comment, - ACTIONS(5632), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, + [77769] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5622), 1, + anon_sym_RPAREN, + ACTIONS(5624), 1, anon_sym_COMMA, - anon_sym_where, - [77797] = 8, + STATE(2941), 1, + aux_sym_parameters_repeat1, + ACTIONS(4499), 2, + anon_sym_COLON, + anon_sym_PIPE, + STATE(2507), 2, + sym_line_comment, + sym_block_comment, + [77793] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(5027), 1, + ACTIONS(5029), 1, anon_sym_LBRACE, - ACTIONS(5634), 1, + ACTIONS(5626), 1, anon_sym_SEMI, - STATE(601), 1, + STATE(1075), 1, sym_block, - STATE(3615), 1, + STATE(3608), 1, sym_label, - STATE(2507), 2, + STATE(2508), 2, sym_line_comment, sym_block_comment, - [77823] = 4, + [77819] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2508), 2, + STATE(2509), 2, sym_line_comment, sym_block_comment, - ACTIONS(5636), 5, + ACTIONS(5628), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COMMA, anon_sym_where, - [77841] = 7, + [77837] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4517), 1, - anon_sym_DOT_DOT, - ACTIONS(5223), 1, - anon_sym_COLON, - ACTIONS(5239), 1, - anon_sym_COLON_COLON, - ACTIONS(4519), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2509), 2, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(3558), 1, + sym_label, + STATE(3587), 1, + sym_block, + STATE(2510), 2, sym_line_comment, sym_block_comment, - [77865] = 7, + [77860] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4517), 1, - anon_sym_DOT_DOT, - ACTIONS(5237), 1, - anon_sym_COLON, - ACTIONS(5239), 1, - anon_sym_COLON_COLON, - ACTIONS(4519), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2510), 2, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5630), 1, + anon_sym_SEMI, + STATE(3566), 1, + sym_where_clause, + STATE(2511), 2, sym_line_comment, sym_block_comment, - [77889] = 8, + [77883] = 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(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - ACTIONS(5039), 1, - anon_sym_PLUS, - STATE(1480), 1, + STATE(383), 1, sym_block, - STATE(3569), 1, + STATE(3524), 1, sym_label, - STATE(2511), 2, + STATE(2512), 2, sym_line_comment, sym_block_comment, - [77915] = 8, + [77906] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3297), 1, + ACTIONS(3285), 1, anon_sym_LPAREN, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(4505), 1, - anon_sym_COLON_COLON, - STATE(1118), 1, + STATE(1329), 1, sym_parameters, - STATE(1953), 1, + STATE(1950), 1, sym_type_arguments, - STATE(2512), 2, - sym_line_comment, - sym_block_comment, - [77941] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, STATE(2513), 2, sym_line_comment, sym_block_comment, - ACTIONS(3467), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_where, - [77959] = 7, + [77929] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5638), 1, - anon_sym_RPAREN, - ACTIONS(5640), 1, - anon_sym_COMMA, - STATE(3004), 1, - aux_sym_ordered_field_declaration_list_repeat1, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(3376), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2514), 2, sym_line_comment, sym_block_comment, - [77982] = 6, + [77952] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - STATE(3158), 1, - sym_type_arguments, - ACTIONS(5642), 2, - sym_identifier, - sym_super, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(3456), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2515), 2, sym_line_comment, sym_block_comment, - [78003] = 6, + [77975] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - STATE(3311), 1, - sym_type_arguments, - ACTIONS(5642), 2, - sym_identifier, - sym_super, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5387), 1, + anon_sym_LBRACE, + STATE(1334), 1, + sym_enum_variant_list, + STATE(3111), 1, + sym_where_clause, STATE(2516), 2, sym_line_comment, sym_block_comment, - [78024] = 7, + [77998] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5644), 1, - anon_sym_SEMI, - ACTIONS(5646), 1, + ACTIONS(4700), 1, + anon_sym_GT, + ACTIONS(5516), 1, + anon_sym_COMMA, + ACTIONS(5632), 1, anon_sym_EQ, - ACTIONS(5648), 1, - anon_sym_else, + STATE(2884), 1, + aux_sym_type_parameters_repeat1, STATE(2517), 2, sym_line_comment, sym_block_comment, - [78047] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(5650), 1, - aux_sym_token_repetition_pattern_token1, - STATE(2518), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5652), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [78066] = 7, + [78021] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(3524), 1, - sym_block, - STATE(3569), 1, - sym_label, - STATE(2519), 2, + ACTIONS(5566), 1, + anon_sym_GT, + ACTIONS(5568), 1, + anon_sym_COMMA, + ACTIONS(5632), 1, + anon_sym_EQ, + STATE(2753), 1, + aux_sym_type_parameters_repeat1, + STATE(2518), 2, sym_line_comment, sym_block_comment, - [78089] = 6, + [78044] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - STATE(3158), 1, + ACTIONS(5634), 1, + anon_sym_COLON_COLON, + ACTIONS(5636), 1, + anon_sym_for, + STATE(1954), 1, sym_type_arguments, - ACTIONS(5654), 2, - sym_identifier, - sym_super, - STATE(2520), 2, + STATE(2519), 2, sym_line_comment, sym_block_comment, - [78110] = 7, + [78067] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - STATE(626), 1, + ACTIONS(4965), 1, + anon_sym_where, + STATE(1350), 1, sym_declaration_list, - STATE(3268), 1, + STATE(3136), 1, sym_where_clause, - STATE(2521), 2, + STATE(2520), 2, sym_line_comment, sym_block_comment, - [78133] = 7, + [78090] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5656), 1, - anon_sym_SEMI, - STATE(3451), 1, - sym_where_clause, - STATE(2522), 2, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(258), 1, + sym_block, + STATE(3524), 1, + sym_label, + STATE(2521), 2, sym_line_comment, sym_block_comment, - [78156] = 7, + [78113] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(4982), 1, anon_sym_LBRACE, - STATE(1306), 1, - sym_declaration_list, - STATE(3060), 1, + STATE(1357), 1, + sym_field_declaration_list, + STATE(3139), 1, sym_where_clause, - STATE(2523), 2, + STATE(2522), 2, sym_line_comment, sym_block_comment, - [78179] = 6, + [78136] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5658), 1, - anon_sym_DQUOTE, - STATE(2713), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5660), 2, - sym_string_content, - sym_escape_sequence, - STATE(2524), 2, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5479), 1, + anon_sym_RPAREN, + ACTIONS(5483), 1, + anon_sym_COMMA, + STATE(2812), 1, + aux_sym_slice_pattern_repeat1, + STATE(2523), 2, sym_line_comment, sym_block_comment, - [78200] = 7, + [78159] = 7, ACTIONS(19), 1, anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - STATE(378), 1, + STATE(403), 1, sym_block, - STATE(3355), 1, + STATE(3524), 1, sym_label, + STATE(2524), 2, + sym_line_comment, + sym_block_comment, + [78182] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5638), 1, + anon_sym_RPAREN, + ACTIONS(5640), 1, + anon_sym_COMMA, + STATE(2806), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(2525), 2, sym_line_comment, sym_block_comment, - [78223] = 7, + [78205] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - STATE(3502), 1, + STATE(1376), 1, sym_block, - STATE(3569), 1, + STATE(3558), 1, sym_label, STATE(2526), 2, sym_line_comment, sym_block_comment, - [78246] = 7, + [78228] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(3440), 1, - sym_block, - STATE(3569), 1, - sym_label, + ACTIONS(5642), 1, + anon_sym_DQUOTE, + STATE(2620), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5644), 2, + sym_string_content, + sym_escape_sequence, STATE(2527), 2, sym_line_comment, sym_block_comment, - [78269] = 6, + [78249] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - STATE(3158), 1, - sym_type_arguments, - ACTIONS(5195), 2, - sym_identifier, - sym_super, + ACTIONS(5445), 1, + anon_sym_PIPE, STATE(2528), 2, sym_line_comment, sym_block_comment, - [78290] = 6, + ACTIONS(5646), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_COMMA, + [78268] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - STATE(3311), 1, - sym_type_arguments, - ACTIONS(5195), 2, - sym_identifier, - sym_super, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(3552), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2529), 2, sym_line_comment, sym_block_comment, - [78311] = 5, + [78291] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5662), 1, - anon_sym_COLON, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5648), 1, + anon_sym_RPAREN, + ACTIONS(5650), 1, + anon_sym_COMMA, + STATE(2845), 1, + aux_sym_slice_pattern_repeat1, STATE(2530), 2, sym_line_comment, sym_block_comment, - ACTIONS(4856), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [78330] = 7, + [78314] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(1420), 1, - sym_block, - STATE(3569), 1, - sym_label, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5652), 1, + anon_sym_RPAREN, + ACTIONS(5654), 1, + anon_sym_COMMA, + STATE(2853), 1, + aux_sym_slice_pattern_repeat1, STATE(2531), 2, sym_line_comment, sym_block_comment, - [78353] = 5, + [78337] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, + ACTIONS(5656), 1, + anon_sym_LPAREN, + ACTIONS(5658), 1, + anon_sym_LBRACK, + ACTIONS(5660), 1, + anon_sym_LBRACE, + STATE(400), 1, + sym_delim_token_tree, STATE(2532), 2, sym_line_comment, sym_block_comment, - ACTIONS(5664), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [78372] = 4, + [78360] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2533), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1035), 4, - anon_sym_SEMI, + ACTIONS(5662), 1, + anon_sym_COMMA, + ACTIONS(5646), 2, anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - [78389] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + anon_sym_RBRACK, + STATE(2533), 3, + sym_line_comment, + sym_block_comment, + aux_sym_slice_pattern_repeat1, + [78379] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(396), 1, - sym_block, - STATE(3355), 1, - sym_label, STATE(2534), 2, sym_line_comment, sym_block_comment, - [78412] = 7, + ACTIONS(3257), 4, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + [78396] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(3431), 1, - sym_block, - STATE(3569), 1, - sym_label, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5665), 1, + anon_sym_SEMI, + ACTIONS(5667), 1, + anon_sym_EQ, + ACTIONS(5669), 1, + anon_sym_else, STATE(2535), 2, sym_line_comment, sym_block_comment, - [78435] = 7, + [78419] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4696), 1, - anon_sym_GT, - ACTIONS(5469), 1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5473), 1, + anon_sym_RPAREN, + ACTIONS(5475), 1, anon_sym_COMMA, - ACTIONS(5666), 1, - anon_sym_EQ, - STATE(2843), 1, - aux_sym_type_parameters_repeat1, + STATE(2865), 1, + aux_sym_parameters_repeat1, STATE(2536), 2, sym_line_comment, sym_block_comment, - [78458] = 6, + [78442] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4517), 1, - anon_sym_DOT_DOT, - ACTIONS(5239), 1, - anon_sym_COLON_COLON, - ACTIONS(4519), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(3293), 1, + anon_sym_LT2, + ACTIONS(5211), 1, + sym_super, + ACTIONS(5671), 1, + sym_identifier, + STATE(1423), 1, + sym_type_arguments, STATE(2537), 2, sym_line_comment, sym_block_comment, - [78479] = 6, + [78465] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - STATE(3311), 1, + STATE(3096), 1, sym_type_arguments, - ACTIONS(5654), 2, + ACTIONS(5673), 2, sym_identifier, sym_super, STATE(2538), 2, sym_line_comment, sym_block_comment, - [78500] = 7, + [78486] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4702), 1, - anon_sym_GT, - ACTIONS(5473), 1, - anon_sym_COMMA, - ACTIONS(5666), 1, - anon_sym_EQ, - STATE(2947), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(4495), 1, + anon_sym_LT2, + STATE(3213), 1, + sym_type_arguments, + ACTIONS(5673), 2, + sym_identifier, + sym_super, STATE(2539), 2, sym_line_comment, sym_block_comment, - [78523] = 7, + [78507] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5317), 1, - anon_sym_GT, - ACTIONS(5319), 1, - anon_sym_COMMA, - ACTIONS(5666), 1, - anon_sym_EQ, - STATE(2826), 1, - aux_sym_type_parameters_repeat1, STATE(2540), 2, sym_line_comment, sym_block_comment, - [78546] = 7, + ACTIONS(5675), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + [78524] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5668), 1, - anon_sym_SEMI, - ACTIONS(5670), 1, - anon_sym_EQ, - ACTIONS(5672), 1, - anon_sym_else, STATE(2541), 2, sym_line_comment, sym_block_comment, - [78569] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + ACTIONS(5677), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + [78543] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(382), 1, - sym_block, - STATE(3355), 1, - sym_label, + ACTIONS(4698), 1, + anon_sym_GT, + ACTIONS(5465), 1, + anon_sym_COMMA, + ACTIONS(5632), 1, + anon_sym_EQ, + STATE(2891), 1, + aux_sym_type_parameters_repeat1, STATE(2542), 2, sym_line_comment, sym_block_comment, - [78592] = 7, + [78566] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5674), 1, - anon_sym_COLON_COLON, - ACTIONS(5676), 1, - anon_sym_for, - STATE(1953), 1, - sym_type_arguments, STATE(2543), 2, sym_line_comment, sym_block_comment, - [78615] = 7, + ACTIONS(5520), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SQUOTE, + [78583] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1229), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(463), 1, - sym_block, - STATE(3619), 1, - sym_label, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5679), 1, + anon_sym_SEMI, + ACTIONS(5681), 1, + anon_sym_EQ, + ACTIONS(5683), 1, + anon_sym_else, STATE(2544), 2, sym_line_comment, sym_block_comment, - [78638] = 7, + [78606] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1229), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(466), 1, - sym_block, - STATE(3619), 1, - sym_label, + ACTIONS(4965), 1, + anon_sym_where, + STATE(1273), 1, + sym_declaration_list, + STATE(3231), 1, + sym_where_clause, STATE(2545), 2, sym_line_comment, sym_block_comment, - [78661] = 6, + [78629] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5678), 1, - anon_sym_DQUOTE, - STATE(2564), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5660), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5685), 1, + anon_sym_SEMI, + STATE(3395), 1, + sym_where_clause, STATE(2546), 2, sym_line_comment, sym_block_comment, - [78682] = 7, + [78652] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - STATE(1183), 1, + ACTIONS(4965), 1, + anon_sym_where, + STATE(1293), 1, sym_declaration_list, - STATE(3157), 1, + STATE(3235), 1, sym_where_clause, STATE(2547), 2, sym_line_comment, sym_block_comment, - [78705] = 7, + [78675] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - ACTIONS(5075), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5387), 1, anon_sym_LBRACE, - STATE(2918), 1, - sym_block, - STATE(3618), 1, - sym_label, + STATE(1324), 1, + sym_enum_variant_list, + STATE(3242), 1, + sym_where_clause, STATE(2548), 2, sym_line_comment, sym_block_comment, - [78728] = 7, + [78698] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(4982), 1, anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(1749), 1, - sym_block, - STATE(3620), 1, - sym_label, + STATE(1370), 1, + sym_field_declaration_list, + STATE(3246), 1, + sym_where_clause, STATE(2549), 2, sym_line_comment, sym_block_comment, - [78751] = 7, + [78721] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5039), 1, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5680), 1, - anon_sym_SEMI, - STATE(3442), 1, - sym_where_clause, + ACTIONS(5622), 1, + anon_sym_RPAREN, + ACTIONS(5624), 1, + anon_sym_COMMA, + STATE(2941), 1, + aux_sym_parameters_repeat1, STATE(2550), 2, sym_line_comment, sym_block_comment, - [78774] = 7, + [78744] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4942), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(4946), 1, - anon_sym_where, - STATE(738), 1, - sym_field_declaration_list, - STATE(3134), 1, - sym_where_clause, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(1444), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2551), 2, sym_line_comment, sym_block_comment, - [78797] = 7, + [78767] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(1404), 1, - sym_block, - STATE(3569), 1, - sym_label, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4495), 1, + anon_sym_LT2, + STATE(1950), 1, + sym_type_arguments, + STATE(1969), 1, + sym_parameters, STATE(2552), 2, sym_line_comment, sym_block_comment, - [78820] = 7, + [78790] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4011), 1, - anon_sym_LT2, - ACTIONS(4167), 1, - anon_sym_COLON_COLON, - ACTIONS(4834), 1, - anon_sym_BANG, - STATE(1615), 1, - sym_type_arguments, - STATE(2553), 2, + ACTIONS(5687), 1, + anon_sym_COMMA, + ACTIONS(4151), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + STATE(2553), 3, sym_line_comment, sym_block_comment, - [78843] = 7, + aux_sym_arguments_repeat1, + [78809] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, - anon_sym_LBRACE, - STATE(1194), 1, - sym_declaration_list, - STATE(3169), 1, - sym_where_clause, + ACTIONS(5286), 1, + anon_sym_PLUS, STATE(2554), 2, sym_line_comment, sym_block_comment, - [78866] = 7, + ACTIONS(5690), 3, + anon_sym_COLON, + anon_sym_GT, + anon_sym_COMMA, + [78828] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(3445), 1, - sym_block, - STATE(3569), 1, - sym_label, + ACTIONS(1509), 1, + anon_sym_RPAREN, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5618), 1, + anon_sym_COMMA, + STATE(2949), 1, + aux_sym_parameters_repeat1, STATE(2555), 2, sym_line_comment, sym_block_comment, - [78889] = 7, - ACTIONS(103), 1, + [78851] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(105), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1229), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(469), 1, - sym_block, - STATE(3619), 1, - sym_label, + ACTIONS(5692), 1, + aux_sym_token_repetition_pattern_token1, STATE(2556), 2, sym_line_comment, sym_block_comment, - [78912] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + ACTIONS(5694), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [78870] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(383), 1, - sym_block, - STATE(3355), 1, - sym_label, STATE(2557), 2, sym_line_comment, sym_block_comment, - [78935] = 7, + ACTIONS(969), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + [78887] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5682), 1, - anon_sym_LPAREN, - ACTIONS(5684), 1, - anon_sym_LBRACK, - ACTIONS(5686), 1, - anon_sym_LBRACE, - STATE(1964), 1, - sym_delim_token_tree, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5696), 1, + anon_sym_RPAREN, + ACTIONS(5698), 1, + anon_sym_COMMA, + STATE(2946), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(2558), 2, sym_line_comment, sym_block_comment, - [78958] = 7, + [78910] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1229), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(470), 1, - sym_block, - STATE(3619), 1, - sym_label, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5700), 1, + anon_sym_SEMI, + ACTIONS(5702), 1, + anon_sym_EQ, + ACTIONS(5704), 1, + anon_sym_else, STATE(2559), 2, sym_line_comment, sym_block_comment, - [78981] = 7, + [78933] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1229), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(452), 1, - sym_block, - STATE(3619), 1, - sym_label, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5706), 1, + anon_sym_SEMI, + STATE(3514), 1, + sym_where_clause, STATE(2560), 2, sym_line_comment, sym_block_comment, - [79004] = 7, + [78956] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5674), 1, - anon_sym_COLON_COLON, - ACTIONS(5688), 1, - anon_sym_for, - STATE(1953), 1, - sym_type_arguments, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + STATE(1104), 1, + sym_declaration_list, + STATE(3290), 1, + sym_where_clause, STATE(2561), 2, sym_line_comment, sym_block_comment, - [79027] = 7, + [78979] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1229), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(479), 1, - sym_block, - STATE(3619), 1, - sym_label, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5708), 1, + anon_sym_SEMI, + STATE(3529), 1, + sym_where_clause, STATE(2562), 2, sym_line_comment, sym_block_comment, - [79050] = 7, + [79002] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5285), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - STATE(1199), 1, - sym_enum_variant_list, - STATE(3188), 1, + ACTIONS(4965), 1, + anon_sym_where, + STATE(1118), 1, + sym_declaration_list, + STATE(3298), 1, sym_where_clause, STATE(2563), 2, sym_line_comment, sym_block_comment, - [79073] = 6, + [79025] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5690), 1, - anon_sym_DQUOTE, - STATE(2734), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5660), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(3429), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2564), 2, sym_line_comment, sym_block_comment, - [79094] = 7, + [79048] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5682), 1, - anon_sym_LPAREN, - ACTIONS(5684), 1, - anon_sym_LBRACK, - ACTIONS(5686), 1, - anon_sym_LBRACE, - STATE(1969), 1, - sym_delim_token_tree, + ACTIONS(5710), 1, + anon_sym_in, STATE(2565), 2, sym_line_comment, sym_block_comment, - [79117] = 7, + ACTIONS(5712), 3, + sym_self, + sym_super, + sym_crate, + [79067] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4011), 1, - anon_sym_LT2, - ACTIONS(5692), 1, - sym_identifier, - ACTIONS(5694), 1, - sym_super, - STATE(1563), 1, - sym_type_arguments, + ACTIONS(5033), 1, + anon_sym_COLON, + STATE(3153), 1, + sym_trait_bounds, + ACTIONS(5546), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2566), 2, sym_line_comment, sym_block_comment, - [79140] = 7, + [79088] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4011), 1, - anon_sym_LT2, - ACTIONS(5692), 1, - sym_identifier, - ACTIONS(5694), 1, - sym_super, - STATE(1586), 1, - sym_type_arguments, + ACTIONS(5714), 1, + anon_sym_COLON, STATE(2567), 2, sym_line_comment, sym_block_comment, - [79163] = 7, + ACTIONS(4832), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + [79107] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4742), 1, - anon_sym_for, - ACTIONS(5674), 1, - anon_sym_COLON_COLON, - STATE(1953), 1, - sym_type_arguments, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + STATE(634), 1, + sym_declaration_list, + STATE(3285), 1, + sym_where_clause, STATE(2568), 2, sym_line_comment, sym_block_comment, - [79186] = 7, + [79130] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5195), 1, - sym_super, - ACTIONS(5696), 1, - sym_identifier, - STATE(3158), 1, - sym_type_arguments, + ACTIONS(5716), 1, + anon_sym_COLON, STATE(2569), 2, sym_line_comment, sym_block_comment, - [79209] = 7, + ACTIONS(4832), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + [79149] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5195), 1, - sym_super, - ACTIONS(5696), 1, - sym_identifier, - STATE(3311), 1, - sym_type_arguments, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(396), 1, + sym_block, + STATE(3524), 1, + sym_label, STATE(2570), 2, sym_line_comment, sym_block_comment, - [79232] = 7, + [79172] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5698), 1, - anon_sym_RPAREN, - ACTIONS(5700), 1, - anon_sym_COMMA, - STATE(2920), 1, - aux_sym_tuple_type_repeat1, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5718), 1, + sym_identifier, + ACTIONS(5720), 1, + sym_super, + STATE(3096), 1, + sym_type_arguments, STATE(2571), 2, sym_line_comment, sym_block_comment, - [79255] = 6, + [79195] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5043), 1, - anon_sym_COLON, - STATE(2832), 1, - sym_trait_bounds, - ACTIONS(5702), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(4495), 1, + anon_sym_LT2, + STATE(3096), 1, + sym_type_arguments, + ACTIONS(5720), 2, + sym_identifier, + sym_super, STATE(2572), 2, sym_line_comment, sym_block_comment, - [79276] = 7, + [79216] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4976), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - STATE(1205), 1, - sym_field_declaration_list, - STATE(3213), 1, + ACTIONS(4965), 1, + anon_sym_where, + STATE(551), 1, + sym_declaration_list, + STATE(3249), 1, sym_where_clause, STATE(2573), 2, sym_line_comment, sym_block_comment, - [79299] = 7, + [79239] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, - anon_sym_LPAREN, - ACTIONS(4503), 1, - anon_sym_LT2, - STATE(1611), 1, - sym_parameters, - STATE(1955), 1, - sym_type_arguments, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5722), 1, + anon_sym_SEMI, + STATE(3432), 1, + sym_where_clause, STATE(2574), 2, sym_line_comment, sym_block_comment, - [79322] = 7, + [79262] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4944), 1, - anon_sym_LT, - STATE(2196), 1, - sym_parameters, - STATE(3273), 1, - sym_type_parameters, + ACTIONS(1503), 1, + anon_sym_RPAREN, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5514), 1, + anon_sym_COMMA, + STATE(2947), 1, + aux_sym_parameters_repeat1, STATE(2575), 2, sym_line_comment, sym_block_comment, - [79345] = 7, + [79285] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5039), 1, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5704), 1, + ACTIONS(5724), 1, anon_sym_SEMI, - STATE(3531), 1, + STATE(3515), 1, sym_where_clause, STATE(2576), 2, sym_line_comment, sym_block_comment, - [79368] = 7, + [79308] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1229), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(460), 1, - sym_block, - STATE(3619), 1, - sym_label, + ACTIONS(5025), 1, + anon_sym_PLUS, STATE(2577), 2, sym_line_comment, sym_block_comment, - [79391] = 5, + ACTIONS(5726), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + [79327] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5331), 1, - anon_sym_PLUS, + ACTIONS(4495), 1, + anon_sym_LT2, + STATE(3213), 1, + sym_type_arguments, + ACTIONS(5720), 2, + sym_identifier, + sym_super, STATE(2578), 2, sym_line_comment, sym_block_comment, - ACTIONS(5706), 3, - anon_sym_COLON, - anon_sym_GT, - anon_sym_COMMA, - [79410] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4942), 1, - anon_sym_LBRACE, - ACTIONS(4946), 1, - anon_sym_where, - STATE(632), 1, - sym_field_declaration_list, - STATE(3059), 1, - sym_where_clause, + [79348] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5634), 1, + anon_sym_COLON_COLON, + ACTIONS(5728), 1, + anon_sym_for, + STATE(1954), 1, + sym_type_arguments, STATE(2579), 2, sym_line_comment, sym_block_comment, - [79433] = 4, + [79371] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5730), 1, + anon_sym_SEMI, + STATE(3497), 1, + sym_where_clause, STATE(2580), 2, sym_line_comment, sym_block_comment, - ACTIONS(4299), 4, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_SQUOTE, - [79450] = 7, + [79394] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5708), 1, - anon_sym_LPAREN, - ACTIONS(5710), 1, - anon_sym_LBRACK, - ACTIONS(5712), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - STATE(402), 1, - sym_delim_token_tree, + ACTIONS(4965), 1, + anon_sym_where, + STATE(1169), 1, + sym_declaration_list, + STATE(3053), 1, + sym_where_clause, STATE(2581), 2, sym_line_comment, sym_block_comment, - [79473] = 7, + [79417] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(1455), 1, - sym_block, - STATE(3569), 1, - sym_label, + ACTIONS(4965), 1, + anon_sym_where, + STATE(753), 1, + sym_declaration_list, + STATE(3194), 1, + sym_where_clause, STATE(2582), 2, sym_line_comment, sym_block_comment, - [79496] = 7, + [79440] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - STATE(1135), 1, - sym_declaration_list, - STATE(3227), 1, - sym_where_clause, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(1389), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2583), 2, sym_line_comment, sym_block_comment, - [79519] = 7, + [79463] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5575), 1, + ACTIONS(4499), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(5732), 2, anon_sym_RPAREN, - ACTIONS(5577), 1, anon_sym_COMMA, - STATE(2927), 1, - aux_sym_parameters_repeat1, STATE(2584), 2, sym_line_comment, sym_block_comment, - [79542] = 7, + [79482] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4944), 1, - anon_sym_LT, - STATE(2223), 1, - sym_parameters, - STATE(3220), 1, - sym_type_parameters, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(377), 1, + sym_block, + STATE(3524), 1, + sym_label, STATE(2585), 2, sym_line_comment, sym_block_comment, - [79565] = 7, - ACTIONS(103), 1, + [79505] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(105), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5714), 1, - anon_sym_SEMI, - STATE(3576), 1, - sym_where_clause, + ACTIONS(5734), 1, + aux_sym_token_repetition_pattern_token1, STATE(2586), 2, sym_line_comment, sym_block_comment, - [79588] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + ACTIONS(5736), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [79524] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(400), 1, - sym_block, - STATE(3355), 1, - sym_label, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + STATE(546), 1, + sym_declaration_list, + STATE(3271), 1, + sym_where_clause, STATE(2587), 2, sym_line_comment, sym_block_comment, - [79611] = 7, - ACTIONS(103), 1, + [79547] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(105), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1229), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(473), 1, - sym_block, - STATE(3619), 1, - sym_label, + ACTIONS(5738), 1, + aux_sym_token_repetition_pattern_token1, STATE(2588), 2, sym_line_comment, sym_block_comment, - [79634] = 7, + ACTIONS(5740), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [79566] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5716), 1, - anon_sym_RPAREN, - ACTIONS(5718), 1, - anon_sym_COMMA, - STATE(2979), 1, - aux_sym_ordered_field_declaration_list_repeat1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5351), 1, + anon_sym_LBRACE, + STATE(605), 1, + sym_enum_variant_list, + STATE(3251), 1, + sym_where_clause, STATE(2589), 2, sym_line_comment, sym_block_comment, - [79657] = 7, + [79589] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(3437), 1, - sym_block, - STATE(3569), 1, - sym_label, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5718), 1, + sym_identifier, + ACTIONS(5720), 1, + sym_super, + STATE(3213), 1, + sym_type_arguments, STATE(2590), 2, sym_line_comment, sym_block_comment, - [79680] = 7, + [79612] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5720), 1, - sym_identifier, - STATE(3158), 1, - sym_type_arguments, + ACTIONS(4961), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + STATE(642), 1, + sym_field_declaration_list, + STATE(3204), 1, + sym_where_clause, STATE(2591), 2, sym_line_comment, sym_block_comment, - [79703] = 7, + [79635] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1503), 1, - anon_sym_RPAREN, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5579), 1, - anon_sym_COMMA, - STATE(2932), 1, - aux_sym_parameters_repeat1, + ACTIONS(1227), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(459), 1, + sym_block, + STATE(3609), 1, + sym_label, STATE(2592), 2, sym_line_comment, sym_block_comment, - [79726] = 7, + [79658] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5447), 1, - anon_sym_COLON, - ACTIONS(5449), 1, - anon_sym_PIPE, - ACTIONS(5451), 1, - anon_sym_COMMA, - STATE(3034), 1, - aux_sym_closure_parameters_repeat1, + ACTIONS(1227), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(461), 1, + sym_block, + STATE(3609), 1, + sym_label, STATE(2593), 2, sym_line_comment, sym_block_comment, - [79749] = 5, + [79681] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5722), 1, - anon_sym_COLON_COLON, + ACTIONS(5742), 1, + anon_sym_DQUOTE, + STATE(2604), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5644), 2, + sym_string_content, + sym_escape_sequence, STATE(2594), 2, sym_line_comment, sym_block_comment, - ACTIONS(4764), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [79768] = 5, + [79702] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5724), 1, - sym_identifier, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + ACTIONS(5029), 1, + anon_sym_LBRACE, + STATE(2804), 1, + sym_block, + STATE(3608), 1, + sym_label, STATE(2595), 2, sym_line_comment, sym_block_comment, - ACTIONS(5726), 3, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - [79787] = 7, + [79725] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - STATE(1748), 1, + STATE(1857), 1, sym_block, - STATE(3620), 1, + STATE(3610), 1, sym_label, STATE(2596), 2, sym_line_comment, sym_block_comment, - [79810] = 7, + [79748] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(1750), 1, - sym_block, - STATE(3620), 1, - sym_label, + ACTIONS(3985), 1, + anon_sym_LT2, + ACTIONS(4155), 1, + anon_sym_COLON_COLON, + ACTIONS(4890), 1, + anon_sym_BANG, + STATE(1627), 1, + sym_type_arguments, STATE(2597), 2, sym_line_comment, sym_block_comment, - [79833] = 6, + [79771] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5728), 1, - anon_sym_DQUOTE, - STATE(2606), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5660), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(1227), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(463), 1, + sym_block, + STATE(3609), 1, + sym_label, STATE(2598), 2, sym_line_comment, sym_block_comment, - [79854] = 7, + [79794] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1229), 1, + ACTIONS(5744), 1, + anon_sym_LPAREN, + ACTIONS(5746), 1, + anon_sym_LBRACK, + ACTIONS(5748), 1, anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(465), 1, - sym_block, - STATE(3619), 1, - sym_label, + STATE(1957), 1, + sym_delim_token_tree, STATE(2599), 2, sym_line_comment, sym_block_comment, - [79877] = 7, + [79817] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5461), 1, - anon_sym_GT, - ACTIONS(5463), 1, - anon_sym_COMMA, - ACTIONS(5666), 1, - anon_sym_EQ, - STATE(2795), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(1227), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(466), 1, + sym_block, + STATE(3609), 1, + sym_label, STATE(2600), 2, sym_line_comment, sym_block_comment, - [79900] = 7, + [79840] = 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(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - STATE(1753), 1, + STATE(452), 1, sym_block, - STATE(3620), 1, + STATE(3609), 1, sym_label, STATE(2601), 2, sym_line_comment, sym_block_comment, - [79923] = 7, + [79863] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5730), 1, - anon_sym_LPAREN, - ACTIONS(5732), 1, - anon_sym_LBRACK, - ACTIONS(5734), 1, + ACTIONS(1227), 1, anon_sym_LBRACE, - STATE(1024), 1, - sym_delim_token_tree, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(469), 1, + sym_block, + STATE(3609), 1, + sym_label, STATE(2602), 2, sym_line_comment, sym_block_comment, - [79946] = 7, + [79886] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(1756), 1, - sym_block, - STATE(3620), 1, - sym_label, STATE(2603), 2, sym_line_comment, sym_block_comment, - [79969] = 7, + ACTIONS(965), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + [79903] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(1567), 1, - sym_block, - STATE(3620), 1, - sym_label, + ACTIONS(5750), 1, + anon_sym_DQUOTE, + STATE(2620), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5644), 2, + sym_string_content, + sym_escape_sequence, STATE(2604), 2, sym_line_comment, sym_block_comment, - [79992] = 7, + [79924] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, + ACTIONS(5744), 1, + anon_sym_LPAREN, + ACTIONS(5746), 1, + anon_sym_LBRACK, + ACTIONS(5748), 1, anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(1759), 1, - sym_block, - STATE(3620), 1, - sym_label, + STATE(1973), 1, + sym_delim_token_tree, STATE(2605), 2, sym_line_comment, sym_block_comment, - [80015] = 6, + [79947] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5736), 1, - anon_sym_DQUOTE, - STATE(2734), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5660), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(3985), 1, + anon_sym_LT2, + ACTIONS(5752), 1, + sym_identifier, + ACTIONS(5754), 1, + sym_super, + STATE(1579), 1, + sym_type_arguments, STATE(2606), 2, sym_line_comment, sym_block_comment, - [80036] = 7, + [79970] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5730), 1, - anon_sym_LPAREN, - ACTIONS(5732), 1, - anon_sym_LBRACK, - ACTIONS(5734), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - STATE(1026), 1, - sym_delim_token_tree, + ACTIONS(4965), 1, + anon_sym_where, + STATE(598), 1, + sym_declaration_list, + STATE(3090), 1, + sym_where_clause, STATE(2607), 2, sym_line_comment, sym_block_comment, - [80059] = 7, + [79993] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(5195), 1, + ACTIONS(5211), 1, sym_super, - ACTIONS(5720), 1, + ACTIONS(5756), 1, sym_identifier, - STATE(3158), 1, + STATE(3096), 1, sym_type_arguments, STATE(2608), 2, sym_line_comment, sym_block_comment, - [80082] = 7, + [80016] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(5195), 1, + ACTIONS(5211), 1, sym_super, - ACTIONS(5720), 1, + ACTIONS(5756), 1, sym_identifier, - STATE(3311), 1, + STATE(3213), 1, sym_type_arguments, STATE(2609), 2, sym_line_comment, sym_block_comment, - [80105] = 7, + [80039] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1499), 1, - anon_sym_RPAREN, - ACTIONS(5039), 1, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5486), 1, + ACTIONS(5758), 1, + anon_sym_RPAREN, + ACTIONS(5760), 1, anon_sym_COMMA, - STATE(2869), 1, - aux_sym_parameters_repeat1, + STATE(2802), 1, + aux_sym_tuple_type_repeat1, STATE(2610), 2, sym_line_comment, sym_block_comment, - [80128] = 7, + [80062] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5738), 1, - anon_sym_LPAREN, - ACTIONS(5740), 1, - anon_sym_LBRACK, - ACTIONS(5742), 1, - anon_sym_LBRACE, - STATE(2636), 1, - sym_token_tree, + ACTIONS(5033), 1, + anon_sym_COLON, + STATE(3041), 1, + sym_trait_bounds, + ACTIONS(5762), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2611), 2, sym_line_comment, sym_block_comment, - [80151] = 5, + [80083] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4507), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5744), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(3979), 1, + anon_sym_LPAREN, + ACTIONS(4495), 1, + anon_sym_LT2, + STATE(1640), 1, + sym_parameters, + STATE(1950), 1, + sym_type_arguments, STATE(2612), 2, sym_line_comment, sym_block_comment, - [80170] = 7, - ACTIONS(103), 1, + [80106] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(105), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(1776), 1, - sym_block, - STATE(3620), 1, - sym_label, + ACTIONS(5764), 1, + aux_sym_token_repetition_pattern_token1, STATE(2613), 2, sym_line_comment, sym_block_comment, - [80193] = 5, + ACTIONS(5766), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [80125] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5746), 1, - anon_sym_COLON_COLON, + ACTIONS(1227), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(471), 1, + sym_block, + STATE(3609), 1, + sym_label, STATE(2614), 2, sym_line_comment, sym_block_comment, - ACTIONS(4720), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [80212] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [80148] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(385), 1, - sym_block, - STATE(3355), 1, - sym_label, STATE(2615), 2, sym_line_comment, sym_block_comment, - [80235] = 7, + ACTIONS(5768), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SQUOTE, + [80165] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3297), 1, - anon_sym_LPAREN, - ACTIONS(4503), 1, - anon_sym_LT2, - STATE(1119), 1, - sym_parameters, - STATE(1955), 1, - sym_type_arguments, STATE(2616), 2, sym_line_comment, sym_block_comment, - [80258] = 7, + ACTIONS(5770), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SQUOTE, + [80182] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(1782), 1, - sym_block, - STATE(3620), 1, - sym_label, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5429), 1, + anon_sym_RPAREN, + ACTIONS(5431), 1, + anon_sym_COMMA, + STATE(2819), 1, + aux_sym_parameters_repeat1, STATE(2617), 2, sym_line_comment, sym_block_comment, - [80281] = 7, + [80205] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, + ACTIONS(5286), 1, anon_sym_PLUS, - ACTIONS(5748), 1, - anon_sym_RPAREN, - ACTIONS(5750), 1, - anon_sym_COMMA, - STATE(2923), 1, - aux_sym_ordered_field_declaration_list_repeat1, STATE(2618), 2, sym_line_comment, sym_block_comment, - [80304] = 6, + ACTIONS(5772), 3, + anon_sym_COLON, + anon_sym_GT, + anon_sym_COMMA, + [80224] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5752), 1, - anon_sym_DQUOTE, - STATE(2623), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5660), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(1227), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(476), 1, + sym_block, + STATE(3609), 1, + sym_label, STATE(2619), 2, sym_line_comment, sym_block_comment, - [80325] = 7, + [80247] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(1788), 1, - sym_block, - STATE(3620), 1, - sym_label, - STATE(2620), 2, + ACTIONS(5774), 1, + anon_sym_DQUOTE, + ACTIONS(5776), 2, + sym_string_content, + sym_escape_sequence, + STATE(2620), 3, sym_line_comment, sym_block_comment, - [80348] = 7, + aux_sym_string_literal_repeat1, + [80266] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(5363), 1, + ACTIONS(5351), 1, anon_sym_LBRACE, - STATE(594), 1, + STATE(623), 1, sym_enum_variant_list, - STATE(3131), 1, + STATE(3294), 1, sym_where_clause, STATE(2621), 2, sym_line_comment, sym_block_comment, - [80371] = 7, + [80289] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5754), 1, - anon_sym_LPAREN, - ACTIONS(5756), 1, - anon_sym_LBRACK, - ACTIONS(5758), 1, - anon_sym_LBRACE, - STATE(1792), 1, - sym_delim_token_tree, + ACTIONS(1495), 1, + anon_sym_RPAREN, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5461), 1, + anon_sym_COMMA, + STATE(2826), 1, + aux_sym_parameters_repeat1, STATE(2622), 2, sym_line_comment, sym_block_comment, - [80394] = 6, + [80312] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5760), 1, - anon_sym_DQUOTE, - STATE(2734), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5660), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4768), 1, + anon_sym_for, + ACTIONS(5634), 1, + anon_sym_COLON_COLON, + STATE(1954), 1, + sym_type_arguments, STATE(2623), 2, sym_line_comment, sym_block_comment, - [80415] = 7, + [80335] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5754), 1, - anon_sym_LPAREN, - ACTIONS(5756), 1, - anon_sym_LBRACK, - ACTIONS(5758), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - STATE(1795), 1, - sym_delim_token_tree, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(1854), 1, + sym_block, + STATE(3610), 1, + sym_label, STATE(2624), 2, sym_line_comment, sym_block_comment, - [80438] = 7, + [80358] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5762), 1, - sym_identifier, - STATE(3158), 1, - sym_type_arguments, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(1858), 1, + sym_block, + STATE(3610), 1, + sym_label, STATE(2625), 2, sym_line_comment, sym_block_comment, - [80461] = 7, + [80381] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5762), 1, - sym_identifier, - STATE(3311), 1, - sym_type_arguments, + ACTIONS(5779), 1, + anon_sym_DQUOTE, + STATE(2634), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5644), 2, + sym_string_content, + sym_escape_sequence, STATE(2626), 2, sym_line_comment, sym_block_comment, - [80484] = 7, + [80402] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(1227), 1, anon_sym_LBRACE, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - STATE(1422), 1, + STATE(480), 1, sym_block, - STATE(3569), 1, + STATE(3609), 1, sym_label, STATE(2627), 2, sym_line_comment, sym_block_comment, - [80507] = 5, + [80425] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5764), 1, - anon_sym_COLON_COLON, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(1685), 1, + sym_block, + STATE(3610), 1, + sym_label, STATE(2628), 2, sym_line_comment, sym_block_comment, - ACTIONS(4720), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [80526] = 7, + [80448] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(5781), 1, + anon_sym_LPAREN, + ACTIONS(5783), 1, + anon_sym_LBRACK, + ACTIONS(5785), 1, anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(1427), 1, - sym_block, - STATE(3569), 1, - sym_label, + STATE(1023), 1, + sym_delim_token_tree, STATE(2629), 2, sym_line_comment, sym_block_comment, - [80549] = 6, + [80471] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5766), 1, - anon_sym_DQUOTE, - STATE(2631), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5660), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(1690), 1, + sym_block, + STATE(3610), 1, + sym_label, STATE(2630), 2, sym_line_comment, sym_block_comment, - [80570] = 6, + [80494] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5768), 1, - anon_sym_DQUOTE, - STATE(2734), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5660), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(1574), 1, + sym_block, + STATE(3610), 1, + sym_label, STATE(2631), 2, sym_line_comment, sym_block_comment, - [80591] = 5, + [80517] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5770), 1, - anon_sym_COLON_COLON, + ACTIONS(5033), 1, + anon_sym_COLON, + STATE(3041), 1, + sym_trait_bounds, + ACTIONS(5787), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2632), 2, sym_line_comment, sym_block_comment, - ACTIONS(4720), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [80610] = 7, + [80538] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5772), 1, - sym_identifier, - STATE(3158), 1, - sym_type_arguments, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(1701), 1, + sym_block, + STATE(3610), 1, + sym_label, STATE(2633), 2, sym_line_comment, sym_block_comment, - [80633] = 7, + [80561] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5772), 1, - sym_identifier, - STATE(3311), 1, - sym_type_arguments, + ACTIONS(5789), 1, + anon_sym_DQUOTE, + STATE(2620), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5644), 2, + sym_string_content, + sym_escape_sequence, STATE(2634), 2, sym_line_comment, sym_block_comment, - [80656] = 6, + [80582] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5774), 1, - anon_sym_DQUOTE, - STATE(2702), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5660), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(5781), 1, + anon_sym_LPAREN, + ACTIONS(5783), 1, + anon_sym_LBRACK, + ACTIONS(5785), 1, + anon_sym_LBRACE, + STATE(1024), 1, + sym_delim_token_tree, STATE(2635), 2, sym_line_comment, sym_block_comment, - [80677] = 4, + [80605] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4519), 1, + anon_sym_BANG, + ACTIONS(4594), 1, + anon_sym_COLON_COLON, + STATE(1952), 1, + sym_type_arguments, STATE(2636), 2, sym_line_comment, sym_block_comment, - ACTIONS(5776), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - [80694] = 7, + [80628] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(1426), 1, - sym_block, - STATE(3569), 1, - sym_label, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5211), 1, + sym_super, + ACTIONS(5718), 1, + sym_identifier, + STATE(3096), 1, + sym_type_arguments, STATE(2637), 2, sym_line_comment, sym_block_comment, - [80717] = 5, + [80651] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5211), 1, + sym_super, + ACTIONS(5718), 1, + sym_identifier, + STATE(3213), 1, + sym_type_arguments, STATE(2638), 2, sym_line_comment, sym_block_comment, - ACTIONS(5778), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_COMMA, - [80736] = 7, + [80674] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5642), 1, - sym_super, - ACTIONS(5780), 1, - sym_identifier, - STATE(3158), 1, - sym_type_arguments, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5791), 1, + anon_sym_RPAREN, + ACTIONS(5793), 1, + anon_sym_COMMA, + STATE(2849), 1, + aux_sym_slice_pattern_repeat1, STATE(2639), 2, sym_line_comment, sym_block_comment, - [80759] = 7, + [80697] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5642), 1, - sym_super, - ACTIONS(5780), 1, - sym_identifier, - STATE(3311), 1, - sym_type_arguments, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(1815), 1, + sym_block, + STATE(3610), 1, + sym_label, STATE(2640), 2, sym_line_comment, sym_block_comment, - [80782] = 5, + [80720] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5782), 1, - anon_sym_COMMA, - ACTIONS(5778), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - STATE(2641), 3, + ACTIONS(5795), 1, + anon_sym_COLON_COLON, + STATE(2641), 2, sym_line_comment, sym_block_comment, - aux_sym_slice_pattern_repeat1, - [80801] = 7, + ACTIONS(4710), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [80739] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5785), 1, - anon_sym_SEMI, - STATE(3389), 1, - sym_where_clause, + ACTIONS(5797), 1, + anon_sym_COLON_COLON, STATE(2642), 2, sym_line_comment, sym_block_comment, - [80824] = 7, + ACTIONS(4716), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [80758] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5195), 1, - sym_super, - ACTIONS(5762), 1, - sym_identifier, - STATE(3158), 1, - sym_type_arguments, + ACTIONS(5799), 1, + anon_sym_COLON_COLON, STATE(2643), 2, sym_line_comment, sym_block_comment, - [80847] = 7, + ACTIONS(4716), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [80777] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5195), 1, - sym_super, - ACTIONS(5762), 1, - sym_identifier, - STATE(3311), 1, - sym_type_arguments, + ACTIONS(4961), 1, + anon_sym_LBRACE, + ACTIONS(4965), 1, + anon_sym_where, + STATE(666), 1, + sym_field_declaration_list, + STATE(3228), 1, + sym_where_clause, STATE(2644), 2, sym_line_comment, sym_block_comment, - [80870] = 7, + [80800] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5787), 1, - sym_identifier, - STATE(3158), 1, - sym_type_arguments, + ACTIONS(5801), 1, + anon_sym_COLON_COLON, STATE(2645), 2, sym_line_comment, sym_block_comment, - [80893] = 7, + ACTIONS(4716), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [80819] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - STATE(725), 1, - sym_declaration_list, - STATE(3276), 1, - sym_where_clause, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(1848), 1, + sym_block, + STATE(3610), 1, + sym_label, STATE(2646), 2, sym_line_comment, sym_block_comment, - [80916] = 7, + [80842] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5789), 1, - sym_identifier, - STATE(3158), 1, - sym_type_arguments, + ACTIONS(5803), 1, + anon_sym_DQUOTE, + STATE(2650), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5644), 2, + sym_string_content, + sym_escape_sequence, STATE(2647), 2, sym_line_comment, sym_block_comment, - [80939] = 7, + [80863] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5789), 1, - sym_identifier, - STATE(3311), 1, - sym_type_arguments, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(1656), 1, + sym_block, + STATE(3610), 1, + sym_label, STATE(2648), 2, sym_line_comment, sym_block_comment, - [80962] = 7, + [80886] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5791), 1, - sym_identifier, - STATE(3158), 1, - sym_type_arguments, + ACTIONS(5805), 1, + anon_sym_LPAREN, + ACTIONS(5807), 1, + anon_sym_LBRACK, + ACTIONS(5809), 1, + anon_sym_LBRACE, + STATE(1661), 1, + sym_delim_token_tree, STATE(2649), 2, sym_line_comment, sym_block_comment, - [80985] = 7, + [80909] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5791), 1, - sym_identifier, - STATE(3311), 1, - sym_type_arguments, + ACTIONS(5811), 1, + anon_sym_DQUOTE, + STATE(2620), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5644), 2, + sym_string_content, + sym_escape_sequence, STATE(2650), 2, sym_line_comment, sym_block_comment, - [81008] = 7, + [80930] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5195), 1, - sym_super, - ACTIONS(5791), 1, - sym_identifier, - STATE(3158), 1, - sym_type_arguments, + ACTIONS(5805), 1, + anon_sym_LPAREN, + ACTIONS(5807), 1, + anon_sym_LBRACK, + ACTIONS(5809), 1, + anon_sym_LBRACE, + STATE(1664), 1, + sym_delim_token_tree, STATE(2651), 2, sym_line_comment, sym_block_comment, - [81031] = 7, + [80953] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5195), 1, - sym_super, - ACTIONS(5791), 1, - sym_identifier, - STATE(3311), 1, - sym_type_arguments, + ACTIONS(5795), 1, + anon_sym_COLON_COLON, STATE(2652), 2, sym_line_comment, sym_block_comment, - [81054] = 4, + ACTIONS(4726), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [80972] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5720), 1, + sym_super, + ACTIONS(5813), 1, + sym_identifier, + STATE(3096), 1, + sym_type_arguments, STATE(2653), 2, sym_line_comment, sym_block_comment, - ACTIONS(3257), 4, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - [81071] = 7, + [80995] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1601), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(2111), 1, - sym_block, - STATE(3611), 1, - sym_label, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5720), 1, + sym_super, + ACTIONS(5813), 1, + sym_identifier, + STATE(3213), 1, + sym_type_arguments, STATE(2654), 2, sym_line_comment, sym_block_comment, - [81094] = 7, + [81018] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, - anon_sym_LT2, - ACTIONS(5195), 1, - sym_super, - ACTIONS(5793), 1, - sym_identifier, - STATE(1373), 1, - sym_type_arguments, + ACTIONS(5797), 1, + anon_sym_COLON_COLON, STATE(2655), 2, sym_line_comment, sym_block_comment, - [81117] = 7, + ACTIONS(4730), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [81037] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1229), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(464), 1, - sym_block, - STATE(3619), 1, - sym_label, + ACTIONS(5799), 1, + anon_sym_COLON_COLON, STATE(2656), 2, sym_line_comment, sym_block_comment, - [81140] = 6, + ACTIONS(4730), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [81056] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4517), 1, - anon_sym_DOT_DOT, - ACTIONS(5225), 1, + ACTIONS(5801), 1, anon_sym_COLON_COLON, - ACTIONS(4519), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, STATE(2657), 2, sym_line_comment, sym_block_comment, - [81161] = 7, + ACTIONS(4730), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [81075] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4944), 1, - anon_sym_LT, - STATE(2207), 1, - sym_parameters, - STATE(3323), 1, - sym_type_parameters, + ACTIONS(5815), 1, + anon_sym_DQUOTE, + STATE(2660), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5644), 2, + sym_string_content, + sym_escape_sequence, STATE(2658), 2, sym_line_comment, sym_block_comment, - [81184] = 7, + [81096] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4553), 1, - anon_sym_BANG, - ACTIONS(4587), 1, - anon_sym_COLON_COLON, - STATE(1952), 1, - sym_type_arguments, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4963), 1, + anon_sym_LT, + STATE(2224), 1, + sym_parameters, + STATE(3105), 1, + sym_type_parameters, STATE(2659), 2, sym_line_comment, sym_block_comment, - [81207] = 7, + [81119] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4944), 1, - anon_sym_LT, - STATE(2211), 1, - sym_parameters, - STATE(3235), 1, - sym_type_parameters, + ACTIONS(5817), 1, + anon_sym_DQUOTE, + STATE(2620), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5644), 2, + sym_string_content, + sym_escape_sequence, STATE(2660), 2, sym_line_comment, sym_block_comment, - [81230] = 5, + [81140] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5720), 1, + sym_super, + ACTIONS(5819), 1, + sym_identifier, + STATE(3096), 1, + sym_type_arguments, STATE(2661), 2, sym_line_comment, sym_block_comment, - ACTIONS(5795), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [81249] = 5, + [81163] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5797), 1, - anon_sym_in, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5720), 1, + sym_super, + ACTIONS(5819), 1, + sym_identifier, + STATE(3213), 1, + sym_type_arguments, STATE(2662), 2, sym_line_comment, sym_block_comment, - ACTIONS(5799), 3, - sym_self, - sym_super, - sym_crate, - [81268] = 7, + [81186] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5801), 1, - anon_sym_LBRACE, - ACTIONS(5803), 1, - anon_sym_for, - ACTIONS(5805), 1, - anon_sym_loop, - ACTIONS(5807), 1, - anon_sym_while, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4963), 1, + anon_sym_LT, + STATE(2232), 1, + sym_parameters, + STATE(3093), 1, + sym_type_parameters, STATE(2663), 2, sym_line_comment, sym_block_comment, - [81291] = 4, + [81209] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4499), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(5821), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2664), 2, sym_line_comment, sym_block_comment, - ACTIONS(5603), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SQUOTE, - [81308] = 6, + [81228] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4664), 1, - anon_sym_DOT_DOT, - ACTIONS(5809), 1, - anon_sym_COLON_COLON, - ACTIONS(4666), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5823), 1, + anon_sym_SEMI, + ACTIONS(5825), 1, + anon_sym_EQ, + ACTIONS(5827), 1, + anon_sym_else, STATE(2665), 2, sym_line_comment, sym_block_comment, - [81329] = 7, + [81251] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, - anon_sym_LBRACE, - STATE(681), 1, - sym_declaration_list, - STATE(3284), 1, - sym_where_clause, + ACTIONS(5367), 1, + anon_sym_GT, + ACTIONS(5369), 1, + anon_sym_COMMA, + ACTIONS(5632), 1, + anon_sym_EQ, + STATE(3029), 1, + aux_sym_type_parameters_repeat1, STATE(2666), 2, sym_line_comment, sym_block_comment, - [81352] = 6, + [81274] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5043), 1, - anon_sym_COLON, - STATE(2832), 1, - sym_trait_bounds, - ACTIONS(5811), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5673), 1, + sym_super, + ACTIONS(5829), 1, + sym_identifier, + STATE(3096), 1, + sym_type_arguments, STATE(2667), 2, sym_line_comment, sym_block_comment, - [81373] = 7, + [81297] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(3525), 1, - anon_sym_COLON_COLON, - ACTIONS(4832), 1, - anon_sym_BANG, - STATE(1087), 1, + ACTIONS(5673), 1, + sym_super, + ACTIONS(5829), 1, + sym_identifier, + STATE(3213), 1, sym_type_arguments, STATE(2668), 2, sym_line_comment, sym_block_comment, - [81396] = 7, + [81320] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(5814), 1, - anon_sym_RPAREN, - ACTIONS(5816), 1, - anon_sym_COMMA, - STATE(2995), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(4495), 1, + anon_sym_LT2, + STATE(3096), 1, + sym_type_arguments, + ACTIONS(5211), 2, + sym_identifier, + sym_super, STATE(2669), 2, sym_line_comment, sym_block_comment, - [81419] = 7, + [81341] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(5818), 1, - anon_sym_RBRACK, - ACTIONS(5820), 1, - anon_sym_COMMA, - STATE(2943), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5211), 1, + sym_super, + ACTIONS(5813), 1, + sym_identifier, + STATE(3096), 1, + sym_type_arguments, STATE(2670), 2, sym_line_comment, sym_block_comment, - [81442] = 7, + [81364] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5478), 1, - anon_sym_RPAREN, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(5484), 1, - anon_sym_COMMA, - STATE(2987), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5211), 1, + sym_super, + ACTIONS(5813), 1, + sym_identifier, + STATE(3213), 1, + sym_type_arguments, STATE(2671), 2, sym_line_comment, sym_block_comment, - [81465] = 7, + [81387] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(3461), 1, - sym_block, - STATE(3569), 1, - sym_label, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5720), 1, + sym_super, + ACTIONS(5831), 1, + sym_identifier, + STATE(3096), 1, + sym_type_arguments, STATE(2672), 2, sym_line_comment, sym_block_comment, - [81488] = 5, - ACTIONS(3), 1, + [81410] = 7, + ACTIONS(103), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5822), 1, - aux_sym_token_repetition_pattern_token1, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5720), 1, + sym_super, + ACTIONS(5831), 1, + sym_identifier, + STATE(3213), 1, + sym_type_arguments, STATE(2673), 2, sym_line_comment, sym_block_comment, - ACTIONS(5824), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [81507] = 7, + [81433] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4944), 1, - anon_sym_LT, - STATE(2216), 1, - sym_parameters, - STATE(3261), 1, - sym_type_parameters, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5720), 1, + sym_super, + ACTIONS(5833), 1, + sym_identifier, + STATE(3096), 1, + sym_type_arguments, STATE(2674), 2, sym_line_comment, sym_block_comment, - [81530] = 4, + [81456] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5720), 1, + sym_super, + ACTIONS(5833), 1, + sym_identifier, + STATE(3213), 1, + sym_type_arguments, STATE(2675), 2, sym_line_comment, sym_block_comment, - ACTIONS(989), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - [81547] = 7, + [81479] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(1443), 1, - sym_block, - STATE(3569), 1, - sym_label, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5720), 1, + sym_super, + ACTIONS(5835), 1, + sym_identifier, + STATE(3096), 1, + sym_type_arguments, STATE(2676), 2, sym_line_comment, sym_block_comment, - [81570] = 7, + [81502] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5179), 1, - anon_sym_LPAREN, - ACTIONS(5181), 1, - anon_sym_LBRACK, - ACTIONS(5185), 1, - anon_sym_LBRACE, - STATE(1494), 1, - sym_delim_token_tree, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5720), 1, + sym_super, + ACTIONS(5835), 1, + sym_identifier, + STATE(3213), 1, + sym_type_arguments, STATE(2677), 2, sym_line_comment, sym_block_comment, - [81593] = 7, + [81525] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5826), 1, - anon_sym_SEMI, - ACTIONS(5828), 1, - anon_sym_EQ, - ACTIONS(5830), 1, - anon_sym_else, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5211), 1, + sym_super, + ACTIONS(5835), 1, + sym_identifier, + STATE(3096), 1, + sym_type_arguments, STATE(2678), 2, sym_line_comment, sym_block_comment, - [81616] = 7, + [81548] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(1446), 1, - sym_block, - STATE(3569), 1, - sym_label, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5211), 1, + sym_super, + ACTIONS(5835), 1, + sym_identifier, + STATE(3213), 1, + sym_type_arguments, STATE(2679), 2, sym_line_comment, sym_block_comment, - [81639] = 7, + [81571] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5832), 1, - anon_sym_SEMI, - ACTIONS(5834), 1, - anon_sym_EQ, - ACTIONS(5836), 1, - anon_sym_else, + ACTIONS(4495), 1, + anon_sym_LT2, + STATE(3213), 1, + sym_type_arguments, + ACTIONS(5211), 2, + sym_identifier, + sym_super, STATE(2680), 2, sym_line_comment, sym_block_comment, - [81662] = 7, + [81592] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - STATE(1098), 1, + STATE(3472), 1, sym_block, - STATE(3569), 1, + STATE(3558), 1, sym_label, STATE(2681), 2, sym_line_comment, sym_block_comment, - [81685] = 7, + [81615] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4976), 1, - anon_sym_LBRACE, - STATE(1141), 1, - sym_field_declaration_list, - STATE(3238), 1, - sym_where_clause, + ACTIONS(5837), 1, + sym_identifier, STATE(2682), 2, sym_line_comment, sym_block_comment, - [81708] = 5, + ACTIONS(5839), 3, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [81634] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5722), 1, - anon_sym_COLON_COLON, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(3479), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2683), 2, sym_line_comment, sym_block_comment, - ACTIONS(4802), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [81727] = 7, + [81657] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5838), 1, - anon_sym_LBRACE, - ACTIONS(5840), 1, - anon_sym_for, - ACTIONS(5842), 1, - anon_sym_loop, - ACTIONS(5844), 1, - anon_sym_while, + ACTIONS(4509), 1, + anon_sym_DOT_DOT, + ACTIONS(5249), 1, + anon_sym_COLON_COLON, + ACTIONS(4511), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2684), 2, sym_line_comment, sym_block_comment, - [81750] = 5, - ACTIONS(3), 1, + [81678] = 6, + ACTIONS(103), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5846), 1, - aux_sym_token_repetition_pattern_token1, + ACTIONS(4135), 1, + anon_sym_LBRACE, + STATE(2776), 1, + sym_use_list, + ACTIONS(5841), 2, + sym_identifier, + sym_super, STATE(2685), 2, sym_line_comment, sym_block_comment, - ACTIONS(5848), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [81769] = 7, + [81699] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5850), 1, - anon_sym_SEMI, - STATE(3465), 1, - sym_where_clause, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4963), 1, + anon_sym_LT, + STATE(2194), 1, + sym_parameters, + STATE(3232), 1, + sym_type_parameters, STATE(2686), 2, sym_line_comment, sym_block_comment, - [81792] = 7, + [81722] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5674), 1, - anon_sym_COLON_COLON, - ACTIONS(5852), 1, - anon_sym_for, - STATE(1953), 1, - sym_type_arguments, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(1396), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2687), 2, sym_line_comment, sym_block_comment, - [81815] = 7, + [81745] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - STATE(3368), 1, + STATE(1402), 1, sym_block, - STATE(3569), 1, + STATE(3558), 1, sym_label, STATE(2688), 2, sym_line_comment, sym_block_comment, - [81838] = 5, + [81768] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4507), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5854), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5843), 1, + anon_sym_DQUOTE, + STATE(2734), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5644), 2, + sym_string_content, + sym_escape_sequence, STATE(2689), 2, sym_line_comment, sym_block_comment, - [81857] = 5, + [81789] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5856), 1, - anon_sym_COLON, + ACTIONS(5845), 1, + anon_sym_LBRACE, + ACTIONS(5847), 1, + anon_sym_for, + ACTIONS(5849), 1, + anon_sym_loop, + ACTIONS(5851), 1, + anon_sym_while, STATE(2690), 2, sym_line_comment, sym_block_comment, - ACTIONS(4856), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [81876] = 5, - ACTIONS(3), 1, + [81812] = 7, + ACTIONS(103), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5858), 1, - aux_sym_token_repetition_pattern_token1, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5033), 1, + anon_sym_COLON, + STATE(1950), 1, + sym_type_arguments, + STATE(2615), 1, + sym_trait_bounds, STATE(2691), 2, sym_line_comment, sym_block_comment, - ACTIONS(5860), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [81895] = 7, + [81835] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, + ACTIONS(5656), 1, + anon_sym_LPAREN, + ACTIONS(5658), 1, + anon_sym_LBRACK, + ACTIONS(5660), 1, anon_sym_LBRACE, - STATE(1242), 1, - sym_declaration_list, - STATE(3278), 1, - sym_where_clause, + STATE(378), 1, + sym_delim_token_tree, STATE(2692), 2, sym_line_comment, sym_block_comment, - [81918] = 7, + [81858] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1501), 1, - anon_sym_RPAREN, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5622), 1, - anon_sym_COMMA, - STATE(2897), 1, - aux_sym_parameters_repeat1, + ACTIONS(1601), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(2142), 1, + sym_block, + STATE(3601), 1, + sym_label, STATE(2693), 2, sym_line_comment, sym_block_comment, - [81941] = 7, + [81881] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4944), 1, - anon_sym_LT, - STATE(2222), 1, - sym_parameters, - STATE(3275), 1, - sym_type_parameters, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5853), 1, + anon_sym_RPAREN, + ACTIONS(5855), 1, + anon_sym_COMMA, + STATE(2784), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(2694), 2, sym_line_comment, sym_block_comment, - [81964] = 7, + [81904] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(1227), 1, anon_sym_LBRACE, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - STATE(1467), 1, + STATE(460), 1, sym_block, - STATE(3569), 1, + STATE(3609), 1, sym_label, STATE(2695), 2, sym_line_comment, sym_block_comment, - [81987] = 7, + [81927] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(3447), 1, - sym_block, - STATE(3569), 1, - sym_label, + ACTIONS(5033), 1, + anon_sym_COLON, + STATE(3041), 1, + sym_trait_bounds, + ACTIONS(5857), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2696), 2, sym_line_comment, sym_block_comment, - [82010] = 7, + [81948] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - STATE(3452), 1, + STATE(3468), 1, sym_block, - STATE(3569), 1, + STATE(3558), 1, sym_label, STATE(2697), 2, sym_line_comment, sym_block_comment, - [82033] = 7, + [81971] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5043), 1, - anon_sym_COLON, - STATE(1955), 1, - sym_type_arguments, - STATE(2725), 1, - sym_trait_bounds, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(3333), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2698), 2, sym_line_comment, sym_block_comment, - [82056] = 5, + [81994] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5746), 1, + ACTIONS(4509), 1, + anon_sym_DOT_DOT, + ACTIONS(5187), 1, anon_sym_COLON_COLON, + ACTIONS(4511), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2699), 2, sym_line_comment, sym_block_comment, - ACTIONS(4734), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [82075] = 7, + [82015] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(5862), 1, - anon_sym_RPAREN, - ACTIONS(5864), 1, - anon_sym_COMMA, - STATE(2825), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4963), 1, + anon_sym_LT, + STATE(2199), 1, + sym_parameters, + STATE(3254), 1, + sym_type_parameters, STATE(2700), 2, sym_line_comment, sym_block_comment, - [82098] = 7, + [82038] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5866), 1, - anon_sym_SEMI, - STATE(3498), 1, - sym_where_clause, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4963), 1, + anon_sym_LT, + STATE(2220), 1, + sym_parameters, + STATE(3092), 1, + sym_type_parameters, STATE(2701), 2, sym_line_comment, sym_block_comment, - [82121] = 6, + [82061] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5868), 1, - anon_sym_DQUOTE, - STATE(2734), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5660), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(4644), 1, + anon_sym_DOT_DOT, + ACTIONS(5860), 1, + anon_sym_COLON_COLON, + ACTIONS(4646), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2702), 2, sym_line_comment, sym_block_comment, - [82142] = 7, + [82082] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5179), 1, - anon_sym_LPAREN, - ACTIONS(5181), 1, - anon_sym_LBRACK, - ACTIONS(5185), 1, - anon_sym_LBRACE, - STATE(1475), 1, - sym_delim_token_tree, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5862), 1, + anon_sym_RPAREN, + ACTIONS(5864), 1, + anon_sym_COMMA, + STATE(2963), 1, + aux_sym_tuple_type_repeat1, STATE(2703), 2, sym_line_comment, sym_block_comment, - [82165] = 7, + [82105] = 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(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - STATE(3569), 1, - sym_label, - STATE(3590), 1, + STATE(392), 1, sym_block, + STATE(3524), 1, + sym_label, STATE(2704), 2, sym_line_comment, sym_block_comment, - [82188] = 7, + [82128] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - STATE(3569), 1, - sym_label, - STATE(3592), 1, + STATE(3489), 1, sym_block, + STATE(3558), 1, + sym_label, STATE(2705), 2, sym_line_comment, sym_block_comment, - [82211] = 5, + [82151] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5331), 1, - anon_sym_PLUS, + ACTIONS(3293), 1, + anon_sym_LT2, + ACTIONS(3483), 1, + anon_sym_COLON_COLON, + ACTIONS(4852), 1, + anon_sym_BANG, + STATE(1253), 1, + sym_type_arguments, STATE(2706), 2, sym_line_comment, sym_block_comment, - ACTIONS(5870), 3, - anon_sym_COLON, - anon_sym_GT, - anon_sym_COMMA, - [82230] = 7, + [82174] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(3569), 1, - sym_label, - STATE(3591), 1, - sym_block, + ACTIONS(5578), 1, + anon_sym_COLON, + ACTIONS(5580), 1, + anon_sym_PIPE, + ACTIONS(5582), 1, + anon_sym_COMMA, + STATE(3016), 1, + aux_sym_closure_parameters_repeat1, STATE(2707), 2, sym_line_comment, sym_block_comment, - [82253] = 7, + [82197] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, - anon_sym_LT2, - ACTIONS(5195), 1, - sym_super, - ACTIONS(5872), 1, - sym_identifier, - STATE(1592), 1, - sym_type_arguments, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(3379), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2708), 2, sym_line_comment, sym_block_comment, - [82276] = 5, + [82220] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5874), 1, - anon_sym_COMMA, - ACTIONS(4157), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - STATE(2709), 3, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5866), 1, + anon_sym_SEMI, + STATE(3348), 1, + sym_where_clause, + STATE(2709), 2, sym_line_comment, sym_block_comment, - aux_sym_arguments_repeat1, - [82295] = 7, + [82243] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - STATE(3569), 1, - sym_label, - STATE(3579), 1, + STATE(1410), 1, sym_block, + STATE(3558), 1, + sym_label, STATE(2710), 2, sym_line_comment, sym_block_comment, - [82318] = 7, + [82266] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4956), 1, - anon_sym_LBRACE, - STATE(1256), 1, - sym_declaration_list, - STATE(3289), 1, - sym_where_clause, + ACTIONS(4489), 1, + anon_sym_LPAREN, + ACTIONS(4963), 1, + anon_sym_LT, + STATE(2206), 1, + sym_parameters, + STATE(3268), 1, + sym_type_parameters, STATE(2711), 2, sym_line_comment, sym_block_comment, - [82341] = 5, + [82289] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5764), 1, - anon_sym_COLON_COLON, + ACTIONS(5153), 1, + anon_sym_LPAREN, + ACTIONS(5155), 1, + anon_sym_LBRACK, + ACTIONS(5159), 1, + anon_sym_LBRACE, + STATE(1411), 1, + sym_delim_token_tree, STATE(2712), 2, sym_line_comment, sym_block_comment, - ACTIONS(4734), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [82360] = 6, + [82312] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5877), 1, - anon_sym_DQUOTE, - STATE(2734), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5660), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(3293), 1, + anon_sym_LT2, + ACTIONS(5211), 1, + sym_super, + ACTIONS(5671), 1, + sym_identifier, + STATE(1487), 1, + sym_type_arguments, STATE(2713), 2, sym_line_comment, sym_block_comment, - [82381] = 7, + [82335] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(5195), 1, - sym_super, - ACTIONS(5872), 1, - sym_identifier, - STATE(1568), 1, + ACTIONS(5634), 1, + anon_sym_COLON_COLON, + ACTIONS(5868), 1, + anon_sym_for, + STATE(1954), 1, sym_type_arguments, STATE(2714), 2, sym_line_comment, sym_block_comment, - [82404] = 7, + [82358] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - STATE(3533), 1, + STATE(3496), 1, sym_block, - STATE(3569), 1, + STATE(3558), 1, sym_label, STATE(2715), 2, sym_line_comment, sym_block_comment, - [82427] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [82381] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, anon_sym_SQUOTE, - STATE(398), 1, + STATE(3500), 1, sym_block, - STATE(3355), 1, + STATE(3558), 1, sym_label, STATE(2716), 2, sym_line_comment, sym_block_comment, - [82450] = 6, + [82404] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4517), 1, - anon_sym_DOT_DOT, - ACTIONS(5231), 1, - anon_sym_COLON_COLON, - ACTIONS(4519), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(1400), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2717), 2, sym_line_comment, sym_block_comment, - [82471] = 5, + [82427] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5770), 1, - anon_sym_COLON_COLON, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(1414), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2718), 2, sym_line_comment, sym_block_comment, - ACTIONS(4734), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [82490] = 6, + [82450] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4175), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - STATE(2765), 1, - sym_use_list, - ACTIONS(5879), 2, - sym_identifier, - sym_super, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(1297), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2719), 2, sym_line_comment, sym_block_comment, - [82511] = 7, + [82473] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5881), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(5883), 1, - anon_sym_for, - ACTIONS(5885), 1, - anon_sym_loop, - ACTIONS(5887), 1, - anon_sym_while, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(3558), 1, + sym_label, + STATE(3588), 1, + sym_block, STATE(2720), 2, sym_line_comment, sym_block_comment, - [82534] = 6, + [82496] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5043), 1, - anon_sym_COLON, - STATE(3116), 1, - sym_trait_bounds, - ACTIONS(5626), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(5870), 1, + anon_sym_LBRACE, + ACTIONS(5872), 1, + anon_sym_for, + ACTIONS(5874), 1, + anon_sym_loop, + ACTIONS(5876), 1, + anon_sym_while, STATE(2721), 2, sym_line_comment, sym_block_comment, - [82555] = 6, + [82519] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5043), 1, - anon_sym_COLON, - STATE(2832), 1, - sym_trait_bounds, - ACTIONS(5889), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(5878), 1, + anon_sym_DQUOTE, + STATE(2527), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5644), 2, + sym_string_content, + sym_escape_sequence, STATE(2722), 2, sym_line_comment, sym_block_comment, - [82576] = 7, + [82540] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, + ACTIONS(5445), 1, anon_sym_PIPE, - ACTIONS(5891), 1, + ACTIONS(5880), 1, anon_sym_RPAREN, - ACTIONS(5893), 1, + ACTIONS(5882), 1, anon_sym_COMMA, - STATE(2828), 1, - aux_sym_slice_pattern_repeat1, + STATE(2907), 1, + aux_sym_tuple_pattern_repeat1, STATE(2723), 2, sym_line_comment, sym_block_comment, - [82599] = 7, + [82563] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(5895), 1, - anon_sym_RPAREN, - ACTIONS(5897), 1, - anon_sym_COMMA, - STATE(2868), 1, - aux_sym_tuple_pattern_repeat1, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(3536), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2724), 2, sym_line_comment, sym_block_comment, - [82622] = 4, + [82586] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -178775,580 +178821,568 @@ static const uint16_t ts_small_parse_table[] = { STATE(2725), 2, sym_line_comment, sym_block_comment, - ACTIONS(5899), 4, - anon_sym_SEMI, + ACTIONS(4329), 4, anon_sym_LBRACE, - anon_sym_COMMA, + anon_sym_EQ_GT, + anon_sym_AMP_AMP, anon_sym_SQUOTE, - [82639] = 4, + [82603] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(3423), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2726), 2, sym_line_comment, sym_block_comment, - ACTIONS(5901), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SQUOTE, - [82656] = 7, + [82626] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - STATE(521), 1, + ACTIONS(4965), 1, + anon_sym_where, + STATE(581), 1, sym_declaration_list, - STATE(3216), 1, + STATE(3266), 1, sym_where_clause, STATE(2727), 2, sym_line_comment, sym_block_comment, - [82679] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5903), 1, - anon_sym_RPAREN, - ACTIONS(5905), 1, - anon_sym_COMMA, - STATE(2906), 1, - aux_sym_tuple_type_repeat1, - STATE(2728), 2, - sym_line_comment, - sym_block_comment, - [82702] = 6, + [82649] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4517), 1, + ACTIONS(4509), 1, anon_sym_DOT_DOT, - ACTIONS(5259), 1, + ACTIONS(5215), 1, anon_sym_COLON_COLON, - ACTIONS(4519), 2, + ACTIONS(4511), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2729), 2, + STATE(2728), 2, sym_line_comment, sym_block_comment, - [82723] = 7, + [82670] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5708), 1, - anon_sym_LPAREN, - ACTIONS(5710), 1, - anon_sym_LBRACK, - ACTIONS(5712), 1, - anon_sym_LBRACE, - STATE(387), 1, - sym_delim_token_tree, - STATE(2730), 2, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(376), 1, + sym_block, + STATE(3524), 1, + sym_label, + STATE(2729), 2, sym_line_comment, sym_block_comment, - [82746] = 7, + [82693] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5907), 1, + ACTIONS(5884), 1, anon_sym_LBRACE, - ACTIONS(5909), 1, + ACTIONS(5886), 1, anon_sym_for, - ACTIONS(5911), 1, + ACTIONS(5888), 1, anon_sym_loop, - ACTIONS(5913), 1, + ACTIONS(5890), 1, anon_sym_while, - STATE(2731), 2, + STATE(2730), 2, sym_line_comment, sym_block_comment, - [82769] = 7, + [82716] = 7, ACTIONS(19), 1, anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3291), 1, + ACTIONS(3303), 1, anon_sym_SQUOTE, - STATE(332), 1, + STATE(388), 1, sym_block, - STATE(3355), 1, + STATE(3524), 1, sym_label, + STATE(2731), 2, + sym_line_comment, + sym_block_comment, + [82739] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5892), 1, + anon_sym_RBRACK, + ACTIONS(5894), 1, + anon_sym_COMMA, + STATE(2931), 1, + aux_sym_slice_pattern_repeat1, STATE(2732), 2, sym_line_comment, sym_block_comment, - [82792] = 7, + [82762] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5363), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - STATE(731), 1, - sym_enum_variant_list, - STATE(3065), 1, - sym_where_clause, + ACTIONS(3303), 1, + anon_sym_SQUOTE, + STATE(1432), 1, + sym_block, + STATE(3558), 1, + sym_label, STATE(2733), 2, sym_line_comment, sym_block_comment, - [82815] = 5, + [82785] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5915), 1, + ACTIONS(5896), 1, anon_sym_DQUOTE, - ACTIONS(5917), 2, + STATE(2620), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5644), 2, sym_string_content, sym_escape_sequence, - STATE(2734), 3, + STATE(2734), 2, sym_line_comment, sym_block_comment, - aux_sym_string_literal_repeat1, - [82834] = 5, + [82806] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5920), 1, - sym_identifier, + ACTIONS(4509), 1, + anon_sym_DOT_DOT, + ACTIONS(5233), 1, + anon_sym_COLON_COLON, + ACTIONS(4511), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2735), 2, sym_line_comment, sym_block_comment, - ACTIONS(5922), 3, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - [82853] = 7, + [82827] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5285), 1, + ACTIONS(5153), 1, + anon_sym_LPAREN, + ACTIONS(5155), 1, + anon_sym_LBRACK, + ACTIONS(5159), 1, anon_sym_LBRACE, - STATE(1122), 1, - sym_enum_variant_list, - STATE(3108), 1, - sym_where_clause, + STATE(1433), 1, + sym_delim_token_tree, STATE(2736), 2, sym_line_comment, sym_block_comment, - [82876] = 7, + [82850] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(5924), 1, - anon_sym_RPAREN, - ACTIONS(5926), 1, - anon_sym_COMMA, - STATE(2773), 1, - aux_sym_tuple_pattern_repeat1, + ACTIONS(3293), 1, + anon_sym_LT2, + ACTIONS(5211), 1, + sym_super, + ACTIONS(5898), 1, + sym_identifier, + STATE(1560), 1, + sym_type_arguments, STATE(2737), 2, sym_line_comment, sym_block_comment, - [82899] = 7, + [82873] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(5928), 1, - anon_sym_RBRACK, - ACTIONS(5930), 1, - anon_sym_COMMA, - STATE(2775), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(5900), 1, + anon_sym_LBRACE, + ACTIONS(5902), 1, + anon_sym_for, + ACTIONS(5904), 1, + anon_sym_loop, + ACTIONS(5906), 1, + anon_sym_while, STATE(2738), 2, sym_line_comment, sym_block_comment, - [82922] = 7, + [82896] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5720), 1, + ACTIONS(5908), 1, sym_identifier, - STATE(3311), 1, - sym_type_arguments, STATE(2739), 2, sym_line_comment, sym_block_comment, - [82945] = 7, + ACTIONS(5910), 3, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [82915] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, + ACTIONS(3293), 1, anon_sym_LT2, - ACTIONS(5654), 1, + ACTIONS(5211), 1, sym_super, - ACTIONS(5696), 1, + ACTIONS(5898), 1, sym_identifier, - STATE(3158), 1, + STATE(1576), 1, sym_type_arguments, STATE(2740), 2, sym_line_comment, sym_block_comment, - [82968] = 7, + [82938] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - STATE(1955), 1, + ACTIONS(4796), 1, + anon_sym_for, + ACTIONS(5634), 1, + anon_sym_COLON_COLON, + STATE(1954), 1, sym_type_arguments, - STATE(1961), 1, - sym_parameters, STATE(2741), 2, sym_line_comment, sym_block_comment, - [82991] = 7, + [82961] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4796), 1, - anon_sym_for, - ACTIONS(5674), 1, - anon_sym_COLON_COLON, - STATE(1953), 1, - sym_type_arguments, + ACTIONS(5912), 1, + anon_sym_LPAREN, + ACTIONS(5914), 1, + anon_sym_LBRACK, + ACTIONS(5916), 1, + anon_sym_LBRACE, + STATE(2540), 1, + sym_token_tree, STATE(2742), 2, sym_line_comment, sym_block_comment, - [83014] = 7, + [82984] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, - anon_sym_LBRACE, - STATE(714), 1, - sym_declaration_list, - STATE(3152), 1, - sym_where_clause, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5918), 1, + anon_sym_RPAREN, + ACTIONS(5920), 1, + anon_sym_COMMA, + STATE(2876), 1, + aux_sym_tuple_pattern_repeat1, STATE(2743), 2, sym_line_comment, sym_block_comment, - [83037] = 7, + [83007] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5696), 1, - sym_identifier, - STATE(3311), 1, + ACTIONS(5634), 1, + anon_sym_COLON_COLON, + ACTIONS(5922), 1, + anon_sym_for, + STATE(1954), 1, sym_type_arguments, STATE(2744), 2, sym_line_comment, sym_block_comment, - [83060] = 7, + [83030] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(4950), 1, - anon_sym_LBRACE, - STATE(624), 1, - sym_declaration_list, - STATE(3240), 1, - sym_where_clause, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5634), 1, + anon_sym_COLON_COLON, + ACTIONS(5924), 1, + anon_sym_for, + STATE(1954), 1, + sym_type_arguments, STATE(2745), 2, sym_line_comment, sym_block_comment, - [83083] = 7, + [83053] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5506), 1, - anon_sym_RPAREN, - ACTIONS(5508), 1, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5926), 1, + anon_sym_RBRACK, + ACTIONS(5928), 1, anon_sym_COMMA, - STATE(3009), 1, - aux_sym_parameters_repeat1, + STATE(2904), 1, + aux_sym_slice_pattern_repeat1, STATE(2746), 2, sym_line_comment, sym_block_comment, - [83106] = 7, + [83076] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5932), 1, - anon_sym_RPAREN, - ACTIONS(5934), 1, - anon_sym_COMMA, - STATE(2779), 1, - aux_sym_tuple_type_repeat1, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5634), 1, + anon_sym_COLON_COLON, + ACTIONS(5930), 1, + anon_sym_for, + STATE(1954), 1, + sym_type_arguments, STATE(2747), 2, sym_line_comment, sym_block_comment, - [83129] = 7, + [83099] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(5674), 1, - anon_sym_COLON_COLON, - ACTIONS(5936), 1, - anon_sym_for, - STATE(1953), 1, + ACTIONS(5720), 1, + sym_super, + ACTIONS(5756), 1, + sym_identifier, + STATE(3096), 1, sym_type_arguments, STATE(2748), 2, sym_line_comment, sym_block_comment, - [83152] = 7, + [83122] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, + ACTIONS(4495), 1, anon_sym_LT2, - ACTIONS(5674), 1, - anon_sym_COLON_COLON, - ACTIONS(5938), 1, - anon_sym_for, - STATE(1953), 1, + ACTIONS(5720), 1, + sym_super, + ACTIONS(5756), 1, + sym_identifier, + STATE(3213), 1, sym_type_arguments, STATE(2749), 2, sym_line_comment, sym_block_comment, - [83175] = 7, + [83145] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(5039), 1, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5940), 1, - anon_sym_SEMI, - STATE(3492), 1, - sym_where_clause, + ACTIONS(5932), 1, + anon_sym_RPAREN, + ACTIONS(5934), 1, + anon_sym_COMMA, + STATE(2937), 1, + aux_sym_tuple_type_repeat1, STATE(2750), 2, sym_line_comment, sym_block_comment, - [83198] = 7, + [83168] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, + ACTIONS(3985), 1, anon_sym_LT2, - ACTIONS(5195), 1, - sym_super, - ACTIONS(5793), 1, + ACTIONS(5752), 1, sym_identifier, - STATE(1456), 1, + ACTIONS(5754), 1, + sym_super, + STATE(1559), 1, sym_type_arguments, STATE(2751), 2, sym_line_comment, sym_block_comment, - [83221] = 7, + [83191] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5674), 1, - anon_sym_COLON_COLON, - ACTIONS(5942), 1, - anon_sym_for, - STATE(1953), 1, - sym_type_arguments, STATE(2752), 2, sym_line_comment, sym_block_comment, - [83244] = 5, + ACTIONS(4870), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [83207] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5944), 1, - anon_sym_in, + ACTIONS(4698), 1, + anon_sym_GT, + ACTIONS(5465), 1, + anon_sym_COMMA, + STATE(2850), 1, + aux_sym_type_parameters_repeat1, STATE(2753), 2, sym_line_comment, sym_block_comment, - ACTIONS(5946), 3, - sym_self, - sym_super, - sym_crate, - [83263] = 7, + [83227] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5455), 1, - anon_sym_RPAREN, - ACTIONS(5457), 1, - anon_sym_COMMA, - STATE(2835), 1, - aux_sym_parameters_repeat1, + ACTIONS(5936), 1, + sym_identifier, + ACTIONS(5938), 1, + anon_sym_ref, + ACTIONS(5940), 1, + sym_mutable_specifier, STATE(2754), 2, sym_line_comment, sym_block_comment, - [83286] = 7, + [83247] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3291), 1, - anon_sym_SQUOTE, - STATE(3488), 1, - sym_block, - STATE(3569), 1, - sym_label, + ACTIONS(4367), 1, + anon_sym_RBRACE, + ACTIONS(5942), 1, + anon_sym_COMMA, + STATE(2999), 1, + aux_sym_use_list_repeat1, STATE(2755), 2, sym_line_comment, sym_block_comment, - [83309] = 7, + [83267] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5787), 1, - sym_identifier, - STATE(3311), 1, - sym_type_arguments, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(5944), 1, + anon_sym_SEMI, + STATE(566), 1, + sym_declaration_list, STATE(2756), 2, sym_line_comment, sym_block_comment, - [83332] = 4, + [83287] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4698), 1, + anon_sym_GT, + ACTIONS(5465), 1, + anon_sym_COMMA, + STATE(2891), 1, + aux_sym_type_parameters_repeat1, STATE(2757), 2, sym_line_comment, sym_block_comment, - ACTIONS(4507), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [83348] = 6, + [83307] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5948), 1, - anon_sym_RBRACE, - ACTIONS(5950), 1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5946), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2808), 1, - aux_sym_field_initializer_list_repeat1, STATE(2758), 2, sym_line_comment, sym_block_comment, - [83368] = 6, + [83325] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5952), 1, - anon_sym_for, - STATE(1955), 1, - sym_type_arguments, STATE(2759), 2, sym_line_comment, sym_block_comment, - [83388] = 6, + ACTIONS(5948), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [83341] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(5954), 1, - anon_sym_SEMI, - STATE(1149), 1, - sym_declaration_list, STATE(2760), 2, sym_line_comment, sym_block_comment, - [83408] = 6, + ACTIONS(5950), 3, + sym_string_content, + anon_sym_DQUOTE, + sym_escape_sequence, + [83357] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(5956), 1, - anon_sym_SEMI, - STATE(606), 1, - sym_declaration_list, + ACTIONS(5952), 1, + anon_sym_move, + STATE(222), 1, + sym_closure_parameters, STATE(2761), 2, sym_line_comment, sym_block_comment, - [83428] = 6, + [83377] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(5958), 1, - anon_sym_SEMI, - STATE(755), 1, - sym_declaration_list, STATE(2762), 2, sym_line_comment, sym_block_comment, - [83448] = 4, + ACTIONS(4802), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [83393] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -179356,25 +179390,23 @@ static const uint16_t ts_small_parse_table[] = { STATE(2763), 2, sym_line_comment, sym_block_comment, - ACTIONS(5960), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [83464] = 6, + ACTIONS(5954), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [83409] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5962), 1, - anon_sym_for, - STATE(1955), 1, - sym_type_arguments, STATE(2764), 2, sym_line_comment, sym_block_comment, - [83484] = 4, + ACTIONS(5956), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [83425] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -179382,522 +179414,517 @@ static const uint16_t ts_small_parse_table[] = { STATE(2765), 2, sym_line_comment, sym_block_comment, - ACTIONS(5964), 3, + ACTIONS(5958), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, - [83500] = 6, + [83441] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(5966), 1, - anon_sym_SEMI, - STATE(757), 1, - sym_declaration_list, STATE(2766), 2, sym_line_comment, sym_block_comment, - [83520] = 5, + ACTIONS(5960), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [83457] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5968), 2, - anon_sym_GT, - anon_sym_COMMA, STATE(2767), 2, sym_line_comment, sym_block_comment, - [83538] = 6, + ACTIONS(5962), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [83473] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5451), 1, - anon_sym_COMMA, - ACTIONS(5970), 1, - anon_sym_PIPE, - STATE(3034), 1, - aux_sym_closure_parameters_repeat1, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(5964), 1, + anon_sym_SEMI, + STATE(1247), 1, + sym_declaration_list, STATE(2768), 2, sym_line_comment, sym_block_comment, - [83558] = 5, + [83493] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5972), 1, - anon_sym_RBRACE, - ACTIONS(5974), 1, - anon_sym_COMMA, - STATE(2769), 3, + STATE(2769), 2, sym_line_comment, sym_block_comment, - aux_sym_struct_pattern_repeat1, - [83576] = 4, + ACTIONS(5966), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [83509] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5968), 1, + anon_sym_RBRACE, + ACTIONS(5970), 1, + anon_sym_COMMA, + STATE(2755), 1, + aux_sym_use_list_repeat1, STATE(2770), 2, sym_line_comment, sym_block_comment, - ACTIONS(4826), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [83592] = 6, + [83529] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(935), 1, - anon_sym_RBRACK, - ACTIONS(4149), 1, - anon_sym_COMMA, - STATE(2709), 1, - aux_sym_arguments_repeat1, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(5972), 1, + anon_sym_SEMI, + STATE(576), 1, + sym_declaration_list, STATE(2771), 2, sym_line_comment, sym_block_comment, - [83612] = 4, + [83549] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5632), 1, + anon_sym_EQ, + ACTIONS(5762), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2772), 2, sym_line_comment, sym_block_comment, - ACTIONS(4836), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [83628] = 6, + [83567] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2989), 1, - anon_sym_RPAREN, - ACTIONS(5977), 1, - anon_sym_COMMA, - STATE(2964), 1, - aux_sym_tuple_pattern_repeat1, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(5974), 1, + anon_sym_SEMI, + STATE(1340), 1, + sym_declaration_list, STATE(2773), 2, sym_line_comment, sym_block_comment, - [83648] = 6, + [83587] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_LBRACE, - ACTIONS(5979), 1, - anon_sym_COLON_COLON, - STATE(1477), 1, - sym_field_initializer_list, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5976), 1, + anon_sym_SEMI, + ACTIONS(5978), 1, + anon_sym_EQ, STATE(2774), 2, sym_line_comment, sym_block_comment, - [83668] = 6, + [83607] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3057), 1, - anon_sym_RBRACK, - ACTIONS(5981), 1, - anon_sym_COMMA, - STATE(2641), 1, - aux_sym_slice_pattern_repeat1, STATE(2775), 2, sym_line_comment, sym_block_comment, - [83688] = 6, + ACTIONS(4804), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [83623] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5983), 1, - anon_sym_RBRACE, - ACTIONS(5985), 1, - anon_sym_COMMA, - STATE(2827), 1, - aux_sym_struct_pattern_repeat1, STATE(2776), 2, sym_line_comment, sym_block_comment, - [83708] = 6, + ACTIONS(5980), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [83639] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5987), 1, + ACTIONS(5982), 1, anon_sym_RBRACE, - ACTIONS(5989), 1, + ACTIONS(5984), 1, anon_sym_COMMA, - STATE(2830), 1, - aux_sym_struct_pattern_repeat1, + STATE(2908), 1, + aux_sym_field_declaration_list_repeat1, STATE(2777), 2, sym_line_comment, sym_block_comment, - [83728] = 4, + [83659] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5986), 1, + anon_sym_SEMI, + STATE(3387), 1, + sym_where_clause, STATE(2778), 2, sym_line_comment, sym_block_comment, - ACTIONS(5991), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [83744] = 6, + [83679] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3185), 1, - anon_sym_RPAREN, - ACTIONS(5993), 1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5988), 2, + anon_sym_RBRACE, anon_sym_COMMA, - STATE(3001), 1, - aux_sym_tuple_type_repeat1, STATE(2779), 2, sym_line_comment, sym_block_comment, - [83764] = 6, + [83697] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(5995), 1, - anon_sym_SEMI, - STATE(723), 1, - sym_declaration_list, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5990), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2780), 2, sym_line_comment, sym_block_comment, - [83784] = 5, + [83715] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5666), 1, - anon_sym_EQ, - ACTIONS(5889), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(5992), 1, + anon_sym_SEMI, + STATE(3400), 1, + sym_where_clause, STATE(2781), 2, sym_line_comment, sym_block_comment, - [83802] = 6, + [83735] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5455), 1, - anon_sym_RPAREN, - ACTIONS(5457), 1, - anon_sym_COMMA, - STATE(2835), 1, - aux_sym_parameters_repeat1, STATE(2782), 2, sym_line_comment, sym_block_comment, - [83822] = 5, + ACTIONS(4806), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [83751] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5997), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(5994), 1, + anon_sym_SEMI, + STATE(1289), 1, + sym_declaration_list, STATE(2783), 2, sym_line_comment, sym_block_comment, - [83840] = 6, + [83771] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5999), 1, - anon_sym_SEMI, - ACTIONS(6001), 1, - anon_sym_EQ, + ACTIONS(5996), 1, + anon_sym_RPAREN, + ACTIONS(5998), 1, + anon_sym_COMMA, + STATE(2986), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(2784), 2, sym_line_comment, sym_block_comment, - [83860] = 4, + [83791] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5622), 1, + anon_sym_RPAREN, + ACTIONS(5624), 1, + anon_sym_COMMA, + STATE(2941), 1, + aux_sym_parameters_repeat1, STATE(2785), 2, sym_line_comment, sym_block_comment, - ACTIONS(6003), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [83876] = 4, + [83811] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6000), 1, + anon_sym_SEMI, + ACTIONS(6002), 1, + anon_sym_RBRACK, STATE(2786), 2, sym_line_comment, sym_block_comment, - ACTIONS(4896), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [83892] = 6, + [83831] = 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(2838), 1, - aux_sym_enum_variant_list_repeat2, + ACTIONS(6004), 1, + anon_sym_EQ_GT, + ACTIONS(6006), 1, + anon_sym_PIPE, + ACTIONS(6008), 1, + anon_sym_if, STATE(2787), 2, sym_line_comment, sym_block_comment, - [83912] = 5, + [83851] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6009), 1, + ACTIONS(6010), 1, anon_sym_RBRACE, - ACTIONS(6011), 1, + ACTIONS(6012), 1, anon_sym_COMMA, - STATE(2788), 3, + STATE(2794), 1, + aux_sym_enum_variant_list_repeat2, + STATE(2788), 2, sym_line_comment, sym_block_comment, - aux_sym_field_initializer_list_repeat1, - [83930] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [83871] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6014), 1, - anon_sym_move, - STATE(243), 1, - sym_closure_parameters, + ACTIONS(3293), 1, + anon_sym_LT2, + ACTIONS(5001), 1, + anon_sym_COLON_COLON, + STATE(1253), 1, + sym_type_arguments, STATE(2789), 2, sym_line_comment, sym_block_comment, - [83950] = 6, + [83891] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4846), 1, - anon_sym_LBRACE, - STATE(1955), 1, - sym_type_arguments, STATE(2790), 2, sym_line_comment, sym_block_comment, - [83970] = 4, + ACTIONS(6014), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [83907] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4874), 1, + anon_sym_RBRACE, + ACTIONS(6016), 1, + anon_sym_COMMA, + STATE(3006), 1, + aux_sym_field_initializer_list_repeat1, STATE(2791), 2, sym_line_comment, sym_block_comment, - ACTIONS(4908), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [83986] = 4, + [83927] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6020), 1, + anon_sym_EQ, + ACTIONS(6018), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(2792), 2, sym_line_comment, sym_block_comment, - ACTIONS(4810), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [84002] = 6, + [83945] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4708), 1, - anon_sym_GT, - ACTIONS(6016), 1, - anon_sym_COMMA, - STATE(2913), 1, - aux_sym_type_parameters_repeat1, STATE(2793), 2, sym_line_comment, sym_block_comment, - [84022] = 4, + ACTIONS(4808), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [83961] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4944), 1, + anon_sym_RBRACE, + ACTIONS(6022), 1, + anon_sym_COMMA, + STATE(3011), 1, + aux_sym_enum_variant_list_repeat2, STATE(2794), 2, sym_line_comment, sym_block_comment, - ACTIONS(4816), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [84038] = 6, + [83981] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4696), 1, - anon_sym_GT, - ACTIONS(5469), 1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5732), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2913), 1, - aux_sym_type_parameters_repeat1, STATE(2795), 2, sym_line_comment, sym_block_comment, - [84058] = 6, + [83999] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4696), 1, - anon_sym_GT, - ACTIONS(5469), 1, + ACTIONS(4944), 1, + anon_sym_RBRACE, + ACTIONS(6022), 1, anon_sym_COMMA, - STATE(2843), 1, - aux_sym_type_parameters_repeat1, + STATE(2916), 1, + aux_sym_enum_variant_list_repeat2, STATE(2796), 2, sym_line_comment, sym_block_comment, - [84078] = 6, + [84019] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(919), 1, - anon_sym_RBRACK, - ACTIONS(4165), 1, - anon_sym_COMMA, - STATE(2709), 1, - aux_sym_arguments_repeat1, STATE(2797), 2, sym_line_comment, sym_block_comment, - [84098] = 6, + ACTIONS(4818), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [84035] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(6018), 1, - anon_sym_SEMI, - STATE(621), 1, - sym_declaration_list, + ACTIONS(4834), 1, + anon_sym_RBRACE, + ACTIONS(6024), 1, + anon_sym_COMMA, + STATE(3006), 1, + aux_sym_field_initializer_list_repeat1, STATE(2798), 2, sym_line_comment, sym_block_comment, - [84118] = 6, + [84055] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(6020), 1, - anon_sym_SEMI, - STATE(1171), 1, - sym_declaration_list, + ACTIONS(6028), 1, + anon_sym_COLON, + ACTIONS(6026), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(2799), 2, sym_line_comment, sym_block_comment, - [84138] = 6, + [84073] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3093), 1, - anon_sym_PLUS, - ACTIONS(6022), 1, - sym_mutable_specifier, - ACTIONS(6024), 1, - sym_self, + ACTIONS(5578), 1, + anon_sym_COLON, + ACTIONS(6030), 2, + anon_sym_PIPE, + anon_sym_COMMA, STATE(2800), 2, sym_line_comment, sym_block_comment, - [84158] = 6, + [84091] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6026), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(6032), 1, anon_sym_SEMI, - ACTIONS(6028), 1, - anon_sym_EQ, + STATE(3419), 1, + sym_where_clause, STATE(2801), 2, sym_line_comment, sym_block_comment, - [84178] = 6, + [84111] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6030), 1, - anon_sym_RBRACE, - ACTIONS(6032), 1, + ACTIONS(3191), 1, + anon_sym_RPAREN, + ACTIONS(6034), 1, anon_sym_COMMA, - STATE(2848), 1, - aux_sym_field_declaration_list_repeat1, + STATE(2888), 1, + aux_sym_tuple_type_repeat1, STATE(2802), 2, sym_line_comment, sym_block_comment, - [84198] = 6, + [84131] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(6034), 1, - anon_sym_SEMI, - STATE(3438), 1, - sym_where_clause, - STATE(2803), 2, + ACTIONS(6036), 1, + anon_sym_RBRACE, + ACTIONS(6038), 1, + anon_sym_COMMA, + STATE(2803), 3, sym_line_comment, sym_block_comment, - [84218] = 4, + aux_sym_struct_pattern_repeat1, + [84149] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -179905,66 +179932,65 @@ static const uint16_t ts_small_parse_table[] = { STATE(2804), 2, sym_line_comment, sym_block_comment, - ACTIONS(6036), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [84234] = 6, + ACTIONS(1439), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [84165] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(6038), 1, - anon_sym_SEMI, - STATE(3460), 1, - sym_where_clause, + ACTIONS(5429), 1, + anon_sym_RPAREN, + ACTIONS(5431), 1, + anon_sym_COMMA, + STATE(2819), 1, + aux_sym_parameters_repeat1, STATE(2805), 2, sym_line_comment, sym_block_comment, - [84254] = 6, + [84185] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(6040), 1, - anon_sym_SEMI, - STATE(1192), 1, - sym_declaration_list, + ACTIONS(6041), 1, + anon_sym_RPAREN, + ACTIONS(6043), 1, + anon_sym_COMMA, + STATE(2986), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(2806), 2, sym_line_comment, sym_block_comment, - [84274] = 5, + [84205] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(5854), 2, - anon_sym_RPAREN, + ACTIONS(6030), 1, + anon_sym_PIPE, + ACTIONS(6045), 1, anon_sym_COMMA, - STATE(2807), 2, + STATE(2807), 3, sym_line_comment, sym_block_comment, - [84292] = 6, + aux_sym_closure_parameters_repeat1, + [84223] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4886), 1, - anon_sym_RBRACE, - ACTIONS(6042), 1, + ACTIONS(5546), 1, + anon_sym_GT, + ACTIONS(6048), 1, anon_sym_COMMA, - STATE(2788), 1, - aux_sym_field_initializer_list_repeat1, - STATE(2808), 2, + STATE(2808), 3, sym_line_comment, sym_block_comment, - [84312] = 4, + aux_sym_type_arguments_repeat1, + [84241] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -179972,139 +179998,148 @@ static const uint16_t ts_small_parse_table[] = { STATE(2809), 2, sym_line_comment, sym_block_comment, - ACTIONS(6044), 3, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - [84328] = 6, + ACTIONS(6051), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [84257] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(6046), 1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6053), 1, anon_sym_SEMI, - STATE(3571), 1, - sym_where_clause, + ACTIONS(6055), 1, + anon_sym_EQ, STATE(2810), 2, sym_line_comment, sym_block_comment, - [84348] = 6, + [84277] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4698), 1, - anon_sym_GT, - ACTIONS(6048), 1, - anon_sym_COMMA, - STATE(2913), 1, - aux_sym_type_parameters_repeat1, STATE(2811), 2, sym_line_comment, sym_block_comment, - [84368] = 6, + ACTIONS(991), 3, + anon_sym_COLON, + anon_sym_GT, + anon_sym_COMMA, + [84293] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4325), 1, - anon_sym_RBRACE, - ACTIONS(6050), 1, + ACTIONS(3057), 1, + anon_sym_RPAREN, + ACTIONS(6057), 1, anon_sym_COMMA, - STATE(3003), 1, - aux_sym_use_list_repeat1, + STATE(2533), 1, + aux_sym_slice_pattern_repeat1, STATE(2812), 2, sym_line_comment, sym_block_comment, - [84388] = 6, + [84313] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(949), 1, - anon_sym_RPAREN, - ACTIONS(4151), 1, - anon_sym_COMMA, - STATE(2709), 1, - aux_sym_arguments_repeat1, + ACTIONS(4628), 1, + anon_sym_COLON, + ACTIONS(4910), 1, + anon_sym_COLON_COLON, + STATE(2615), 1, + sym_trait_bounds, STATE(2813), 2, sym_line_comment, sym_block_comment, - [84408] = 4, + [84333] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1623), 1, + anon_sym_GT, + ACTIONS(6059), 1, + anon_sym_COMMA, + STATE(2824), 1, + aux_sym_type_arguments_repeat1, STATE(2814), 2, sym_line_comment, sym_block_comment, - ACTIONS(997), 3, - anon_sym_COLON, - anon_sym_GT, - anon_sym_COMMA, - [84424] = 4, + [84353] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1623), 1, + anon_sym_GT, + ACTIONS(6059), 1, + anon_sym_COMMA, + STATE(2808), 1, + aux_sym_type_arguments_repeat1, STATE(2815), 2, sym_line_comment, sym_block_comment, - ACTIONS(6052), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [84440] = 4, + [84373] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(945), 1, + anon_sym_RPAREN, + ACTIONS(4195), 1, + anon_sym_COMMA, + STATE(2553), 1, + aux_sym_arguments_repeat1, STATE(2816), 2, sym_line_comment, sym_block_comment, - ACTIONS(6054), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [84456] = 4, + [84393] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2817), 2, + ACTIONS(5732), 1, + anon_sym_RPAREN, + ACTIONS(6061), 1, + anon_sym_COMMA, + STATE(2817), 3, sym_line_comment, sym_block_comment, - ACTIONS(6056), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [84472] = 4, + aux_sym_parameters_repeat1, + [84411] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1009), 1, + anon_sym_RBRACK, + ACTIONS(6064), 1, + anon_sym_COMMA, + STATE(2553), 1, + aux_sym_arguments_repeat1, STATE(2818), 2, sym_line_comment, sym_block_comment, - ACTIONS(6058), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [84488] = 4, + [84431] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1495), 1, + anon_sym_RPAREN, + ACTIONS(5461), 1, + anon_sym_COMMA, + STATE(2817), 1, + aux_sym_parameters_repeat1, STATE(2819), 2, sym_line_comment, sym_block_comment, - ACTIONS(6060), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [84504] = 4, + [84451] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -180112,165 +180147,161 @@ static const uint16_t ts_small_parse_table[] = { STATE(2820), 2, sym_line_comment, sym_block_comment, - ACTIONS(6062), 3, + ACTIONS(6066), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, - [84520] = 6, + [84467] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(955), 1, - anon_sym_RBRACK, - ACTIONS(6064), 1, + ACTIONS(1495), 1, + anon_sym_RPAREN, + ACTIONS(5461), 1, anon_sym_COMMA, - STATE(2709), 1, - aux_sym_arguments_repeat1, + STATE(2826), 1, + aux_sym_parameters_repeat1, STATE(2821), 2, sym_line_comment, sym_block_comment, - [84540] = 6, + [84487] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(6066), 1, - anon_sym_SEMI, - STATE(531), 1, - sym_declaration_list, + ACTIONS(6070), 1, + anon_sym_COLON, + ACTIONS(6068), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(2822), 2, sym_line_comment, sym_block_comment, - [84560] = 6, + [84505] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1629), 1, - anon_sym_GT, - ACTIONS(6068), 1, + ACTIONS(6074), 1, + anon_sym_COLON, + ACTIONS(6072), 2, + anon_sym_RBRACE, anon_sym_COMMA, - STATE(2863), 1, - aux_sym_type_arguments_repeat1, STATE(2823), 2, sym_line_comment, sym_block_comment, - [84580] = 6, + [84523] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1629), 1, + ACTIONS(1631), 1, anon_sym_GT, - ACTIONS(6068), 1, + ACTIONS(6076), 1, anon_sym_COMMA, - STATE(3037), 1, + STATE(2808), 1, aux_sym_type_arguments_repeat1, STATE(2824), 2, sym_line_comment, sym_block_comment, - [84600] = 6, + [84543] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3067), 1, - anon_sym_RPAREN, - ACTIONS(6070), 1, - anon_sym_COMMA, - STATE(2641), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4936), 1, + anon_sym_for, + STATE(1950), 1, + sym_type_arguments, STATE(2825), 2, sym_line_comment, sym_block_comment, - [84620] = 6, + [84563] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4702), 1, - anon_sym_GT, - ACTIONS(5473), 1, + ACTIONS(1501), 1, + anon_sym_RPAREN, + ACTIONS(6078), 1, anon_sym_COMMA, - STATE(2913), 1, - aux_sym_type_parameters_repeat1, + STATE(2817), 1, + aux_sym_parameters_repeat1, STATE(2826), 2, sym_line_comment, sym_block_comment, - [84640] = 6, + [84583] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5189), 1, + ACTIONS(6082), 1, + anon_sym_COLON, + ACTIONS(6080), 2, anon_sym_RBRACE, - ACTIONS(6072), 1, anon_sym_COMMA, - STATE(2769), 1, - aux_sym_struct_pattern_repeat1, STATE(2827), 2, sym_line_comment, sym_block_comment, - [84660] = 6, + [84601] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3073), 1, - anon_sym_RPAREN, - ACTIONS(6074), 1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6084), 2, + anon_sym_GT, anon_sym_COMMA, - STATE(2641), 1, - aux_sym_slice_pattern_repeat1, STATE(2828), 2, sym_line_comment, sym_block_comment, - [84680] = 6, + [84619] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6076), 1, - anon_sym_GT, - ACTIONS(6078), 1, + ACTIONS(6086), 1, + anon_sym_RBRACE, + ACTIONS(6088), 1, anon_sym_COMMA, - STATE(3018), 1, - aux_sym_for_lifetimes_repeat1, + STATE(2798), 1, + aux_sym_field_initializer_list_repeat1, STATE(2829), 2, sym_line_comment, sym_block_comment, - [84700] = 6, + [84639] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5191), 1, - anon_sym_RBRACE, - ACTIONS(6080), 1, - anon_sym_COMMA, - STATE(2769), 1, - aux_sym_struct_pattern_repeat1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(6090), 1, + anon_sym_SEMI, + STATE(3613), 1, + sym_where_clause, STATE(2830), 2, sym_line_comment, sym_block_comment, - [84720] = 6, + [84659] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6082), 1, - sym_identifier, - ACTIONS(6084), 1, - anon_sym_ref, - ACTIONS(6086), 1, + ACTIONS(3093), 1, + anon_sym_PLUS, + ACTIONS(6092), 1, sym_mutable_specifier, + ACTIONS(6094), 1, + sym_self, STATE(2831), 2, sym_line_comment, sym_block_comment, - [84740] = 4, + [84679] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -180278,276 +180309,266 @@ static const uint16_t ts_small_parse_table[] = { STATE(2832), 2, sym_line_comment, sym_block_comment, - ACTIONS(6088), 3, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - [84756] = 6, + ACTIONS(4868), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [84695] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(6090), 1, - anon_sym_SEMI, - STATE(533), 1, - sym_declaration_list, STATE(2833), 2, sym_line_comment, sym_block_comment, - [84776] = 6, + ACTIONS(4888), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [84711] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4830), 1, + ACTIONS(5209), 1, anon_sym_RBRACE, - ACTIONS(6092), 1, + ACTIONS(6096), 1, anon_sym_COMMA, - STATE(2788), 1, - aux_sym_field_initializer_list_repeat1, + STATE(2803), 1, + aux_sym_struct_pattern_repeat1, STATE(2834), 2, sym_line_comment, sym_block_comment, - [84796] = 6, + [84731] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1499), 1, - anon_sym_RPAREN, - ACTIONS(5486), 1, - anon_sym_COMMA, - STATE(2840), 1, - aux_sym_parameters_repeat1, + ACTIONS(6098), 1, + anon_sym_move, + STATE(216), 1, + sym_closure_parameters, STATE(2835), 2, sym_line_comment, sym_block_comment, - [84816] = 6, + [84751] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1499), 1, - anon_sym_RPAREN, - ACTIONS(5486), 1, + ACTIONS(5632), 1, + anon_sym_EQ, + ACTIONS(5787), 2, + anon_sym_GT, anon_sym_COMMA, - STATE(2869), 1, - aux_sym_parameters_repeat1, STATE(2836), 2, sym_line_comment, sym_block_comment, - [84836] = 6, + [84769] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4702), 1, - anon_sym_GT, - ACTIONS(5473), 1, + ACTIONS(987), 1, + anon_sym_RPAREN, + ACTIONS(6100), 1, anon_sym_COMMA, - STATE(2947), 1, - aux_sym_type_parameters_repeat1, + STATE(2553), 1, + aux_sym_arguments_repeat1, STATE(2837), 2, sym_line_comment, sym_block_comment, - [84856] = 6, + [84789] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4980), 1, - anon_sym_RBRACE, - ACTIONS(6094), 1, + ACTIONS(959), 1, + anon_sym_RBRACK, + ACTIONS(6102), 1, anon_sym_COMMA, - STATE(3015), 1, - aux_sym_enum_variant_list_repeat2, + STATE(2553), 1, + aux_sym_arguments_repeat1, STATE(2838), 2, sym_line_comment, sym_block_comment, - [84876] = 6, + [84809] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4980), 1, - anon_sym_RBRACE, - ACTIONS(6094), 1, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6104), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2871), 1, - aux_sym_enum_variant_list_repeat2, STATE(2839), 2, sym_line_comment, sym_block_comment, - [84896] = 5, + [84827] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5854), 1, - anon_sym_RPAREN, - ACTIONS(6096), 1, + ACTIONS(6106), 1, + anon_sym_RBRACE, + ACTIONS(6108), 1, anon_sym_COMMA, STATE(2840), 3, sym_line_comment, sym_block_comment, - aux_sym_parameters_repeat1, - [84914] = 6, + aux_sym_field_declaration_list_repeat1, + [84845] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(6099), 1, - anon_sym_for, - STATE(1955), 1, - sym_type_arguments, STATE(2841), 2, sym_line_comment, sym_block_comment, - [84934] = 6, + ACTIONS(4894), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [84861] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4686), 1, + ACTIONS(1635), 1, anon_sym_GT, - ACTIONS(6101), 1, + ACTIONS(6111), 1, anon_sym_COMMA, - STATE(2913), 1, - aux_sym_type_parameters_repeat1, + STATE(2939), 1, + aux_sym_type_arguments_repeat1, STATE(2842), 2, sym_line_comment, sym_block_comment, - [84954] = 6, + [84881] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4714), 1, + ACTIONS(1635), 1, anon_sym_GT, - ACTIONS(6103), 1, + ACTIONS(6111), 1, anon_sym_COMMA, - STATE(2913), 1, - aux_sym_type_parameters_repeat1, + STATE(2808), 1, + aux_sym_type_arguments_repeat1, STATE(2843), 2, sym_line_comment, sym_block_comment, - [84974] = 6, + [84901] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(6105), 1, - anon_sym_SEMI, - STATE(1222), 1, - sym_declaration_list, STATE(2844), 2, sym_line_comment, sym_block_comment, - [84994] = 6, + ACTIONS(4896), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [84917] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(6107), 1, - anon_sym_SEMI, - STATE(1228), 1, - sym_declaration_list, + ACTIONS(3065), 1, + anon_sym_RPAREN, + ACTIONS(6113), 1, + anon_sym_COMMA, + STATE(2533), 1, + aux_sym_slice_pattern_repeat1, STATE(2845), 2, sym_line_comment, sym_block_comment, - [85014] = 6, + [84937] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(6109), 1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6115), 1, anon_sym_SEMI, - STATE(689), 1, - sym_declaration_list, + ACTIONS(6117), 1, + anon_sym_EQ, STATE(2846), 2, sym_line_comment, sym_block_comment, - [85034] = 6, + [84957] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6111), 1, - anon_sym_SEMI, - ACTIONS(6113), 1, - anon_sym_EQ, + ACTIONS(5229), 1, + anon_sym_RBRACE, + ACTIONS(6119), 1, + anon_sym_COMMA, + STATE(2803), 1, + aux_sym_struct_pattern_repeat1, STATE(2847), 2, sym_line_comment, sym_block_comment, - [85054] = 6, + [84977] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4982), 1, - anon_sym_RBRACE, - ACTIONS(6115), 1, - anon_sym_COMMA, - STATE(3020), 1, - aux_sym_field_declaration_list_repeat1, + ACTIONS(3985), 1, + anon_sym_LT2, + ACTIONS(4942), 1, + anon_sym_COLON_COLON, + STATE(1627), 1, + sym_type_arguments, STATE(2848), 2, sym_line_comment, sym_block_comment, - [85074] = 6, + [84997] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4982), 1, - anon_sym_RBRACE, - ACTIONS(6115), 1, + ACTIONS(3059), 1, + anon_sym_RPAREN, + ACTIONS(6121), 1, anon_sym_COMMA, - STATE(2881), 1, - aux_sym_field_declaration_list_repeat1, + STATE(2533), 1, + aux_sym_slice_pattern_repeat1, STATE(2849), 2, sym_line_comment, sym_block_comment, - [85094] = 6, + [85017] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(6117), 1, - anon_sym_SEMI, - STATE(1239), 1, - sym_declaration_list, - STATE(2850), 2, + ACTIONS(5787), 1, + anon_sym_GT, + ACTIONS(6123), 1, + anon_sym_COMMA, + STATE(2850), 3, sym_line_comment, sym_block_comment, - [85114] = 6, + aux_sym_type_parameters_repeat1, + [85035] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6119), 1, - anon_sym_SEMI, - ACTIONS(6121), 1, - anon_sym_EQ, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6126), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(2851), 2, sym_line_comment, sym_block_comment, - [85134] = 4, + [85053] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -180555,159 +180576,154 @@ static const uint16_t ts_small_parse_table[] = { STATE(2852), 2, sym_line_comment, sym_block_comment, - ACTIONS(4906), 3, + ACTIONS(4836), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [85150] = 6, + [85069] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6123), 1, - anon_sym_SEMI, - ACTIONS(6125), 1, - anon_sym_EQ, + ACTIONS(3069), 1, + anon_sym_RPAREN, + ACTIONS(6128), 1, + anon_sym_COMMA, + STATE(2533), 1, + aux_sym_slice_pattern_repeat1, STATE(2853), 2, sym_line_comment, sym_block_comment, - [85170] = 6, + [85089] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(6127), 1, - anon_sym_SEMI, - STATE(3497), 1, - sym_where_clause, STATE(2854), 2, sym_line_comment, sym_block_comment, - [85190] = 4, + ACTIONS(4838), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [85105] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(939), 1, + anon_sym_RBRACK, + ACTIONS(4163), 1, + anon_sym_COMMA, + STATE(2553), 1, + aux_sym_arguments_repeat1, STATE(2855), 2, sym_line_comment, sym_block_comment, - ACTIONS(4812), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [85206] = 5, + [85125] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6131), 1, - anon_sym_COLON, - ACTIONS(6129), 2, + ACTIONS(5231), 1, anon_sym_RBRACE, + ACTIONS(6130), 1, anon_sym_COMMA, + STATE(2803), 1, + aux_sym_struct_pattern_repeat1, STATE(2856), 2, sym_line_comment, sym_block_comment, - [85224] = 6, + [85145] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6133), 1, - anon_sym_RBRACE, - ACTIONS(6135), 1, + ACTIONS(1001), 1, + anon_sym_RBRACK, + ACTIONS(4153), 1, anon_sym_COMMA, - STATE(2993), 1, - aux_sym_struct_pattern_repeat1, + STATE(2553), 1, + aux_sym_arguments_repeat1, STATE(2857), 2, sym_line_comment, sym_block_comment, - [85244] = 6, + [85165] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(6137), 1, - anon_sym_SEMI, - STATE(492), 1, - sym_declaration_list, STATE(2858), 2, sym_line_comment, sym_block_comment, - [85264] = 5, + ACTIONS(4904), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [85181] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6141), 1, - anon_sym_COLON, - ACTIONS(6139), 2, - anon_sym_RBRACE, - anon_sym_COMMA, STATE(2859), 2, sym_line_comment, sym_block_comment, - [85282] = 6, + ACTIONS(6132), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [85197] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(957), 1, - anon_sym_RPAREN, - ACTIONS(6143), 1, - anon_sym_COMMA, - STATE(2709), 1, - aux_sym_arguments_repeat1, STATE(2860), 2, sym_line_comment, sym_block_comment, - [85302] = 6, + ACTIONS(4716), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [85213] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6145), 1, - anon_sym_SEMI, - ACTIONS(6147), 1, - anon_sym_EQ, + ACTIONS(5241), 1, + anon_sym_RBRACE, + ACTIONS(6134), 1, + anon_sym_COMMA, + STATE(2803), 1, + aux_sym_struct_pattern_repeat1, STATE(2861), 2, sym_line_comment, sym_block_comment, - [85322] = 4, + [85233] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6136), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2862), 2, sym_line_comment, sym_block_comment, - ACTIONS(6149), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [85338] = 6, + [85251] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1607), 1, - anon_sym_GT, - ACTIONS(6151), 1, - anon_sym_COMMA, - STATE(3037), 1, - aux_sym_type_arguments_repeat1, STATE(2863), 2, sym_line_comment, sym_block_comment, - [85358] = 4, + ACTIONS(4800), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [85267] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -180715,241 +180731,238 @@ static const uint16_t ts_small_parse_table[] = { STATE(2864), 2, sym_line_comment, sym_block_comment, - ACTIONS(4720), 3, + ACTIONS(4812), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [85374] = 6, + [85283] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4688), 1, - anon_sym_GT, - ACTIONS(6153), 1, + ACTIONS(1509), 1, + anon_sym_RPAREN, + ACTIONS(5618), 1, anon_sym_COMMA, - STATE(2913), 1, - aux_sym_type_parameters_repeat1, + STATE(2817), 1, + aux_sym_parameters_repeat1, STATE(2865), 2, sym_line_comment, sym_block_comment, - [85394] = 6, + [85303] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5895), 1, - anon_sym_RPAREN, - ACTIONS(5897), 1, - anon_sym_COMMA, - STATE(2868), 1, - aux_sym_tuple_pattern_repeat1, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(6138), 1, + anon_sym_SEMI, + STATE(491), 1, + sym_declaration_list, STATE(2866), 2, sym_line_comment, sym_block_comment, - [85414] = 6, + [85323] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(6155), 1, - anon_sym_SEMI, - STATE(494), 1, - sym_declaration_list, + ACTIONS(6140), 1, + anon_sym_move, + STATE(231), 1, + sym_closure_parameters, STATE(2867), 2, sym_line_comment, sym_block_comment, - [85434] = 6, + [85343] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2993), 1, - anon_sym_RPAREN, - ACTIONS(6157), 1, - anon_sym_COMMA, - STATE(2964), 1, - aux_sym_tuple_pattern_repeat1, STATE(2868), 2, sym_line_comment, sym_block_comment, - [85454] = 6, + ACTIONS(4814), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [85359] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1507), 1, - anon_sym_RPAREN, - ACTIONS(6159), 1, - anon_sym_COMMA, - STATE(2840), 1, - aux_sym_parameters_repeat1, STATE(2869), 2, sym_line_comment, sym_block_comment, - [85474] = 6, + ACTIONS(4816), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [85375] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1031), 1, + ACTIONS(1509), 1, anon_sym_RPAREN, - ACTIONS(6161), 1, + ACTIONS(5618), 1, anon_sym_COMMA, - STATE(2709), 1, - aux_sym_arguments_repeat1, + STATE(2949), 1, + aux_sym_parameters_repeat1, STATE(2870), 2, sym_line_comment, sym_block_comment, - [85494] = 6, + [85395] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4984), 1, - anon_sym_RBRACE, - ACTIONS(6163), 1, + ACTIONS(6104), 1, + anon_sym_RPAREN, + ACTIONS(6142), 1, anon_sym_COMMA, - STATE(3015), 1, - aux_sym_enum_variant_list_repeat2, - STATE(2871), 2, + STATE(2871), 3, sym_line_comment, sym_block_comment, - [85514] = 4, + aux_sym_tuple_pattern_repeat1, + [85413] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6145), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(2872), 2, sym_line_comment, sym_block_comment, - ACTIONS(4904), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [85530] = 4, + [85431] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4920), 1, + anon_sym_RBRACE, + ACTIONS(6147), 1, + anon_sym_COMMA, + STATE(3011), 1, + aux_sym_enum_variant_list_repeat2, STATE(2873), 2, sym_line_comment, sym_block_comment, - ACTIONS(4862), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [85546] = 6, + [85451] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(6165), 1, - anon_sym_SEMI, - STATE(1271), 1, - sym_declaration_list, + ACTIONS(4920), 1, + anon_sym_RBRACE, + ACTIONS(6147), 1, + anon_sym_COMMA, + STATE(2956), 1, + aux_sym_enum_variant_list_repeat2, STATE(2874), 2, sym_line_comment, sym_block_comment, - [85566] = 6, + [85471] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, + ACTIONS(6149), 1, + anon_sym_LPAREN, + ACTIONS(6151), 1, + anon_sym_LBRACK, + ACTIONS(6153), 1, anon_sym_LBRACE, - ACTIONS(6167), 1, - anon_sym_SEMI, - STATE(1273), 1, - sym_declaration_list, STATE(2875), 2, sym_line_comment, sym_block_comment, - [85586] = 4, + [85491] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(2991), 1, + anon_sym_RPAREN, + ACTIONS(6155), 1, + anon_sym_COMMA, + STATE(2871), 1, + aux_sym_tuple_pattern_repeat1, STATE(2876), 2, sym_line_comment, sym_block_comment, - ACTIONS(4850), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [85602] = 4, + [85511] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(6157), 1, + anon_sym_for, + STATE(1950), 1, + sym_type_arguments, STATE(2877), 2, sym_line_comment, sym_block_comment, - ACTIONS(4824), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [85618] = 6, + [85531] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(6169), 1, - anon_sym_SEMI, - STATE(1279), 1, - sym_declaration_list, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6159), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(2878), 2, sym_line_comment, sym_block_comment, - [85638] = 6, + [85549] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(6171), 1, - anon_sym_SEMI, - STATE(1281), 1, - sym_declaration_list, STATE(2879), 2, sym_line_comment, sym_block_comment, - [85658] = 6, + ACTIONS(4730), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [85565] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6173), 1, - anon_sym_SEMI, - ACTIONS(6175), 1, - anon_sym_EQ, STATE(2880), 2, sym_line_comment, sym_block_comment, - [85678] = 6, + ACTIONS(4840), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [85581] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4986), 1, - anon_sym_RBRACE, - ACTIONS(6177), 1, + ACTIONS(4672), 1, + anon_sym_GT, + ACTIONS(6161), 1, anon_sym_COMMA, - STATE(3020), 1, - aux_sym_field_declaration_list_repeat1, + STATE(2850), 1, + aux_sym_type_parameters_repeat1, STATE(2881), 2, sym_line_comment, sym_block_comment, - [85698] = 4, + [85601] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -180957,1300 +180970,1316 @@ static const uint16_t ts_small_parse_table[] = { STATE(2882), 2, sym_line_comment, sym_block_comment, - ACTIONS(4734), 3, + ACTIONS(4842), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [85714] = 5, + [85617] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6179), 1, - anon_sym_AMP_AMP, - ACTIONS(4249), 2, - anon_sym_LBRACE, - anon_sym_SQUOTE, STATE(2883), 2, sym_line_comment, sym_block_comment, - [85732] = 4, + ACTIONS(4854), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [85633] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4704), 1, + anon_sym_GT, + ACTIONS(6163), 1, + anon_sym_COMMA, + STATE(2850), 1, + aux_sym_type_parameters_repeat1, STATE(2884), 2, sym_line_comment, sym_block_comment, - ACTIONS(4884), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [85748] = 4, + [85653] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6165), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2885), 2, sym_line_comment, sym_block_comment, - ACTIONS(4840), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [85764] = 4, + [85671] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(6167), 1, + anon_sym_SEMI, + STATE(3421), 1, + sym_where_clause, STATE(2886), 2, sym_line_comment, sym_block_comment, - ACTIONS(4902), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [85780] = 5, + [85691] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6179), 1, - anon_sym_AMP_AMP, - ACTIONS(6181), 2, + ACTIONS(4914), 1, anon_sym_LBRACE, - anon_sym_SQUOTE, + ACTIONS(6169), 1, + anon_sym_SEMI, + STATE(693), 1, + sym_declaration_list, STATE(2887), 2, sym_line_comment, sym_block_comment, - [85798] = 6, + [85711] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(6183), 1, - anon_sym_SEMI, - STATE(3509), 1, - sym_where_clause, - STATE(2888), 2, + ACTIONS(6165), 1, + anon_sym_RPAREN, + ACTIONS(6171), 1, + anon_sym_COMMA, + STATE(2888), 3, sym_line_comment, sym_block_comment, - [85818] = 6, + aux_sym_tuple_type_repeat1, + [85729] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - ACTIONS(6185), 1, + ACTIONS(6174), 1, anon_sym_SEMI, - STATE(1318), 1, + STATE(526), 1, sym_declaration_list, STATE(2889), 2, sym_line_comment, sym_block_comment, - [85838] = 6, + [85749] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(6187), 1, - anon_sym_SEMI, - STATE(1320), 1, - sym_declaration_list, + ACTIONS(4696), 1, + anon_sym_GT, + ACTIONS(6176), 1, + anon_sym_COMMA, + STATE(2850), 1, + aux_sym_type_parameters_repeat1, STATE(2890), 2, sym_line_comment, sym_block_comment, - [85858] = 6, + [85769] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(6189), 1, - anon_sym_SEMI, - STATE(3527), 1, - sym_where_clause, + ACTIONS(4694), 1, + anon_sym_GT, + ACTIONS(6178), 1, + anon_sym_COMMA, + STATE(2850), 1, + aux_sym_type_parameters_repeat1, STATE(2891), 2, sym_line_comment, sym_block_comment, - [85878] = 6, + [85789] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(6191), 1, - anon_sym_SEMI, - STATE(1326), 1, - sym_declaration_list, + ACTIONS(6182), 1, + anon_sym_COLON, + ACTIONS(6180), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(2892), 2, sym_line_comment, sym_block_comment, - [85898] = 6, + [85807] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - ACTIONS(6193), 1, + ACTIONS(6184), 1, anon_sym_SEMI, - STATE(1328), 1, + STATE(1083), 1, sym_declaration_list, STATE(2893), 2, sym_line_comment, sym_block_comment, - [85918] = 6, + [85827] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(6195), 1, - anon_sym_SEMI, - STATE(1334), 1, - sym_declaration_list, + ACTIONS(5367), 1, + anon_sym_GT, + ACTIONS(5369), 1, + anon_sym_COMMA, + STATE(3029), 1, + aux_sym_type_parameters_repeat1, STATE(2894), 2, sym_line_comment, sym_block_comment, - [85938] = 6, + [85847] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, + ACTIONS(4914), 1, anon_sym_LBRACE, - ACTIONS(6197), 1, + ACTIONS(6186), 1, anon_sym_SEMI, - STATE(1336), 1, + STATE(699), 1, sym_declaration_list, STATE(2895), 2, sym_line_comment, sym_block_comment, - [85958] = 6, + [85867] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6199), 1, - anon_sym_SEMI, - ACTIONS(6201), 1, - anon_sym_EQ, + ACTIONS(6188), 1, + anon_sym_RBRACE, + ACTIONS(6190), 1, + anon_sym_COMMA, + STATE(2861), 1, + aux_sym_struct_pattern_repeat1, STATE(2896), 2, sym_line_comment, sym_block_comment, - [85978] = 6, + [85887] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1495), 1, + ACTIONS(4600), 1, + anon_sym_COLON_COLON, + ACTIONS(6192), 2, anon_sym_RPAREN, - ACTIONS(6203), 1, anon_sym_COMMA, - STATE(2840), 1, - aux_sym_parameters_repeat1, STATE(2897), 2, sym_line_comment, sym_block_comment, - [85998] = 6, + [85905] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(6205), 1, - anon_sym_SEMI, - STATE(1352), 1, - sym_declaration_list, + ACTIONS(6194), 1, + anon_sym_GT, + ACTIONS(6196), 1, + anon_sym_COMMA, + STATE(3007), 1, + aux_sym_for_lifetimes_repeat1, STATE(2898), 2, sym_line_comment, sym_block_comment, - [86018] = 6, + [85925] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(6207), 1, - anon_sym_SEMI, - STATE(1354), 1, - sym_declaration_list, + ACTIONS(6198), 1, + sym_identifier, + ACTIONS(6200), 1, + anon_sym_ref, + ACTIONS(6202), 1, + sym_mutable_specifier, STATE(2899), 2, sym_line_comment, sym_block_comment, - [86038] = 6, + [85945] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6209), 1, - anon_sym_SEMI, - ACTIONS(6211), 1, - anon_sym_EQ, + ACTIONS(4714), 1, + anon_sym_COLON_COLON, + ACTIONS(4844), 1, + anon_sym_BANG, + ACTIONS(6204), 1, + sym_identifier, STATE(2900), 2, sym_line_comment, sym_block_comment, - [86058] = 6, + [85965] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6213), 1, - anon_sym_RBRACE, - ACTIONS(6215), 1, - anon_sym_COMMA, - STATE(2998), 1, - aux_sym_struct_pattern_repeat1, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(6206), 1, + anon_sym_SEMI, + STATE(544), 1, + sym_declaration_list, STATE(2901), 2, sym_line_comment, sym_block_comment, - [86078] = 5, + [85985] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6219), 1, - anon_sym_COLON, - ACTIONS(6217), 2, + ACTIONS(6208), 1, anon_sym_RBRACE, + ACTIONS(6210), 1, anon_sym_COMMA, + STATE(2951), 1, + aux_sym_field_declaration_list_repeat1, STATE(2902), 2, sym_line_comment, sym_block_comment, - [86096] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [86005] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6221), 1, - anon_sym_move, - STATE(219), 1, - sym_closure_parameters, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(6212), 1, + anon_sym_SEMI, + STATE(1089), 1, + sym_declaration_list, STATE(2903), 2, sym_line_comment, sym_block_comment, - [86116] = 6, + [86025] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6223), 1, - anon_sym_SEMI, - ACTIONS(6225), 1, + ACTIONS(3075), 1, anon_sym_RBRACK, + ACTIONS(6214), 1, + anon_sym_COMMA, + STATE(2533), 1, + aux_sym_slice_pattern_repeat1, STATE(2904), 2, sym_line_comment, sym_block_comment, - [86136] = 6, + [86045] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6227), 1, - anon_sym_RBRACE, - ACTIONS(6229), 1, - anon_sym_COMMA, - STATE(2834), 1, - aux_sym_field_initializer_list_repeat1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6216), 1, + anon_sym_SEMI, + ACTIONS(6218), 1, + anon_sym_EQ, STATE(2905), 2, sym_line_comment, sym_block_comment, - [86156] = 6, + [86065] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3197), 1, - anon_sym_RPAREN, - ACTIONS(6231), 1, - anon_sym_COMMA, - STATE(3001), 1, - aux_sym_tuple_type_repeat1, STATE(2906), 2, sym_line_comment, sym_block_comment, - [86176] = 6, + ACTIONS(6220), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [86081] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6233), 1, - anon_sym_EQ_GT, - ACTIONS(6235), 1, - anon_sym_PIPE, - ACTIONS(6237), 1, - anon_sym_if, + ACTIONS(2993), 1, + anon_sym_RPAREN, + ACTIONS(6222), 1, + anon_sym_COMMA, + STATE(2871), 1, + aux_sym_tuple_pattern_repeat1, STATE(2907), 2, sym_line_comment, sym_block_comment, - [86196] = 6, + [86101] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(6239), 1, - anon_sym_SEMI, - STATE(583), 1, - sym_declaration_list, + ACTIONS(4922), 1, + anon_sym_RBRACE, + ACTIONS(6224), 1, + anon_sym_COMMA, + STATE(2840), 1, + aux_sym_field_declaration_list_repeat1, STATE(2908), 2, sym_line_comment, sym_block_comment, - [86216] = 5, + [86121] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6241), 2, - anon_sym_GT, + ACTIONS(4922), 1, + anon_sym_RBRACE, + ACTIONS(6224), 1, anon_sym_COMMA, + STATE(2976), 1, + aux_sym_field_declaration_list_repeat1, STATE(2909), 2, sym_line_comment, sym_block_comment, - [86234] = 4, + [86141] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4967), 1, + anon_sym_RBRACE, + ACTIONS(6226), 1, + anon_sym_COMMA, + STATE(2840), 1, + aux_sym_field_declaration_list_repeat1, STATE(2910), 2, sym_line_comment, sym_block_comment, - ACTIONS(5510), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [86250] = 6, + [86161] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(6243), 1, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(6228), 1, anon_sym_SEMI, - STATE(3515), 1, - sym_where_clause, + STATE(1101), 1, + sym_declaration_list, STATE(2911), 2, sym_line_comment, sym_block_comment, - [86270] = 6, + [86181] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6245), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(6230), 1, anon_sym_SEMI, - ACTIONS(6247), 1, - anon_sym_RBRACK, + STATE(3362), 1, + sym_where_clause, STATE(2912), 2, sym_line_comment, sym_block_comment, - [86290] = 5, + [86201] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5702), 1, - anon_sym_GT, - ACTIONS(6249), 1, - anon_sym_COMMA, - STATE(2913), 3, + ACTIONS(6232), 1, + anon_sym_LPAREN, + ACTIONS(6234), 1, + anon_sym_LBRACK, + ACTIONS(6236), 1, + anon_sym_LBRACE, + STATE(2913), 2, sym_line_comment, sym_block_comment, - aux_sym_type_parameters_repeat1, - [86308] = 6, + [86221] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, - anon_sym_LT2, - ACTIONS(4972), 1, - anon_sym_COLON_COLON, - STATE(1087), 1, - sym_type_arguments, + ACTIONS(1003), 1, + anon_sym_RBRACK, + ACTIONS(4123), 1, + anon_sym_COMMA, + STATE(2553), 1, + aux_sym_arguments_repeat1, STATE(2914), 2, sym_line_comment, sym_block_comment, - [86328] = 4, + [86241] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6238), 1, + anon_sym_SEMI, + ACTIONS(6240), 1, + anon_sym_RBRACK, STATE(2915), 2, sym_line_comment, sym_block_comment, - ACTIONS(4872), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [86344] = 5, + [86261] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6252), 2, - anon_sym_RPAREN, + ACTIONS(4955), 1, + anon_sym_RBRACE, + ACTIONS(6242), 1, anon_sym_COMMA, + STATE(3011), 1, + aux_sym_enum_variant_list_repeat2, STATE(2916), 2, sym_line_comment, sym_block_comment, - [86362] = 6, + [86281] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(967), 1, - anon_sym_RPAREN, - ACTIONS(4159), 1, - anon_sym_COMMA, - STATE(2709), 1, - aux_sym_arguments_repeat1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(6244), 1, + anon_sym_SEMI, + STATE(3528), 1, + sym_where_clause, STATE(2917), 2, sym_line_comment, sym_block_comment, - [86382] = 4, + [86301] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(6246), 1, + anon_sym_SEMI, + STATE(558), 1, + sym_declaration_list, STATE(2918), 2, sym_line_comment, sym_block_comment, - ACTIONS(1455), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [86398] = 4, + [86321] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4910), 1, + anon_sym_COLON_COLON, + STATE(1952), 1, + sym_type_arguments, STATE(2919), 2, sym_line_comment, sym_block_comment, - ACTIONS(4808), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [86414] = 6, + [86341] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3195), 1, - anon_sym_RPAREN, - ACTIONS(6254), 1, + ACTIONS(6248), 1, + anon_sym_RBRACE, + ACTIONS(6250), 1, anon_sym_COMMA, - STATE(3001), 1, - aux_sym_tuple_type_repeat1, + STATE(2847), 1, + aux_sym_struct_pattern_repeat1, STATE(2920), 2, sym_line_comment, sym_block_comment, - [86434] = 6, + [86361] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(6256), 1, - anon_sym_SEMI, - STATE(570), 1, - sym_declaration_list, + ACTIONS(901), 1, + anon_sym_RPAREN, + ACTIONS(4173), 1, + anon_sym_COMMA, + STATE(2553), 1, + aux_sym_arguments_repeat1, STATE(2921), 2, sym_line_comment, sym_block_comment, - [86454] = 6, + [86381] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5575), 1, - anon_sym_RPAREN, - ACTIONS(5577), 1, - anon_sym_COMMA, - STATE(2927), 1, - aux_sym_parameters_repeat1, + ACTIONS(3451), 1, + anon_sym_LBRACE, + ACTIONS(6252), 1, + anon_sym_COLON_COLON, + STATE(1404), 1, + sym_field_initializer_list, STATE(2922), 2, sym_line_comment, sym_block_comment, - [86474] = 6, + [86401] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6258), 1, - anon_sym_RPAREN, - ACTIONS(6260), 1, - anon_sym_COMMA, - STATE(2997), 1, - aux_sym_ordered_field_declaration_list_repeat1, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(6254), 1, + anon_sym_SEMI, + STATE(654), 1, + sym_declaration_list, STATE(2923), 2, sym_line_comment, sym_block_comment, - [86494] = 6, + [86421] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(6262), 1, - anon_sym_SEMI, - STATE(3583), 1, - sym_where_clause, + ACTIONS(6256), 1, + anon_sym_LPAREN, + ACTIONS(6258), 1, + anon_sym_LBRACK, + ACTIONS(6260), 1, + anon_sym_LBRACE, STATE(2924), 2, sym_line_comment, sym_block_comment, - [86514] = 6, + [86441] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1627), 1, - anon_sym_GT, + ACTIONS(6262), 1, + anon_sym_LPAREN, ACTIONS(6264), 1, - anon_sym_COMMA, - STATE(2931), 1, - aux_sym_type_arguments_repeat1, + anon_sym_LBRACK, + ACTIONS(6266), 1, + anon_sym_LBRACE, STATE(2925), 2, sym_line_comment, sym_block_comment, - [86534] = 6, + [86461] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1627), 1, - anon_sym_GT, - ACTIONS(6264), 1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(5821), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(3037), 1, - aux_sym_type_arguments_repeat1, STATE(2926), 2, sym_line_comment, sym_block_comment, - [86554] = 6, + [86479] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1503), 1, - anon_sym_RPAREN, - ACTIONS(5579), 1, - anon_sym_COMMA, - STATE(2840), 1, - aux_sym_parameters_repeat1, STATE(2927), 2, sym_line_comment, sym_block_comment, - [86574] = 6, + ACTIONS(4902), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86495] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1503), 1, - anon_sym_RPAREN, - ACTIONS(5579), 1, - anon_sym_COMMA, - STATE(2932), 1, - aux_sym_parameters_repeat1, + ACTIONS(4579), 1, + anon_sym_COLON_COLON, + ACTIONS(4628), 1, + anon_sym_COLON, + STATE(2615), 1, + sym_trait_bounds, STATE(2928), 2, sym_line_comment, sym_block_comment, - [86594] = 5, + [86515] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6266), 1, - anon_sym_GT, + ACTIONS(4495), 1, + anon_sym_LT2, ACTIONS(6268), 1, - anon_sym_COMMA, - STATE(2929), 3, + anon_sym_LBRACE, + STATE(1950), 1, + sym_type_arguments, + STATE(2929), 2, sym_line_comment, sym_block_comment, - aux_sym_for_lifetimes_repeat1, - [86612] = 5, + [86535] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6271), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(6270), 1, + anon_sym_SEMI, + STATE(3411), 1, + sym_where_clause, STATE(2930), 2, sym_line_comment, sym_block_comment, - [86630] = 6, + [86555] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1635), 1, - anon_sym_GT, - ACTIONS(6273), 1, + ACTIONS(3071), 1, + anon_sym_RBRACK, + ACTIONS(6272), 1, anon_sym_COMMA, - STATE(3037), 1, - aux_sym_type_arguments_repeat1, + STATE(2533), 1, + aux_sym_slice_pattern_repeat1, STATE(2931), 2, sym_line_comment, sym_block_comment, - [86650] = 6, + [86575] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1509), 1, + ACTIONS(961), 1, anon_sym_RPAREN, - ACTIONS(6275), 1, + ACTIONS(6274), 1, anon_sym_COMMA, - STATE(2840), 1, - aux_sym_parameters_repeat1, + STATE(2553), 1, + aux_sym_arguments_repeat1, STATE(2932), 2, sym_line_comment, sym_block_comment, - [86670] = 5, + [86595] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(6277), 2, + ACTIONS(6276), 1, anon_sym_RBRACE, + ACTIONS(6278), 1, anon_sym_COMMA, + STATE(2856), 1, + aux_sym_struct_pattern_repeat1, STATE(2933), 2, sym_line_comment, sym_block_comment, - [86688] = 6, + [86615] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6279), 1, - anon_sym_SEMI, - ACTIONS(6281), 1, + ACTIONS(4963), 1, + anon_sym_LT, + ACTIONS(6280), 1, anon_sym_EQ, + STATE(3603), 1, + sym_type_parameters, STATE(2934), 2, sym_line_comment, sym_block_comment, - [86708] = 4, + [86635] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(6282), 1, + anon_sym_COLON_COLON, + STATE(1952), 1, + sym_type_arguments, STATE(2935), 2, sym_line_comment, sym_block_comment, - ACTIONS(4880), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [86724] = 4, + [86655] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6284), 1, + anon_sym_SEMI, + ACTIONS(6286), 1, + anon_sym_EQ, STATE(2936), 2, sym_line_comment, sym_block_comment, - ACTIONS(4848), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [86740] = 6, + [86675] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4960), 1, - anon_sym_for, - STATE(1955), 1, - sym_type_arguments, + ACTIONS(3183), 1, + anon_sym_RPAREN, + ACTIONS(6288), 1, + anon_sym_COMMA, + STATE(2888), 1, + aux_sym_tuple_type_repeat1, STATE(2937), 2, sym_line_comment, sym_block_comment, - [86760] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [86695] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6283), 1, - anon_sym_move, - STATE(223), 1, - sym_closure_parameters, STATE(2938), 2, sym_line_comment, sym_block_comment, - [86780] = 6, + ACTIONS(4828), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86711] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(4952), 1, - anon_sym_COLON_COLON, - STATE(1952), 1, - sym_type_arguments, + ACTIONS(1637), 1, + anon_sym_GT, + ACTIONS(6290), 1, + anon_sym_COMMA, + STATE(2808), 1, + aux_sym_type_arguments_repeat1, STATE(2939), 2, sym_line_comment, sym_block_comment, - [86800] = 6, + [86731] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, + ACTIONS(4053), 1, anon_sym_LBRACE, - ACTIONS(6285), 1, - anon_sym_SEMI, - STATE(541), 1, - sym_declaration_list, + ACTIONS(6292), 1, + anon_sym_COLON_COLON, + STATE(1668), 1, + sym_field_initializer_list, STATE(2940), 2, sym_line_comment, sym_block_comment, - [86820] = 5, + [86751] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4612), 1, - anon_sym_COLON_COLON, - ACTIONS(6287), 2, + ACTIONS(1503), 1, anon_sym_RPAREN, + ACTIONS(5514), 1, anon_sym_COMMA, + STATE(2817), 1, + aux_sym_parameters_repeat1, STATE(2941), 2, sym_line_comment, sym_block_comment, - [86838] = 4, + [86771] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(6294), 1, + anon_sym_SEMI, + STATE(679), 1, + sym_declaration_list, STATE(2942), 2, sym_line_comment, sym_block_comment, - ACTIONS(4852), 3, - anon_sym_EQ_GT, + [86791] = 6, + ACTIONS(27), 1, anon_sym_PIPE, - anon_sym_if, - [86854] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3071), 1, - anon_sym_RBRACK, - ACTIONS(6289), 1, - anon_sym_COMMA, - STATE(2641), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(6296), 1, + anon_sym_move, + STATE(229), 1, + sym_closure_parameters, STATE(2943), 2, sym_line_comment, sym_block_comment, - [86874] = 6, + [86811] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6291), 1, - sym_identifier, - ACTIONS(6293), 1, - anon_sym_ref, - ACTIONS(6295), 1, - sym_mutable_specifier, + ACTIONS(4600), 1, + anon_sym_COLON_COLON, + ACTIONS(5332), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2944), 2, sym_line_comment, sym_block_comment, - [86894] = 5, + [86829] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(5744), 2, + ACTIONS(6298), 2, anon_sym_RPAREN, anon_sym_COMMA, STATE(2945), 2, sym_line_comment, sym_block_comment, - [86912] = 6, + [86847] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4011), 1, - anon_sym_LT2, - ACTIONS(4994), 1, - anon_sym_COLON_COLON, - STATE(1615), 1, - sym_type_arguments, + ACTIONS(6300), 1, + anon_sym_RPAREN, + ACTIONS(6302), 1, + anon_sym_COMMA, + STATE(2986), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(2946), 2, sym_line_comment, sym_block_comment, - [86932] = 6, + [86867] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4690), 1, - anon_sym_GT, - ACTIONS(6297), 1, + ACTIONS(1497), 1, + anon_sym_RPAREN, + ACTIONS(6304), 1, anon_sym_COMMA, - STATE(2913), 1, - aux_sym_type_parameters_repeat1, + STATE(2817), 1, + aux_sym_parameters_repeat1, STATE(2947), 2, sym_line_comment, sym_block_comment, - [86952] = 6, + [86887] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(6299), 1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(6306), 1, anon_sym_SEMI, - STATE(543), 1, - sym_declaration_list, + STATE(3384), 1, + sym_where_clause, STATE(2948), 2, sym_line_comment, sym_block_comment, - [86972] = 6, + [86907] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6301), 1, - anon_sym_RBRACE, - ACTIONS(6303), 1, + ACTIONS(1491), 1, + anon_sym_RPAREN, + ACTIONS(6308), 1, anon_sym_COMMA, - STATE(3022), 1, - aux_sym_field_declaration_list_repeat1, + STATE(2817), 1, + aux_sym_parameters_repeat1, STATE(2949), 2, sym_line_comment, sym_block_comment, - [86992] = 6, + [86927] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4768), 1, - anon_sym_COLON_COLON, - ACTIONS(4888), 1, - anon_sym_BANG, - ACTIONS(6305), 1, - sym_identifier, STATE(2950), 2, sym_line_comment, sym_block_comment, - [87012] = 6, + ACTIONS(4499), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86943] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6307), 1, - anon_sym_SEMI, - ACTIONS(6309), 1, - anon_sym_EQ, + ACTIONS(4971), 1, + anon_sym_RBRACE, + ACTIONS(6310), 1, + anon_sym_COMMA, + STATE(2840), 1, + aux_sym_field_declaration_list_repeat1, STATE(2951), 2, sym_line_comment, sym_block_comment, - [87032] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [86963] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6311), 1, - anon_sym_move, - STATE(233), 1, - sym_closure_parameters, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(6312), 1, + anon_sym_SEMI, + STATE(716), 1, + sym_declaration_list, STATE(2952), 2, sym_line_comment, sym_block_comment, - [87052] = 6, + [86983] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5317), 1, - anon_sym_GT, - ACTIONS(5319), 1, + ACTIONS(4971), 1, + anon_sym_RBRACE, + ACTIONS(6310), 1, anon_sym_COMMA, - STATE(2826), 1, - aux_sym_type_parameters_repeat1, + STATE(2910), 1, + aux_sym_field_declaration_list_repeat1, STATE(2953), 2, sym_line_comment, sym_block_comment, - [87072] = 4, + [87003] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1607), 1, + anon_sym_GT, + ACTIONS(6314), 1, + anon_sym_COMMA, + STATE(2808), 1, + aux_sym_type_arguments_repeat1, STATE(2954), 2, sym_line_comment, sym_block_comment, - ACTIONS(6313), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [87088] = 6, + [87023] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(6315), 1, - anon_sym_SEMI, - STATE(549), 1, - sym_declaration_list, + ACTIONS(5582), 1, + anon_sym_COMMA, + ACTIONS(6316), 1, + anon_sym_PIPE, + STATE(3016), 1, + aux_sym_closure_parameters_repeat1, STATE(2955), 2, sym_line_comment, sym_block_comment, - [87108] = 6, + [87043] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4055), 1, - anon_sym_LBRACE, - ACTIONS(6317), 1, - anon_sym_COLON_COLON, - STATE(1696), 1, - sym_field_initializer_list, + ACTIONS(4926), 1, + anon_sym_RBRACE, + ACTIONS(6318), 1, + anon_sym_COMMA, + STATE(3011), 1, + aux_sym_enum_variant_list_repeat2, STATE(2956), 2, sym_line_comment, sym_block_comment, - [87128] = 6, + [87063] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(6319), 1, - anon_sym_SEMI, - STATE(551), 1, - sym_declaration_list, STATE(2957), 2, sym_line_comment, sym_block_comment, - [87148] = 6, + ACTIONS(4892), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [87079] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6321), 1, - anon_sym_LPAREN, - ACTIONS(6323), 1, - anon_sym_LBRACK, - ACTIONS(6325), 1, - anon_sym_LBRACE, + ACTIONS(5566), 1, + anon_sym_GT, + ACTIONS(5568), 1, + anon_sym_COMMA, + STATE(2753), 1, + aux_sym_type_parameters_repeat1, STATE(2958), 2, sym_line_comment, sym_block_comment, - [87168] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [87099] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6327), 1, - anon_sym_move, - STATE(234), 1, - sym_closure_parameters, + ACTIONS(5473), 1, + anon_sym_RPAREN, + ACTIONS(5475), 1, + anon_sym_COMMA, + STATE(2865), 1, + aux_sym_parameters_repeat1, STATE(2959), 2, sym_line_comment, sym_block_comment, - [87188] = 6, + [87119] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6329), 1, - sym_identifier, - ACTIONS(6331), 1, - anon_sym_await, - ACTIONS(6333), 1, - sym_integer_literal, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(6320), 1, + anon_sym_SEMI, + STATE(1133), 1, + sym_declaration_list, STATE(2960), 2, sym_line_comment, sym_block_comment, - [87208] = 6, + [87139] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(999), 1, - anon_sym_RBRACK, - ACTIONS(6335), 1, - anon_sym_COMMA, - STATE(2709), 1, - aux_sym_arguments_repeat1, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(6322), 1, + anon_sym_SEMI, + STATE(1135), 1, + sym_declaration_list, STATE(2961), 2, sym_line_comment, sym_block_comment, - [87228] = 5, + [87159] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(6337), 2, - anon_sym_RPAREN, - anon_sym_COMMA, STATE(2962), 2, sym_line_comment, sym_block_comment, - [87246] = 6, + ACTIONS(4810), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [87175] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6339), 1, - anon_sym_SEMI, - ACTIONS(6341), 1, - anon_sym_EQ, + ACTIONS(3185), 1, + anon_sym_RPAREN, + ACTIONS(6324), 1, + anon_sym_COMMA, + STATE(2888), 1, + aux_sym_tuple_type_repeat1, STATE(2963), 2, sym_line_comment, sym_block_comment, - [87266] = 5, + [87195] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6337), 1, + ACTIONS(1503), 1, anon_sym_RPAREN, - ACTIONS(6343), 1, + ACTIONS(5514), 1, anon_sym_COMMA, - STATE(2964), 3, + STATE(2947), 1, + aux_sym_parameters_repeat1, + STATE(2964), 2, sym_line_comment, sym_block_comment, - aux_sym_tuple_pattern_repeat1, - [87284] = 6, + [87215] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(4900), 1, anon_sym_LBRACE, - ACTIONS(6346), 1, - anon_sym_SEMI, - STATE(642), 1, - sym_declaration_list, + STATE(1950), 1, + sym_type_arguments, STATE(2965), 2, sym_line_comment, sym_block_comment, - [87304] = 6, + [87235] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(6348), 1, - anon_sym_SEMI, - STATE(3403), 1, - sym_where_clause, + ACTIONS(4700), 1, + anon_sym_GT, + ACTIONS(5516), 1, + anon_sym_COMMA, + STATE(2884), 1, + aux_sym_type_parameters_repeat1, STATE(2966), 2, sym_line_comment, sym_block_comment, - [87324] = 6, + [87255] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4944), 1, - anon_sym_LT, - ACTIONS(6350), 1, - anon_sym_EQ, - STATE(3605), 1, - sym_type_parameters, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6326), 1, + anon_sym_SEMI, + ACTIONS(6328), 1, + anon_sym_RBRACK, STATE(2967), 2, sym_line_comment, sym_block_comment, - [87344] = 4, + [87275] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(6330), 1, + anon_sym_SEMI, + STATE(692), 1, + sym_declaration_list, STATE(2968), 2, sym_line_comment, sym_block_comment, - ACTIONS(6352), 3, - sym_string_content, - anon_sym_DQUOTE, - sym_escape_sequence, - [87360] = 6, + [87295] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6354), 1, - anon_sym_RBRACE, - ACTIONS(6356), 1, - anon_sym_COMMA, - STATE(3030), 1, - aux_sym_enum_variant_list_repeat2, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(6332), 1, + anon_sym_SEMI, + STATE(1141), 1, + sym_declaration_list, STATE(2969), 2, sym_line_comment, sym_block_comment, - [87380] = 6, + [87315] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(6358), 1, - anon_sym_SEMI, - STATE(591), 1, - sym_declaration_list, + ACTIONS(6334), 1, + sym_identifier, + ACTIONS(6336), 1, + anon_sym_await, + ACTIONS(6338), 1, + sym_integer_literal, STATE(2970), 2, sym_line_comment, sym_block_comment, - [87400] = 6, + [87335] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(6360), 1, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(6340), 1, anon_sym_SEMI, - STATE(3623), 1, - sym_where_clause, + STATE(1143), 1, + sym_declaration_list, STATE(2971), 2, sym_line_comment, sym_block_comment, - [87420] = 4, + [87355] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5880), 1, + anon_sym_RPAREN, + ACTIONS(5882), 1, + anon_sym_COMMA, + STATE(2907), 1, + aux_sym_tuple_pattern_repeat1, STATE(2972), 2, sym_line_comment, sym_block_comment, - ACTIONS(4860), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87436] = 6, + [87375] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1625), 1, - anon_sym_GT, - ACTIONS(6362), 1, - anon_sym_COMMA, - STATE(3033), 1, - aux_sym_type_arguments_repeat1, STATE(2973), 2, sym_line_comment, sym_block_comment, - [87456] = 6, + ACTIONS(4830), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [87391] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_LBRACE, - ACTIONS(6364), 1, - anon_sym_COLON_COLON, - STATE(1477), 1, - sym_field_initializer_list, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6342), 1, + anon_sym_SEMI, + ACTIONS(6344), 1, + anon_sym_EQ, STATE(2974), 2, sym_line_comment, sym_block_comment, - [87476] = 4, + [87411] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(6346), 1, + anon_sym_SEMI, + STATE(695), 1, + sym_declaration_list, STATE(2975), 2, sym_line_comment, sym_block_comment, - ACTIONS(4820), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87492] = 6, + [87431] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6366), 1, - anon_sym_LPAREN, - ACTIONS(6368), 1, - anon_sym_LBRACK, - ACTIONS(6370), 1, - anon_sym_LBRACE, + ACTIONS(4928), 1, + anon_sym_RBRACE, + ACTIONS(6348), 1, + anon_sym_COMMA, + STATE(2840), 1, + aux_sym_field_declaration_list_repeat1, STATE(2976), 2, sym_line_comment, sym_block_comment, - [87512] = 6, + [87451] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6372), 1, - anon_sym_LPAREN, - ACTIONS(6374), 1, - anon_sym_LBRACK, - ACTIONS(6376), 1, - anon_sym_LBRACE, STATE(2977), 2, sym_line_comment, sym_block_comment, - [87532] = 4, + ACTIONS(4866), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [87467] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -182258,80 +182287,77 @@ static const uint16_t ts_small_parse_table[] = { STATE(2978), 2, sym_line_comment, sym_block_comment, - ACTIONS(4838), 3, + ACTIONS(4906), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [87548] = 6, + [87483] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6378), 1, - anon_sym_RPAREN, - ACTIONS(6380), 1, - anon_sym_COMMA, - STATE(2997), 1, - aux_sym_ordered_field_declaration_list_repeat1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(6350), 1, + anon_sym_SEMI, + STATE(3439), 1, + sym_where_clause, STATE(2979), 2, sym_line_comment, sym_block_comment, - [87568] = 5, + [87503] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5447), 1, - anon_sym_COLON, - ACTIONS(6382), 2, - anon_sym_PIPE, + ACTIONS(6352), 1, + anon_sym_RBRACE, + ACTIONS(6354), 1, anon_sym_COMMA, + STATE(2791), 1, + aux_sym_field_initializer_list_repeat1, STATE(2980), 2, sym_line_comment, sym_block_comment, - [87586] = 6, + [87523] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6384), 1, - anon_sym_LPAREN, - ACTIONS(6386), 1, - anon_sym_LBRACK, - ACTIONS(6388), 1, - anon_sym_LBRACE, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(6356), 1, + anon_sym_for, + STATE(1950), 1, + sym_type_arguments, STATE(2981), 2, sym_line_comment, sym_block_comment, - [87606] = 6, + [87543] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(6390), 1, - anon_sym_LBRACE, - STATE(1955), 1, - sym_type_arguments, STATE(2982), 2, sym_line_comment, sym_block_comment, - [87626] = 6, + ACTIONS(4872), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [87559] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1625), 1, - anon_sym_GT, - ACTIONS(6362), 1, - anon_sym_COMMA, - STATE(3037), 1, - aux_sym_type_arguments_repeat1, STATE(2983), 2, sym_line_comment, sym_block_comment, - [87646] = 4, + ACTIONS(4876), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [87575] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -182339,11 +182365,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(2984), 2, sym_line_comment, sym_block_comment, - ACTIONS(4828), 3, + ACTIONS(4878), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [87662] = 4, + [87591] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -182351,144 +182377,150 @@ static const uint16_t ts_small_parse_table[] = { STATE(2985), 2, sym_line_comment, sym_block_comment, - ACTIONS(4914), 3, + ACTIONS(4884), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [87678] = 4, + [87607] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2986), 2, + ACTIONS(6358), 1, + anon_sym_RPAREN, + ACTIONS(6360), 1, + anon_sym_COMMA, + STATE(2986), 3, sym_line_comment, sym_block_comment, - ACTIONS(4882), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87694] = 6, + aux_sym_ordered_field_declaration_list_repeat1, + [87625] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3063), 1, - anon_sym_RPAREN, - ACTIONS(6392), 1, - anon_sym_COMMA, - STATE(2641), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6363), 1, + anon_sym_SEMI, + ACTIONS(6365), 1, + anon_sym_EQ, STATE(2987), 2, sym_line_comment, sym_block_comment, - [87714] = 4, + [87645] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(6367), 1, + anon_sym_SEMI, + STATE(578), 1, + sym_declaration_list, STATE(2988), 2, sym_line_comment, sym_block_comment, - ACTIONS(4822), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87730] = 5, + [87665] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6382), 1, - anon_sym_PIPE, - ACTIONS(6394), 1, - anon_sym_COMMA, - STATE(2989), 3, + ACTIONS(3451), 1, + anon_sym_LBRACE, + ACTIONS(6369), 1, + anon_sym_COLON_COLON, + STATE(1404), 1, + sym_field_initializer_list, + STATE(2989), 2, sym_line_comment, sym_block_comment, - aux_sym_closure_parameters_repeat1, - [87748] = 5, + [87685] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6397), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(6371), 1, + anon_sym_for, + STATE(1950), 1, + sym_type_arguments, STATE(2990), 2, sym_line_comment, sym_block_comment, - [87766] = 6, + [87705] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(6399), 1, - anon_sym_SEMI, - STATE(1103), 1, - sym_declaration_list, + ACTIONS(1633), 1, + anon_sym_GT, + ACTIONS(6373), 1, + anon_sym_COMMA, + STATE(2954), 1, + aux_sym_type_arguments_repeat1, STATE(2991), 2, sym_line_comment, sym_block_comment, - [87786] = 5, + [87725] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6403), 1, - anon_sym_COLON, - ACTIONS(6401), 2, + ACTIONS(6375), 1, anon_sym_RBRACE, + ACTIONS(6377), 1, anon_sym_COMMA, + STATE(2873), 1, + aux_sym_enum_variant_list_repeat2, STATE(2992), 2, sym_line_comment, sym_block_comment, - [87804] = 6, + [87745] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5155), 1, - anon_sym_RBRACE, - ACTIONS(6405), 1, - anon_sym_COMMA, - STATE(2769), 1, - aux_sym_struct_pattern_repeat1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6379), 1, + anon_sym_SEMI, + ACTIONS(6381), 1, + anon_sym_EQ, STATE(2993), 2, sym_line_comment, sym_block_comment, - [87824] = 6, + [87765] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5331), 1, - anon_sym_PLUS, - ACTIONS(6407), 1, - anon_sym_GT, - ACTIONS(6409), 1, - anon_sym_as, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(6383), 1, + anon_sym_SEMI, + STATE(684), 1, + sym_declaration_list, STATE(2994), 2, sym_line_comment, sym_block_comment, - [87844] = 6, + [87785] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3049), 1, - anon_sym_RPAREN, - ACTIONS(6411), 1, - anon_sym_COMMA, - STATE(2641), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(4965), 1, + anon_sym_where, + ACTIONS(6385), 1, + anon_sym_SEMI, + STATE(3589), 1, + sym_where_clause, STATE(2995), 2, sym_line_comment, sym_block_comment, - [87864] = 4, + [87805] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -182496,4515 +182528,4496 @@ static const uint16_t ts_small_parse_table[] = { STATE(2996), 2, sym_line_comment, sym_block_comment, - ACTIONS(6413), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [87880] = 5, + ACTIONS(4832), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [87821] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6415), 1, - anon_sym_RPAREN, - ACTIONS(6417), 1, - anon_sym_COMMA, - STATE(2997), 3, + ACTIONS(3003), 1, + anon_sym_SQUOTE, + ACTIONS(6387), 1, + anon_sym_GT, + STATE(3325), 1, + sym_lifetime, + STATE(2997), 2, sym_line_comment, sym_block_comment, - aux_sym_ordered_field_declaration_list_repeat1, - [87898] = 6, + [87841] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5277), 1, - anon_sym_RBRACE, - ACTIONS(6420), 1, - anon_sym_COMMA, - STATE(2769), 1, - aux_sym_struct_pattern_repeat1, STATE(2998), 2, sym_line_comment, sym_block_comment, - [87918] = 6, + ACTIONS(6389), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [87857] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5506), 1, - anon_sym_RPAREN, - ACTIONS(5508), 1, + ACTIONS(6391), 1, + anon_sym_RBRACE, + ACTIONS(6393), 1, anon_sym_COMMA, - STATE(3009), 1, - aux_sym_parameters_repeat1, - STATE(2999), 2, + STATE(2999), 3, sym_line_comment, sym_block_comment, - [87938] = 5, + aux_sym_use_list_repeat1, + [87875] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6422), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(6396), 1, + anon_sym_SEMI, + STATE(1303), 1, + sym_declaration_list, STATE(3000), 2, sym_line_comment, sym_block_comment, - [87956] = 5, + [87895] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6422), 1, - anon_sym_RPAREN, - ACTIONS(6424), 1, - anon_sym_COMMA, - STATE(3001), 3, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(6398), 1, + anon_sym_SEMI, + STATE(1366), 1, + sym_declaration_list, + STATE(3001), 2, sym_line_comment, sym_block_comment, - aux_sym_tuple_type_repeat1, - [87974] = 5, + [87915] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6427), 2, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6400), 2, anon_sym_RBRACE, anon_sym_COMMA, STATE(3002), 2, sym_line_comment, sym_block_comment, - [87992] = 5, + [87933] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6429), 1, - anon_sym_RBRACE, - ACTIONS(6431), 1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6402), 2, + anon_sym_GT, anon_sym_COMMA, - STATE(3003), 3, + STATE(3003), 2, sym_line_comment, sym_block_comment, - aux_sym_use_list_repeat1, - [88010] = 6, + [87951] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6434), 1, - anon_sym_RPAREN, - ACTIONS(6436), 1, - anon_sym_COMMA, - STATE(2997), 1, - aux_sym_ordered_field_declaration_list_repeat1, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(6404), 1, + anon_sym_SEMI, + STATE(1181), 1, + sym_declaration_list, STATE(3004), 2, sym_line_comment, sym_block_comment, - [88030] = 4, + [87971] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(6406), 1, + anon_sym_SEMI, + STATE(1183), 1, + sym_declaration_list, STATE(3005), 2, sym_line_comment, sym_block_comment, - ACTIONS(4814), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88046] = 4, + [87991] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(3006), 2, + ACTIONS(6408), 1, + anon_sym_RBRACE, + ACTIONS(6410), 1, + anon_sym_COMMA, + STATE(3006), 3, sym_line_comment, sym_block_comment, - ACTIONS(4856), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88062] = 5, + aux_sym_field_initializer_list_repeat1, + [88009] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(6438), 2, - anon_sym_RBRACE, + ACTIONS(6387), 1, + anon_sym_GT, + ACTIONS(6413), 1, anon_sym_COMMA, + STATE(3047), 1, + aux_sym_for_lifetimes_repeat1, STATE(3007), 2, sym_line_comment, sym_block_comment, - [88080] = 4, + [88029] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6415), 1, + anon_sym_AMP_AMP, + ACTIONS(4303), 2, + anon_sym_LBRACE, + anon_sym_SQUOTE, STATE(3008), 2, sym_line_comment, sym_block_comment, - ACTIONS(4818), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88096] = 6, + [88047] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1501), 1, - anon_sym_RPAREN, - ACTIONS(5622), 1, - anon_sym_COMMA, - STATE(2840), 1, - aux_sym_parameters_repeat1, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(6417), 1, + anon_sym_SEMI, + STATE(560), 1, + sym_declaration_list, STATE(3009), 2, sym_line_comment, sym_block_comment, - [88116] = 6, + [88067] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6440), 1, - sym_identifier, - ACTIONS(6442), 1, - anon_sym_await, - ACTIONS(6444), 1, - sym_integer_literal, STATE(3010), 2, sym_line_comment, sym_block_comment, - [88136] = 4, + ACTIONS(5496), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [88083] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(3011), 2, + ACTIONS(6419), 1, + anon_sym_RBRACE, + ACTIONS(6421), 1, + anon_sym_COMMA, + STATE(3011), 3, sym_line_comment, sym_block_comment, - ACTIONS(4842), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88152] = 6, + aux_sym_enum_variant_list_repeat2, + [88101] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1501), 1, - anon_sym_RPAREN, - ACTIONS(5622), 1, - anon_sym_COMMA, - STATE(2897), 1, - aux_sym_parameters_repeat1, STATE(3012), 2, sym_line_comment, sym_block_comment, - [88172] = 6, + ACTIONS(6424), 3, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + [88117] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4632), 1, - anon_sym_COLON, - ACTIONS(4952), 1, - anon_sym_COLON_COLON, - STATE(2725), 1, - sym_trait_bounds, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(6426), 1, + anon_sym_SEMI, + STATE(1190), 1, + sym_declaration_list, STATE(3013), 2, sym_line_comment, sym_block_comment, - [88192] = 5, + [88137] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5666), 1, - anon_sym_EQ, - ACTIONS(5702), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(6428), 1, + anon_sym_SEMI, + STATE(1192), 1, + sym_declaration_list, STATE(3014), 2, sym_line_comment, sym_block_comment, - [88210] = 5, + [88157] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6446), 1, + ACTIONS(6430), 1, anon_sym_RBRACE, - ACTIONS(6448), 1, + ACTIONS(6432), 1, anon_sym_COMMA, - STATE(3015), 3, + STATE(2834), 1, + aux_sym_struct_pattern_repeat1, + STATE(3015), 2, sym_line_comment, sym_block_comment, - aux_sym_enum_variant_list_repeat2, - [88228] = 6, + [88177] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(921), 1, - anon_sym_RBRACK, - ACTIONS(4069), 1, + ACTIONS(5582), 1, anon_sym_COMMA, - STATE(2709), 1, - aux_sym_arguments_repeat1, + ACTIONS(6434), 1, + anon_sym_PIPE, + STATE(2807), 1, + aux_sym_closure_parameters_repeat1, STATE(3016), 2, sym_line_comment, sym_block_comment, - [88248] = 6, + [88197] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3011), 1, - anon_sym_SQUOTE, - ACTIONS(6451), 1, - anon_sym_GT, - STATE(3094), 1, - sym_lifetime, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(6436), 1, + anon_sym_SEMI, + STATE(620), 1, + sym_declaration_list, STATE(3017), 2, sym_line_comment, sym_block_comment, - [88268] = 6, + [88217] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6451), 1, - anon_sym_GT, - ACTIONS(6453), 1, - anon_sym_COMMA, - STATE(2929), 1, - aux_sym_for_lifetimes_repeat1, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6438), 1, + anon_sym_SEMI, + ACTIONS(6440), 1, + anon_sym_EQ, STATE(3018), 2, sym_line_comment, sym_block_comment, - [88288] = 6, + [88237] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5924), 1, - anon_sym_RPAREN, - ACTIONS(5926), 1, - anon_sym_COMMA, - STATE(2773), 1, - aux_sym_tuple_pattern_repeat1, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(6442), 1, + anon_sym_SEMI, + STATE(1198), 1, + sym_declaration_list, STATE(3019), 2, sym_line_comment, sym_block_comment, - [88308] = 5, + [88257] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6455), 1, - anon_sym_RBRACE, - ACTIONS(6457), 1, - anon_sym_COMMA, - STATE(3020), 3, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6444), 1, + anon_sym_SEMI, + ACTIONS(6446), 1, + anon_sym_EQ, + STATE(3020), 2, sym_line_comment, sym_block_comment, - aux_sym_field_declaration_list_repeat1, - [88326] = 4, + [88277] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6448), 1, + sym_identifier, + ACTIONS(6450), 1, + anon_sym_await, + ACTIONS(6452), 1, + sym_integer_literal, STATE(3021), 2, sym_line_comment, sym_block_comment, - ACTIONS(4806), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88342] = 6, + [88297] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5011), 1, - anon_sym_RBRACE, - ACTIONS(6460), 1, - anon_sym_COMMA, - STATE(3020), 1, - aux_sym_field_declaration_list_repeat1, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(6454), 1, + anon_sym_SEMI, + STATE(535), 1, + sym_declaration_list, STATE(3022), 2, sym_line_comment, sym_block_comment, - [88362] = 5, + [88317] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6464), 1, - anon_sym_EQ, - ACTIONS(6462), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(6456), 1, + anon_sym_SEMI, + STATE(1200), 1, + sym_declaration_list, STATE(3023), 2, sym_line_comment, sym_block_comment, - [88380] = 6, + [88337] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_RBRACE, - ACTIONS(6466), 1, + ACTIONS(4684), 1, + anon_sym_GT, + ACTIONS(6458), 1, anon_sym_COMMA, - STATE(3020), 1, - aux_sym_field_declaration_list_repeat1, + STATE(2850), 1, + aux_sym_type_parameters_repeat1, STATE(3024), 2, sym_line_comment, sym_block_comment, - [88400] = 6, + [88357] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4922), 1, - anon_sym_RBRACE, - ACTIONS(6468), 1, - anon_sym_COMMA, - STATE(3015), 1, - aux_sym_enum_variant_list_repeat2, + ACTIONS(6415), 1, + anon_sym_AMP_AMP, + ACTIONS(6460), 2, + anon_sym_LBRACE, + anon_sym_SQUOTE, STATE(3025), 2, sym_line_comment, sym_block_comment, - [88420] = 6, + [88375] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6470), 1, - anon_sym_SEMI, - ACTIONS(6472), 1, - anon_sym_RBRACK, + ACTIONS(6462), 1, + anon_sym_move, + STATE(225), 1, + sym_closure_parameters, STATE(3026), 2, sym_line_comment, sym_block_comment, - [88440] = 6, + [88395] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5011), 1, - anon_sym_RBRACE, - ACTIONS(6460), 1, - anon_sym_COMMA, - STATE(3024), 1, - aux_sym_field_declaration_list_repeat1, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(5013), 1, + anon_sym_for, + STATE(1950), 1, + sym_type_arguments, STATE(3027), 2, sym_line_comment, sym_block_comment, - [88460] = 4, + [88415] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(6464), 1, + anon_sym_SEMI, + STATE(538), 1, + sym_declaration_list, STATE(3028), 2, sym_line_comment, sym_block_comment, - ACTIONS(6474), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [88476] = 5, + [88435] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6478), 1, - anon_sym_EQ, - ACTIONS(6476), 2, - anon_sym_RBRACE, + ACTIONS(4700), 1, + anon_sym_GT, + ACTIONS(5516), 1, anon_sym_COMMA, + STATE(2850), 1, + aux_sym_type_parameters_repeat1, STATE(3029), 2, sym_line_comment, sym_block_comment, - [88494] = 6, + [88455] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5013), 1, - anon_sym_RBRACE, - ACTIONS(6480), 1, + ACTIONS(925), 1, + anon_sym_RBRACK, + ACTIONS(4071), 1, anon_sym_COMMA, - STATE(3015), 1, - aux_sym_enum_variant_list_repeat2, + STATE(2553), 1, + aux_sym_arguments_repeat1, STATE(3030), 2, sym_line_comment, sym_block_comment, - [88514] = 6, + [88475] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5013), 1, - anon_sym_RBRACE, - ACTIONS(6480), 1, - anon_sym_COMMA, - STATE(3025), 1, - aux_sym_enum_variant_list_repeat2, + ACTIONS(4914), 1, + anon_sym_LBRACE, + ACTIONS(6466), 1, + anon_sym_SEMI, + STATE(506), 1, + sym_declaration_list, STATE(3031), 2, sym_line_comment, sym_block_comment, - [88534] = 6, + [88495] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(6482), 1, - anon_sym_COLON_COLON, - STATE(1952), 1, - sym_type_arguments, + ACTIONS(5918), 1, + anon_sym_RPAREN, + ACTIONS(5920), 1, + anon_sym_COMMA, + STATE(2876), 1, + aux_sym_tuple_pattern_repeat1, STATE(3032), 2, sym_line_comment, sym_block_comment, - [88554] = 6, + [88515] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1633), 1, - anon_sym_GT, - ACTIONS(6484), 1, - anon_sym_COMMA, - STATE(3037), 1, - aux_sym_type_arguments_repeat1, STATE(3033), 2, sym_line_comment, sym_block_comment, - [88574] = 6, + ACTIONS(6468), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [88531] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5451), 1, - anon_sym_COMMA, - ACTIONS(6486), 1, - anon_sym_PIPE, - STATE(2989), 1, - aux_sym_closure_parameters_repeat1, + ACTIONS(4963), 1, + anon_sym_LT, + ACTIONS(6470), 1, + anon_sym_EQ, + STATE(3591), 1, + sym_type_parameters, STATE(3034), 2, sym_line_comment, sym_block_comment, - [88594] = 5, + [88551] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, + ACTIONS(5025), 1, anon_sym_PLUS, - ACTIONS(6488), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(6472), 1, + anon_sym_SEMI, + ACTIONS(6474), 1, + anon_sym_EQ, STATE(3035), 2, sym_line_comment, sym_block_comment, - [88612] = 6, + [88571] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, - anon_sym_where, - ACTIONS(6490), 1, - anon_sym_SEMI, - STATE(3391), 1, - sym_where_clause, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(6476), 1, + anon_sym_for, + STATE(1950), 1, + sym_type_arguments, STATE(3036), 2, sym_line_comment, sym_block_comment, - [88632] = 5, + [88591] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5626), 1, + ACTIONS(1633), 1, anon_sym_GT, - ACTIONS(6492), 1, + ACTIONS(6373), 1, anon_sym_COMMA, - STATE(3037), 3, + STATE(2808), 1, + aux_sym_type_arguments_repeat1, + STATE(3037), 2, sym_line_comment, sym_block_comment, - aux_sym_type_arguments_repeat1, - [88650] = 6, + [88611] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4595), 1, - anon_sym_COLON_COLON, - ACTIONS(4632), 1, - anon_sym_COLON, - STATE(2725), 1, - sym_trait_bounds, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(6478), 1, + anon_sym_for, + STATE(1950), 1, + sym_type_arguments, STATE(3038), 2, sym_line_comment, sym_block_comment, - [88670] = 5, + [88631] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4612), 1, - anon_sym_COLON_COLON, - ACTIONS(5401), 2, - anon_sym_RPAREN, + ACTIONS(6482), 1, + anon_sym_EQ, + ACTIONS(6480), 2, + anon_sym_RBRACE, anon_sym_COMMA, STATE(3039), 2, sym_line_comment, sym_block_comment, - [88688] = 6, + [88649] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5461), 1, + ACTIONS(3003), 1, + anon_sym_SQUOTE, + ACTIONS(6484), 1, anon_sym_GT, - ACTIONS(5463), 1, - anon_sym_COMMA, - STATE(2795), 1, - aux_sym_type_parameters_repeat1, + STATE(3325), 1, + sym_lifetime, STATE(3040), 2, sym_line_comment, sym_block_comment, - [88708] = 6, + [88669] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - ACTIONS(6495), 1, - anon_sym_SEMI, - STATE(744), 1, - sym_declaration_list, STATE(3041), 2, sym_line_comment, sym_block_comment, - [88728] = 6, + ACTIONS(6486), 3, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + [88685] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(5021), 1, - anon_sym_for, - STATE(1955), 1, - sym_type_arguments, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(6488), 1, + anon_sym_SEMI, + STATE(1216), 1, + sym_declaration_list, STATE(3042), 2, sym_line_comment, sym_block_comment, - [88748] = 5, + [88705] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6499), 1, - anon_sym_COLON, - ACTIONS(6497), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(4495), 1, + anon_sym_LT2, + ACTIONS(6490), 1, + anon_sym_for, + STATE(1950), 1, + sym_type_arguments, STATE(3043), 2, sym_line_comment, sym_block_comment, - [88766] = 4, + [88725] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4940), 1, + anon_sym_LBRACE, + ACTIONS(6492), 1, + anon_sym_SEMI, + STATE(1218), 1, + sym_declaration_list, STATE(3044), 2, sym_line_comment, sym_block_comment, - ACTIONS(6501), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [88782] = 6, + [88745] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - ACTIONS(6503), 1, - anon_sym_SEMI, - STATE(1128), 1, - sym_declaration_list, + ACTIONS(5286), 1, + anon_sym_PLUS, + ACTIONS(6494), 1, + anon_sym_GT, + ACTIONS(6496), 1, + anon_sym_as, STATE(3045), 2, sym_line_comment, sym_block_comment, - [88802] = 6, + [88765] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4944), 1, - anon_sym_LT, - ACTIONS(6505), 1, - anon_sym_EQ, - STATE(3602), 1, - sym_type_parameters, + ACTIONS(6498), 1, + sym_identifier, + ACTIONS(6500), 1, + anon_sym_ref, + ACTIONS(6502), 1, + sym_mutable_specifier, STATE(3046), 2, sym_line_comment, sym_block_comment, - [88822] = 6, + [88785] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6507), 1, - anon_sym_RBRACE, - ACTIONS(6509), 1, + ACTIONS(6504), 1, + anon_sym_GT, + ACTIONS(6506), 1, anon_sym_COMMA, - STATE(2812), 1, - aux_sym_use_list_repeat1, - STATE(3047), 2, + STATE(3047), 3, sym_line_comment, sym_block_comment, - [88842] = 6, + aux_sym_for_lifetimes_repeat1, + [88803] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(6511), 1, - anon_sym_for, - STATE(1955), 1, - sym_type_arguments, STATE(3048), 2, sym_line_comment, sym_block_comment, - [88862] = 6, + ACTIONS(6509), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [88819] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4946), 1, + ACTIONS(4965), 1, anon_sym_where, - ACTIONS(6513), 1, + ACTIONS(6511), 1, anon_sym_SEMI, - STATE(3358), 1, + STATE(3368), 1, sym_where_clause, STATE(3049), 2, sym_line_comment, sym_block_comment, - [88882] = 6, + [88839] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(6515), 1, - anon_sym_for, - STATE(1955), 1, - sym_type_arguments, + ACTIONS(4682), 1, + anon_sym_GT, + ACTIONS(6513), 1, + anon_sym_COMMA, + STATE(2850), 1, + aux_sym_type_parameters_repeat1, STATE(3050), 2, sym_line_comment, sym_block_comment, - [88902] = 5, + [88859] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(6517), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6515), 1, + anon_sym_SEMI, + ACTIONS(6517), 1, + anon_sym_EQ, STATE(3051), 2, sym_line_comment, sym_block_comment, - [88920] = 6, + [88879] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4503), 1, - anon_sym_LT2, - ACTIONS(6519), 1, - anon_sym_for, - STATE(1955), 1, - sym_type_arguments, + ACTIONS(4940), 1, + anon_sym_LBRACE, + STATE(1168), 1, + sym_declaration_list, STATE(3052), 2, sym_line_comment, sym_block_comment, - [88940] = 6, + [88896] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6521), 1, - sym_identifier, - ACTIONS(6523), 1, - anon_sym_ref, - ACTIONS(6525), 1, - sym_mutable_specifier, + ACTIONS(4940), 1, + anon_sym_LBRACE, + STATE(1208), 1, + sym_declaration_list, STATE(3053), 2, sym_line_comment, sym_block_comment, - [88960] = 6, + [88913] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, + ACTIONS(4982), 1, anon_sym_LBRACE, - ACTIONS(6527), 1, - anon_sym_SEMI, - STATE(568), 1, - sym_declaration_list, + STATE(1344), 1, + sym_field_declaration_list, STATE(3054), 2, sym_line_comment, sym_block_comment, - [88980] = 6, + [88930] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(903), 1, - anon_sym_RBRACK, - ACTIONS(4077), 1, - anon_sym_COMMA, - STATE(2709), 1, - aux_sym_arguments_repeat1, + ACTIONS(4579), 1, + anon_sym_COLON_COLON, + ACTIONS(6371), 1, + anon_sym_for, STATE(3055), 2, sym_line_comment, sym_block_comment, - [89000] = 6, + [88947] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3011), 1, - anon_sym_SQUOTE, - ACTIONS(6529), 1, - anon_sym_GT, - STATE(3094), 1, - sym_lifetime, + ACTIONS(4940), 1, + anon_sym_LBRACE, + STATE(1349), 1, + sym_declaration_list, STATE(3056), 2, sym_line_comment, sym_block_comment, - [89020] = 5, + [88964] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6531), 1, - sym_identifier, - ACTIONS(6533), 1, - sym_mutable_specifier, + ACTIONS(4489), 1, + anon_sym_LPAREN, + STATE(1977), 1, + sym_parameters, STATE(3057), 2, sym_line_comment, sym_block_comment, - [89037] = 4, + [88981] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5972), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(4961), 1, + anon_sym_LBRACE, + STATE(641), 1, + sym_field_declaration_list, STATE(3058), 2, sym_line_comment, sym_block_comment, - [89052] = 5, + [88998] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4942), 1, - anon_sym_LBRACE, - STATE(719), 1, - sym_field_declaration_list, + ACTIONS(5417), 1, + sym_super, + ACTIONS(6519), 1, + sym_identifier, STATE(3059), 2, sym_line_comment, sym_block_comment, - [89069] = 5, + [89015] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, + ACTIONS(4982), 1, anon_sym_LBRACE, - STATE(1344), 1, - sym_declaration_list, + STATE(1356), 1, + sym_field_declaration_list, STATE(3060), 2, sym_line_comment, sym_block_comment, - [89086] = 5, + [89032] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5219), 1, - anon_sym_RBRACE, - ACTIONS(6535), 1, - anon_sym_SEMI, + ACTIONS(6521), 1, + sym_identifier, + ACTIONS(6523), 1, + sym_super, STATE(3061), 2, sym_line_comment, sym_block_comment, - [89103] = 5, + [89049] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6535), 1, - anon_sym_SEMI, - ACTIONS(6537), 1, - anon_sym_RBRACE, + STATE(222), 1, + sym_closure_parameters, STATE(3062), 2, sym_line_comment, sym_block_comment, - [89120] = 5, + [89066] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6535), 1, - anon_sym_SEMI, - ACTIONS(6539), 1, - anon_sym_RBRACE, + ACTIONS(3847), 1, + anon_sym_COLON, + ACTIONS(5286), 1, + anon_sym_PLUS, STATE(3063), 2, sym_line_comment, sym_block_comment, - [89137] = 5, + [89083] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6541), 1, - anon_sym_LT, - STATE(1003), 1, - sym_type_parameters, + ACTIONS(6525), 2, + sym_identifier, + sym_super, STATE(3064), 2, sym_line_comment, sym_block_comment, - [89154] = 5, + [89098] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5363), 1, - anon_sym_LBRACE, - STATE(657), 1, - sym_enum_variant_list, + ACTIONS(6527), 1, + anon_sym_SEMI, + ACTIONS(6529), 1, + anon_sym_as, STATE(3065), 2, sym_line_comment, sym_block_comment, - [89171] = 5, + [89115] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5441), 1, - sym_super, - ACTIONS(6543), 1, - sym_identifier, + ACTIONS(3851), 1, + anon_sym_COLON, + ACTIONS(5286), 1, + anon_sym_PLUS, STATE(3066), 2, sym_line_comment, sym_block_comment, - [89188] = 4, + [89132] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5195), 2, + ACTIONS(6531), 2, sym_identifier, sym_super, STATE(3067), 2, sym_line_comment, sym_block_comment, - [89203] = 5, + [89147] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6545), 1, + ACTIONS(6533), 1, sym_identifier, - ACTIONS(6547), 1, + ACTIONS(6535), 1, sym_super, STATE(3068), 2, sym_line_comment, sym_block_comment, - [89220] = 5, + [89164] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3297), 1, - anon_sym_LPAREN, - STATE(1159), 1, - sym_parameters, + ACTIONS(6537), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3069), 2, sym_line_comment, sym_block_comment, - [89237] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [89179] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(219), 1, - sym_closure_parameters, + ACTIONS(5841), 1, + sym_super, + ACTIONS(6539), 1, + sym_identifier, STATE(3070), 2, sym_line_comment, sym_block_comment, - [89254] = 5, + [89196] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - STATE(625), 1, - sym_declaration_list, + ACTIONS(4491), 1, + anon_sym_BANG, + ACTIONS(6541), 1, + anon_sym_COLON_COLON, STATE(3071), 2, sym_line_comment, sym_block_comment, - [89271] = 4, + [89213] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5401), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(6543), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3072), 2, sym_line_comment, sym_block_comment, - [89286] = 5, + [89228] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6549), 1, - sym_identifier, - ACTIONS(6551), 1, - sym_super, + ACTIONS(5351), 1, + anon_sym_LBRACE, + STATE(603), 1, + sym_enum_variant_list, STATE(3073), 2, sym_line_comment, sym_block_comment, - [89303] = 5, + [89245] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6553), 1, - sym_identifier, - ACTIONS(6555), 1, - sym_super, + ACTIONS(3979), 1, + anon_sym_LPAREN, + STATE(1630), 1, + sym_parameters, STATE(3074), 2, sym_line_comment, sym_block_comment, - [89320] = 4, + [89262] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6557), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(4914), 1, + anon_sym_LBRACE, + STATE(508), 1, + sym_declaration_list, STATE(3075), 2, sym_line_comment, sym_block_comment, - [89335] = 5, + [89279] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5879), 1, - sym_super, - ACTIONS(6559), 1, - sym_identifier, + STATE(232), 1, + sym_closure_parameters, STATE(3076), 2, sym_line_comment, sym_block_comment, - [89352] = 5, + [89296] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4942), 1, - anon_sym_LBRACE, - STATE(737), 1, - sym_field_declaration_list, + ACTIONS(5191), 1, + anon_sym_RBRACE, + ACTIONS(6545), 1, + anon_sym_SEMI, STATE(3077), 2, sym_line_comment, sym_block_comment, - [89369] = 4, + [89313] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6561), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5203), 1, + anon_sym_RBRACE, + ACTIONS(6545), 1, + anon_sym_SEMI, STATE(3078), 2, sym_line_comment, sym_block_comment, - [89384] = 4, + [89330] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5441), 2, + ACTIONS(5752), 1, sym_identifier, + ACTIONS(5754), 1, sym_super, STATE(3079), 2, sym_line_comment, sym_block_comment, - [89399] = 5, + [89347] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, - anon_sym_LPAREN, - STATE(1625), 1, - sym_parameters, + ACTIONS(5673), 2, + sym_identifier, + sym_super, STATE(3080), 2, sym_line_comment, sym_block_comment, - [89416] = 4, + [89362] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6563), 2, + ACTIONS(6547), 1, sym_identifier, + ACTIONS(6549), 1, sym_super, STATE(3081), 2, sym_line_comment, sym_block_comment, - [89431] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [89379] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(230), 1, - sym_closure_parameters, + ACTIONS(6519), 1, + sym_identifier, + ACTIONS(6531), 1, + sym_super, STATE(3082), 2, sym_line_comment, sym_block_comment, - [89448] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [89396] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(231), 1, - sym_closure_parameters, + ACTIONS(5211), 1, + sym_super, + ACTIONS(5756), 1, + sym_identifier, STATE(3083), 2, sym_line_comment, sym_block_comment, - [89465] = 5, + [89413] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5441), 1, - sym_super, - ACTIONS(6565), 1, + ACTIONS(6551), 1, sym_identifier, + ACTIONS(6553), 1, + sym_super, STATE(3084), 2, sym_line_comment, sym_block_comment, - [89482] = 5, + [89430] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5692), 1, - sym_identifier, - ACTIONS(5694), 1, - sym_super, + ACTIONS(6104), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3085), 2, sym_line_comment, sym_block_comment, - [89499] = 4, + [89445] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5642), 2, - sym_identifier, + ACTIONS(6531), 1, sym_super, + ACTIONS(6555), 1, + sym_identifier, STATE(3086), 2, sym_line_comment, sym_block_comment, - [89514] = 5, + [89462] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6567), 1, - sym_identifier, - ACTIONS(6569), 1, - sym_super, + ACTIONS(6557), 1, + anon_sym_LT, + STATE(885), 1, + sym_type_parameters, STATE(3087), 2, sym_line_comment, sym_block_comment, - [89531] = 4, + [89479] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6551), 2, - sym_identifier, - sym_super, + ACTIONS(3979), 1, + anon_sym_LPAREN, + STATE(1638), 1, + sym_parameters, STATE(3088), 2, sym_line_comment, sym_block_comment, - [89546] = 5, + [89496] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6571), 1, - anon_sym_RPAREN, - ACTIONS(6573), 1, + ACTIONS(4579), 1, anon_sym_COLON_COLON, + ACTIONS(6157), 1, + anon_sym_for, STATE(3089), 2, sym_line_comment, sym_block_comment, - [89563] = 5, + [89513] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6543), 1, - sym_identifier, - ACTIONS(6575), 1, - sym_super, + ACTIONS(4914), 1, + anon_sym_LBRACE, + STATE(750), 1, + sym_declaration_list, STATE(3090), 2, sym_line_comment, sym_block_comment, - [89580] = 5, + [89530] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6577), 1, - anon_sym_RPAREN, - ACTIONS(6579), 1, - anon_sym_COLON_COLON, + ACTIONS(6557), 1, + anon_sym_LT, + STATE(1059), 1, + sym_type_parameters, STATE(3091), 2, sym_line_comment, sym_block_comment, - [89597] = 5, + [89547] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5195), 1, - sym_super, - ACTIONS(5696), 1, - sym_identifier, + ACTIONS(4489), 1, + anon_sym_LPAREN, + STATE(2230), 1, + sym_parameters, STATE(3092), 2, sym_line_comment, sym_block_comment, - [89614] = 5, + [89564] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6551), 1, - sym_super, - ACTIONS(6581), 1, - sym_identifier, + ACTIONS(4489), 1, + anon_sym_LPAREN, + STATE(2207), 1, + sym_parameters, STATE(3093), 2, sym_line_comment, sym_block_comment, - [89631] = 4, + [89581] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6266), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(6559), 2, + sym_identifier, + sym_super, STATE(3094), 2, sym_line_comment, sym_block_comment, - [89646] = 5, + [89596] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6577), 1, - anon_sym_RPAREN, - ACTIONS(6583), 1, - anon_sym_COLON_COLON, + ACTIONS(4914), 1, + anon_sym_LBRACE, + STATE(751), 1, + sym_declaration_list, STATE(3095), 2, sym_line_comment, sym_block_comment, - [89663] = 4, + [89613] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6009), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(3783), 2, + anon_sym_LPAREN, + anon_sym_COLON_COLON, STATE(3096), 2, sym_line_comment, sym_block_comment, - [89678] = 5, + [89628] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5261), 1, - anon_sym_RBRACE, - ACTIONS(6535), 1, - anon_sym_SEMI, + ACTIONS(4489), 1, + anon_sym_LPAREN, + STATE(1983), 1, + sym_parameters, STATE(3097), 2, sym_line_comment, sym_block_comment, - [89695] = 5, + [89645] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6585), 1, - anon_sym_SEMI, - ACTIONS(6587), 1, - anon_sym_as, + ACTIONS(5417), 1, + sym_super, + ACTIONS(6561), 1, + sym_identifier, STATE(3098), 2, sym_line_comment, sym_block_comment, - [89712] = 5, + [89662] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6577), 1, - anon_sym_RPAREN, - ACTIONS(6589), 1, - anon_sym_COLON_COLON, + ACTIONS(3947), 1, + anon_sym_COLON, + ACTIONS(5286), 1, + anon_sym_PLUS, STATE(3099), 2, sym_line_comment, sym_block_comment, - [89729] = 5, + [89679] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5165), 1, - anon_sym_RBRACK, - ACTIONS(6535), 1, - anon_sym_SEMI, + ACTIONS(6563), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3100), 2, sym_line_comment, sym_block_comment, - [89746] = 5, + [89694] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6541), 1, - anon_sym_LT, - STATE(875), 1, - sym_type_parameters, + ACTIONS(6553), 2, + sym_identifier, + sym_super, STATE(3101), 2, sym_line_comment, sym_block_comment, - [89763] = 5, + [89709] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, + ACTIONS(3979), 1, anon_sym_LPAREN, - STATE(1603), 1, + STATE(1644), 1, sym_parameters, STATE(3102), 2, sym_line_comment, sym_block_comment, - [89780] = 5, + [89726] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3011), 1, - anon_sym_SQUOTE, - STATE(2829), 1, - sym_lifetime, + ACTIONS(6565), 1, + anon_sym_SEMI, + ACTIONS(6567), 1, + anon_sym_as, STATE(3103), 2, sym_line_comment, sym_block_comment, - [89797] = 4, + [89743] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6591), 2, + ACTIONS(5718), 1, sym_identifier, + ACTIONS(5720), 1, sym_super, STATE(3104), 2, sym_line_comment, sym_block_comment, - [89812] = 5, + [89760] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4942), 1, - anon_sym_LBRACE, - STATE(631), 1, - sym_field_declaration_list, + ACTIONS(4489), 1, + anon_sym_LPAREN, + STATE(2192), 1, + sym_parameters, STATE(3105), 2, sym_line_comment, sym_block_comment, - [89829] = 5, + [89777] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - STATE(623), 1, - sym_declaration_list, + ACTIONS(3285), 1, + anon_sym_LPAREN, + STATE(1149), 1, + sym_parameters, STATE(3106), 2, sym_line_comment, sym_block_comment, - [89846] = 5, + [89794] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4595), 1, - anon_sym_COLON_COLON, - ACTIONS(4960), 1, - anon_sym_for, + ACTIONS(6569), 2, + sym_identifier, + sym_super, STATE(3107), 2, sym_line_comment, sym_block_comment, - [89863] = 5, + [89809] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5285), 1, - anon_sym_LBRACE, - STATE(1163), 1, - sym_enum_variant_list, + ACTIONS(5243), 1, + anon_sym_RBRACE, + ACTIONS(6545), 1, + anon_sym_SEMI, STATE(3108), 2, sym_line_comment, sym_block_comment, - [89880] = 5, + [89826] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6565), 1, - sym_identifier, - ACTIONS(6575), 1, - sym_super, + ACTIONS(6571), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3109), 2, sym_line_comment, sym_block_comment, - [89897] = 5, + [89841] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4595), 1, - anon_sym_COLON_COLON, - ACTIONS(5952), 1, - anon_sym_for, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6573), 1, + anon_sym_EQ, STATE(3110), 2, sym_line_comment, sym_block_comment, - [89914] = 5, + [89858] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5441), 1, - sym_super, - ACTIONS(6593), 1, - sym_identifier, + ACTIONS(5387), 1, + anon_sym_LBRACE, + STATE(1231), 1, + sym_enum_variant_list, STATE(3111), 2, sym_line_comment, sym_block_comment, - [89931] = 5, + [89875] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, - anon_sym_LPAREN, - STATE(1622), 1, - sym_parameters, + ACTIONS(6575), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3112), 2, sym_line_comment, sym_block_comment, - [89948] = 5, + [89890] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6082), 1, + ACTIONS(5417), 1, + sym_super, + ACTIONS(6577), 1, sym_identifier, - ACTIONS(6086), 1, - sym_mutable_specifier, STATE(3113), 2, sym_line_comment, sym_block_comment, - [89965] = 5, + [89907] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(6595), 1, - anon_sym_in, + ACTIONS(5351), 1, + anon_sym_LBRACE, + STATE(487), 1, + sym_enum_variant_list, STATE(3114), 2, sym_line_comment, sym_block_comment, - [89982] = 4, + [89924] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6597), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(6579), 1, + sym_identifier, + ACTIONS(6581), 1, + sym_mutable_specifier, STATE(3115), 2, sym_line_comment, sym_block_comment, - [89997] = 4, + [89941] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6599), 2, - anon_sym_GT, - anon_sym_COMMA, + STATE(216), 1, + sym_closure_parameters, STATE(3116), 2, sym_line_comment, sym_block_comment, - [90012] = 5, + [89958] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3817), 1, - anon_sym_COLON, - ACTIONS(5331), 1, - anon_sym_PLUS, + ACTIONS(6525), 1, + sym_super, + ACTIONS(6583), 1, + sym_identifier, STATE(3117), 2, sym_line_comment, sym_block_comment, - [90029] = 5, + [89975] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4942), 1, - anon_sym_LBRACE, - STATE(663), 1, - sym_field_declaration_list, + ACTIONS(6557), 1, + anon_sym_LT, + STATE(926), 1, + sym_type_parameters, STATE(3118), 2, sym_line_comment, sym_block_comment, - [90046] = 5, + [89992] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_LBRACE, - STATE(1477), 1, - sym_field_initializer_list, + ACTIONS(4579), 1, + anon_sym_COLON_COLON, + ACTIONS(4936), 1, + anon_sym_for, STATE(3119), 2, sym_line_comment, sym_block_comment, - [90063] = 5, + [90009] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(6601), 1, - anon_sym_in, + ACTIONS(5787), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3120), 2, sym_line_comment, sym_block_comment, - [90080] = 5, + [90024] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4499), 1, - anon_sym_BANG, - ACTIONS(6603), 1, - anon_sym_COLON_COLON, + ACTIONS(6585), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3121), 2, sym_line_comment, sym_block_comment, - [90097] = 4, + [90039] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6605), 2, - sym_identifier, + ACTIONS(5841), 1, sym_super, + ACTIONS(6587), 1, + sym_identifier, STATE(3122), 2, sym_line_comment, sym_block_comment, - [90112] = 4, + [90056] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6607), 2, - sym_identifier, - sym_metavariable, + ACTIONS(5762), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3123), 2, sym_line_comment, sym_block_comment, - [90127] = 5, + [90071] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6541), 1, - anon_sym_LT, - STATE(1053), 1, - sym_type_parameters, + ACTIONS(4961), 1, + anon_sym_LBRACE, + STATE(625), 1, + sym_field_declaration_list, STATE(3124), 2, sym_line_comment, sym_block_comment, - [90144] = 5, + [90088] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5441), 1, - sym_super, - ACTIONS(6609), 1, - sym_identifier, + ACTIONS(6589), 1, + anon_sym_STAR_SLASH, + ACTIONS(6591), 1, + sym__block_comment_content, STATE(3125), 2, sym_line_comment, sym_block_comment, - [90161] = 5, + [90105] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4595), 1, - anon_sym_COLON_COLON, - ACTIONS(6099), 1, - anon_sym_for, + ACTIONS(6106), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3126), 2, sym_line_comment, sym_block_comment, - [90178] = 5, + [90120] = 5, ACTIONS(27), 1, anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(223), 1, + STATE(224), 1, sym_closure_parameters, STATE(3127), 2, sym_line_comment, sym_block_comment, - [90195] = 5, + [90137] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6605), 1, - sym_super, - ACTIONS(6611), 1, - sym_identifier, + ACTIONS(4961), 1, + anon_sym_LBRACE, + STATE(648), 1, + sym_field_declaration_list, STATE(3128), 2, sym_line_comment, sym_block_comment, - [90212] = 5, + [90154] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3867), 1, - anon_sym_COLON, - ACTIONS(5331), 1, - anon_sym_PLUS, + ACTIONS(5754), 2, + sym_identifier, + sym_super, STATE(3129), 2, sym_line_comment, sym_block_comment, - [90229] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [90169] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(243), 1, - sym_closure_parameters, + ACTIONS(5211), 1, + sym_super, + ACTIONS(5671), 1, + sym_identifier, STATE(3130), 2, sym_line_comment, sym_block_comment, - [90246] = 5, + [90186] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5363), 1, - anon_sym_LBRACE, - STATE(675), 1, - sym_enum_variant_list, + ACTIONS(6531), 1, + sym_super, + ACTIONS(6593), 1, + sym_identifier, STATE(3131), 2, sym_line_comment, sym_block_comment, - [90263] = 4, + [90203] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6613), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(5211), 1, + sym_super, + ACTIONS(5718), 1, + sym_identifier, STATE(3132), 2, sym_line_comment, sym_block_comment, - [90278] = 5, + [90220] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5879), 1, + ACTIONS(6553), 1, sym_super, - ACTIONS(6615), 1, + ACTIONS(6583), 1, sym_identifier, STATE(3133), 2, sym_line_comment, sym_block_comment, - [90295] = 5, + [90237] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4942), 1, - anon_sym_LBRACE, - STATE(666), 1, - sym_field_declaration_list, + ACTIONS(6595), 1, + anon_sym_SEMI, + ACTIONS(6597), 1, + anon_sym_as, STATE(3134), 2, sym_line_comment, sym_block_comment, - [90312] = 5, + [90254] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4768), 1, - anon_sym_COLON_COLON, - ACTIONS(4888), 1, - anon_sym_BANG, + ACTIONS(4982), 1, + anon_sym_LBRACE, + STATE(1270), 1, + sym_field_declaration_list, STATE(3135), 2, sym_line_comment, sym_block_comment, - [90329] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [90271] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(227), 1, - sym_closure_parameters, + ACTIONS(4940), 1, + anon_sym_LBRACE, + STATE(1271), 1, + sym_declaration_list, STATE(3136), 2, sym_line_comment, sym_block_comment, - [90346] = 4, + [90288] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5854), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(4940), 1, + anon_sym_LBRACE, + STATE(1272), 1, + sym_declaration_list, STATE(3137), 2, sym_line_comment, sym_block_comment, - [90361] = 4, + [90305] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5694), 2, - sym_identifier, - sym_super, + ACTIONS(6030), 2, + anon_sym_PIPE, + anon_sym_COMMA, STATE(3138), 2, sym_line_comment, sym_block_comment, - [90376] = 5, + [90320] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6575), 1, - sym_super, - ACTIONS(6617), 1, - sym_identifier, + ACTIONS(4982), 1, + anon_sym_LBRACE, + STATE(1280), 1, + sym_field_declaration_list, STATE(3139), 2, sym_line_comment, sym_block_comment, - [90393] = 4, + [90337] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5744), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + STATE(231), 1, + sym_closure_parameters, STATE(3140), 2, sym_line_comment, sym_block_comment, - [90408] = 5, + [90354] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5195), 1, - sym_super, - ACTIONS(5720), 1, - sym_identifier, + ACTIONS(4940), 1, + anon_sym_LBRACE, + STATE(1292), 1, + sym_declaration_list, STATE(3141), 2, sym_line_comment, sym_block_comment, - [90425] = 5, + [90371] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6551), 1, + ACTIONS(5417), 1, sym_super, - ACTIONS(6611), 1, + ACTIONS(6555), 1, sym_identifier, STATE(3142), 2, sym_line_comment, sym_block_comment, - [90442] = 5, + [90388] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - STATE(1965), 1, - sym_parameters, + ACTIONS(6419), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3143), 2, sym_line_comment, sym_block_comment, - [90459] = 5, + [90403] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6535), 1, - anon_sym_SEMI, - ACTIONS(6619), 1, - anon_sym_RPAREN, + ACTIONS(6599), 2, + sym__block_comment_content, + anon_sym_STAR_SLASH, STATE(3144), 2, sym_line_comment, sym_block_comment, - [90476] = 5, + [90418] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5165), 1, - anon_sym_RPAREN, - ACTIONS(6535), 1, - anon_sym_SEMI, + ACTIONS(6601), 1, + sym_identifier, + ACTIONS(6603), 1, + sym_super, STATE(3145), 2, sym_line_comment, sym_block_comment, - [90493] = 5, + [90435] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6535), 1, - anon_sym_SEMI, - ACTIONS(6619), 1, - anon_sym_RBRACK, + STATE(233), 1, + sym_closure_parameters, STATE(3146), 2, sym_line_comment, sym_block_comment, - [90510] = 5, + [90452] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6535), 1, - anon_sym_SEMI, - ACTIONS(6621), 1, - anon_sym_RBRACE, + ACTIONS(5387), 1, + anon_sym_LBRACE, + STATE(1313), 1, + sym_enum_variant_list, STATE(3147), 2, sym_line_comment, sym_block_comment, - [90527] = 5, + [90469] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5879), 1, + ACTIONS(5841), 1, sym_super, - ACTIONS(6623), 1, + ACTIONS(6605), 1, sym_identifier, STATE(3148), 2, sym_line_comment, sym_block_comment, - [90544] = 5, + [90486] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6625), 1, + ACTIONS(6569), 1, + sym_super, + ACTIONS(6607), 1, sym_identifier, - ACTIONS(6627), 1, - sym_mutable_specifier, STATE(3149), 2, sym_line_comment, sym_block_comment, - [90561] = 5, + [90503] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6535), 1, - anon_sym_SEMI, - ACTIONS(6629), 1, - anon_sym_RPAREN, + ACTIONS(4982), 1, + anon_sym_LBRACE, + STATE(1330), 1, + sym_field_declaration_list, STATE(3150), 2, sym_line_comment, sym_block_comment, - [90578] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [90520] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(233), 1, - sym_closure_parameters, + ACTIONS(5720), 1, + sym_super, + ACTIONS(5813), 1, + sym_identifier, STATE(3151), 2, sym_line_comment, sym_block_comment, - [90595] = 5, + [90537] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - STATE(616), 1, - sym_declaration_list, + ACTIONS(6525), 1, + sym_super, + ACTIONS(6609), 1, + sym_identifier, STATE(3152), 2, sym_line_comment, sym_block_comment, - [90612] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [90554] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(234), 1, - sym_closure_parameters, + ACTIONS(6611), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3153), 2, sym_line_comment, sym_block_comment, - [90629] = 5, + [90569] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6535), 1, - anon_sym_SEMI, - ACTIONS(6629), 1, - anon_sym_RBRACK, + ACTIONS(4982), 1, + anon_sym_LBRACE, + STATE(1363), 1, + sym_field_declaration_list, STATE(3154), 2, sym_line_comment, sym_block_comment, - [90646] = 5, + [90586] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6631), 1, - sym_identifier, - ACTIONS(6633), 1, - sym_super, + STATE(229), 1, + sym_closure_parameters, STATE(3155), 2, sym_line_comment, sym_block_comment, - [90663] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [90603] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(235), 1, - sym_closure_parameters, + ACTIONS(6613), 1, + anon_sym_SEMI, + ACTIONS(6615), 1, + anon_sym_as, STATE(3156), 2, sym_line_comment, sym_block_comment, - [90680] = 5, + [90620] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - STATE(1234), 1, - sym_declaration_list, + ACTIONS(5211), 2, + sym_identifier, + sym_super, STATE(3157), 2, sym_line_comment, sym_block_comment, - [90697] = 4, + [90635] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3849), 2, - anon_sym_LPAREN, - anon_sym_COLON_COLON, + ACTIONS(6553), 1, + sym_super, + ACTIONS(6617), 1, + sym_identifier, STATE(3158), 2, sym_line_comment, sym_block_comment, - [90712] = 5, + [90652] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6563), 1, - sym_super, - ACTIONS(6635), 1, - sym_identifier, + ACTIONS(4489), 1, + anon_sym_LPAREN, + STATE(1958), 1, + sym_parameters, STATE(3159), 2, sym_line_comment, sym_block_comment, - [90729] = 4, + [90669] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6637), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(4963), 1, + anon_sym_LT, + STATE(917), 1, + sym_type_parameters, STATE(3160), 2, sym_line_comment, sym_block_comment, - [90744] = 5, + [90686] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5762), 1, - sym_identifier, + ACTIONS(6619), 2, + sym__block_comment_content, + anon_sym_STAR_SLASH, STATE(3161), 2, sym_line_comment, sym_block_comment, - [90761] = 5, + [90701] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6605), 1, - sym_super, - ACTIONS(6639), 1, - sym_identifier, + ACTIONS(4053), 1, + anon_sym_LBRACE, + STATE(1668), 1, + sym_field_initializer_list, STATE(3162), 2, sym_line_comment, sym_block_comment, - [90778] = 5, + [90718] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4055), 1, - anon_sym_LBRACE, - STATE(1696), 1, - sym_field_initializer_list, + ACTIONS(6621), 2, + sym_identifier, + sym_metavariable, STATE(3163), 2, sym_line_comment, sym_block_comment, - [90795] = 5, + [90733] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6535), 1, - anon_sym_SEMI, - ACTIONS(6641), 1, - anon_sym_RBRACE, + ACTIONS(6603), 1, + sym_super, + ACTIONS(6623), 1, + sym_identifier, STATE(3164), 2, sym_line_comment, sym_block_comment, - [90812] = 5, + [90750] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4660), 1, - anon_sym_BANG, - ACTIONS(4758), 1, + ACTIONS(6625), 1, + anon_sym_RPAREN, + ACTIONS(6627), 1, anon_sym_COLON_COLON, STATE(3165), 2, sym_line_comment, sym_block_comment, - [90829] = 4, + [90767] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6429), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(6531), 1, + sym_super, + ACTIONS(6629), 1, + sym_identifier, STATE(3166), 2, sym_line_comment, sym_block_comment, - [90844] = 5, + [90784] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4660), 1, - anon_sym_BANG, - ACTIONS(4756), 1, - anon_sym_COLON_COLON, + ACTIONS(6545), 1, + anon_sym_SEMI, + ACTIONS(6631), 1, + anon_sym_RBRACE, STATE(3167), 2, sym_line_comment, sym_block_comment, - [90861] = 5, + [90801] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - STATE(1959), 1, - sym_parameters, + ACTIONS(5720), 1, + sym_super, + ACTIONS(5819), 1, + sym_identifier, STATE(3168), 2, sym_line_comment, sym_block_comment, - [90878] = 5, + [90818] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - STATE(1240), 1, - sym_declaration_list, + ACTIONS(6525), 1, + sym_super, + ACTIONS(6633), 1, + sym_identifier, STATE(3169), 2, sym_line_comment, sym_block_comment, - [90895] = 5, + [90835] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6633), 1, - sym_super, - ACTIONS(6643), 1, - sym_identifier, + ACTIONS(6545), 1, + anon_sym_SEMI, + ACTIONS(6635), 1, + anon_sym_RBRACE, STATE(3170), 2, sym_line_comment, sym_block_comment, - [90912] = 4, + [90852] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6645), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(4914), 1, + anon_sym_LBRACE, + STATE(596), 1, + sym_declaration_list, STATE(3171), 2, sym_line_comment, sym_block_comment, - [90927] = 5, + [90869] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6575), 1, - sym_super, - ACTIONS(6647), 1, - sym_identifier, + ACTIONS(6637), 1, + anon_sym_RPAREN, + ACTIONS(6639), 1, + anon_sym_COLON_COLON, STATE(3172), 2, sym_line_comment, sym_block_comment, - [90944] = 5, + [90886] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5772), 1, - sym_identifier, + ACTIONS(6637), 1, + anon_sym_RPAREN, + ACTIONS(6641), 1, + anon_sym_COLON_COLON, STATE(3173), 2, sym_line_comment, sym_block_comment, - [90961] = 5, + [90903] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6605), 1, + ACTIONS(5417), 1, sym_super, - ACTIONS(6649), 1, + ACTIONS(6643), 1, sym_identifier, STATE(3174), 2, sym_line_comment, sym_block_comment, - [90978] = 5, + [90920] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - STATE(1241), 1, - sym_declaration_list, + ACTIONS(6637), 1, + anon_sym_RPAREN, + ACTIONS(6645), 1, + anon_sym_COLON_COLON, STATE(3175), 2, sym_line_comment, sym_block_comment, - [90995] = 5, + [90937] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - STATE(673), 1, - sym_declaration_list, + ACTIONS(4714), 1, + anon_sym_COLON_COLON, + ACTIONS(4844), 1, + anon_sym_BANG, STATE(3176), 2, sym_line_comment, sym_block_comment, - [91012] = 4, + [90954] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6337), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6647), 1, + anon_sym_in, STATE(3177), 2, sym_line_comment, sym_block_comment, - [91027] = 5, + [90971] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6649), 1, + sym_identifier, ACTIONS(6651), 1, - anon_sym_SEMI, - ACTIONS(6653), 1, - anon_sym_as, + sym_super, STATE(3178), 2, sym_line_comment, sym_block_comment, - [91044] = 5, + [90988] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6573), 1, - anon_sym_COLON_COLON, - ACTIONS(6655), 1, - anon_sym_RPAREN, + ACTIONS(5417), 1, + sym_super, + ACTIONS(6653), 1, + sym_identifier, STATE(3179), 2, sym_line_comment, sym_block_comment, - [91061] = 5, + [91005] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6579), 1, - anon_sym_COLON_COLON, - ACTIONS(6657), 1, - anon_sym_RPAREN, + ACTIONS(6531), 1, + sym_super, + ACTIONS(6655), 1, + sym_identifier, STATE(3180), 2, sym_line_comment, sym_block_comment, - [91078] = 5, + [91022] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5441), 1, - sym_super, - ACTIONS(6659), 1, - sym_identifier, + ACTIONS(6657), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3181), 2, sym_line_comment, sym_block_comment, - [91095] = 5, + [91037] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6661), 1, - sym_identifier, - ACTIONS(6663), 1, + ACTIONS(5673), 1, sym_super, + ACTIONS(5829), 1, + sym_identifier, STATE(3182), 2, sym_line_comment, sym_block_comment, - [91112] = 5, + [91054] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6575), 1, + ACTIONS(6559), 1, sym_super, - ACTIONS(6665), 1, + ACTIONS(6659), 1, sym_identifier, STATE(3183), 2, sym_line_comment, sym_block_comment, - [91129] = 4, + [91071] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6667), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(4640), 1, + anon_sym_BANG, + ACTIONS(4720), 1, + anon_sym_COLON_COLON, STATE(3184), 2, sym_line_comment, sym_block_comment, - [91144] = 5, + [91088] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5642), 1, - sym_super, - ACTIONS(5780), 1, + ACTIONS(5417), 2, sym_identifier, + sym_super, STATE(3185), 2, sym_line_comment, sym_block_comment, - [91161] = 5, + [91103] = 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(3679), 1, + anon_sym_COLON, + ACTIONS(5286), 1, + anon_sym_PLUS, STATE(3186), 2, sym_line_comment, sym_block_comment, - [91178] = 5, + [91120] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3011), 1, - anon_sym_SQUOTE, - STATE(3094), 1, - sym_lifetime, + ACTIONS(5841), 1, + sym_super, + ACTIONS(6601), 1, + sym_identifier, STATE(3187), 2, sym_line_comment, sym_block_comment, - [91195] = 5, + [91137] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5285), 1, - anon_sym_LBRACE, - STATE(1249), 1, - sym_enum_variant_list, + ACTIONS(6531), 1, + sym_super, + ACTIONS(6577), 1, + sym_identifier, STATE(3188), 2, sym_line_comment, sym_block_comment, - [91212] = 4, + [91154] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6671), 2, + ACTIONS(6661), 2, sym_float_literal, sym_integer_literal, STATE(3189), 2, sym_line_comment, sym_block_comment, - [91227] = 5, + [91169] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5879), 1, + ACTIONS(5211), 1, sym_super, - ACTIONS(6631), 1, + ACTIONS(5813), 1, sym_identifier, STATE(3190), 2, sym_line_comment, sym_block_comment, - [91244] = 5, + [91186] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6575), 1, + ACTIONS(6553), 1, sym_super, ACTIONS(6609), 1, sym_identifier, STATE(3191), 2, sym_line_comment, sym_block_comment, - [91261] = 5, + [91203] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6559), 1, + ACTIONS(6539), 1, sym_identifier, - ACTIONS(6633), 1, + ACTIONS(6603), 1, sym_super, STATE(3192), 2, sym_line_comment, sym_block_comment, - [91278] = 5, + [91220] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5195), 1, + ACTIONS(6603), 1, sym_super, - ACTIONS(5762), 1, + ACTIONS(6663), 1, sym_identifier, STATE(3193), 2, sym_line_comment, sym_block_comment, - [91295] = 5, + [91237] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6551), 1, - sym_super, - ACTIONS(6639), 1, - sym_identifier, + ACTIONS(4914), 1, + anon_sym_LBRACE, + STATE(655), 1, + sym_declaration_list, STATE(3194), 2, sym_line_comment, sym_block_comment, - [91312] = 5, + [91254] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6583), 1, - anon_sym_COLON_COLON, - ACTIONS(6657), 1, - anon_sym_RPAREN, + ACTIONS(5720), 1, + sym_super, + ACTIONS(5831), 1, + sym_identifier, STATE(3195), 2, sym_line_comment, sym_block_comment, - [91329] = 5, + [91271] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6633), 1, + ACTIONS(6525), 1, sym_super, - ACTIONS(6673), 1, + ACTIONS(6665), 1, sym_identifier, STATE(3196), 2, sym_line_comment, sym_block_comment, - [91346] = 5, + [91288] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4976), 1, - anon_sym_LBRACE, - STATE(1252), 1, - sym_field_declaration_list, + ACTIONS(6603), 1, + sym_super, + ACTIONS(6667), 1, + sym_identifier, STATE(3197), 2, sym_line_comment, sym_block_comment, - [91363] = 5, + [91305] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5787), 1, - sym_identifier, + ACTIONS(6669), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3198), 2, sym_line_comment, sym_block_comment, - [91380] = 5, + [91320] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6605), 1, + ACTIONS(5720), 1, sym_super, - ACTIONS(6675), 1, + ACTIONS(5833), 1, sym_identifier, STATE(3199), 2, sym_line_comment, sym_block_comment, - [91397] = 4, + [91337] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6677), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(6525), 1, + sym_super, + ACTIONS(6671), 1, + sym_identifier, STATE(3200), 2, sym_line_comment, sym_block_comment, - [91412] = 5, + [91354] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6633), 1, + ACTIONS(6603), 1, sym_super, - ACTIONS(6679), 1, + ACTIONS(6673), 1, sym_identifier, STATE(3201), 2, sym_line_comment, sym_block_comment, - [91429] = 5, + [91371] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6589), 1, - anon_sym_COLON_COLON, - ACTIONS(6657), 1, - anon_sym_RPAREN, + ACTIONS(5720), 1, + sym_super, + ACTIONS(5835), 1, + sym_identifier, STATE(3202), 2, sym_line_comment, sym_block_comment, - [91446] = 5, + [91388] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5654), 1, + ACTIONS(6525), 1, sym_super, - ACTIONS(5789), 1, + ACTIONS(6675), 1, sym_identifier, STATE(3203), 2, sym_line_comment, sym_block_comment, - [91463] = 5, + [91405] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6605), 1, - sym_super, - ACTIONS(6681), 1, - sym_identifier, + ACTIONS(4961), 1, + anon_sym_LBRACE, + STATE(492), 1, + sym_field_declaration_list, STATE(3204), 2, sym_line_comment, sym_block_comment, - [91480] = 5, + [91422] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4942), 1, - anon_sym_LBRACE, - STATE(711), 1, - sym_field_declaration_list, + ACTIONS(5211), 1, + sym_super, + ACTIONS(5835), 1, + sym_identifier, STATE(3205), 2, sym_line_comment, sym_block_comment, - [91497] = 5, + [91439] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6633), 1, + ACTIONS(6553), 1, sym_super, - ACTIONS(6683), 1, + ACTIONS(6675), 1, sym_identifier, STATE(3206), 2, sym_line_comment, sym_block_comment, - [91514] = 5, + [91456] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5791), 1, - sym_identifier, + ACTIONS(6677), 2, + sym_float_literal, + sym_integer_literal, STATE(3207), 2, sym_line_comment, sym_block_comment, - [91531] = 5, + [91471] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6605), 1, - sym_super, - ACTIONS(6685), 1, + ACTIONS(6587), 1, sym_identifier, + ACTIONS(6603), 1, + sym_super, STATE(3208), 2, sym_line_comment, sym_block_comment, - [91548] = 5, + [91488] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5879), 1, - sym_super, - ACTIONS(6683), 1, - sym_identifier, + ACTIONS(3285), 1, + anon_sym_LPAREN, + STATE(1275), 1, + sym_parameters, STATE(3209), 2, sym_line_comment, sym_block_comment, - [91565] = 5, + [91505] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3297), 1, - anon_sym_LPAREN, - STATE(1092), 1, - sym_parameters, + ACTIONS(5732), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3210), 2, sym_line_comment, sym_block_comment, - [91582] = 5, + [91520] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5195), 1, - sym_super, - ACTIONS(5791), 1, - sym_identifier, + ACTIONS(4640), 1, + anon_sym_BANG, + ACTIONS(4722), 1, + anon_sym_COLON_COLON, STATE(3211), 2, sym_line_comment, sym_block_comment, - [91599] = 5, + [91537] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6551), 1, - sym_super, - ACTIONS(6685), 1, - sym_identifier, + ACTIONS(3451), 1, + anon_sym_LBRACE, + STATE(1404), 1, + sym_field_initializer_list, STATE(3212), 2, sym_line_comment, sym_block_comment, - [91616] = 5, + [91554] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4976), 1, - anon_sym_LBRACE, - STATE(1254), 1, - sym_field_declaration_list, + ACTIONS(3933), 2, + anon_sym_LPAREN, + anon_sym_COLON_COLON, STATE(3213), 2, sym_line_comment, sym_block_comment, - [91633] = 4, + [91569] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6382), 2, - anon_sym_PIPE, - anon_sym_COMMA, + ACTIONS(6679), 1, + anon_sym_LPAREN, + ACTIONS(6681), 1, + anon_sym_COLON_COLON, STATE(3214), 2, sym_line_comment, sym_block_comment, - [91648] = 5, + [91586] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5720), 1, - sym_identifier, + ACTIONS(4303), 1, + anon_sym_EQ_GT, + ACTIONS(6683), 1, + anon_sym_AMP_AMP, STATE(3215), 2, sym_line_comment, sym_block_comment, - [91665] = 5, + [91603] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - STATE(560), 1, - sym_declaration_list, + ACTIONS(6460), 1, + anon_sym_EQ_GT, + ACTIONS(6683), 1, + anon_sym_AMP_AMP, STATE(3216), 2, sym_line_comment, sym_block_comment, - [91682] = 5, + [91620] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - STATE(1255), 1, - sym_declaration_list, + ACTIONS(5821), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3217), 2, sym_line_comment, sym_block_comment, - [91699] = 4, + [91635] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6687), 2, - sym_identifier, - sym_metavariable, + ACTIONS(6685), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3218), 2, sym_line_comment, sym_block_comment, - [91714] = 5, + [91650] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5167), 1, + ACTIONS(5175), 1, anon_sym_RBRACK, - ACTIONS(6535), 1, + ACTIONS(6545), 1, anon_sym_SEMI, STATE(3219), 2, sym_line_comment, sym_block_comment, - [91731] = 5, + [91667] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - STATE(2248), 1, - sym_parameters, + ACTIONS(6687), 1, + anon_sym_BANG, + ACTIONS(6689), 1, + anon_sym_COLON_COLON, STATE(3220), 2, sym_line_comment, sym_block_comment, - [91748] = 5, + [91684] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6689), 1, - anon_sym_LPAREN, ACTIONS(6691), 1, - anon_sym_COLON_COLON, + sym_identifier, + ACTIONS(6693), 1, + sym_mutable_specifier, STATE(3221), 2, sym_line_comment, sym_block_comment, - [91765] = 4, + [91701] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6693), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(5033), 1, + anon_sym_COLON, + STATE(2615), 1, + sym_trait_bounds, STATE(3222), 2, sym_line_comment, sym_block_comment, - [91780] = 5, + [91718] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5209), 1, - anon_sym_RBRACE, - ACTIONS(6535), 1, - anon_sym_SEMI, + ACTIONS(6695), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3223), 2, sym_line_comment, sym_block_comment, - [91797] = 5, + [91733] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6695), 1, - anon_sym_BANG, - ACTIONS(6697), 1, - anon_sym_COLON_COLON, + STATE(246), 1, + sym_closure_parameters, STATE(3224), 2, sym_line_comment, sym_block_comment, - [91814] = 5, + [91750] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4976), 1, + ACTIONS(4961), 1, anon_sym_LBRACE, - STATE(1180), 1, + STATE(629), 1, sym_field_declaration_list, STATE(3225), 2, sym_line_comment, sym_block_comment, - [91831] = 5, + [91767] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4249), 1, - anon_sym_EQ_GT, - ACTIONS(6699), 1, - anon_sym_AMP_AMP, + ACTIONS(6603), 2, + sym_identifier, + sym_super, STATE(3226), 2, sym_line_comment, sym_block_comment, - [91848] = 5, + [91782] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - STATE(1181), 1, - sym_declaration_list, + ACTIONS(5175), 1, + anon_sym_RPAREN, + ACTIONS(6545), 1, + anon_sym_SEMI, STATE(3227), 2, sym_line_comment, sym_block_comment, - [91865] = 5, + [91799] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6181), 1, - anon_sym_EQ_GT, - ACTIONS(6699), 1, - anon_sym_AMP_AMP, + ACTIONS(4961), 1, + anon_sym_LBRACE, + STATE(595), 1, + sym_field_declaration_list, STATE(3228), 2, sym_line_comment, sym_block_comment, - [91882] = 5, + [91816] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - STATE(1182), 1, - sym_declaration_list, + ACTIONS(6557), 1, + anon_sym_LT, + STATE(1056), 1, + sym_type_parameters, STATE(3229), 2, sym_line_comment, sym_block_comment, - [91899] = 4, + [91833] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6701), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(6697), 2, + sym_identifier, + sym_metavariable, STATE(3230), 2, sym_line_comment, sym_block_comment, - [91914] = 5, + [91848] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5363), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - STATE(730), 1, - sym_enum_variant_list, + STATE(1096), 1, + sym_declaration_list, STATE(3231), 2, sym_line_comment, sym_block_comment, - [91931] = 5, + [91865] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6703), 1, - anon_sym_SEMI, - ACTIONS(6705), 1, - anon_sym_as, + ACTIONS(4489), 1, + anon_sym_LPAREN, + STATE(2198), 1, + sym_parameters, STATE(3232), 2, sym_line_comment, sym_block_comment, - [91948] = 4, + [91882] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6446), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(6699), 2, + sym_identifier, + sym_metavariable, STATE(3233), 2, sym_line_comment, sym_block_comment, - [91963] = 5, + [91897] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6541), 1, - anon_sym_LT, - STATE(1055), 1, - sym_type_parameters, + ACTIONS(6036), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3234), 2, sym_line_comment, sym_block_comment, - [91980] = 5, + [91912] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - STATE(2215), 1, - sym_parameters, + ACTIONS(4940), 1, + anon_sym_LBRACE, + STATE(1102), 1, + sym_declaration_list, STATE(3235), 2, sym_line_comment, sym_block_comment, - [91997] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [91929] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(242), 1, - sym_closure_parameters, + ACTIONS(4940), 1, + anon_sym_LBRACE, + STATE(1103), 1, + sym_declaration_list, STATE(3236), 2, sym_line_comment, sym_block_comment, - [92014] = 5, + [91946] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5441), 1, - sym_super, - ACTIONS(6707), 1, - sym_identifier, + ACTIONS(3003), 1, + anon_sym_SQUOTE, + STATE(3325), 1, + sym_lifetime, STATE(3237), 2, sym_line_comment, sym_block_comment, - [92031] = 5, + [91963] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4976), 1, - anon_sym_LBRACE, - STATE(1188), 1, - sym_field_declaration_list, + ACTIONS(5205), 1, + anon_sym_RPAREN, + ACTIONS(6545), 1, + anon_sym_SEMI, STATE(3238), 2, sym_line_comment, sym_block_comment, - [92048] = 5, + [91980] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(6709), 1, - anon_sym_EQ, + ACTIONS(5205), 1, + anon_sym_RBRACK, + ACTIONS(6545), 1, + anon_sym_SEMI, STATE(3239), 2, sym_line_comment, sym_block_comment, - [92065] = 5, + [91997] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - STATE(511), 1, - sym_declaration_list, + ACTIONS(5211), 1, + sym_super, + ACTIONS(5898), 1, + sym_identifier, STATE(3240), 2, sym_line_comment, sym_block_comment, - [92082] = 4, + [92014] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5879), 2, - sym_identifier, - sym_super, + ACTIONS(5207), 1, + anon_sym_RPAREN, + ACTIONS(6545), 1, + anon_sym_SEMI, STATE(3241), 2, sym_line_comment, sym_block_comment, - [92097] = 5, + [92031] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, + ACTIONS(5387), 1, anon_sym_LBRACE, - STATE(1193), 1, - sym_declaration_list, + STATE(1111), 1, + sym_enum_variant_list, STATE(3242), 2, sym_line_comment, sym_block_comment, - [92114] = 5, + [92048] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5227), 1, - anon_sym_RPAREN, - ACTIONS(6535), 1, + ACTIONS(5207), 1, + anon_sym_RBRACK, + ACTIONS(6545), 1, anon_sym_SEMI, STATE(3243), 2, sym_line_comment, sym_block_comment, - [92131] = 5, + [92065] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5227), 1, - anon_sym_RBRACK, - ACTIONS(6535), 1, - anon_sym_SEMI, + ACTIONS(4982), 1, + anon_sym_LBRACE, + STATE(1114), 1, + sym_field_declaration_list, STATE(3244), 2, sym_line_comment, sym_block_comment, - [92148] = 5, + [92082] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5229), 1, - anon_sym_RPAREN, - ACTIONS(6535), 1, - anon_sym_SEMI, + ACTIONS(6679), 1, + anon_sym_LPAREN, + ACTIONS(6701), 1, + anon_sym_COLON_COLON, STATE(3245), 2, sym_line_comment, sym_block_comment, - [92165] = 4, + [92099] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6455), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(4982), 1, + anon_sym_LBRACE, + STATE(1116), 1, + sym_field_declaration_list, STATE(3246), 2, sym_line_comment, sym_block_comment, - [92180] = 5, + [92116] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5229), 1, - anon_sym_RBRACK, - ACTIONS(6535), 1, - anon_sym_SEMI, + ACTIONS(4940), 1, + anon_sym_LBRACE, + STATE(1117), 1, + sym_declaration_list, STATE(3247), 2, sym_line_comment, sym_block_comment, - [92197] = 4, + [92133] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6711), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5720), 2, + sym_identifier, + sym_super, STATE(3248), 2, sym_line_comment, sym_block_comment, - [92212] = 5, + [92148] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5195), 1, - sym_super, - ACTIONS(5872), 1, - sym_identifier, + ACTIONS(4914), 1, + anon_sym_LBRACE, + STATE(570), 1, + sym_declaration_list, STATE(3249), 2, sym_line_comment, sym_block_comment, - [92229] = 4, + [92165] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6633), 2, - sym_identifier, + ACTIONS(6553), 1, sym_super, + ACTIONS(6703), 1, + sym_identifier, STATE(3250), 2, sym_line_comment, sym_block_comment, - [92244] = 4, + [92182] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5654), 2, - sym_identifier, - sym_super, + ACTIONS(5351), 1, + anon_sym_LBRACE, + STATE(707), 1, + sym_enum_variant_list, STATE(3251), 2, sym_line_comment, sym_block_comment, - [92259] = 5, + [92199] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, - anon_sym_LT2, - STATE(1395), 1, - sym_type_arguments, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5481), 1, + anon_sym_COLON, STATE(3252), 2, sym_line_comment, sym_block_comment, - [92276] = 5, + [92216] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6551), 1, + ACTIONS(5841), 1, sym_super, - ACTIONS(6713), 1, + ACTIONS(6705), 1, sym_identifier, STATE(3253), 2, sym_line_comment, sym_block_comment, - [92293] = 4, + [92233] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6715), 2, - sym__block_comment_content, - anon_sym_STAR_SLASH, + ACTIONS(4489), 1, + anon_sym_LPAREN, + STATE(2205), 1, + sym_parameters, STATE(3254), 2, sym_line_comment, sym_block_comment, - [92308] = 5, + [92250] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5363), 1, - anon_sym_LBRACE, - STATE(593), 1, - sym_enum_variant_list, + ACTIONS(6707), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3255), 2, sym_line_comment, sym_block_comment, - [92325] = 5, + [92265] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5480), 1, - anon_sym_COLON, - ACTIONS(5482), 1, - anon_sym_PIPE, + ACTIONS(6545), 1, + anon_sym_SEMI, + ACTIONS(6709), 1, + anon_sym_RPAREN, STATE(3256), 2, sym_line_comment, sym_block_comment, - [92342] = 5, + [92282] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5285), 1, - anon_sym_LBRACE, - STATE(1198), 1, - sym_enum_variant_list, + ACTIONS(6545), 1, + anon_sym_SEMI, + ACTIONS(6709), 1, + anon_sym_RBRACK, STATE(3257), 2, sym_line_comment, sym_block_comment, - [92359] = 4, + [92299] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6717), 2, + ACTIONS(6545), 1, + anon_sym_SEMI, + ACTIONS(6711), 1, anon_sym_RPAREN, - anon_sym_COMMA, STATE(3258), 2, sym_line_comment, sym_block_comment, - [92374] = 5, + [92316] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4011), 1, - anon_sym_LT2, - STATE(1861), 1, - sym_type_arguments, + ACTIONS(6545), 1, + anon_sym_SEMI, + ACTIONS(6711), 1, + anon_sym_RBRACK, STATE(3259), 2, sym_line_comment, sym_block_comment, - [92391] = 5, + [92333] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3697), 1, - anon_sym_COLON, - ACTIONS(5331), 1, - anon_sym_PLUS, + ACTIONS(3985), 1, + anon_sym_LT2, + STATE(1691), 1, + sym_type_arguments, STATE(3260), 2, sym_line_comment, sym_block_comment, - [92408] = 5, + [92350] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - STATE(2221), 1, - sym_parameters, + ACTIONS(4579), 1, + anon_sym_COLON_COLON, + ACTIONS(6356), 1, + anon_sym_for, STATE(3261), 2, sym_line_comment, sym_block_comment, - [92425] = 5, + [92367] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3701), 1, - anon_sym_COLON, - ACTIONS(5331), 1, - anon_sym_PLUS, + ACTIONS(4914), 1, + anon_sym_LBRACE, + STATE(633), 1, + sym_declaration_list, STATE(3262), 2, sym_line_comment, sym_block_comment, - [92442] = 5, + [92384] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4595), 1, - anon_sym_COLON_COLON, - ACTIONS(5962), 1, - anon_sym_for, + ACTIONS(6713), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3263), 2, sym_line_comment, sym_block_comment, - [92459] = 5, + [92399] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6535), 1, - anon_sym_SEMI, - ACTIONS(6719), 1, - anon_sym_RPAREN, + ACTIONS(4961), 1, + anon_sym_LBRACE, + STATE(756), 1, + sym_field_declaration_list, STATE(3264), 2, sym_line_comment, sym_block_comment, - [92476] = 5, + [92416] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6535), 1, - anon_sym_SEMI, - ACTIONS(6719), 1, - anon_sym_RBRACK, + ACTIONS(6715), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3265), 2, sym_line_comment, sym_block_comment, - [92493] = 5, + [92431] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6535), 1, - anon_sym_SEMI, - ACTIONS(6721), 1, - anon_sym_RPAREN, + ACTIONS(4914), 1, + anon_sym_LBRACE, + STATE(739), 1, + sym_declaration_list, STATE(3266), 2, sym_line_comment, sym_block_comment, - [92510] = 5, + [92448] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6535), 1, - anon_sym_SEMI, - ACTIONS(6721), 1, - anon_sym_RBRACK, + ACTIONS(5332), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3267), 2, sym_line_comment, sym_block_comment, - [92527] = 5, + [92463] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - STATE(712), 1, - sym_declaration_list, + ACTIONS(4489), 1, + anon_sym_LPAREN, + STATE(2211), 1, + sym_parameters, STATE(3268), 2, sym_line_comment, sym_block_comment, - [92544] = 4, + [92480] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5235), 2, + ACTIONS(6545), 1, + anon_sym_SEMI, + ACTIONS(6717), 1, anon_sym_RPAREN, - anon_sym_COMMA, STATE(3269), 2, sym_line_comment, sym_block_comment, - [92559] = 4, + [92497] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5702), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(3293), 1, + anon_sym_LT2, + STATE(1495), 1, + sym_type_arguments, STATE(3270), 2, sym_line_comment, sym_block_comment, - [92574] = 5, + [92514] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5039), 1, - anon_sym_PLUS, - ACTIONS(6723), 1, - anon_sym_GT, + ACTIONS(4914), 1, + anon_sym_LBRACE, + STATE(579), 1, + sym_declaration_list, STATE(3271), 2, sym_line_comment, sym_block_comment, - [92591] = 5, + [92531] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6615), 1, - sym_identifier, - ACTIONS(6633), 1, - sym_super, + ACTIONS(3855), 1, + anon_sym_COLON, + ACTIONS(5286), 1, + anon_sym_PLUS, STATE(3272), 2, sym_line_comment, sym_block_comment, - [92608] = 5, + [92548] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - STATE(2197), 1, - sym_parameters, + ACTIONS(6531), 1, + sym_super, + ACTIONS(6643), 1, + sym_identifier, STATE(3273), 2, sym_line_comment, sym_block_comment, - [92625] = 5, + [92565] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - STATE(1981), 1, - sym_parameters, + ACTIONS(4914), 1, + anon_sym_LBRACE, + STATE(580), 1, + sym_declaration_list, STATE(3274), 2, sym_line_comment, sym_block_comment, - [92642] = 5, + [92582] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - STATE(2251), 1, - sym_parameters, + ACTIONS(6719), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3275), 2, sym_line_comment, sym_block_comment, - [92659] = 5, + [92597] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - STATE(622), 1, - sym_declaration_list, + ACTIONS(5720), 1, + sym_super, + ACTIONS(5756), 1, + sym_identifier, STATE(3276), 2, sym_line_comment, sym_block_comment, - [92676] = 5, + [92614] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4976), 1, - anon_sym_LBRACE, - STATE(1201), 1, - sym_field_declaration_list, + ACTIONS(6391), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3277), 2, sym_line_comment, sym_block_comment, - [92693] = 5, + [92629] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - STATE(1296), 1, - sym_declaration_list, + ACTIONS(6545), 1, + anon_sym_SEMI, + ACTIONS(6717), 1, + anon_sym_RBRACK, STATE(3278), 2, sym_line_comment, sym_block_comment, - [92710] = 4, + [92646] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6725), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(6525), 1, + sym_super, + ACTIONS(6551), 1, + sym_identifier, STATE(3279), 2, sym_line_comment, sym_block_comment, - [92725] = 5, + [92663] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6575), 1, - sym_super, - ACTIONS(6593), 1, - sym_identifier, + ACTIONS(6721), 1, + anon_sym_LPAREN, + ACTIONS(6723), 1, + anon_sym_COLON_COLON, STATE(3280), 2, sym_line_comment, sym_block_comment, - [92742] = 5, + [92680] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - STATE(713), 1, - sym_declaration_list, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6725), 1, + anon_sym_in, STATE(3281), 2, sym_line_comment, sym_block_comment, - [92759] = 5, + [92697] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4944), 1, - anon_sym_LT, - STATE(867), 1, - sym_type_parameters, + ACTIONS(6727), 1, + anon_sym_BANG, + ACTIONS(6729), 1, + anon_sym_COLON_COLON, STATE(3282), 2, sym_line_comment, sym_block_comment, - [92776] = 5, + [92714] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5654), 1, - sym_super, - ACTIONS(5696), 1, - sym_identifier, + ACTIONS(6557), 1, + anon_sym_LT, + STATE(1061), 1, + sym_type_parameters, STATE(3283), 2, sym_line_comment, sym_block_comment, - [92793] = 5, + [92731] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - STATE(519), 1, - sym_declaration_list, + ACTIONS(6408), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3284), 2, sym_line_comment, sym_block_comment, - [92810] = 5, + [92746] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6581), 1, - sym_identifier, - ACTIONS(6605), 1, - sym_super, + ACTIONS(4914), 1, + anon_sym_LBRACE, + STATE(758), 1, + sym_declaration_list, STATE(3285), 2, sym_line_comment, sym_block_comment, - [92827] = 5, + [92763] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6727), 1, - anon_sym_LBRACK, - ACTIONS(6729), 1, - anon_sym_BANG, + ACTIONS(6545), 1, + anon_sym_SEMI, + ACTIONS(6731), 1, + anon_sym_RBRACE, STATE(3286), 2, sym_line_comment, sym_block_comment, - [92844] = 5, + [92780] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6731), 1, - anon_sym_LPAREN, - ACTIONS(6733), 1, - anon_sym_COLON_COLON, + ACTIONS(5936), 1, + sym_identifier, + ACTIONS(5940), 1, + sym_mutable_specifier, STATE(3287), 2, sym_line_comment, sym_block_comment, - [92861] = 5, + [92797] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6735), 1, - anon_sym_BANG, - ACTIONS(6737), 1, - anon_sym_COLON_COLON, + ACTIONS(6545), 1, + anon_sym_SEMI, + ACTIONS(6733), 1, + anon_sym_RPAREN, STATE(3288), 2, sym_line_comment, sym_block_comment, - [92878] = 5, + [92814] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - STATE(1304), 1, - sym_declaration_list, + ACTIONS(6679), 1, + anon_sym_LPAREN, + ACTIONS(6735), 1, + anon_sym_COLON_COLON, STATE(3289), 2, sym_line_comment, sym_block_comment, - [92895] = 5, + [92831] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, + ACTIONS(4940), 1, anon_sym_LBRACE, - STATE(1305), 1, + STATE(1159), 1, sym_declaration_list, STATE(3290), 2, sym_line_comment, sym_block_comment, - [92912] = 5, + [92848] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6541), 1, - anon_sym_LT, - STATE(1051), 1, - sym_type_parameters, + ACTIONS(6545), 1, + anon_sym_SEMI, + ACTIONS(6733), 1, + anon_sym_RBRACK, STATE(3291), 2, sym_line_comment, sym_block_comment, - [92929] = 5, + [92865] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4976), 1, - anon_sym_LBRACE, - STATE(1204), 1, - sym_field_declaration_list, + ACTIONS(5235), 1, + anon_sym_RPAREN, + ACTIONS(6545), 1, + anon_sym_SEMI, STATE(3292), 2, sym_line_comment, sym_block_comment, - [92946] = 5, + [92882] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5043), 1, - anon_sym_COLON, - STATE(2725), 1, - sym_trait_bounds, + ACTIONS(6679), 1, + anon_sym_LPAREN, + ACTIONS(6737), 1, + anon_sym_COLON_COLON, STATE(3293), 2, sym_line_comment, sym_block_comment, - [92963] = 5, + [92899] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, + ACTIONS(5351), 1, anon_sym_LBRACE, - STATE(520), 1, - sym_declaration_list, + STATE(589), 1, + sym_enum_variant_list, STATE(3294), 2, sym_line_comment, sym_block_comment, - [92980] = 5, + [92916] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6541), 1, - anon_sym_LT, - STATE(891), 1, - sym_type_parameters, + ACTIONS(4914), 1, + anon_sym_LBRACE, + STATE(618), 1, + sym_declaration_list, STATE(3295), 2, sym_line_comment, sym_block_comment, - [92997] = 4, + [92933] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6739), 2, - sym__block_comment_content, - anon_sym_STAR_SLASH, + ACTIONS(6739), 1, + anon_sym_LBRACK, + ACTIONS(6741), 1, + anon_sym_BANG, STATE(3296), 2, sym_line_comment, sym_block_comment, - [93012] = 5, + [92950] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3297), 1, - anon_sym_LPAREN, - STATE(1117), 1, - sym_parameters, + ACTIONS(6743), 2, + sym_identifier, + sym_metavariable, STATE(3297), 2, sym_line_comment, sym_block_comment, - [93029] = 5, + [92965] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5879), 1, - sym_super, - ACTIONS(6741), 1, - sym_identifier, + ACTIONS(4940), 1, + anon_sym_LBRACE, + STATE(1167), 1, + sym_declaration_list, STATE(3298), 2, sym_line_comment, sym_block_comment, - [93046] = 5, + [92982] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5195), 1, - sym_super, - ACTIONS(5793), 1, - sym_identifier, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6745), 1, + anon_sym_in, STATE(3299), 2, sym_line_comment, sym_block_comment, - [93063] = 5, + [92999] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5167), 1, - anon_sym_RPAREN, - ACTIONS(6535), 1, - anon_sym_SEMI, + STATE(225), 1, + sym_closure_parameters, STATE(3300), 2, sym_line_comment, sym_block_comment, - [93080] = 5, + [93016] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6689), 1, - anon_sym_LPAREN, - ACTIONS(6743), 1, - anon_sym_COLON_COLON, + ACTIONS(6747), 2, + sym_identifier, + sym_metavariable, STATE(3301), 2, sym_line_comment, sym_block_comment, - [93097] = 5, + [93031] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6745), 1, - anon_sym_SEMI, - ACTIONS(6747), 1, - anon_sym_as, + ACTIONS(6557), 1, + anon_sym_LT, + STATE(935), 1, + sym_type_parameters, STATE(3302), 2, sym_line_comment, sym_block_comment, - [93114] = 4, + [93048] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6663), 2, - sym_identifier, - sym_super, + ACTIONS(3285), 1, + anon_sym_LPAREN, + STATE(1327), 1, + sym_parameters, STATE(3303), 2, sym_line_comment, sym_block_comment, - [93129] = 5, + [93065] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6689), 1, - anon_sym_LPAREN, - ACTIONS(6749), 1, - anon_sym_COLON_COLON, + ACTIONS(5841), 2, + sym_identifier, + sym_super, STATE(3304), 2, sym_line_comment, sym_block_comment, - [93146] = 4, + [93080] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6751), 2, - sym_identifier, - sym_metavariable, + ACTIONS(4579), 1, + anon_sym_COLON_COLON, + ACTIONS(5013), 1, + anon_sym_for, STATE(3305), 2, sym_line_comment, sym_block_comment, - [93161] = 5, + [93097] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6753), 1, - anon_sym_LBRACK, - ACTIONS(6755), 1, - anon_sym_BANG, + ACTIONS(5183), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3306), 2, sym_line_comment, sym_block_comment, - [93178] = 4, + [93112] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6757), 2, - sym_identifier, - sym_metavariable, + ACTIONS(6545), 1, + anon_sym_SEMI, + ACTIONS(6749), 1, + anon_sym_RBRACE, STATE(3307), 2, sym_line_comment, sym_block_comment, - [93193] = 5, + [93129] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(6759), 1, - anon_sym_in, + ACTIONS(6751), 1, + anon_sym_LBRACK, + ACTIONS(6753), 1, + anon_sym_BANG, STATE(3308), 2, sym_line_comment, sym_block_comment, - [93210] = 5, + [93146] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5285), 1, - anon_sym_LBRACE, - STATE(1121), 1, - sym_enum_variant_list, + ACTIONS(6651), 2, + sym_identifier, + sym_super, STATE(3309), 2, sym_line_comment, sym_block_comment, - [93227] = 4, + [93161] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5889), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(6755), 2, + sym_identifier, + sym_metavariable, STATE(3310), 2, sym_line_comment, sym_block_comment, - [93242] = 4, + [93176] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3669), 2, - anon_sym_LPAREN, + ACTIONS(4579), 1, anon_sym_COLON_COLON, + ACTIONS(6476), 1, + anon_sym_for, STATE(3311), 2, sym_line_comment, sym_block_comment, - [93257] = 4, + [93193] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6761), 2, - sym_identifier, - sym_metavariable, + STATE(227), 1, + sym_closure_parameters, STATE(3312), 2, sym_line_comment, sym_block_comment, - [93272] = 5, + [93210] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(6763), 1, - anon_sym_EQ, + ACTIONS(4579), 1, + anon_sym_COLON_COLON, + ACTIONS(6478), 1, + anon_sym_for, STATE(3313), 2, sym_line_comment, sym_block_comment, - [93289] = 5, + [93227] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4942), 1, + ACTIONS(5387), 1, anon_sym_LBRACE, - STATE(733), 1, - sym_field_declaration_list, + STATE(1333), 1, + sym_enum_variant_list, STATE(3314), 2, sym_line_comment, sym_block_comment, - [93306] = 4, + [93244] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6575), 2, - sym_identifier, - sym_super, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6757), 1, + anon_sym_in, STATE(3315), 2, sym_line_comment, sym_block_comment, - [93321] = 5, + [93261] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4595), 1, + ACTIONS(4579), 1, anon_sym_COLON_COLON, - ACTIONS(5021), 1, + ACTIONS(6490), 1, anon_sym_for, STATE(3316), 2, sym_line_comment, sym_block_comment, - [93338] = 5, + [93278] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4976), 1, - anon_sym_LBRACE, - STATE(1140), 1, - sym_field_declaration_list, + ACTIONS(6759), 1, + anon_sym_LBRACK, + ACTIONS(6761), 1, + anon_sym_BANG, STATE(3317), 2, sym_line_comment, sym_block_comment, - [93355] = 4, + [93295] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6765), 2, - sym_identifier, - sym_metavariable, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6763), 1, + anon_sym_in, STATE(3318), 2, sym_line_comment, sym_block_comment, - [93370] = 5, + [93312] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4595), 1, - anon_sym_COLON_COLON, - ACTIONS(6511), 1, - anon_sym_for, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6765), 1, + anon_sym_in, STATE(3319), 2, sym_line_comment, sym_block_comment, - [93387] = 5, + [93329] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4942), 1, - anon_sym_LBRACE, - STATE(611), 1, - sym_field_declaration_list, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6767), 1, + anon_sym_in, STATE(3320), 2, sym_line_comment, sym_block_comment, - [93404] = 5, + [93346] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4595), 1, - anon_sym_COLON_COLON, - ACTIONS(6515), 1, - anon_sym_for, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6769), 1, + anon_sym_in, STATE(3321), 2, sym_line_comment, sym_block_comment, - [93421] = 5, + [93363] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5253), 1, - anon_sym_RBRACE, - ACTIONS(6535), 1, - anon_sym_SEMI, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6771), 1, + anon_sym_EQ, STATE(3322), 2, sym_line_comment, sym_block_comment, - [93438] = 5, + [93380] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4497), 1, - anon_sym_LPAREN, - STATE(2234), 1, - sym_parameters, + ACTIONS(6498), 1, + sym_identifier, + ACTIONS(6502), 1, + sym_mutable_specifier, STATE(3323), 2, sym_line_comment, sym_block_comment, - [93455] = 5, + [93397] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4976), 1, - anon_sym_LBRACE, - STATE(1131), 1, - sym_field_declaration_list, + ACTIONS(5235), 1, + anon_sym_RBRACK, + ACTIONS(6545), 1, + anon_sym_SEMI, STATE(3324), 2, sym_line_comment, sym_block_comment, - [93472] = 5, + [93414] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3765), 1, - anon_sym_COLON, - ACTIONS(5331), 1, - anon_sym_PLUS, + ACTIONS(6504), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3325), 2, sym_line_comment, sym_block_comment, - [93489] = 5, + [93429] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(6767), 1, - anon_sym_in, + ACTIONS(6773), 1, + sym_identifier, + ACTIONS(6775), 1, + sym_mutable_specifier, STATE(3326), 2, sym_line_comment, sym_block_comment, - [93506] = 5, + [93446] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4956), 1, - anon_sym_LBRACE, - STATE(1134), 1, - sym_declaration_list, + ACTIONS(5025), 1, + anon_sym_PLUS, + ACTIONS(6777), 1, + anon_sym_GT, STATE(3327), 2, sym_line_comment, sym_block_comment, - [93523] = 5, + [93463] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4595), 1, - anon_sym_COLON_COLON, - ACTIONS(6519), 1, - anon_sym_for, + ACTIONS(3003), 1, + anon_sym_SQUOTE, + STATE(2898), 1, + sym_lifetime, STATE(3328), 2, sym_line_comment, sym_block_comment, - [93540] = 5, + [93480] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6769), 1, - anon_sym_LBRACK, - ACTIONS(6771), 1, - anon_sym_BANG, + ACTIONS(4961), 1, + anon_sym_LBRACE, + STATE(592), 1, + sym_field_declaration_list, STATE(3329), 2, sym_line_comment, sym_block_comment, - [93557] = 5, + [93497] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(6773), 1, - anon_sym_in, + ACTIONS(5227), 1, + anon_sym_RBRACE, + ACTIONS(6545), 1, + anon_sym_SEMI, STATE(3330), 2, sym_line_comment, sym_block_comment, - [93574] = 5, + [93514] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(6775), 1, - anon_sym_in, + ACTIONS(5841), 1, + sym_super, + ACTIONS(6673), 1, + sym_identifier, STATE(3331), 2, sym_line_comment, sym_block_comment, - [93591] = 5, + [93531] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(6777), 1, - anon_sym_in, + ACTIONS(6779), 1, + sym_identifier, STATE(3332), 2, sym_line_comment, sym_block_comment, - [93608] = 5, + [93545] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5482), 1, - anon_sym_PIPE, - ACTIONS(6779), 1, - anon_sym_in, + ACTIONS(6781), 1, + anon_sym_SEMI, STATE(3333), 2, sym_line_comment, sym_block_comment, - [93625] = 5, + [93559] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6781), 1, - anon_sym_STAR_SLASH, - ACTIONS(6783), 1, - sym__block_comment_content, + ACTIONS(949), 1, + anon_sym_EQ_GT, STATE(3334), 2, sym_line_comment, sym_block_comment, - [93642] = 5, + [93573] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6521), 1, + ACTIONS(6783), 1, sym_identifier, - ACTIONS(6525), 1, - sym_mutable_specifier, STATE(3335), 2, sym_line_comment, sym_block_comment, - [93659] = 4, + [93587] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6785), 2, - sym_float_literal, - sym_integer_literal, + ACTIONS(6785), 1, + sym_identifier, STATE(3336), 2, sym_line_comment, sym_block_comment, - [93674] = 5, + [93601] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6689), 1, - anon_sym_LPAREN, ACTIONS(6787), 1, - anon_sym_COLON_COLON, + sym_identifier, STATE(3337), 2, sym_line_comment, sym_block_comment, - [93691] = 5, + [93615] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6789), 1, sym_identifier, - ACTIONS(6791), 1, - sym_mutable_specifier, STATE(3338), 2, sym_line_comment, sym_block_comment, - [93708] = 5, + [93629] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4950), 1, - anon_sym_LBRACE, - STATE(724), 1, - sym_declaration_list, + ACTIONS(6791), 1, + anon_sym_RBRACK, STATE(3339), 2, sym_line_comment, sym_block_comment, - [93725] = 4, + [93643] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6793), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(6793), 1, + anon_sym_SEMI, STATE(3340), 2, sym_line_comment, sym_block_comment, - [93740] = 4, + [93657] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6795), 1, - anon_sym_fn, + anon_sym_COLON, STATE(3341), 2, sym_line_comment, sym_block_comment, - [93754] = 4, + [93671] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6797), 1, - anon_sym_RBRACE, + ACTIONS(3141), 1, + anon_sym_PLUS, STATE(3342), 2, sym_line_comment, sym_block_comment, - [93768] = 4, + [93685] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6799), 1, - sym_identifier, + ACTIONS(4073), 1, + anon_sym_COLON_COLON, STATE(3343), 2, sym_line_comment, sym_block_comment, - [93782] = 4, + [93699] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6801), 1, - sym_identifier, + ACTIONS(6797), 1, + anon_sym_RBRACE, STATE(3344), 2, sym_line_comment, sym_block_comment, - [93796] = 4, + [93713] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6803), 1, - sym_identifier, + ACTIONS(4622), 1, + anon_sym_COLON_COLON, STATE(3345), 2, sym_line_comment, sym_block_comment, - [93810] = 4, + [93727] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6805), 1, - sym_identifier, + ACTIONS(6799), 1, + anon_sym_LPAREN, STATE(3346), 2, sym_line_comment, sym_block_comment, - [93824] = 4, + [93741] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6807), 1, - anon_sym_SEMI, + ACTIONS(6801), 1, + anon_sym_STAR_SLASH, STATE(3347), 2, sym_line_comment, sym_block_comment, - [93838] = 4, + [93755] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3103), 1, - anon_sym_PLUS, + ACTIONS(6803), 1, + anon_sym_SEMI, STATE(3348), 2, sym_line_comment, sym_block_comment, - [93852] = 4, + [93769] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6809), 1, - sym_identifier, + ACTIONS(6545), 1, + anon_sym_SEMI, STATE(3349), 2, sym_line_comment, sym_block_comment, - [93866] = 4, + [93783] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6811), 1, - sym_identifier, + ACTIONS(6805), 1, + anon_sym_EQ_GT, STATE(3350), 2, sym_line_comment, sym_block_comment, - [93880] = 4, + [93797] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4061), 1, - anon_sym_COLON_COLON, + ACTIONS(6807), 1, + anon_sym_RPAREN, STATE(3351), 2, sym_line_comment, sym_block_comment, - [93894] = 4, + [93811] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6813), 1, - anon_sym_EQ_GT, + ACTIONS(6809), 1, + anon_sym_RBRACE, STATE(3352), 2, sym_line_comment, sym_block_comment, - [93908] = 4, + [93825] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4630), 1, + ACTIONS(4600), 1, anon_sym_COLON_COLON, STATE(3353), 2, sym_line_comment, sym_block_comment, - [93922] = 4, + [93839] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5862), 1, - anon_sym_RPAREN, + ACTIONS(6811), 1, + sym_identifier, STATE(3354), 2, sym_line_comment, sym_block_comment, - [93936] = 4, + [93853] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6815), 1, - anon_sym_COLON, + ACTIONS(6813), 1, + anon_sym_RBRACK, STATE(3355), 2, sym_line_comment, sym_block_comment, - [93950] = 4, + [93867] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6030), 1, - anon_sym_RBRACE, + ACTIONS(4045), 1, + sym_identifier, STATE(3356), 2, sym_line_comment, sym_block_comment, - [93964] = 4, + [93881] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6817), 1, - anon_sym_COLON, + ACTIONS(5982), 1, + anon_sym_RBRACE, STATE(3357), 2, sym_line_comment, sym_block_comment, - [93978] = 4, + [93895] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6819), 1, - anon_sym_SEMI, + ACTIONS(6815), 1, + anon_sym_fn, STATE(3358), 2, sym_line_comment, sym_block_comment, - [93992] = 4, + [93909] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5983), 1, - anon_sym_RBRACE, + ACTIONS(6817), 1, + anon_sym_fn, STATE(3359), 2, sym_line_comment, sym_block_comment, - [94006] = 4, + [93923] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6821), 1, - anon_sym_RBRACK, + ACTIONS(6819), 1, + anon_sym_SEMI, STATE(3360), 2, sym_line_comment, sym_block_comment, - [94020] = 4, + [93937] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4612), 1, + ACTIONS(6821), 1, anon_sym_COLON_COLON, STATE(3361), 2, sym_line_comment, sym_block_comment, - [94034] = 4, + [93951] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6823), 1, - sym_identifier, + anon_sym_SEMI, STATE(3362), 2, sym_line_comment, sym_block_comment, - [94048] = 4, + [93965] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6825), 1, - sym_identifier, + anon_sym_fn, STATE(3363), 2, sym_line_comment, sym_block_comment, - [94062] = 4, + [93979] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6827), 1, - sym_identifier, + ACTIONS(4157), 1, + anon_sym_RPAREN, STATE(3364), 2, sym_line_comment, sym_block_comment, - [94076] = 4, + [93993] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6829), 1, + ACTIONS(6827), 1, anon_sym_SEMI, STATE(3365), 2, sym_line_comment, sym_block_comment, - [94090] = 4, + [94007] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6831), 1, + ACTIONS(6829), 1, sym_identifier, STATE(3366), 2, sym_line_comment, sym_block_comment, - [94104] = 4, + [94021] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6833), 1, - anon_sym_fn, + ACTIONS(6831), 1, + anon_sym_SEMI, STATE(3367), 2, sym_line_comment, sym_block_comment, - [94118] = 4, + [94035] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6835), 1, + ACTIONS(6833), 1, anon_sym_SEMI, STATE(3368), 2, sym_line_comment, sym_block_comment, - [94132] = 4, + [94049] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6837), 1, - anon_sym_COLON_COLON, + ACTIONS(6835), 1, + sym_identifier, STATE(3369), 2, sym_line_comment, sym_block_comment, - [94146] = 4, + [94063] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6839), 1, - anon_sym_RBRACK, + ACTIONS(6837), 1, + anon_sym_COLON_COLON, STATE(3370), 2, sym_line_comment, sym_block_comment, - [94160] = 4, + [94077] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6841), 1, - anon_sym_SEMI, + ACTIONS(6839), 1, + sym_identifier, STATE(3371), 2, sym_line_comment, sym_block_comment, - [94174] = 4, + [94091] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5838), 1, - anon_sym_LBRACE, + ACTIONS(6841), 1, + sym_identifier, STATE(3372), 2, sym_line_comment, sym_block_comment, - [94188] = 4, + [94105] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6843), 1, - anon_sym_COLON, + sym_identifier, STATE(3373), 2, sym_line_comment, sym_block_comment, - [94202] = 4, + [94119] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6845), 1, - anon_sym_RBRACE, + sym_identifier, STATE(3374), 2, sym_line_comment, sym_block_comment, - [94216] = 4, + [94133] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -187014,227 +187027,227 @@ static const uint16_t ts_small_parse_table[] = { STATE(3375), 2, sym_line_comment, sym_block_comment, - [94230] = 4, + [94147] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6621), 1, + ACTIONS(6849), 1, anon_sym_SEMI, STATE(3376), 2, sym_line_comment, sym_block_comment, - [94244] = 4, + [94161] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6849), 1, + ACTIONS(6851), 1, sym_identifier, STATE(3377), 2, sym_line_comment, sym_block_comment, - [94258] = 4, + [94175] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6851), 1, - sym_identifier, + ACTIONS(6853), 1, + anon_sym_SEMI, STATE(3378), 2, sym_line_comment, sym_block_comment, - [94272] = 4, + [94189] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6853), 1, - anon_sym_COLON_COLON, + ACTIONS(6855), 1, + anon_sym_SEMI, STATE(3379), 2, sym_line_comment, sym_block_comment, - [94286] = 4, + [94203] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6855), 1, - sym_identifier, + ACTIONS(6857), 1, + anon_sym_RBRACE, STATE(3380), 2, sym_line_comment, sym_block_comment, - [94300] = 4, + [94217] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6857), 1, - sym_identifier, + ACTIONS(5968), 1, + anon_sym_RBRACE, STATE(3381), 2, sym_line_comment, sym_block_comment, - [94314] = 4, + [94231] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6859), 1, - sym_identifier, + ACTIONS(6188), 1, + anon_sym_RBRACE, STATE(3382), 2, sym_line_comment, sym_block_comment, - [94328] = 4, + [94245] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6861), 1, - sym_identifier, + ACTIONS(6859), 1, + anon_sym_RBRACE, STATE(3383), 2, sym_line_comment, sym_block_comment, - [94342] = 4, + [94259] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6863), 1, - sym_identifier, + ACTIONS(6861), 1, + anon_sym_SEMI, STATE(3384), 2, sym_line_comment, sym_block_comment, - [94356] = 4, + [94273] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6005), 1, + ACTIONS(6208), 1, anon_sym_RBRACE, STATE(3385), 2, sym_line_comment, sym_block_comment, - [94370] = 4, + [94287] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6865), 1, - anon_sym_fn, + ACTIONS(6863), 1, + anon_sym_SEMI, STATE(3386), 2, sym_line_comment, sym_block_comment, - [94384] = 4, + [94301] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6867), 1, - sym_identifier, + ACTIONS(6865), 1, + anon_sym_SEMI, STATE(3387), 2, sym_line_comment, sym_block_comment, - [94398] = 4, + [94315] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(985), 1, - anon_sym_EQ_GT, + ACTIONS(5001), 1, + anon_sym_COLON_COLON, STATE(3388), 2, sym_line_comment, sym_block_comment, - [94412] = 4, + [94329] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6869), 1, + ACTIONS(6867), 1, anon_sym_SEMI, STATE(3389), 2, sym_line_comment, sym_block_comment, - [94426] = 4, + [94343] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6871), 1, - anon_sym_COLON, + ACTIONS(6869), 1, + anon_sym_COLON_COLON, STATE(3390), 2, sym_line_comment, sym_block_comment, - [94440] = 4, + [94357] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6873), 1, - anon_sym_SEMI, + ACTIONS(6871), 1, + anon_sym_fn, STATE(3391), 2, sym_line_comment, sym_block_comment, - [94454] = 4, + [94371] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6301), 1, - anon_sym_RBRACE, + ACTIONS(6873), 1, + sym_identifier, STATE(3392), 2, sym_line_comment, sym_block_comment, - [94468] = 4, + [94385] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6875), 1, - anon_sym_RBRACK, + ACTIONS(5845), 1, + anon_sym_LBRACE, STATE(3393), 2, sym_line_comment, sym_block_comment, - [94482] = 4, + [94399] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3145), 1, - anon_sym_PLUS, + ACTIONS(6875), 1, + anon_sym_RBRACE, STATE(3394), 2, sym_line_comment, sym_block_comment, - [94496] = 4, + [94413] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6877), 1, - sym__line_doc_content, + anon_sym_SEMI, STATE(3395), 2, sym_line_comment, sym_block_comment, - [94510] = 4, + [94427] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6879), 1, - anon_sym_COLON, + ACTIONS(5648), 1, + anon_sym_RPAREN, STATE(3396), 2, sym_line_comment, sym_block_comment, - [94524] = 4, + [94441] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4972), 1, - anon_sym_COLON_COLON, + ACTIONS(6879), 1, + sym_identifier, STATE(3397), 2, sym_line_comment, sym_block_comment, - [94538] = 4, + [94455] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -187244,317 +187257,317 @@ static const uint16_t ts_small_parse_table[] = { STATE(3398), 2, sym_line_comment, sym_block_comment, - [94552] = 4, + [94469] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6883), 1, - anon_sym_COLON_COLON, + sym__raw_string_literal_end, STATE(3399), 2, sym_line_comment, sym_block_comment, - [94566] = 4, + [94483] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6885), 1, - anon_sym_fn, + anon_sym_SEMI, STATE(3400), 2, sym_line_comment, sym_block_comment, - [94580] = 4, + [94497] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6887), 1, - anon_sym_SEMI, + sym_identifier, STATE(3401), 2, sym_line_comment, sym_block_comment, - [94594] = 4, + [94511] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5801), 1, - anon_sym_LBRACE, + ACTIONS(3105), 1, + anon_sym_PLUS, STATE(3402), 2, sym_line_comment, sym_block_comment, - [94608] = 4, + [94525] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6889), 1, - anon_sym_SEMI, + ACTIONS(6248), 1, + anon_sym_RBRACE, STATE(3403), 2, sym_line_comment, sym_block_comment, - [94622] = 4, + [94539] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6535), 1, - anon_sym_SEMI, + ACTIONS(6889), 1, + anon_sym_COLON, STATE(3404), 2, sym_line_comment, sym_block_comment, - [94636] = 4, + [94553] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6133), 1, - anon_sym_RBRACE, + ACTIONS(6891), 1, + sym_identifier, STATE(3405), 2, sym_line_comment, sym_block_comment, - [94650] = 4, + [94567] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6891), 1, - anon_sym_RBRACE, + ACTIONS(6893), 1, + anon_sym_SEMI, STATE(3406), 2, sym_line_comment, sym_block_comment, - [94664] = 4, + [94581] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6893), 1, - sym_identifier, + ACTIONS(6895), 1, + sym__raw_string_literal_end, STATE(3407), 2, sym_line_comment, sym_block_comment, - [94678] = 4, + [94595] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6895), 1, - anon_sym_SEMI, + ACTIONS(6897), 1, + anon_sym_RPAREN, STATE(3408), 2, sym_line_comment, sym_block_comment, - [94692] = 4, + [94609] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6897), 1, - anon_sym_RPAREN, + ACTIONS(6899), 1, + sym_identifier, STATE(3409), 2, sym_line_comment, sym_block_comment, - [94706] = 4, + [94623] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5891), 1, - anon_sym_RPAREN, + ACTIONS(6901), 1, + sym_identifier, STATE(3410), 2, sym_line_comment, sym_block_comment, - [94720] = 4, + [94637] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6899), 1, - sym_identifier, + ACTIONS(6903), 1, + anon_sym_SEMI, STATE(3411), 2, sym_line_comment, sym_block_comment, - [94734] = 4, + [94651] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6641), 1, - anon_sym_SEMI, + ACTIONS(4191), 1, + anon_sym_RPAREN, STATE(3412), 2, sym_line_comment, sym_block_comment, - [94748] = 4, + [94665] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6901), 1, - anon_sym_SEMI, + ACTIONS(6905), 1, + sym__line_doc_content, STATE(3413), 2, sym_line_comment, sym_block_comment, - [94762] = 4, + [94679] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5818), 1, - anon_sym_RBRACK, + ACTIONS(5652), 1, + anon_sym_RPAREN, STATE(3414), 2, sym_line_comment, sym_block_comment, - [94776] = 4, + [94693] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6903), 1, - sym_identifier, + ACTIONS(6907), 1, + anon_sym_SEMI, STATE(3415), 2, sym_line_comment, sym_block_comment, - [94790] = 4, + [94707] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6905), 1, + ACTIONS(6909), 1, anon_sym_RBRACE, STATE(3416), 2, sym_line_comment, sym_block_comment, - [94804] = 4, + [94721] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4131), 1, - anon_sym_RPAREN, + ACTIONS(6276), 1, + anon_sym_RBRACE, STATE(3417), 2, sym_line_comment, sym_block_comment, - [94818] = 4, + [94735] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6907), 1, - sym_identifier, + ACTIONS(3093), 1, + anon_sym_PLUS, STATE(3418), 2, sym_line_comment, sym_block_comment, - [94832] = 4, + [94749] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6909), 1, - sym_identifier, + ACTIONS(6911), 1, + anon_sym_SEMI, STATE(3419), 2, sym_line_comment, sym_block_comment, - [94846] = 4, + [94763] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6911), 1, - sym_identifier, + ACTIONS(5187), 1, + anon_sym_COLON_COLON, STATE(3420), 2, sym_line_comment, sym_block_comment, - [94860] = 4, + [94777] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6913), 1, - sym_identifier, + anon_sym_SEMI, STATE(3421), 2, sym_line_comment, sym_block_comment, - [94874] = 4, + [94791] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6915), 1, - anon_sym_SEMI, + ACTIONS(4579), 1, + anon_sym_COLON_COLON, STATE(3422), 2, sym_line_comment, sym_block_comment, - [94888] = 4, + [94805] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6917), 1, - anon_sym_COLON_COLON, + ACTIONS(6915), 1, + anon_sym_SEMI, STATE(3423), 2, sym_line_comment, sym_block_comment, - [94902] = 4, + [94819] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6919), 1, - anon_sym_COLON, + ACTIONS(6917), 1, + anon_sym_RBRACK, STATE(3424), 2, sym_line_comment, sym_block_comment, - [94916] = 4, + [94833] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6921), 1, - anon_sym_RBRACK, + ACTIONS(5429), 1, + anon_sym_RPAREN, STATE(3425), 2, sym_line_comment, sym_block_comment, - [94930] = 4, + [94847] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5895), 1, + ACTIONS(6919), 1, anon_sym_RPAREN, STATE(3426), 2, sym_line_comment, sym_block_comment, - [94944] = 4, + [94861] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4595), 1, - anon_sym_COLON_COLON, + ACTIONS(6921), 1, + sym_raw_string_literal_content, STATE(3427), 2, sym_line_comment, sym_block_comment, - [94958] = 4, + [94875] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6923), 1, - sym__raw_string_literal_end, + sym_identifier, STATE(3428), 2, sym_line_comment, sym_block_comment, - [94972] = 4, + [94889] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6925), 1, - sym_identifier, + anon_sym_SEMI, STATE(3429), 2, sym_line_comment, sym_block_comment, - [94986] = 4, + [94903] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -187564,237 +187577,237 @@ static const uint16_t ts_small_parse_table[] = { STATE(3430), 2, sym_line_comment, sym_block_comment, - [95000] = 4, + [94917] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6929), 1, - anon_sym_SEMI, + anon_sym_COLON, STATE(3431), 2, sym_line_comment, sym_block_comment, - [95014] = 4, + [94931] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6931), 1, - anon_sym_RPAREN, + anon_sym_SEMI, STATE(3432), 2, sym_line_comment, sym_block_comment, - [95028] = 4, + [94945] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6933), 1, - sym_identifier, + ACTIONS(5191), 1, + anon_sym_SEMI, STATE(3433), 2, sym_line_comment, sym_block_comment, - [95042] = 4, + [94959] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6935), 1, - sym_identifier, + ACTIONS(6933), 1, + anon_sym_COLON_COLON, STATE(3434), 2, sym_line_comment, sym_block_comment, - [95056] = 4, + [94973] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6937), 1, - sym_identifier, + ACTIONS(6935), 1, + anon_sym_RBRACK, STATE(3435), 2, sym_line_comment, sym_block_comment, - [95070] = 4, + [94987] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5987), 1, - anon_sym_RBRACE, + ACTIONS(5479), 1, + anon_sym_RPAREN, STATE(3436), 2, sym_line_comment, sym_block_comment, - [95084] = 4, + [95001] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6939), 1, - anon_sym_SEMI, + ACTIONS(6937), 1, + anon_sym_RBRACK, STATE(3437), 2, sym_line_comment, sym_block_comment, - [95098] = 4, + [95015] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6941), 1, - anon_sym_SEMI, + ACTIONS(6939), 1, + anon_sym_COLON_COLON, STATE(3438), 2, sym_line_comment, sym_block_comment, - [95112] = 4, + [95029] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5575), 1, - anon_sym_RPAREN, + ACTIONS(6941), 1, + anon_sym_SEMI, STATE(3439), 2, sym_line_comment, sym_block_comment, - [95126] = 4, + [95043] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6943), 1, - anon_sym_SEMI, + sym_identifier, STATE(3440), 2, sym_line_comment, sym_block_comment, - [95140] = 4, + [95057] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6945), 1, - anon_sym_SEMI, + anon_sym_COLON, STATE(3441), 2, sym_line_comment, sym_block_comment, - [95154] = 4, + [95071] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6947), 1, - anon_sym_SEMI, + anon_sym_EQ_GT, STATE(3442), 2, sym_line_comment, sym_block_comment, - [95168] = 4, + [95085] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4952), 1, - anon_sym_COLON_COLON, + ACTIONS(6949), 1, + sym_identifier, STATE(3443), 2, sym_line_comment, sym_block_comment, - [95182] = 4, + [95099] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6949), 1, - anon_sym_EQ_GT, + ACTIONS(6951), 1, + sym_identifier, STATE(3444), 2, sym_line_comment, sym_block_comment, - [95196] = 4, + [95113] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6951), 1, - anon_sym_SEMI, + ACTIONS(6953), 1, + sym_identifier, STATE(3445), 2, sym_line_comment, sym_block_comment, - [95210] = 4, + [95127] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5814), 1, - anon_sym_RPAREN, + ACTIONS(6955), 1, + sym_identifier, STATE(3446), 2, sym_line_comment, sym_block_comment, - [95224] = 4, + [95141] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6953), 1, - anon_sym_SEMI, + ACTIONS(6957), 1, + anon_sym_COLON, STATE(3447), 2, sym_line_comment, sym_block_comment, - [95238] = 4, + [95155] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6955), 1, - anon_sym_RBRACK, + ACTIONS(6959), 1, + anon_sym_RBRACE, STATE(3448), 2, sym_line_comment, sym_block_comment, - [95252] = 4, + [95169] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6957), 1, - anon_sym_RBRACK, + ACTIONS(6961), 1, + sym__line_doc_content, STATE(3449), 2, sym_line_comment, sym_block_comment, - [95266] = 4, + [95183] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6959), 1, - sym_identifier, + ACTIONS(6963), 1, + anon_sym_SEMI, STATE(3450), 2, sym_line_comment, sym_block_comment, - [95280] = 4, + [95197] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6961), 1, + ACTIONS(6965), 1, anon_sym_SEMI, STATE(3451), 2, sym_line_comment, sym_block_comment, - [95294] = 4, + [95211] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6963), 1, - anon_sym_SEMI, + ACTIONS(5473), 1, + anon_sym_RPAREN, STATE(3452), 2, sym_line_comment, sym_block_comment, - [95308] = 4, + [95225] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6965), 1, + ACTIONS(744), 1, anon_sym_RBRACK, STATE(3453), 2, sym_line_comment, sym_block_comment, - [95322] = 4, + [95239] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -187804,1896 +187817,1796 @@ static const uint16_t ts_small_parse_table[] = { STATE(3454), 2, sym_line_comment, sym_block_comment, - [95336] = 4, + [95253] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5506), 1, - anon_sym_RPAREN, + ACTIONS(6969), 1, + sym__line_doc_content, STATE(3455), 2, sym_line_comment, sym_block_comment, - [95350] = 4, + [95267] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6969), 1, - sym__raw_string_literal_end, + ACTIONS(6971), 1, + anon_sym_SEMI, STATE(3456), 2, sym_line_comment, sym_block_comment, - [95364] = 4, + [95281] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6971), 1, - ts_builtin_sym_end, + ACTIONS(5892), 1, + anon_sym_RBRACK, STATE(3457), 2, sym_line_comment, sym_block_comment, - [95378] = 4, - ACTIONS(3), 1, + [95295] = 4, + ACTIONS(103), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6973), 1, - aux_sym_line_comment_token2, + ACTIONS(6731), 1, + anon_sym_SEMI, STATE(3458), 2, sym_line_comment, sym_block_comment, - [95392] = 4, + [95309] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6975), 1, - sym_self, + ACTIONS(5622), 1, + anon_sym_RPAREN, STATE(3459), 2, sym_line_comment, sym_block_comment, - [95406] = 4, + [95323] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6977), 1, - anon_sym_SEMI, + ACTIONS(6973), 1, + sym__raw_string_literal_end, STATE(3460), 2, sym_line_comment, sym_block_comment, - [95420] = 4, + [95337] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6979), 1, - anon_sym_SEMI, + ACTIONS(925), 1, + anon_sym_RBRACK, STATE(3461), 2, sym_line_comment, sym_block_comment, - [95434] = 4, - ACTIONS(103), 1, + [95351] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(105), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(6981), 1, - anon_sym_COLON_COLON, + ACTIONS(6975), 1, + aux_sym_line_comment_token2, STATE(3462), 2, sym_line_comment, sym_block_comment, - [95448] = 4, + [95365] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6769), 1, - anon_sym_LBRACK, + ACTIONS(6977), 1, + anon_sym_COLON_COLON, STATE(3463), 2, sym_line_comment, sym_block_comment, - [95462] = 4, + [95379] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5253), 1, - anon_sym_SEMI, + ACTIONS(6979), 1, + sym_identifier, STATE(3464), 2, sym_line_comment, sym_block_comment, - [95476] = 4, + [95393] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6983), 1, - anon_sym_SEMI, + ACTIONS(6981), 1, + sym__raw_string_literal_end, STATE(3465), 2, sym_line_comment, sym_block_comment, - [95490] = 4, + [95407] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6985), 1, - anon_sym_RBRACE, + ACTIONS(6983), 1, + sym__line_doc_content, STATE(3466), 2, sym_line_comment, sym_block_comment, - [95504] = 4, + [95421] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(921), 1, - anon_sym_RBRACK, + ACTIONS(6985), 1, + anon_sym_RPAREN, STATE(3467), 2, sym_line_comment, sym_block_comment, - [95518] = 4, + [95435] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6407), 1, - anon_sym_GT, + ACTIONS(6987), 1, + anon_sym_SEMI, STATE(3468), 2, sym_line_comment, sym_block_comment, - [95532] = 4, + [95449] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6987), 1, - sym__raw_string_literal_end, + ACTIONS(5918), 1, + anon_sym_RPAREN, STATE(3469), 2, sym_line_comment, sym_block_comment, - [95546] = 4, + [95463] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6989), 1, - anon_sym_LPAREN, + ACTIONS(5880), 1, + anon_sym_RPAREN, STATE(3470), 2, sym_line_comment, sym_block_comment, - [95560] = 4, + [95477] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5924), 1, - anon_sym_RPAREN, + ACTIONS(6989), 1, + sym_identifier, STATE(3471), 2, sym_line_comment, sym_block_comment, - [95574] = 4, + [95491] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6991), 1, - sym_identifier, + anon_sym_SEMI, STATE(3472), 2, sym_line_comment, sym_block_comment, - [95588] = 4, + [95505] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(6993), 1, - sym_identifier, + sym__raw_string_literal_end, STATE(3473), 2, sym_line_comment, sym_block_comment, - [95602] = 4, + [95519] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6995), 1, - sym__raw_string_literal_end, + ACTIONS(5926), 1, + anon_sym_RBRACK, STATE(3474), 2, sym_line_comment, sym_block_comment, - [95616] = 4, + [95533] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6997), 1, - anon_sym_COLON_COLON, + ACTIONS(6995), 1, + anon_sym_LBRACK, STATE(3475), 2, sym_line_comment, sym_block_comment, - [95630] = 4, + [95547] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6999), 1, - anon_sym_COLON, + ACTIONS(6631), 1, + anon_sym_SEMI, STATE(3476), 2, sym_line_comment, sym_block_comment, - [95644] = 4, + [95561] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5928), 1, - anon_sym_RBRACK, + ACTIONS(6997), 1, + anon_sym_COLON, STATE(3477), 2, sym_line_comment, sym_block_comment, - [95658] = 4, + [95575] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7001), 1, - sym__line_doc_content, + ACTIONS(6999), 1, + anon_sym_LT, STATE(3478), 2, sym_line_comment, sym_block_comment, - [95672] = 4, + [95589] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7003), 1, - anon_sym_STAR_SLASH, + ACTIONS(7001), 1, + anon_sym_SEMI, STATE(3479), 2, sym_line_comment, sym_block_comment, - [95686] = 4, + [95603] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7005), 1, - anon_sym_COLON, + ACTIONS(7003), 1, + anon_sym_RBRACK, STATE(3480), 2, sym_line_comment, sym_block_comment, - [95700] = 4, + [95617] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7007), 1, - sym_identifier, + ACTIONS(6086), 1, + anon_sym_RBRACE, STATE(3481), 2, sym_line_comment, sym_block_comment, - [95714] = 4, + [95631] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7009), 1, - anon_sym_COLON, + ACTIONS(7005), 1, + sym_identifier, STATE(3482), 2, sym_line_comment, sym_block_comment, - [95728] = 4, + [95645] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6354), 1, - anon_sym_RBRACE, + ACTIONS(7007), 1, + sym_raw_string_literal_content, STATE(3483), 2, sym_line_comment, sym_block_comment, - [95742] = 4, + [95659] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(979), 1, - anon_sym_EQ_GT, + ACTIONS(6635), 1, + anon_sym_SEMI, STATE(3484), 2, sym_line_comment, sym_block_comment, - [95756] = 4, + [95673] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5219), 1, - anon_sym_SEMI, + ACTIONS(4714), 1, + anon_sym_COLON_COLON, STATE(3485), 2, sym_line_comment, sym_block_comment, - [95770] = 4, + [95687] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(750), 1, - anon_sym_RBRACK, + ACTIONS(4169), 1, + anon_sym_COLON_COLON, STATE(3486), 2, sym_line_comment, sym_block_comment, - [95784] = 4, + [95701] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7011), 1, - anon_sym_EQ_GT, + ACTIONS(5799), 1, + anon_sym_COLON_COLON, STATE(3487), 2, sym_line_comment, sym_block_comment, - [95798] = 4, + [95715] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7013), 1, - anon_sym_SEMI, + ACTIONS(7009), 1, + sym_identifier, STATE(3488), 2, sym_line_comment, sym_block_comment, - [95812] = 4, + [95729] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7015), 1, - sym_identifier, + ACTIONS(7011), 1, + anon_sym_SEMI, STATE(3489), 2, sym_line_comment, sym_block_comment, - [95826] = 4, + [95743] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7017), 1, - sym_raw_string_literal_content, + ACTIONS(7013), 1, + sym_identifier, STATE(3490), 2, sym_line_comment, sym_block_comment, - [95840] = 4, + [95757] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7019), 1, - anon_sym_LPAREN, + ACTIONS(7015), 1, + anon_sym_COLON_COLON, STATE(3491), 2, sym_line_comment, sym_block_comment, - [95854] = 4, + [95771] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7021), 1, - anon_sym_SEMI, + ACTIONS(7017), 1, + sym_identifier, STATE(3492), 2, sym_line_comment, sym_block_comment, - [95868] = 4, + [95785] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7023), 1, - anon_sym_SEMI, + ACTIONS(7019), 1, + anon_sym_RBRACE, STATE(3493), 2, sym_line_comment, sym_block_comment, - [95882] = 4, + [95799] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4195), 1, - anon_sym_COLON_COLON, + ACTIONS(7021), 1, + anon_sym_SEMI, STATE(3494), 2, sym_line_comment, sym_block_comment, - [95896] = 4, + [95813] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5764), 1, - anon_sym_COLON_COLON, + ACTIONS(7023), 1, + anon_sym_fn, STATE(3495), 2, sym_line_comment, sym_block_comment, - [95910] = 4, + [95827] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4037), 1, - sym_identifier, + ACTIONS(7025), 1, + anon_sym_SEMI, STATE(3496), 2, sym_line_comment, sym_block_comment, - [95924] = 4, + [95841] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7025), 1, + ACTIONS(7027), 1, anon_sym_SEMI, STATE(3497), 2, sym_line_comment, sym_block_comment, - [95938] = 4, + [95855] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7027), 1, - anon_sym_SEMI, + ACTIONS(7029), 1, + anon_sym_COLON, STATE(3498), 2, sym_line_comment, sym_block_comment, - [95952] = 4, + [95869] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7029), 1, + ACTIONS(7031), 1, anon_sym_COLON_COLON, STATE(3499), 2, sym_line_comment, sym_block_comment, - [95966] = 4, + [95883] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5261), 1, + ACTIONS(7033), 1, anon_sym_SEMI, STATE(3500), 2, sym_line_comment, sym_block_comment, - [95980] = 4, + [95897] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5948), 1, - anon_sym_RBRACE, + ACTIONS(4942), 1, + anon_sym_COLON_COLON, STATE(3501), 2, sym_line_comment, sym_block_comment, - [95994] = 4, + [95911] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7031), 1, + ACTIONS(5203), 1, anon_sym_SEMI, STATE(3502), 2, sym_line_comment, sym_block_comment, - [96008] = 4, + [95925] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7033), 1, - anon_sym_RBRACK, + ACTIONS(7035), 1, + anon_sym_COLON_COLON, STATE(3503), 2, sym_line_comment, sym_block_comment, - [96022] = 4, + [95939] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7035), 1, - sym_identifier, + ACTIONS(7037), 1, + anon_sym_fn, STATE(3504), 2, sym_line_comment, sym_block_comment, - [96036] = 4, + [95953] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7037), 1, - anon_sym_COLON_COLON, + ACTIONS(6375), 1, + anon_sym_RBRACE, STATE(3505), 2, sym_line_comment, sym_block_comment, - [96050] = 4, + [95967] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(7039), 1, - anon_sym_RBRACE, + anon_sym_LBRACE, STATE(3506), 2, sym_line_comment, sym_block_comment, - [96064] = 4, + [95981] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5209), 1, - anon_sym_SEMI, + ACTIONS(7041), 1, + anon_sym_EQ_GT, STATE(3507), 2, sym_line_comment, sym_block_comment, - [96078] = 4, + [95995] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7041), 1, - anon_sym_COLON_COLON, + ACTIONS(7043), 1, + sym_self, STATE(3508), 2, sym_line_comment, sym_block_comment, - [96092] = 4, + [96009] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7043), 1, - anon_sym_SEMI, + ACTIONS(7045), 1, + anon_sym_STAR_SLASH, STATE(3509), 2, sym_line_comment, sym_block_comment, - [96106] = 4, + [96023] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(7045), 1, - anon_sym_SEMI, + anon_sym_SLASH_STAR, + ACTIONS(5870), 1, + anon_sym_LBRACE, STATE(3510), 2, sym_line_comment, sym_block_comment, - [96120] = 4, + [96037] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4994), 1, - anon_sym_COLON_COLON, + ACTIONS(877), 1, + anon_sym_RBRACK, STATE(3511), 2, sym_line_comment, sym_block_comment, - [96134] = 4, + [96051] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7047), 1, + ACTIONS(5227), 1, anon_sym_SEMI, STATE(3512), 2, sym_line_comment, sym_block_comment, - [96148] = 4, + [96065] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7049), 1, - anon_sym_COLON_COLON, + ACTIONS(7047), 1, + sym_raw_string_literal_content, STATE(3513), 2, sym_line_comment, sym_block_comment, - [96162] = 4, + [96079] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7051), 1, - anon_sym_fn, + ACTIONS(7049), 1, + anon_sym_SEMI, STATE(3514), 2, sym_line_comment, sym_block_comment, - [96176] = 4, + [96093] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7053), 1, + ACTIONS(7051), 1, anon_sym_SEMI, STATE(3515), 2, sym_line_comment, sym_block_comment, - [96190] = 4, + [96107] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7055), 1, - anon_sym_LBRACE, + ACTIONS(7053), 1, + anon_sym_COLON_COLON, STATE(3516), 2, sym_line_comment, sym_block_comment, - [96204] = 4, + [96121] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6583), 1, + ACTIONS(7055), 1, anon_sym_COLON_COLON, STATE(3517), 2, sym_line_comment, sym_block_comment, - [96218] = 4, + [96135] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7057), 1, - sym__line_doc_content, + ACTIONS(6749), 1, + anon_sym_SEMI, STATE(3518), 2, sym_line_comment, sym_block_comment, - [96232] = 4, + [96149] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6482), 1, - anon_sym_COLON_COLON, + ACTIONS(7057), 1, + sym_identifier, STATE(3519), 2, sym_line_comment, sym_block_comment, - [96246] = 4, + [96163] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(7059), 1, - anon_sym_fn, + anon_sym_COLON_COLON, STATE(3520), 2, sym_line_comment, sym_block_comment, - [96260] = 4, + [96177] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(7061), 1, - anon_sym_SEMI, + anon_sym_COLON, STATE(3521), 2, sym_line_comment, sym_block_comment, - [96274] = 4, + [96191] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(7063), 1, - anon_sym_SEMI, + anon_sym_RPAREN, STATE(3522), 2, sym_line_comment, sym_block_comment, - [96288] = 4, + [96205] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(7065), 1, - sym_identifier, + anon_sym_COLON_COLON, STATE(3523), 2, sym_line_comment, sym_block_comment, - [96302] = 4, + [96219] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(7067), 1, - anon_sym_SEMI, + anon_sym_COLON, STATE(3524), 2, sym_line_comment, sym_block_comment, - [96316] = 4, + [96233] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7069), 1, - sym_raw_string_literal_content, + ACTIONS(6282), 1, + anon_sym_COLON_COLON, STATE(3525), 2, sym_line_comment, sym_block_comment, - [96330] = 4, + [96247] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7071), 1, - sym__raw_string_literal_end, + ACTIONS(7069), 1, + anon_sym_COLON_COLON, STATE(3526), 2, sym_line_comment, sym_block_comment, - [96344] = 4, + [96261] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7073), 1, - anon_sym_SEMI, + ACTIONS(7071), 1, + anon_sym_LBRACE, STATE(3527), 2, sym_line_comment, sym_block_comment, - [96358] = 4, + [96275] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4145), 1, - anon_sym_RPAREN, + ACTIONS(7073), 1, + anon_sym_SEMI, STATE(3528), 2, sym_line_comment, sym_block_comment, - [96372] = 4, + [96289] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(7075), 1, - anon_sym_COLON_COLON, + anon_sym_SEMI, STATE(3529), 2, sym_line_comment, sym_block_comment, - [96386] = 4, + [96303] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7077), 1, + ACTIONS(6430), 1, anon_sym_RBRACE, STATE(3530), 2, sym_line_comment, sym_block_comment, - [96400] = 4, + [96317] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7079), 1, - anon_sym_SEMI, + ACTIONS(7077), 1, + anon_sym_EQ_GT, STATE(3531), 2, sym_line_comment, sym_block_comment, - [96414] = 4, + [96331] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7081), 1, - anon_sym_COLON_COLON, + ACTIONS(7079), 1, + sym_raw_string_literal_content, STATE(3532), 2, sym_line_comment, sym_block_comment, - [96428] = 4, + [96345] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7083), 1, - anon_sym_SEMI, + ACTIONS(3521), 1, + anon_sym_COLON_COLON, STATE(3533), 2, sym_line_comment, sym_block_comment, - [96442] = 4, + [96359] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7085), 1, + ACTIONS(6352), 1, anon_sym_RBRACE, STATE(3534), 2, sym_line_comment, sym_block_comment, - [96456] = 4, + [96373] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7087), 1, + ACTIONS(7081), 1, anon_sym_COLON_COLON, STATE(3535), 2, sym_line_comment, sym_block_comment, - [96470] = 4, + [96387] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7089), 1, - anon_sym_EQ_GT, + ACTIONS(7083), 1, + anon_sym_SEMI, STATE(3536), 2, sym_line_comment, sym_block_comment, - [96484] = 4, + [96401] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3963), 1, - anon_sym_COLON_COLON, + ACTIONS(7085), 1, + anon_sym_LBRACE, STATE(3537), 2, sym_line_comment, sym_block_comment, - [96498] = 4, + [96415] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7091), 1, - anon_sym_COLON_COLON, + ACTIONS(7087), 1, + sym_raw_string_literal_content, STATE(3538), 2, sym_line_comment, sym_block_comment, - [96512] = 4, + [96429] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7093), 1, - anon_sym_LBRACE, + ACTIONS(5249), 1, + anon_sym_COLON_COLON, STATE(3539), 2, sym_line_comment, sym_block_comment, - [96526] = 4, + [96443] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7095), 1, - anon_sym_STAR_SLASH, + ACTIONS(7089), 1, + anon_sym_COLON_COLON, STATE(3540), 2, sym_line_comment, sym_block_comment, - [96540] = 4, + [96457] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7097), 1, - anon_sym_RBRACK, + ACTIONS(5884), 1, + anon_sym_LBRACE, STATE(3541), 2, sym_line_comment, sym_block_comment, - [96554] = 4, + [96471] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7099), 1, - anon_sym_SEMI, + ACTIONS(5860), 1, + anon_sym_COLON_COLON, STATE(3542), 2, sym_line_comment, sym_block_comment, - [96568] = 4, + [96485] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7101), 1, - sym_raw_string_literal_content, + ACTIONS(7091), 1, + anon_sym_COLON_COLON, STATE(3543), 2, sym_line_comment, sym_block_comment, - [96582] = 4, + [96499] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3527), 1, - anon_sym_COLON_COLON, + ACTIONS(5900), 1, + anon_sym_LBRACE, STATE(3544), 2, sym_line_comment, sym_block_comment, - [96596] = 4, + [96513] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4768), 1, + ACTIONS(7093), 1, anon_sym_COLON_COLON, STATE(3545), 2, sym_line_comment, sym_block_comment, - [96610] = 4, + [96527] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7103), 1, + ACTIONS(5215), 1, anon_sym_COLON_COLON, STATE(3546), 2, sym_line_comment, sym_block_comment, - [96624] = 4, + [96541] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7105), 1, - sym_identifier, + ACTIONS(5233), 1, + anon_sym_COLON_COLON, STATE(3547), 2, sym_line_comment, sym_block_comment, - [96638] = 4, + [96555] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7107), 1, - anon_sym_LBRACE, + ACTIONS(4161), 1, + anon_sym_COLON_COLON, STATE(3548), 2, sym_line_comment, sym_block_comment, - [96652] = 4, + [96569] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7109), 1, - sym_raw_string_literal_content, + ACTIONS(7095), 1, + anon_sym_COLON_COLON, STATE(3549), 2, sym_line_comment, sym_block_comment, - [96666] = 4, + [96583] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5225), 1, + ACTIONS(6641), 1, anon_sym_COLON_COLON, STATE(3550), 2, sym_line_comment, sym_block_comment, - [96680] = 4, + [96597] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7111), 1, - anon_sym_COLON_COLON, + ACTIONS(7097), 1, + ts_builtin_sym_end, STATE(3551), 2, sym_line_comment, sym_block_comment, - [96694] = 4, + [96611] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5881), 1, - anon_sym_LBRACE, + ACTIONS(7099), 1, + anon_sym_SEMI, STATE(3552), 2, sym_line_comment, sym_block_comment, - [96708] = 4, + [96625] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5809), 1, - anon_sym_COLON_COLON, + ACTIONS(7101), 1, + anon_sym_RBRACK, STATE(3553), 2, sym_line_comment, sym_block_comment, - [96722] = 4, + [96639] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7113), 1, - anon_sym_COLON_COLON, + ACTIONS(7103), 1, + anon_sym_COLON, STATE(3554), 2, sym_line_comment, sym_block_comment, - [96736] = 4, + [96653] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5907), 1, - anon_sym_LBRACE, + ACTIONS(7105), 1, + anon_sym_LBRACK, STATE(3555), 2, sym_line_comment, sym_block_comment, - [96750] = 4, + [96667] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7115), 1, - anon_sym_COLON_COLON, + ACTIONS(7107), 1, + anon_sym_COLON, STATE(3556), 2, sym_line_comment, sym_block_comment, - [96764] = 4, + [96681] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5231), 1, - anon_sym_COLON_COLON, + ACTIONS(7109), 1, + anon_sym_LBRACK, STATE(3557), 2, sym_line_comment, sym_block_comment, - [96778] = 4, + [96695] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5259), 1, - anon_sym_COLON_COLON, + ACTIONS(7111), 1, + anon_sym_COLON, STATE(3558), 2, sym_line_comment, sym_block_comment, - [96792] = 4, + [96709] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4191), 1, - anon_sym_COLON_COLON, + ACTIONS(7113), 1, + anon_sym_COLON, STATE(3559), 2, sym_line_comment, sym_block_comment, - [96806] = 4, + [96723] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7117), 1, - anon_sym_COLON_COLON, + ACTIONS(7115), 1, + sym_identifier, STATE(3560), 2, sym_line_comment, sym_block_comment, - [96820] = 4, + [96737] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7119), 1, - anon_sym_RPAREN, + ACTIONS(5243), 1, + anon_sym_SEMI, STATE(3561), 2, sym_line_comment, sym_block_comment, - [96834] = 4, + [96751] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7121), 1, - sym__line_doc_content, + ACTIONS(7117), 1, + sym_identifier, STATE(3562), 2, sym_line_comment, sym_block_comment, - [96848] = 4, + [96765] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7123), 1, - sym_raw_string_literal_content, + ACTIONS(7119), 1, + anon_sym_SEMI, STATE(3563), 2, sym_line_comment, sym_block_comment, - [96862] = 4, + [96779] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7125), 1, - anon_sym_fn, + ACTIONS(7121), 1, + anon_sym_COLON, STATE(3564), 2, sym_line_comment, sym_block_comment, - [96876] = 4, + [96793] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7127), 1, - anon_sym_COLON, + ACTIONS(6759), 1, + anon_sym_LBRACK, STATE(3565), 2, sym_line_comment, sym_block_comment, - [96890] = 4, + [96807] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7129), 1, - anon_sym_LBRACK, + ACTIONS(7123), 1, + anon_sym_SEMI, STATE(3566), 2, sym_line_comment, sym_block_comment, - [96904] = 4, + [96821] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7131), 1, - anon_sym_SEMI, + ACTIONS(7125), 1, + anon_sym_RBRACK, STATE(3567), 2, sym_line_comment, sym_block_comment, - [96918] = 4, + [96835] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7133), 1, - anon_sym_LBRACK, + ACTIONS(7127), 1, + sym__raw_string_literal_end, STATE(3568), 2, sym_line_comment, sym_block_comment, - [96932] = 4, + [96849] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7135), 1, - anon_sym_COLON, + ACTIONS(7129), 1, + sym_identifier, STATE(3569), 2, sym_line_comment, sym_block_comment, - [96946] = 4, + [96863] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7137), 1, - anon_sym_COLON, + ACTIONS(7131), 1, + sym_identifier, STATE(3570), 2, sym_line_comment, sym_block_comment, - [96960] = 4, + [96877] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7139), 1, - anon_sym_SEMI, + ACTIONS(7133), 1, + sym_identifier, STATE(3571), 2, sym_line_comment, sym_block_comment, - [96974] = 4, + [96891] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5478), 1, - anon_sym_RPAREN, + ACTIONS(7135), 1, + anon_sym_SEMI, STATE(3572), 2, sym_line_comment, sym_block_comment, - [96988] = 4, + [96905] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7141), 1, + ACTIONS(7137), 1, sym_identifier, STATE(3573), 2, sym_line_comment, sym_block_comment, - [97002] = 4, + [96919] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7143), 1, - anon_sym_LT, + ACTIONS(7139), 1, + anon_sym_COLON, STATE(3574), 2, sym_line_comment, sym_block_comment, - [97016] = 4, + [96933] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7145), 1, - anon_sym_COLON, + ACTIONS(3971), 1, + anon_sym_COLON_COLON, STATE(3575), 2, sym_line_comment, sym_block_comment, - [97030] = 4, + [96947] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7147), 1, - anon_sym_SEMI, + ACTIONS(7141), 1, + sym_identifier, STATE(3576), 2, sym_line_comment, sym_block_comment, - [97044] = 4, + [96961] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7149), 1, - anon_sym_COLON, + ACTIONS(1003), 1, + anon_sym_RBRACK, STATE(3577), 2, sym_line_comment, sym_block_comment, - [97058] = 4, + [96975] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7151), 1, - sym_identifier, + ACTIONS(7143), 1, + anon_sym_COLON, STATE(3578), 2, sym_line_comment, sym_block_comment, - [97072] = 4, + [96989] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7153), 1, - anon_sym_SEMI, + ACTIONS(7145), 1, + anon_sym_RBRACK, STATE(3579), 2, sym_line_comment, sym_block_comment, - [97086] = 4, + [97003] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6537), 1, - anon_sym_SEMI, + ACTIONS(4910), 1, + anon_sym_COLON_COLON, STATE(3580), 2, sym_line_comment, sym_block_comment, - [97100] = 4, + [97017] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7155), 1, - anon_sym_RBRACK, + ACTIONS(7147), 1, + sym_identifier, STATE(3581), 2, sym_line_comment, sym_block_comment, - [97114] = 4, + [97031] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7157), 1, + ACTIONS(7149), 1, sym_identifier, STATE(3582), 2, sym_line_comment, sym_block_comment, - [97128] = 4, + [97045] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7159), 1, - anon_sym_SEMI, + ACTIONS(7151), 1, + sym_identifier, STATE(3583), 2, sym_line_comment, sym_block_comment, - [97142] = 4, + [97059] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6227), 1, - anon_sym_RBRACE, + ACTIONS(7153), 1, + anon_sym_COLON, STATE(3584), 2, sym_line_comment, sym_block_comment, - [97156] = 4, + [97073] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7161), 1, - anon_sym_COLON, + ACTIONS(7155), 1, + sym_identifier, STATE(3585), 2, sym_line_comment, sym_block_comment, - [97170] = 4, + [97087] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7163), 1, - sym_identifier, + ACTIONS(7157), 1, + sym__line_doc_content, STATE(3586), 2, sym_line_comment, sym_block_comment, - [97184] = 4, + [97101] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6507), 1, - anon_sym_RBRACE, + ACTIONS(7159), 1, + anon_sym_SEMI, STATE(3587), 2, sym_line_comment, sym_block_comment, - [97198] = 4, + [97115] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7165), 1, - anon_sym_RPAREN, + ACTIONS(7161), 1, + anon_sym_SEMI, STATE(3588), 2, sym_line_comment, sym_block_comment, - [97212] = 4, + [97129] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7167), 1, - anon_sym_COLON, + ACTIONS(7163), 1, + anon_sym_SEMI, STATE(3589), 2, sym_line_comment, sym_block_comment, - [97226] = 4, + [97143] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7169), 1, - anon_sym_SEMI, + ACTIONS(6494), 1, + anon_sym_GT, STATE(3590), 2, sym_line_comment, sym_block_comment, - [97240] = 4, + [97157] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7171), 1, - anon_sym_SEMI, + ACTIONS(7165), 1, + anon_sym_EQ, STATE(3591), 2, sym_line_comment, sym_block_comment, - [97254] = 4, + [97171] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7173), 1, - anon_sym_SEMI, + ACTIONS(7167), 1, + sym_identifier, STATE(3592), 2, sym_line_comment, sym_block_comment, - [97268] = 4, + [97185] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7175), 1, - sym__raw_string_literal_end, + ACTIONS(7169), 1, + anon_sym_COLON, STATE(3593), 2, sym_line_comment, sym_block_comment, - [97282] = 4, + [97199] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5455), 1, + ACTIONS(5791), 1, anon_sym_RPAREN, STATE(3594), 2, sym_line_comment, sym_block_comment, - [97296] = 4, + [97213] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7177), 1, + ACTIONS(7171), 1, anon_sym_COLON, STATE(3595), 2, sym_line_comment, sym_block_comment, - [97310] = 4, + [97227] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7179), 1, - anon_sym_EQ_GT, + ACTIONS(7173), 1, + anon_sym_COLON, STATE(3596), 2, sym_line_comment, sym_block_comment, - [97324] = 4, + [97241] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7181), 1, - sym_identifier, + ACTIONS(7175), 1, + anon_sym_RBRACK, STATE(3597), 2, sym_line_comment, sym_block_comment, - [97338] = 4, + [97255] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7183), 1, + ACTIONS(7177), 1, anon_sym_COLON, STATE(3598), 2, sym_line_comment, sym_block_comment, - [97352] = 4, + [97269] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5239), 1, - anon_sym_COLON_COLON, + ACTIONS(7179), 1, + anon_sym_LBRACK, STATE(3599), 2, sym_line_comment, sym_block_comment, - [97366] = 4, + [97283] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7185), 1, - anon_sym_COLON, + ACTIONS(7181), 1, + anon_sym_LBRACK, STATE(3600), 2, sym_line_comment, sym_block_comment, - [97380] = 4, + [97297] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7187), 1, - anon_sym_LBRACK, + ACTIONS(7183), 1, + anon_sym_COLON, STATE(3601), 2, sym_line_comment, sym_block_comment, - [97394] = 4, + [97311] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7189), 1, - anon_sym_EQ, + ACTIONS(7185), 1, + anon_sym_fn, STATE(3602), 2, sym_line_comment, sym_block_comment, - [97408] = 4, + [97325] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7191), 1, - sym_identifier, + ACTIONS(7187), 1, + anon_sym_EQ, STATE(3603), 2, sym_line_comment, sym_block_comment, - [97422] = 4, + [97339] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7193), 1, - sym_identifier, + ACTIONS(7189), 1, + anon_sym_COLON, STATE(3604), 2, sym_line_comment, sym_block_comment, - [97436] = 4, + [97353] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7195), 1, - anon_sym_EQ, + ACTIONS(7191), 1, + anon_sym_COLON, STATE(3605), 2, sym_line_comment, sym_block_comment, - [97450] = 4, + [97367] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7197), 1, - anon_sym_COLON, + ACTIONS(7193), 1, + anon_sym_EQ_GT, STATE(3606), 2, sym_line_comment, sym_block_comment, - [97464] = 4, + [97381] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4529), 1, - anon_sym_fn, + ACTIONS(7195), 1, + sym_identifier, STATE(3607), 2, sym_line_comment, sym_block_comment, - [97478] = 4, + [97395] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7199), 1, + ACTIONS(7197), 1, anon_sym_COLON, STATE(3608), 2, sym_line_comment, sym_block_comment, - [97492] = 4, + [97409] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7201), 1, - anon_sym_LBRACK, + ACTIONS(7199), 1, + anon_sym_COLON, STATE(3609), 2, sym_line_comment, sym_block_comment, - [97506] = 4, + [97423] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7203), 1, - anon_sym_LBRACK, + ACTIONS(7201), 1, + anon_sym_COLON, STATE(3610), 2, sym_line_comment, sym_block_comment, - [97520] = 4, + [97437] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7205), 1, - anon_sym_COLON, + ACTIONS(7203), 1, + anon_sym_LPAREN, STATE(3611), 2, sym_line_comment, sym_block_comment, - [97534] = 4, + [97451] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7207), 1, - sym_identifier, + ACTIONS(4559), 1, + anon_sym_fn, STATE(3612), 2, sym_line_comment, sym_block_comment, - [97548] = 4, + [97465] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7209), 1, - anon_sym_RPAREN, + ACTIONS(7205), 1, + anon_sym_SEMI, STATE(3613), 2, sym_line_comment, sym_block_comment, - [97562] = 4, + [97479] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7211), 1, - anon_sym_COLON, + ACTIONS(7207), 1, + anon_sym_SEMI, STATE(3614), 2, sym_line_comment, sym_block_comment, - [97576] = 4, + [97493] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7213), 1, - anon_sym_COLON, + ACTIONS(7209), 1, + sym_identifier, STATE(3615), 2, sym_line_comment, sym_block_comment, - [97590] = 4, + [97507] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7215), 1, - anon_sym_EQ_GT, + ACTIONS(4533), 1, + anon_sym_fn, STATE(3616), 2, sym_line_comment, sym_block_comment, - [97604] = 4, + [97521] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7217), 1, - sym_identifier, + ACTIONS(7211), 1, + anon_sym_SEMI, STATE(3617), 2, sym_line_comment, sym_block_comment, - [97618] = 4, + [97535] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7219), 1, - anon_sym_COLON, + ACTIONS(7213), 1, + sym_identifier, STATE(3618), 2, sym_line_comment, sym_block_comment, - [97632] = 4, + [97549] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7221), 1, - anon_sym_COLON, + ACTIONS(7215), 1, + anon_sym_fn, STATE(3619), 2, sym_line_comment, sym_block_comment, - [97646] = 4, + [97563] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7223), 1, - anon_sym_COLON, + ACTIONS(7217), 1, + sym_identifier, STATE(3620), 2, sym_line_comment, sym_block_comment, - [97660] = 4, + [97577] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6539), 1, - anon_sym_SEMI, + ACTIONS(7219), 1, + sym_identifier, STATE(3621), 2, sym_line_comment, sym_block_comment, - [97674] = 4, + [97591] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4565), 1, - anon_sym_fn, + ACTIONS(6010), 1, + anon_sym_RBRACE, STATE(3622), 2, sym_line_comment, sym_block_comment, - [97688] = 4, + [97605] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7225), 1, - anon_sym_SEMI, + ACTIONS(7221), 1, + sym_identifier, STATE(3623), 2, sym_line_comment, sym_block_comment, - [97702] = 4, + [97619] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(772), 1, - anon_sym_RBRACK, + ACTIONS(7223), 1, + sym_raw_string_literal_content, STATE(3624), 2, sym_line_comment, sym_block_comment, - [97716] = 4, + [97633] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7227), 1, - sym_identifier, + ACTIONS(957), 1, + anon_sym_EQ_GT, STATE(3625), 2, sym_line_comment, sym_block_comment, - [97730] = 4, + [97647] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7229), 1, + ACTIONS(7225), 1, sym_identifier, STATE(3626), 2, sym_line_comment, sym_block_comment, - [97744] = 4, + [97661] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7231), 1, - anon_sym_RPAREN, + ACTIONS(7227), 1, + sym_identifier, STATE(3627), 2, sym_line_comment, sym_block_comment, - [97758] = 4, + [97675] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7233), 1, - sym_identifier, + ACTIONS(7229), 1, + anon_sym_EQ_GT, STATE(3628), 2, sym_line_comment, sym_block_comment, - [97772] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(7235), 1, - anon_sym_fn, - STATE(3629), 2, - sym_line_comment, - sym_block_comment, - [97786] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(7237), 1, - sym_raw_string_literal_content, - STATE(3630), 2, - sym_line_comment, - sym_block_comment, - [97800] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(7239), 1, - sym_identifier, - STATE(3631), 2, - sym_line_comment, - sym_block_comment, - [97814] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(7241), 1, - sym_identifier, - STATE(3632), 2, - sym_line_comment, - sym_block_comment, - [97828] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(7243), 1, - sym_identifier, - STATE(3633), 2, - sym_line_comment, - sym_block_comment, - [97842] = 4, + [97689] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7245), 1, + ACTIONS(7231), 1, sym_identifier, - STATE(3634), 2, - sym_line_comment, - sym_block_comment, - [97856] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3093), 1, - anon_sym_PLUS, - STATE(3635), 2, + STATE(3629), 2, sym_line_comment, sym_block_comment, - [97870] = 4, + [97703] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7247), 1, + ACTIONS(7233), 1, sym_identifier, - STATE(3636), 2, - sym_line_comment, - sym_block_comment, - [97884] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(903), 1, - anon_sym_RBRACK, - STATE(3637), 2, - sym_line_comment, - sym_block_comment, - [97898] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(7249), 1, - sym__line_doc_content, - STATE(3638), 2, - sym_line_comment, - sym_block_comment, - [97912] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(6213), 1, - anon_sym_RBRACE, - STATE(3639), 2, - sym_line_comment, - sym_block_comment, - [97926] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(7251), 1, - anon_sym_SEMI, - STATE(3640), 2, + STATE(3630), 2, sym_line_comment, sym_block_comment, - [97940] = 4, + [97717] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7253), 1, + ACTIONS(7235), 1, anon_sym_COLON_COLON, - STATE(3641), 2, + STATE(3631), 2, sym_line_comment, sym_block_comment, - [97954] = 1, - ACTIONS(7255), 1, + [97731] = 1, + ACTIONS(7237), 1, ts_builtin_sym_end, - [97958] = 1, - ACTIONS(7257), 1, + [97735] = 1, + ACTIONS(7239), 1, ts_builtin_sym_end, - [97962] = 1, - ACTIONS(7259), 1, + [97739] = 1, + ACTIONS(7241), 1, ts_builtin_sym_end, - [97966] = 1, - ACTIONS(7261), 1, + [97743] = 1, + ACTIONS(7243), 1, ts_builtin_sym_end, - [97970] = 1, - ACTIONS(7263), 1, + [97747] = 1, + ACTIONS(7245), 1, ts_builtin_sym_end, - [97974] = 1, - ACTIONS(7265), 1, + [97751] = 1, + ACTIONS(7247), 1, ts_builtin_sym_end, - [97978] = 1, - ACTIONS(7267), 1, + [97755] = 1, + ACTIONS(7249), 1, ts_builtin_sym_end, }; @@ -189704,443 +189617,443 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1017)] = 216, [SMALL_STATE(1018)] = 316, [SMALL_STATE(1019)] = 416, - [SMALL_STATE(1020)] = 495, + [SMALL_STATE(1020)] = 493, [SMALL_STATE(1021)] = 572, - [SMALL_STATE(1022)] = 636, + [SMALL_STATE(1022)] = 646, [SMALL_STATE(1023)] = 710, [SMALL_STATE(1024)] = 774, [SMALL_STATE(1025)] = 838, [SMALL_STATE(1026)] = 902, [SMALL_STATE(1027)] = 966, [SMALL_STATE(1028)] = 1030, - [SMALL_STATE(1029)] = 1104, - [SMALL_STATE(1030)] = 1168, - [SMALL_STATE(1031)] = 1242, - [SMALL_STATE(1032)] = 1306, - [SMALL_STATE(1033)] = 1370, - [SMALL_STATE(1034)] = 1433, - [SMALL_STATE(1035)] = 1504, - [SMALL_STATE(1036)] = 1567, - [SMALL_STATE(1037)] = 1638, - [SMALL_STATE(1038)] = 1701, - [SMALL_STATE(1039)] = 1768, - [SMALL_STATE(1040)] = 1831, - [SMALL_STATE(1041)] = 1902, - [SMALL_STATE(1042)] = 1969, - [SMALL_STATE(1043)] = 2036, - [SMALL_STATE(1044)] = 2107, - [SMALL_STATE(1045)] = 2170, - [SMALL_STATE(1046)] = 2237, - [SMALL_STATE(1047)] = 2304, - [SMALL_STATE(1048)] = 2410, - [SMALL_STATE(1049)] = 2516, - [SMALL_STATE(1050)] = 2578, - [SMALL_STATE(1051)] = 2640, - [SMALL_STATE(1052)] = 2746, - [SMALL_STATE(1053)] = 2846, - [SMALL_STATE(1054)] = 2952, - [SMALL_STATE(1055)] = 3014, - [SMALL_STATE(1056)] = 3120, - [SMALL_STATE(1057)] = 3220, - [SMALL_STATE(1058)] = 3290, - [SMALL_STATE(1059)] = 3396, - [SMALL_STATE(1060)] = 3464, - [SMALL_STATE(1061)] = 3526, - [SMALL_STATE(1062)] = 3592, - [SMALL_STATE(1063)] = 3667, - [SMALL_STATE(1064)] = 3728, - [SMALL_STATE(1065)] = 3791, - [SMALL_STATE(1066)] = 3852, - [SMALL_STATE(1067)] = 3913, - [SMALL_STATE(1068)] = 3974, - [SMALL_STATE(1069)] = 4035, - [SMALL_STATE(1070)] = 4096, - [SMALL_STATE(1071)] = 4159, - [SMALL_STATE(1072)] = 4222, - [SMALL_STATE(1073)] = 4283, - [SMALL_STATE(1074)] = 4346, - [SMALL_STATE(1075)] = 4409, - [SMALL_STATE(1076)] = 4470, - [SMALL_STATE(1077)] = 4531, - [SMALL_STATE(1078)] = 4592, - [SMALL_STATE(1079)] = 4655, - [SMALL_STATE(1080)] = 4716, - [SMALL_STATE(1081)] = 4777, - [SMALL_STATE(1082)] = 4840, - [SMALL_STATE(1083)] = 4903, - [SMALL_STATE(1084)] = 4966, - [SMALL_STATE(1085)] = 5027, - [SMALL_STATE(1086)] = 5088, - [SMALL_STATE(1087)] = 5181, - [SMALL_STATE(1088)] = 5242, - [SMALL_STATE(1089)] = 5335, - [SMALL_STATE(1090)] = 5396, - [SMALL_STATE(1091)] = 5457, - [SMALL_STATE(1092)] = 5518, - [SMALL_STATE(1093)] = 5581, - [SMALL_STATE(1094)] = 5644, - [SMALL_STATE(1095)] = 5707, - [SMALL_STATE(1096)] = 5770, - [SMALL_STATE(1097)] = 5833, - [SMALL_STATE(1098)] = 5894, - [SMALL_STATE(1099)] = 5959, - [SMALL_STATE(1100)] = 6020, - [SMALL_STATE(1101)] = 6081, - [SMALL_STATE(1102)] = 6142, - [SMALL_STATE(1103)] = 6203, - [SMALL_STATE(1104)] = 6264, - [SMALL_STATE(1105)] = 6325, - [SMALL_STATE(1106)] = 6386, - [SMALL_STATE(1107)] = 6447, - [SMALL_STATE(1108)] = 6508, - [SMALL_STATE(1109)] = 6569, - [SMALL_STATE(1110)] = 6630, - [SMALL_STATE(1111)] = 6691, - [SMALL_STATE(1112)] = 6752, - [SMALL_STATE(1113)] = 6813, - [SMALL_STATE(1114)] = 6874, - [SMALL_STATE(1115)] = 6935, - [SMALL_STATE(1116)] = 6996, - [SMALL_STATE(1117)] = 7057, - [SMALL_STATE(1118)] = 7120, - [SMALL_STATE(1119)] = 7183, - [SMALL_STATE(1120)] = 7246, - [SMALL_STATE(1121)] = 7307, - [SMALL_STATE(1122)] = 7368, - [SMALL_STATE(1123)] = 7429, - [SMALL_STATE(1124)] = 7490, - [SMALL_STATE(1125)] = 7551, - [SMALL_STATE(1126)] = 7612, - [SMALL_STATE(1127)] = 7673, - [SMALL_STATE(1128)] = 7734, - [SMALL_STATE(1129)] = 7795, - [SMALL_STATE(1130)] = 7856, - [SMALL_STATE(1131)] = 7917, - [SMALL_STATE(1132)] = 7978, - [SMALL_STATE(1133)] = 8039, - [SMALL_STATE(1134)] = 8100, - [SMALL_STATE(1135)] = 8161, - [SMALL_STATE(1136)] = 8222, - [SMALL_STATE(1137)] = 8283, - [SMALL_STATE(1138)] = 8344, - [SMALL_STATE(1139)] = 8405, - [SMALL_STATE(1140)] = 8466, - [SMALL_STATE(1141)] = 8527, - [SMALL_STATE(1142)] = 8588, - [SMALL_STATE(1143)] = 8649, - [SMALL_STATE(1144)] = 8710, - [SMALL_STATE(1145)] = 8771, - [SMALL_STATE(1146)] = 8832, - [SMALL_STATE(1147)] = 8893, - [SMALL_STATE(1148)] = 8954, - [SMALL_STATE(1149)] = 9015, - [SMALL_STATE(1150)] = 9076, - [SMALL_STATE(1151)] = 9137, - [SMALL_STATE(1152)] = 9198, - [SMALL_STATE(1153)] = 9259, - [SMALL_STATE(1154)] = 9320, - [SMALL_STATE(1155)] = 9381, - [SMALL_STATE(1156)] = 9442, - [SMALL_STATE(1157)] = 9503, - [SMALL_STATE(1158)] = 9564, - [SMALL_STATE(1159)] = 9627, - [SMALL_STATE(1160)] = 9690, - [SMALL_STATE(1161)] = 9751, - [SMALL_STATE(1162)] = 9812, - [SMALL_STATE(1163)] = 9873, - [SMALL_STATE(1164)] = 9934, - [SMALL_STATE(1165)] = 9995, - [SMALL_STATE(1166)] = 10056, - [SMALL_STATE(1167)] = 10117, - [SMALL_STATE(1168)] = 10178, - [SMALL_STATE(1169)] = 10239, - [SMALL_STATE(1170)] = 10300, - [SMALL_STATE(1171)] = 10361, - [SMALL_STATE(1172)] = 10422, - [SMALL_STATE(1173)] = 10483, - [SMALL_STATE(1174)] = 10544, - [SMALL_STATE(1175)] = 10605, - [SMALL_STATE(1176)] = 10666, - [SMALL_STATE(1177)] = 10727, - [SMALL_STATE(1178)] = 10788, - [SMALL_STATE(1179)] = 10849, - [SMALL_STATE(1180)] = 10910, - [SMALL_STATE(1181)] = 10971, - [SMALL_STATE(1182)] = 11032, - [SMALL_STATE(1183)] = 11093, - [SMALL_STATE(1184)] = 11154, - [SMALL_STATE(1185)] = 11215, - [SMALL_STATE(1186)] = 11276, - [SMALL_STATE(1187)] = 11337, - [SMALL_STATE(1188)] = 11398, - [SMALL_STATE(1189)] = 11459, - [SMALL_STATE(1190)] = 11520, - [SMALL_STATE(1191)] = 11581, - [SMALL_STATE(1192)] = 11642, - [SMALL_STATE(1193)] = 11703, - [SMALL_STATE(1194)] = 11764, - [SMALL_STATE(1195)] = 11825, - [SMALL_STATE(1196)] = 11886, - [SMALL_STATE(1197)] = 11947, - [SMALL_STATE(1198)] = 12008, - [SMALL_STATE(1199)] = 12069, - [SMALL_STATE(1200)] = 12130, - [SMALL_STATE(1201)] = 12191, - [SMALL_STATE(1202)] = 12252, - [SMALL_STATE(1203)] = 12313, - [SMALL_STATE(1204)] = 12374, - [SMALL_STATE(1205)] = 12435, - [SMALL_STATE(1206)] = 12496, - [SMALL_STATE(1207)] = 12557, - [SMALL_STATE(1208)] = 12618, - [SMALL_STATE(1209)] = 12679, - [SMALL_STATE(1210)] = 12740, - [SMALL_STATE(1211)] = 12801, - [SMALL_STATE(1212)] = 12862, - [SMALL_STATE(1213)] = 12923, - [SMALL_STATE(1214)] = 12984, - [SMALL_STATE(1215)] = 13045, - [SMALL_STATE(1216)] = 13106, - [SMALL_STATE(1217)] = 13167, - [SMALL_STATE(1218)] = 13228, - [SMALL_STATE(1219)] = 13289, - [SMALL_STATE(1220)] = 13350, - [SMALL_STATE(1221)] = 13411, - [SMALL_STATE(1222)] = 13472, - [SMALL_STATE(1223)] = 13533, - [SMALL_STATE(1224)] = 13594, - [SMALL_STATE(1225)] = 13655, - [SMALL_STATE(1226)] = 13716, - [SMALL_STATE(1227)] = 13777, - [SMALL_STATE(1228)] = 13838, - [SMALL_STATE(1229)] = 13899, - [SMALL_STATE(1230)] = 13960, - [SMALL_STATE(1231)] = 14021, - [SMALL_STATE(1232)] = 14082, - [SMALL_STATE(1233)] = 14143, - [SMALL_STATE(1234)] = 14204, - [SMALL_STATE(1235)] = 14265, - [SMALL_STATE(1236)] = 14326, - [SMALL_STATE(1237)] = 14387, - [SMALL_STATE(1238)] = 14448, - [SMALL_STATE(1239)] = 14509, - [SMALL_STATE(1240)] = 14570, - [SMALL_STATE(1241)] = 14631, - [SMALL_STATE(1242)] = 14692, - [SMALL_STATE(1243)] = 14753, - [SMALL_STATE(1244)] = 14814, - [SMALL_STATE(1245)] = 14875, - [SMALL_STATE(1246)] = 14936, - [SMALL_STATE(1247)] = 14997, - [SMALL_STATE(1248)] = 15058, - [SMALL_STATE(1249)] = 15119, - [SMALL_STATE(1250)] = 15180, - [SMALL_STATE(1251)] = 15241, - [SMALL_STATE(1252)] = 15302, - [SMALL_STATE(1253)] = 15363, - [SMALL_STATE(1254)] = 15424, - [SMALL_STATE(1255)] = 15485, - [SMALL_STATE(1256)] = 15546, - [SMALL_STATE(1257)] = 15607, - [SMALL_STATE(1258)] = 15668, - [SMALL_STATE(1259)] = 15729, - [SMALL_STATE(1260)] = 15790, - [SMALL_STATE(1261)] = 15851, - [SMALL_STATE(1262)] = 15912, - [SMALL_STATE(1263)] = 15973, - [SMALL_STATE(1264)] = 16034, - [SMALL_STATE(1265)] = 16095, - [SMALL_STATE(1266)] = 16156, - [SMALL_STATE(1267)] = 16217, - [SMALL_STATE(1268)] = 16278, - [SMALL_STATE(1269)] = 16339, - [SMALL_STATE(1270)] = 16400, - [SMALL_STATE(1271)] = 16461, - [SMALL_STATE(1272)] = 16522, - [SMALL_STATE(1273)] = 16583, - [SMALL_STATE(1274)] = 16644, - [SMALL_STATE(1275)] = 16705, - [SMALL_STATE(1276)] = 16766, - [SMALL_STATE(1277)] = 16827, - [SMALL_STATE(1278)] = 16888, - [SMALL_STATE(1279)] = 16949, - [SMALL_STATE(1280)] = 17010, - [SMALL_STATE(1281)] = 17071, - [SMALL_STATE(1282)] = 17132, - [SMALL_STATE(1283)] = 17193, - [SMALL_STATE(1284)] = 17254, - [SMALL_STATE(1285)] = 17315, - [SMALL_STATE(1286)] = 17376, - [SMALL_STATE(1287)] = 17437, - [SMALL_STATE(1288)] = 17498, - [SMALL_STATE(1289)] = 17559, - [SMALL_STATE(1290)] = 17620, - [SMALL_STATE(1291)] = 17681, - [SMALL_STATE(1292)] = 17742, - [SMALL_STATE(1293)] = 17803, - [SMALL_STATE(1294)] = 17864, - [SMALL_STATE(1295)] = 17925, - [SMALL_STATE(1296)] = 17986, - [SMALL_STATE(1297)] = 18047, - [SMALL_STATE(1298)] = 18108, - [SMALL_STATE(1299)] = 18169, - [SMALL_STATE(1300)] = 18230, - [SMALL_STATE(1301)] = 18291, - [SMALL_STATE(1302)] = 18352, - [SMALL_STATE(1303)] = 18413, - [SMALL_STATE(1304)] = 18474, - [SMALL_STATE(1305)] = 18535, - [SMALL_STATE(1306)] = 18596, - [SMALL_STATE(1307)] = 18657, - [SMALL_STATE(1308)] = 18718, - [SMALL_STATE(1309)] = 18779, - [SMALL_STATE(1310)] = 18840, - [SMALL_STATE(1311)] = 18901, - [SMALL_STATE(1312)] = 18962, - [SMALL_STATE(1313)] = 19023, - [SMALL_STATE(1314)] = 19084, - [SMALL_STATE(1315)] = 19145, - [SMALL_STATE(1316)] = 19206, - [SMALL_STATE(1317)] = 19267, - [SMALL_STATE(1318)] = 19328, - [SMALL_STATE(1319)] = 19389, - [SMALL_STATE(1320)] = 19450, - [SMALL_STATE(1321)] = 19511, - [SMALL_STATE(1322)] = 19572, - [SMALL_STATE(1323)] = 19633, - [SMALL_STATE(1324)] = 19694, - [SMALL_STATE(1325)] = 19755, - [SMALL_STATE(1326)] = 19816, - [SMALL_STATE(1327)] = 19877, - [SMALL_STATE(1328)] = 19938, - [SMALL_STATE(1329)] = 19999, - [SMALL_STATE(1330)] = 20060, - [SMALL_STATE(1331)] = 20121, - [SMALL_STATE(1332)] = 20182, - [SMALL_STATE(1333)] = 20243, - [SMALL_STATE(1334)] = 20304, - [SMALL_STATE(1335)] = 20365, - [SMALL_STATE(1336)] = 20426, - [SMALL_STATE(1337)] = 20487, - [SMALL_STATE(1338)] = 20548, - [SMALL_STATE(1339)] = 20609, - [SMALL_STATE(1340)] = 20670, - [SMALL_STATE(1341)] = 20731, - [SMALL_STATE(1342)] = 20792, - [SMALL_STATE(1343)] = 20853, - [SMALL_STATE(1344)] = 20914, - [SMALL_STATE(1345)] = 20975, - [SMALL_STATE(1346)] = 21036, - [SMALL_STATE(1347)] = 21097, - [SMALL_STATE(1348)] = 21158, - [SMALL_STATE(1349)] = 21219, - [SMALL_STATE(1350)] = 21280, - [SMALL_STATE(1351)] = 21341, - [SMALL_STATE(1352)] = 21402, - [SMALL_STATE(1353)] = 21463, - [SMALL_STATE(1354)] = 21524, - [SMALL_STATE(1355)] = 21585, - [SMALL_STATE(1356)] = 21646, - [SMALL_STATE(1357)] = 21707, - [SMALL_STATE(1358)] = 21768, - [SMALL_STATE(1359)] = 21829, - [SMALL_STATE(1360)] = 21890, - [SMALL_STATE(1361)] = 21951, - [SMALL_STATE(1362)] = 22012, - [SMALL_STATE(1363)] = 22073, - [SMALL_STATE(1364)] = 22134, - [SMALL_STATE(1365)] = 22195, - [SMALL_STATE(1366)] = 22260, - [SMALL_STATE(1367)] = 22321, - [SMALL_STATE(1368)] = 22382, - [SMALL_STATE(1369)] = 22443, - [SMALL_STATE(1370)] = 22508, - [SMALL_STATE(1371)] = 22583, - [SMALL_STATE(1372)] = 22646, - [SMALL_STATE(1373)] = 22707, - [SMALL_STATE(1374)] = 22769, - [SMALL_STATE(1375)] = 22829, - [SMALL_STATE(1376)] = 22889, - [SMALL_STATE(1377)] = 22949, - [SMALL_STATE(1378)] = 23017, - [SMALL_STATE(1379)] = 23077, - [SMALL_STATE(1380)] = 23137, - [SMALL_STATE(1381)] = 23197, - [SMALL_STATE(1382)] = 23257, - [SMALL_STATE(1383)] = 23317, - [SMALL_STATE(1384)] = 23377, - [SMALL_STATE(1385)] = 23437, - [SMALL_STATE(1386)] = 23497, - [SMALL_STATE(1387)] = 23557, - [SMALL_STATE(1388)] = 23617, - [SMALL_STATE(1389)] = 23677, - [SMALL_STATE(1390)] = 23737, - [SMALL_STATE(1391)] = 23797, - [SMALL_STATE(1392)] = 23857, - [SMALL_STATE(1393)] = 23917, - [SMALL_STATE(1394)] = 23977, - [SMALL_STATE(1395)] = 24043, - [SMALL_STATE(1396)] = 24103, - [SMALL_STATE(1397)] = 24163, - [SMALL_STATE(1398)] = 24223, - [SMALL_STATE(1399)] = 24283, - [SMALL_STATE(1400)] = 24343, - [SMALL_STATE(1401)] = 24403, - [SMALL_STATE(1402)] = 24463, - [SMALL_STATE(1403)] = 24529, - [SMALL_STATE(1404)] = 24589, - [SMALL_STATE(1405)] = 24649, - [SMALL_STATE(1406)] = 24709, - [SMALL_STATE(1407)] = 24769, - [SMALL_STATE(1408)] = 24829, - [SMALL_STATE(1409)] = 24889, - [SMALL_STATE(1410)] = 24949, - [SMALL_STATE(1411)] = 25009, - [SMALL_STATE(1412)] = 25069, - [SMALL_STATE(1413)] = 25129, - [SMALL_STATE(1414)] = 25189, - [SMALL_STATE(1415)] = 25249, - [SMALL_STATE(1416)] = 25309, - [SMALL_STATE(1417)] = 25369, - [SMALL_STATE(1418)] = 25429, - [SMALL_STATE(1419)] = 25495, - [SMALL_STATE(1420)] = 25555, - [SMALL_STATE(1421)] = 25615, - [SMALL_STATE(1422)] = 25675, - [SMALL_STATE(1423)] = 25735, - [SMALL_STATE(1424)] = 25795, - [SMALL_STATE(1425)] = 25855, - [SMALL_STATE(1426)] = 25915, - [SMALL_STATE(1427)] = 25975, - [SMALL_STATE(1428)] = 26035, - [SMALL_STATE(1429)] = 26131, - [SMALL_STATE(1430)] = 26191, - [SMALL_STATE(1431)] = 26251, - [SMALL_STATE(1432)] = 26317, - [SMALL_STATE(1433)] = 26377, - [SMALL_STATE(1434)] = 26437, - [SMALL_STATE(1435)] = 26497, - [SMALL_STATE(1436)] = 26557, - [SMALL_STATE(1437)] = 26617, - [SMALL_STATE(1438)] = 26677, - [SMALL_STATE(1439)] = 26737, - [SMALL_STATE(1440)] = 26797, - [SMALL_STATE(1441)] = 26857, - [SMALL_STATE(1442)] = 26917, - [SMALL_STATE(1443)] = 26977, - [SMALL_STATE(1444)] = 27037, - [SMALL_STATE(1445)] = 27097, - [SMALL_STATE(1446)] = 27157, - [SMALL_STATE(1447)] = 27217, - [SMALL_STATE(1448)] = 27277, - [SMALL_STATE(1449)] = 27373, - [SMALL_STATE(1450)] = 27433, - [SMALL_STATE(1451)] = 27493, - [SMALL_STATE(1452)] = 27553, - [SMALL_STATE(1453)] = 27613, - [SMALL_STATE(1454)] = 27677, - [SMALL_STATE(1455)] = 27737, - [SMALL_STATE(1456)] = 27797, + [SMALL_STATE(1029)] = 1094, + [SMALL_STATE(1030)] = 1158, + [SMALL_STATE(1031)] = 1222, + [SMALL_STATE(1032)] = 1286, + [SMALL_STATE(1033)] = 1360, + [SMALL_STATE(1034)] = 1434, + [SMALL_STATE(1035)] = 1498, + [SMALL_STATE(1036)] = 1562, + [SMALL_STATE(1037)] = 1625, + [SMALL_STATE(1038)] = 1688, + [SMALL_STATE(1039)] = 1755, + [SMALL_STATE(1040)] = 1818, + [SMALL_STATE(1041)] = 1885, + [SMALL_STATE(1042)] = 1952, + [SMALL_STATE(1043)] = 2019, + [SMALL_STATE(1044)] = 2086, + [SMALL_STATE(1045)] = 2157, + [SMALL_STATE(1046)] = 2228, + [SMALL_STATE(1047)] = 2291, + [SMALL_STATE(1048)] = 2354, + [SMALL_STATE(1049)] = 2425, + [SMALL_STATE(1050)] = 2496, + [SMALL_STATE(1051)] = 2558, + [SMALL_STATE(1052)] = 2658, + [SMALL_STATE(1053)] = 2724, + [SMALL_STATE(1054)] = 2824, + [SMALL_STATE(1055)] = 2930, + [SMALL_STATE(1056)] = 2992, + [SMALL_STATE(1057)] = 3098, + [SMALL_STATE(1058)] = 3204, + [SMALL_STATE(1059)] = 3272, + [SMALL_STATE(1060)] = 3378, + [SMALL_STATE(1061)] = 3448, + [SMALL_STATE(1062)] = 3554, + [SMALL_STATE(1063)] = 3616, + [SMALL_STATE(1064)] = 3722, + [SMALL_STATE(1065)] = 3784, + [SMALL_STATE(1066)] = 3845, + [SMALL_STATE(1067)] = 3906, + [SMALL_STATE(1068)] = 3967, + [SMALL_STATE(1069)] = 4028, + [SMALL_STATE(1070)] = 4089, + [SMALL_STATE(1071)] = 4150, + [SMALL_STATE(1072)] = 4211, + [SMALL_STATE(1073)] = 4274, + [SMALL_STATE(1074)] = 4335, + [SMALL_STATE(1075)] = 4396, + [SMALL_STATE(1076)] = 4457, + [SMALL_STATE(1077)] = 4518, + [SMALL_STATE(1078)] = 4579, + [SMALL_STATE(1079)] = 4640, + [SMALL_STATE(1080)] = 4701, + [SMALL_STATE(1081)] = 4762, + [SMALL_STATE(1082)] = 4823, + [SMALL_STATE(1083)] = 4884, + [SMALL_STATE(1084)] = 4945, + [SMALL_STATE(1085)] = 5006, + [SMALL_STATE(1086)] = 5067, + [SMALL_STATE(1087)] = 5128, + [SMALL_STATE(1088)] = 5189, + [SMALL_STATE(1089)] = 5250, + [SMALL_STATE(1090)] = 5311, + [SMALL_STATE(1091)] = 5372, + [SMALL_STATE(1092)] = 5433, + [SMALL_STATE(1093)] = 5494, + [SMALL_STATE(1094)] = 5555, + [SMALL_STATE(1095)] = 5618, + [SMALL_STATE(1096)] = 5679, + [SMALL_STATE(1097)] = 5740, + [SMALL_STATE(1098)] = 5801, + [SMALL_STATE(1099)] = 5862, + [SMALL_STATE(1100)] = 5923, + [SMALL_STATE(1101)] = 5984, + [SMALL_STATE(1102)] = 6045, + [SMALL_STATE(1103)] = 6106, + [SMALL_STATE(1104)] = 6167, + [SMALL_STATE(1105)] = 6228, + [SMALL_STATE(1106)] = 6289, + [SMALL_STATE(1107)] = 6350, + [SMALL_STATE(1108)] = 6411, + [SMALL_STATE(1109)] = 6472, + [SMALL_STATE(1110)] = 6533, + [SMALL_STATE(1111)] = 6594, + [SMALL_STATE(1112)] = 6655, + [SMALL_STATE(1113)] = 6716, + [SMALL_STATE(1114)] = 6777, + [SMALL_STATE(1115)] = 6838, + [SMALL_STATE(1116)] = 6899, + [SMALL_STATE(1117)] = 6960, + [SMALL_STATE(1118)] = 7021, + [SMALL_STATE(1119)] = 7082, + [SMALL_STATE(1120)] = 7143, + [SMALL_STATE(1121)] = 7204, + [SMALL_STATE(1122)] = 7265, + [SMALL_STATE(1123)] = 7326, + [SMALL_STATE(1124)] = 7387, + [SMALL_STATE(1125)] = 7448, + [SMALL_STATE(1126)] = 7509, + [SMALL_STATE(1127)] = 7570, + [SMALL_STATE(1128)] = 7631, + [SMALL_STATE(1129)] = 7692, + [SMALL_STATE(1130)] = 7753, + [SMALL_STATE(1131)] = 7814, + [SMALL_STATE(1132)] = 7875, + [SMALL_STATE(1133)] = 7936, + [SMALL_STATE(1134)] = 7997, + [SMALL_STATE(1135)] = 8058, + [SMALL_STATE(1136)] = 8119, + [SMALL_STATE(1137)] = 8180, + [SMALL_STATE(1138)] = 8241, + [SMALL_STATE(1139)] = 8302, + [SMALL_STATE(1140)] = 8363, + [SMALL_STATE(1141)] = 8424, + [SMALL_STATE(1142)] = 8485, + [SMALL_STATE(1143)] = 8546, + [SMALL_STATE(1144)] = 8607, + [SMALL_STATE(1145)] = 8668, + [SMALL_STATE(1146)] = 8729, + [SMALL_STATE(1147)] = 8790, + [SMALL_STATE(1148)] = 8851, + [SMALL_STATE(1149)] = 8912, + [SMALL_STATE(1150)] = 8975, + [SMALL_STATE(1151)] = 9036, + [SMALL_STATE(1152)] = 9097, + [SMALL_STATE(1153)] = 9158, + [SMALL_STATE(1154)] = 9219, + [SMALL_STATE(1155)] = 9280, + [SMALL_STATE(1156)] = 9341, + [SMALL_STATE(1157)] = 9402, + [SMALL_STATE(1158)] = 9463, + [SMALL_STATE(1159)] = 9524, + [SMALL_STATE(1160)] = 9585, + [SMALL_STATE(1161)] = 9646, + [SMALL_STATE(1162)] = 9707, + [SMALL_STATE(1163)] = 9768, + [SMALL_STATE(1164)] = 9829, + [SMALL_STATE(1165)] = 9890, + [SMALL_STATE(1166)] = 9951, + [SMALL_STATE(1167)] = 10012, + [SMALL_STATE(1168)] = 10073, + [SMALL_STATE(1169)] = 10134, + [SMALL_STATE(1170)] = 10195, + [SMALL_STATE(1171)] = 10256, + [SMALL_STATE(1172)] = 10317, + [SMALL_STATE(1173)] = 10378, + [SMALL_STATE(1174)] = 10439, + [SMALL_STATE(1175)] = 10500, + [SMALL_STATE(1176)] = 10561, + [SMALL_STATE(1177)] = 10622, + [SMALL_STATE(1178)] = 10683, + [SMALL_STATE(1179)] = 10744, + [SMALL_STATE(1180)] = 10805, + [SMALL_STATE(1181)] = 10866, + [SMALL_STATE(1182)] = 10927, + [SMALL_STATE(1183)] = 10988, + [SMALL_STATE(1184)] = 11049, + [SMALL_STATE(1185)] = 11110, + [SMALL_STATE(1186)] = 11171, + [SMALL_STATE(1187)] = 11232, + [SMALL_STATE(1188)] = 11293, + [SMALL_STATE(1189)] = 11354, + [SMALL_STATE(1190)] = 11415, + [SMALL_STATE(1191)] = 11476, + [SMALL_STATE(1192)] = 11537, + [SMALL_STATE(1193)] = 11598, + [SMALL_STATE(1194)] = 11659, + [SMALL_STATE(1195)] = 11720, + [SMALL_STATE(1196)] = 11781, + [SMALL_STATE(1197)] = 11842, + [SMALL_STATE(1198)] = 11903, + [SMALL_STATE(1199)] = 11964, + [SMALL_STATE(1200)] = 12025, + [SMALL_STATE(1201)] = 12086, + [SMALL_STATE(1202)] = 12147, + [SMALL_STATE(1203)] = 12208, + [SMALL_STATE(1204)] = 12269, + [SMALL_STATE(1205)] = 12330, + [SMALL_STATE(1206)] = 12391, + [SMALL_STATE(1207)] = 12452, + [SMALL_STATE(1208)] = 12513, + [SMALL_STATE(1209)] = 12574, + [SMALL_STATE(1210)] = 12635, + [SMALL_STATE(1211)] = 12696, + [SMALL_STATE(1212)] = 12757, + [SMALL_STATE(1213)] = 12818, + [SMALL_STATE(1214)] = 12879, + [SMALL_STATE(1215)] = 12940, + [SMALL_STATE(1216)] = 13001, + [SMALL_STATE(1217)] = 13062, + [SMALL_STATE(1218)] = 13123, + [SMALL_STATE(1219)] = 13184, + [SMALL_STATE(1220)] = 13245, + [SMALL_STATE(1221)] = 13306, + [SMALL_STATE(1222)] = 13367, + [SMALL_STATE(1223)] = 13428, + [SMALL_STATE(1224)] = 13489, + [SMALL_STATE(1225)] = 13550, + [SMALL_STATE(1226)] = 13611, + [SMALL_STATE(1227)] = 13672, + [SMALL_STATE(1228)] = 13733, + [SMALL_STATE(1229)] = 13794, + [SMALL_STATE(1230)] = 13855, + [SMALL_STATE(1231)] = 13916, + [SMALL_STATE(1232)] = 13977, + [SMALL_STATE(1233)] = 14038, + [SMALL_STATE(1234)] = 14099, + [SMALL_STATE(1235)] = 14162, + [SMALL_STATE(1236)] = 14225, + [SMALL_STATE(1237)] = 14286, + [SMALL_STATE(1238)] = 14347, + [SMALL_STATE(1239)] = 14408, + [SMALL_STATE(1240)] = 14469, + [SMALL_STATE(1241)] = 14530, + [SMALL_STATE(1242)] = 14591, + [SMALL_STATE(1243)] = 14654, + [SMALL_STATE(1244)] = 14715, + [SMALL_STATE(1245)] = 14776, + [SMALL_STATE(1246)] = 14837, + [SMALL_STATE(1247)] = 14898, + [SMALL_STATE(1248)] = 14959, + [SMALL_STATE(1249)] = 15020, + [SMALL_STATE(1250)] = 15081, + [SMALL_STATE(1251)] = 15142, + [SMALL_STATE(1252)] = 15203, + [SMALL_STATE(1253)] = 15296, + [SMALL_STATE(1254)] = 15357, + [SMALL_STATE(1255)] = 15450, + [SMALL_STATE(1256)] = 15513, + [SMALL_STATE(1257)] = 15574, + [SMALL_STATE(1258)] = 15639, + [SMALL_STATE(1259)] = 15700, + [SMALL_STATE(1260)] = 15761, + [SMALL_STATE(1261)] = 15822, + [SMALL_STATE(1262)] = 15883, + [SMALL_STATE(1263)] = 15944, + [SMALL_STATE(1264)] = 16005, + [SMALL_STATE(1265)] = 16066, + [SMALL_STATE(1266)] = 16127, + [SMALL_STATE(1267)] = 16190, + [SMALL_STATE(1268)] = 16251, + [SMALL_STATE(1269)] = 16312, + [SMALL_STATE(1270)] = 16373, + [SMALL_STATE(1271)] = 16434, + [SMALL_STATE(1272)] = 16495, + [SMALL_STATE(1273)] = 16556, + [SMALL_STATE(1274)] = 16617, + [SMALL_STATE(1275)] = 16678, + [SMALL_STATE(1276)] = 16741, + [SMALL_STATE(1277)] = 16802, + [SMALL_STATE(1278)] = 16863, + [SMALL_STATE(1279)] = 16924, + [SMALL_STATE(1280)] = 16987, + [SMALL_STATE(1281)] = 17048, + [SMALL_STATE(1282)] = 17109, + [SMALL_STATE(1283)] = 17170, + [SMALL_STATE(1284)] = 17231, + [SMALL_STATE(1285)] = 17292, + [SMALL_STATE(1286)] = 17353, + [SMALL_STATE(1287)] = 17416, + [SMALL_STATE(1288)] = 17477, + [SMALL_STATE(1289)] = 17540, + [SMALL_STATE(1290)] = 17601, + [SMALL_STATE(1291)] = 17664, + [SMALL_STATE(1292)] = 17727, + [SMALL_STATE(1293)] = 17788, + [SMALL_STATE(1294)] = 17849, + [SMALL_STATE(1295)] = 17910, + [SMALL_STATE(1296)] = 17975, + [SMALL_STATE(1297)] = 18038, + [SMALL_STATE(1298)] = 18103, + [SMALL_STATE(1299)] = 18164, + [SMALL_STATE(1300)] = 18225, + [SMALL_STATE(1301)] = 18286, + [SMALL_STATE(1302)] = 18347, + [SMALL_STATE(1303)] = 18408, + [SMALL_STATE(1304)] = 18469, + [SMALL_STATE(1305)] = 18530, + [SMALL_STATE(1306)] = 18605, + [SMALL_STATE(1307)] = 18666, + [SMALL_STATE(1308)] = 18727, + [SMALL_STATE(1309)] = 18788, + [SMALL_STATE(1310)] = 18849, + [SMALL_STATE(1311)] = 18910, + [SMALL_STATE(1312)] = 18971, + [SMALL_STATE(1313)] = 19032, + [SMALL_STATE(1314)] = 19093, + [SMALL_STATE(1315)] = 19154, + [SMALL_STATE(1316)] = 19215, + [SMALL_STATE(1317)] = 19276, + [SMALL_STATE(1318)] = 19337, + [SMALL_STATE(1319)] = 19398, + [SMALL_STATE(1320)] = 19459, + [SMALL_STATE(1321)] = 19520, + [SMALL_STATE(1322)] = 19581, + [SMALL_STATE(1323)] = 19642, + [SMALL_STATE(1324)] = 19703, + [SMALL_STATE(1325)] = 19764, + [SMALL_STATE(1326)] = 19825, + [SMALL_STATE(1327)] = 19886, + [SMALL_STATE(1328)] = 19949, + [SMALL_STATE(1329)] = 20012, + [SMALL_STATE(1330)] = 20075, + [SMALL_STATE(1331)] = 20136, + [SMALL_STATE(1332)] = 20197, + [SMALL_STATE(1333)] = 20260, + [SMALL_STATE(1334)] = 20321, + [SMALL_STATE(1335)] = 20382, + [SMALL_STATE(1336)] = 20443, + [SMALL_STATE(1337)] = 20504, + [SMALL_STATE(1338)] = 20565, + [SMALL_STATE(1339)] = 20626, + [SMALL_STATE(1340)] = 20687, + [SMALL_STATE(1341)] = 20748, + [SMALL_STATE(1342)] = 20809, + [SMALL_STATE(1343)] = 20870, + [SMALL_STATE(1344)] = 20931, + [SMALL_STATE(1345)] = 20992, + [SMALL_STATE(1346)] = 21053, + [SMALL_STATE(1347)] = 21116, + [SMALL_STATE(1348)] = 21177, + [SMALL_STATE(1349)] = 21238, + [SMALL_STATE(1350)] = 21299, + [SMALL_STATE(1351)] = 21360, + [SMALL_STATE(1352)] = 21421, + [SMALL_STATE(1353)] = 21482, + [SMALL_STATE(1354)] = 21543, + [SMALL_STATE(1355)] = 21604, + [SMALL_STATE(1356)] = 21679, + [SMALL_STATE(1357)] = 21740, + [SMALL_STATE(1358)] = 21801, + [SMALL_STATE(1359)] = 21862, + [SMALL_STATE(1360)] = 21923, + [SMALL_STATE(1361)] = 21984, + [SMALL_STATE(1362)] = 22045, + [SMALL_STATE(1363)] = 22106, + [SMALL_STATE(1364)] = 22167, + [SMALL_STATE(1365)] = 22228, + [SMALL_STATE(1366)] = 22289, + [SMALL_STATE(1367)] = 22350, + [SMALL_STATE(1368)] = 22411, + [SMALL_STATE(1369)] = 22472, + [SMALL_STATE(1370)] = 22533, + [SMALL_STATE(1371)] = 22594, + [SMALL_STATE(1372)] = 22655, + [SMALL_STATE(1373)] = 22716, + [SMALL_STATE(1374)] = 22777, + [SMALL_STATE(1375)] = 22838, + [SMALL_STATE(1376)] = 22899, + [SMALL_STATE(1377)] = 22959, + [SMALL_STATE(1378)] = 23019, + [SMALL_STATE(1379)] = 23115, + [SMALL_STATE(1380)] = 23175, + [SMALL_STATE(1381)] = 23235, + [SMALL_STATE(1382)] = 23295, + [SMALL_STATE(1383)] = 23355, + [SMALL_STATE(1384)] = 23415, + [SMALL_STATE(1385)] = 23475, + [SMALL_STATE(1386)] = 23535, + [SMALL_STATE(1387)] = 23595, + [SMALL_STATE(1388)] = 23655, + [SMALL_STATE(1389)] = 23715, + [SMALL_STATE(1390)] = 23775, + [SMALL_STATE(1391)] = 23835, + [SMALL_STATE(1392)] = 23895, + [SMALL_STATE(1393)] = 23955, + [SMALL_STATE(1394)] = 24015, + [SMALL_STATE(1395)] = 24075, + [SMALL_STATE(1396)] = 24135, + [SMALL_STATE(1397)] = 24195, + [SMALL_STATE(1398)] = 24255, + [SMALL_STATE(1399)] = 24315, + [SMALL_STATE(1400)] = 24375, + [SMALL_STATE(1401)] = 24435, + [SMALL_STATE(1402)] = 24495, + [SMALL_STATE(1403)] = 24555, + [SMALL_STATE(1404)] = 24615, + [SMALL_STATE(1405)] = 24675, + [SMALL_STATE(1406)] = 24741, + [SMALL_STATE(1407)] = 24801, + [SMALL_STATE(1408)] = 24861, + [SMALL_STATE(1409)] = 24921, + [SMALL_STATE(1410)] = 24981, + [SMALL_STATE(1411)] = 25041, + [SMALL_STATE(1412)] = 25101, + [SMALL_STATE(1413)] = 25161, + [SMALL_STATE(1414)] = 25221, + [SMALL_STATE(1415)] = 25281, + [SMALL_STATE(1416)] = 25341, + [SMALL_STATE(1417)] = 25405, + [SMALL_STATE(1418)] = 25465, + [SMALL_STATE(1419)] = 25525, + [SMALL_STATE(1420)] = 25585, + [SMALL_STATE(1421)] = 25645, + [SMALL_STATE(1422)] = 25705, + [SMALL_STATE(1423)] = 25765, + [SMALL_STATE(1424)] = 25827, + [SMALL_STATE(1425)] = 25887, + [SMALL_STATE(1426)] = 25947, + [SMALL_STATE(1427)] = 26007, + [SMALL_STATE(1428)] = 26067, + [SMALL_STATE(1429)] = 26127, + [SMALL_STATE(1430)] = 26187, + [SMALL_STATE(1431)] = 26247, + [SMALL_STATE(1432)] = 26313, + [SMALL_STATE(1433)] = 26373, + [SMALL_STATE(1434)] = 26433, + [SMALL_STATE(1435)] = 26493, + [SMALL_STATE(1436)] = 26553, + [SMALL_STATE(1437)] = 26613, + [SMALL_STATE(1438)] = 26679, + [SMALL_STATE(1439)] = 26739, + [SMALL_STATE(1440)] = 26799, + [SMALL_STATE(1441)] = 26859, + [SMALL_STATE(1442)] = 26919, + [SMALL_STATE(1443)] = 26979, + [SMALL_STATE(1444)] = 27039, + [SMALL_STATE(1445)] = 27099, + [SMALL_STATE(1446)] = 27159, + [SMALL_STATE(1447)] = 27219, + [SMALL_STATE(1448)] = 27315, + [SMALL_STATE(1449)] = 27375, + [SMALL_STATE(1450)] = 27435, + [SMALL_STATE(1451)] = 27495, + [SMALL_STATE(1452)] = 27555, + [SMALL_STATE(1453)] = 27615, + [SMALL_STATE(1454)] = 27675, + [SMALL_STATE(1455)] = 27735, + [SMALL_STATE(1456)] = 27799, [SMALL_STATE(1457)] = 27859, [SMALL_STATE(1458)] = 27919, [SMALL_STATE(1459)] = 27979, @@ -190150,2647 +190063,2637 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1463)] = 28219, [SMALL_STATE(1464)] = 28279, [SMALL_STATE(1465)] = 28339, - [SMALL_STATE(1466)] = 28413, - [SMALL_STATE(1467)] = 28473, - [SMALL_STATE(1468)] = 28533, - [SMALL_STATE(1469)] = 28593, - [SMALL_STATE(1470)] = 28653, - [SMALL_STATE(1471)] = 28713, - [SMALL_STATE(1472)] = 28773, - [SMALL_STATE(1473)] = 28833, - [SMALL_STATE(1474)] = 28893, - [SMALL_STATE(1475)] = 28953, + [SMALL_STATE(1466)] = 28399, + [SMALL_STATE(1467)] = 28459, + [SMALL_STATE(1468)] = 28519, + [SMALL_STATE(1469)] = 28579, + [SMALL_STATE(1470)] = 28639, + [SMALL_STATE(1471)] = 28699, + [SMALL_STATE(1472)] = 28759, + [SMALL_STATE(1473)] = 28819, + [SMALL_STATE(1474)] = 28879, + [SMALL_STATE(1475)] = 28939, [SMALL_STATE(1476)] = 29013, [SMALL_STATE(1477)] = 29073, - [SMALL_STATE(1478)] = 29133, - [SMALL_STATE(1479)] = 29193, - [SMALL_STATE(1480)] = 29253, - [SMALL_STATE(1481)] = 29313, - [SMALL_STATE(1482)] = 29373, - [SMALL_STATE(1483)] = 29433, - [SMALL_STATE(1484)] = 29493, - [SMALL_STATE(1485)] = 29553, - [SMALL_STATE(1486)] = 29613, - [SMALL_STATE(1487)] = 29673, - [SMALL_STATE(1488)] = 29737, - [SMALL_STATE(1489)] = 29797, - [SMALL_STATE(1490)] = 29857, - [SMALL_STATE(1491)] = 29917, - [SMALL_STATE(1492)] = 29977, - [SMALL_STATE(1493)] = 30037, - [SMALL_STATE(1494)] = 30097, - [SMALL_STATE(1495)] = 30157, - [SMALL_STATE(1496)] = 30256, - [SMALL_STATE(1497)] = 30317, - [SMALL_STATE(1498)] = 30386, - [SMALL_STATE(1499)] = 30485, - [SMALL_STATE(1500)] = 30556, - [SMALL_STATE(1501)] = 30655, - [SMALL_STATE(1502)] = 30716, - [SMALL_STATE(1503)] = 30808, - [SMALL_STATE(1504)] = 30898, - [SMALL_STATE(1505)] = 30984, - [SMALL_STATE(1506)] = 31068, - [SMALL_STATE(1507)] = 31138, - [SMALL_STATE(1508)] = 31228, - [SMALL_STATE(1509)] = 31318, - [SMALL_STATE(1510)] = 31404, - [SMALL_STATE(1511)] = 31482, - [SMALL_STATE(1512)] = 31568, - [SMALL_STATE(1513)] = 31638, - [SMALL_STATE(1514)] = 31706, - [SMALL_STATE(1515)] = 31796, - [SMALL_STATE(1516)] = 31862, - [SMALL_STATE(1517)] = 31948, - [SMALL_STATE(1518)] = 32038, - [SMALL_STATE(1519)] = 32130, - [SMALL_STATE(1520)] = 32220, - [SMALL_STATE(1521)] = 32306, - [SMALL_STATE(1522)] = 32380, - [SMALL_STATE(1523)] = 32452, - [SMALL_STATE(1524)] = 32538, - [SMALL_STATE(1525)] = 32614, - [SMALL_STATE(1526)] = 32696, - [SMALL_STATE(1527)] = 32788, - [SMALL_STATE(1528)] = 32851, - [SMALL_STATE(1529)] = 32918, - [SMALL_STATE(1530)] = 32975, - [SMALL_STATE(1531)] = 33042, - [SMALL_STATE(1532)] = 33099, - [SMALL_STATE(1533)] = 33158, - [SMALL_STATE(1534)] = 33215, - [SMALL_STATE(1535)] = 33272, - [SMALL_STATE(1536)] = 33329, - [SMALL_STATE(1537)] = 33396, - [SMALL_STATE(1538)] = 33455, - [SMALL_STATE(1539)] = 33518, - [SMALL_STATE(1540)] = 33583, - [SMALL_STATE(1541)] = 33647, - [SMALL_STATE(1542)] = 33703, - [SMALL_STATE(1543)] = 33761, - [SMALL_STATE(1544)] = 33821, - [SMALL_STATE(1545)] = 33881, - [SMALL_STATE(1546)] = 33941, - [SMALL_STATE(1547)] = 34001, - [SMALL_STATE(1548)] = 34057, - [SMALL_STATE(1549)] = 34121, - [SMALL_STATE(1550)] = 34177, - [SMALL_STATE(1551)] = 34235, - [SMALL_STATE(1552)] = 34293, - [SMALL_STATE(1553)] = 34353, - [SMALL_STATE(1554)] = 34411, - [SMALL_STATE(1555)] = 34467, - [SMALL_STATE(1556)] = 34527, - [SMALL_STATE(1557)] = 34591, - [SMALL_STATE(1558)] = 34655, - [SMALL_STATE(1559)] = 34715, - [SMALL_STATE(1560)] = 34772, - [SMALL_STATE(1561)] = 34867, - [SMALL_STATE(1562)] = 34962, - [SMALL_STATE(1563)] = 35057, - [SMALL_STATE(1564)] = 35114, - [SMALL_STATE(1565)] = 35209, - [SMALL_STATE(1566)] = 35298, - [SMALL_STATE(1567)] = 35393, - [SMALL_STATE(1568)] = 35452, - [SMALL_STATE(1569)] = 35509, - [SMALL_STATE(1570)] = 35564, - [SMALL_STATE(1571)] = 35623, - [SMALL_STATE(1572)] = 35678, - [SMALL_STATE(1573)] = 35773, - [SMALL_STATE(1574)] = 35832, - [SMALL_STATE(1575)] = 35927, - [SMALL_STATE(1576)] = 35986, - [SMALL_STATE(1577)] = 36081, - [SMALL_STATE(1578)] = 36176, - [SMALL_STATE(1579)] = 36231, - [SMALL_STATE(1580)] = 36326, - [SMALL_STATE(1581)] = 36383, - [SMALL_STATE(1582)] = 36478, - [SMALL_STATE(1583)] = 36535, - [SMALL_STATE(1584)] = 36590, - [SMALL_STATE(1585)] = 36679, - [SMALL_STATE(1586)] = 36734, - [SMALL_STATE(1587)] = 36791, - [SMALL_STATE(1588)] = 36846, - [SMALL_STATE(1589)] = 36901, - [SMALL_STATE(1590)] = 36996, - [SMALL_STATE(1591)] = 37051, - [SMALL_STATE(1592)] = 37140, - [SMALL_STATE(1593)] = 37197, - [SMALL_STATE(1594)] = 37269, - [SMALL_STATE(1595)] = 37323, - [SMALL_STATE(1596)] = 37405, - [SMALL_STATE(1597)] = 37483, - [SMALL_STATE(1598)] = 37539, - [SMALL_STATE(1599)] = 37593, - [SMALL_STATE(1600)] = 37685, - [SMALL_STATE(1601)] = 37759, - [SMALL_STATE(1602)] = 37813, - [SMALL_STATE(1603)] = 37867, - [SMALL_STATE(1604)] = 37923, - [SMALL_STATE(1605)] = 38011, - [SMALL_STATE(1606)] = 38091, - [SMALL_STATE(1607)] = 38173, - [SMALL_STATE(1608)] = 38259, - [SMALL_STATE(1609)] = 38345, - [SMALL_STATE(1610)] = 38431, - [SMALL_STATE(1611)] = 38487, - [SMALL_STATE(1612)] = 38543, - [SMALL_STATE(1613)] = 38597, - [SMALL_STATE(1614)] = 38689, - [SMALL_STATE(1615)] = 38781, - [SMALL_STATE(1616)] = 38835, - [SMALL_STATE(1617)] = 38889, - [SMALL_STATE(1618)] = 38981, - [SMALL_STATE(1619)] = 39035, - [SMALL_STATE(1620)] = 39091, - [SMALL_STATE(1621)] = 39145, - [SMALL_STATE(1622)] = 39231, - [SMALL_STATE(1623)] = 39287, - [SMALL_STATE(1624)] = 39375, - [SMALL_STATE(1625)] = 39467, - [SMALL_STATE(1626)] = 39523, - [SMALL_STATE(1627)] = 39581, - [SMALL_STATE(1628)] = 39647, - [SMALL_STATE(1629)] = 39703, - [SMALL_STATE(1630)] = 39757, - [SMALL_STATE(1631)] = 39849, - [SMALL_STATE(1632)] = 39935, - [SMALL_STATE(1633)] = 40021, - [SMALL_STATE(1634)] = 40077, - [SMALL_STATE(1635)] = 40131, - [SMALL_STATE(1636)] = 40187, - [SMALL_STATE(1637)] = 40241, - [SMALL_STATE(1638)] = 40297, - [SMALL_STATE(1639)] = 40385, - [SMALL_STATE(1640)] = 40449, - [SMALL_STATE(1641)] = 40519, - [SMALL_STATE(1642)] = 40607, - [SMALL_STATE(1643)] = 40663, - [SMALL_STATE(1644)] = 40743, - [SMALL_STATE(1645)] = 40799, - [SMALL_STATE(1646)] = 40867, - [SMALL_STATE(1647)] = 40923, - [SMALL_STATE(1648)] = 40979, - [SMALL_STATE(1649)] = 41033, - [SMALL_STATE(1650)] = 41089, - [SMALL_STATE(1651)] = 41143, - [SMALL_STATE(1652)] = 41197, - [SMALL_STATE(1653)] = 41251, - [SMALL_STATE(1654)] = 41339, - [SMALL_STATE(1655)] = 41428, - [SMALL_STATE(1656)] = 41481, - [SMALL_STATE(1657)] = 41570, - [SMALL_STATE(1658)] = 41629, - [SMALL_STATE(1659)] = 41718, - [SMALL_STATE(1660)] = 41771, - [SMALL_STATE(1661)] = 41824, - [SMALL_STATE(1662)] = 41877, - [SMALL_STATE(1663)] = 41964, - [SMALL_STATE(1664)] = 42017, - [SMALL_STATE(1665)] = 42070, - [SMALL_STATE(1666)] = 42159, - [SMALL_STATE(1667)] = 42212, - [SMALL_STATE(1668)] = 42265, - [SMALL_STATE(1669)] = 42318, - [SMALL_STATE(1670)] = 42371, - [SMALL_STATE(1671)] = 42424, - [SMALL_STATE(1672)] = 42477, - [SMALL_STATE(1673)] = 42530, - [SMALL_STATE(1674)] = 42583, - [SMALL_STATE(1675)] = 42636, - [SMALL_STATE(1676)] = 42689, - [SMALL_STATE(1677)] = 42748, - [SMALL_STATE(1678)] = 42807, - [SMALL_STATE(1679)] = 42896, - [SMALL_STATE(1680)] = 42985, - [SMALL_STATE(1681)] = 43066, - [SMALL_STATE(1682)] = 43151, - [SMALL_STATE(1683)] = 43204, - [SMALL_STATE(1684)] = 43257, - [SMALL_STATE(1685)] = 43310, - [SMALL_STATE(1686)] = 43395, - [SMALL_STATE(1687)] = 43480, - [SMALL_STATE(1688)] = 43567, - [SMALL_STATE(1689)] = 43654, - [SMALL_STATE(1690)] = 43707, - [SMALL_STATE(1691)] = 43796, - [SMALL_STATE(1692)] = 43849, - [SMALL_STATE(1693)] = 43902, - [SMALL_STATE(1694)] = 43955, - [SMALL_STATE(1695)] = 44008, - [SMALL_STATE(1696)] = 44095, - [SMALL_STATE(1697)] = 44148, - [SMALL_STATE(1698)] = 44201, - [SMALL_STATE(1699)] = 44254, - [SMALL_STATE(1700)] = 44307, - [SMALL_STATE(1701)] = 44360, - [SMALL_STATE(1702)] = 44413, - [SMALL_STATE(1703)] = 44502, - [SMALL_STATE(1704)] = 44587, - [SMALL_STATE(1705)] = 44674, - [SMALL_STATE(1706)] = 44761, - [SMALL_STATE(1707)] = 44814, - [SMALL_STATE(1708)] = 44867, - [SMALL_STATE(1709)] = 44930, - [SMALL_STATE(1710)] = 44999, - [SMALL_STATE(1711)] = 45066, - [SMALL_STATE(1712)] = 45137, - [SMALL_STATE(1713)] = 45214, - [SMALL_STATE(1714)] = 45293, - [SMALL_STATE(1715)] = 45358, - [SMALL_STATE(1716)] = 45443, - [SMALL_STATE(1717)] = 45528, - [SMALL_STATE(1718)] = 45601, - [SMALL_STATE(1719)] = 45682, - [SMALL_STATE(1720)] = 45735, - [SMALL_STATE(1721)] = 45788, - [SMALL_STATE(1722)] = 45841, - [SMALL_STATE(1723)] = 45894, - [SMALL_STATE(1724)] = 45947, - [SMALL_STATE(1725)] = 46000, - [SMALL_STATE(1726)] = 46059, - [SMALL_STATE(1727)] = 46146, - [SMALL_STATE(1728)] = 46199, - [SMALL_STATE(1729)] = 46252, - [SMALL_STATE(1730)] = 46305, - [SMALL_STATE(1731)] = 46358, - [SMALL_STATE(1732)] = 46411, - [SMALL_STATE(1733)] = 46488, - [SMALL_STATE(1734)] = 46541, - [SMALL_STATE(1735)] = 46594, - [SMALL_STATE(1736)] = 46647, - [SMALL_STATE(1737)] = 46700, - [SMALL_STATE(1738)] = 46753, - [SMALL_STATE(1739)] = 46806, - [SMALL_STATE(1740)] = 46859, - [SMALL_STATE(1741)] = 46946, - [SMALL_STATE(1742)] = 46999, - [SMALL_STATE(1743)] = 47084, - [SMALL_STATE(1744)] = 47137, - [SMALL_STATE(1745)] = 47190, - [SMALL_STATE(1746)] = 47243, - [SMALL_STATE(1747)] = 47296, - [SMALL_STATE(1748)] = 47349, - [SMALL_STATE(1749)] = 47402, - [SMALL_STATE(1750)] = 47455, - [SMALL_STATE(1751)] = 47508, - [SMALL_STATE(1752)] = 47595, - [SMALL_STATE(1753)] = 47648, - [SMALL_STATE(1754)] = 47701, - [SMALL_STATE(1755)] = 47786, - [SMALL_STATE(1756)] = 47873, - [SMALL_STATE(1757)] = 47926, - [SMALL_STATE(1758)] = 47979, - [SMALL_STATE(1759)] = 48066, - [SMALL_STATE(1760)] = 48119, - [SMALL_STATE(1761)] = 48182, - [SMALL_STATE(1762)] = 48251, - [SMALL_STATE(1763)] = 48318, - [SMALL_STATE(1764)] = 48389, - [SMALL_STATE(1765)] = 48466, - [SMALL_STATE(1766)] = 48545, - [SMALL_STATE(1767)] = 48610, - [SMALL_STATE(1768)] = 48695, - [SMALL_STATE(1769)] = 48780, - [SMALL_STATE(1770)] = 48853, - [SMALL_STATE(1771)] = 48906, - [SMALL_STATE(1772)] = 48959, - [SMALL_STATE(1773)] = 49012, - [SMALL_STATE(1774)] = 49065, - [SMALL_STATE(1775)] = 49118, - [SMALL_STATE(1776)] = 49205, - [SMALL_STATE(1777)] = 49258, - [SMALL_STATE(1778)] = 49311, - [SMALL_STATE(1779)] = 49364, - [SMALL_STATE(1780)] = 49417, - [SMALL_STATE(1781)] = 49470, - [SMALL_STATE(1782)] = 49523, - [SMALL_STATE(1783)] = 49576, - [SMALL_STATE(1784)] = 49629, - [SMALL_STATE(1785)] = 49718, - [SMALL_STATE(1786)] = 49771, - [SMALL_STATE(1787)] = 49824, - [SMALL_STATE(1788)] = 49877, - [SMALL_STATE(1789)] = 49930, - [SMALL_STATE(1790)] = 49983, - [SMALL_STATE(1791)] = 50070, - [SMALL_STATE(1792)] = 50123, - [SMALL_STATE(1793)] = 50176, - [SMALL_STATE(1794)] = 50263, - [SMALL_STATE(1795)] = 50316, - [SMALL_STATE(1796)] = 50369, - [SMALL_STATE(1797)] = 50456, - [SMALL_STATE(1798)] = 50509, - [SMALL_STATE(1799)] = 50562, - [SMALL_STATE(1800)] = 50651, - [SMALL_STATE(1801)] = 50738, - [SMALL_STATE(1802)] = 50827, - [SMALL_STATE(1803)] = 50914, - [SMALL_STATE(1804)] = 50967, - [SMALL_STATE(1805)] = 51056, - [SMALL_STATE(1806)] = 51109, - [SMALL_STATE(1807)] = 51198, - [SMALL_STATE(1808)] = 51287, - [SMALL_STATE(1809)] = 51376, - [SMALL_STATE(1810)] = 51429, - [SMALL_STATE(1811)] = 51518, - [SMALL_STATE(1812)] = 51595, - [SMALL_STATE(1813)] = 51684, - [SMALL_STATE(1814)] = 51773, - [SMALL_STATE(1815)] = 51862, - [SMALL_STATE(1816)] = 51951, - [SMALL_STATE(1817)] = 52038, - [SMALL_STATE(1818)] = 52127, - [SMALL_STATE(1819)] = 52216, - [SMALL_STATE(1820)] = 52305, - [SMALL_STATE(1821)] = 52394, - [SMALL_STATE(1822)] = 52447, - [SMALL_STATE(1823)] = 52536, - [SMALL_STATE(1824)] = 52625, - [SMALL_STATE(1825)] = 52706, - [SMALL_STATE(1826)] = 52791, - [SMALL_STATE(1827)] = 52880, - [SMALL_STATE(1828)] = 52965, - [SMALL_STATE(1829)] = 53050, - [SMALL_STATE(1830)] = 53139, - [SMALL_STATE(1831)] = 53192, - [SMALL_STATE(1832)] = 53281, - [SMALL_STATE(1833)] = 53370, - [SMALL_STATE(1834)] = 53459, - [SMALL_STATE(1835)] = 53548, - [SMALL_STATE(1836)] = 53601, - [SMALL_STATE(1837)] = 53662, - [SMALL_STATE(1838)] = 53751, - [SMALL_STATE(1839)] = 53840, - [SMALL_STATE(1840)] = 53929, - [SMALL_STATE(1841)] = 54018, - [SMALL_STATE(1842)] = 54107, - [SMALL_STATE(1843)] = 54196, - [SMALL_STATE(1844)] = 54285, - [SMALL_STATE(1845)] = 54374, - [SMALL_STATE(1846)] = 54463, - [SMALL_STATE(1847)] = 54552, - [SMALL_STATE(1848)] = 54641, - [SMALL_STATE(1849)] = 54730, - [SMALL_STATE(1850)] = 54819, - [SMALL_STATE(1851)] = 54908, - [SMALL_STATE(1852)] = 54997, - [SMALL_STATE(1853)] = 55086, - [SMALL_STATE(1854)] = 55175, - [SMALL_STATE(1855)] = 55264, - [SMALL_STATE(1856)] = 55351, - [SMALL_STATE(1857)] = 55404, - [SMALL_STATE(1858)] = 55457, - [SMALL_STATE(1859)] = 55510, - [SMALL_STATE(1860)] = 55563, - [SMALL_STATE(1861)] = 55616, - [SMALL_STATE(1862)] = 55669, - [SMALL_STATE(1863)] = 55754, - [SMALL_STATE(1864)] = 55835, - [SMALL_STATE(1865)] = 55921, - [SMALL_STATE(1866)] = 56007, - [SMALL_STATE(1867)] = 56091, - [SMALL_STATE(1868)] = 56175, - [SMALL_STATE(1869)] = 56261, - [SMALL_STATE(1870)] = 56347, - [SMALL_STATE(1871)] = 56421, - [SMALL_STATE(1872)] = 56507, - [SMALL_STATE(1873)] = 56593, - [SMALL_STATE(1874)] = 56679, - [SMALL_STATE(1875)] = 56765, - [SMALL_STATE(1876)] = 56851, - [SMALL_STATE(1877)] = 56937, - [SMALL_STATE(1878)] = 57023, - [SMALL_STATE(1879)] = 57097, - [SMALL_STATE(1880)] = 57183, - [SMALL_STATE(1881)] = 57269, - [SMALL_STATE(1882)] = 57355, - [SMALL_STATE(1883)] = 57441, - [SMALL_STATE(1884)] = 57527, - [SMALL_STATE(1885)] = 57613, - [SMALL_STATE(1886)] = 57699, - [SMALL_STATE(1887)] = 57785, - [SMALL_STATE(1888)] = 57871, - [SMALL_STATE(1889)] = 57957, - [SMALL_STATE(1890)] = 58043, - [SMALL_STATE(1891)] = 58129, - [SMALL_STATE(1892)] = 58203, - [SMALL_STATE(1893)] = 58289, - [SMALL_STATE(1894)] = 58363, - [SMALL_STATE(1895)] = 58449, - [SMALL_STATE(1896)] = 58535, - [SMALL_STATE(1897)] = 58621, - [SMALL_STATE(1898)] = 58707, - [SMALL_STATE(1899)] = 58781, - [SMALL_STATE(1900)] = 58867, - [SMALL_STATE(1901)] = 58953, - [SMALL_STATE(1902)] = 59028, - [SMALL_STATE(1903)] = 59103, - [SMALL_STATE(1904)] = 59178, - [SMALL_STATE(1905)] = 59253, - [SMALL_STATE(1906)] = 59328, - [SMALL_STATE(1907)] = 59403, - [SMALL_STATE(1908)] = 59478, - [SMALL_STATE(1909)] = 59553, - [SMALL_STATE(1910)] = 59600, - [SMALL_STATE(1911)] = 59647, - [SMALL_STATE(1912)] = 59694, - [SMALL_STATE(1913)] = 59756, - [SMALL_STATE(1914)] = 59818, - [SMALL_STATE(1915)] = 59880, - [SMALL_STATE(1916)] = 59942, - [SMALL_STATE(1917)] = 60004, - [SMALL_STATE(1918)] = 60066, - [SMALL_STATE(1919)] = 60128, - [SMALL_STATE(1920)] = 60190, - [SMALL_STATE(1921)] = 60249, - [SMALL_STATE(1922)] = 60308, - [SMALL_STATE(1923)] = 60356, - [SMALL_STATE(1924)] = 60392, - [SMALL_STATE(1925)] = 60428, - [SMALL_STATE(1926)] = 60465, - [SMALL_STATE(1927)] = 60510, - [SMALL_STATE(1928)] = 60555, - [SMALL_STATE(1929)] = 60592, - [SMALL_STATE(1930)] = 60637, - [SMALL_STATE(1931)] = 60674, - [SMALL_STATE(1932)] = 60727, - [SMALL_STATE(1933)] = 60764, - [SMALL_STATE(1934)] = 60804, - [SMALL_STATE(1935)] = 60840, - [SMALL_STATE(1936)] = 60880, - [SMALL_STATE(1937)] = 60920, - [SMALL_STATE(1938)] = 60956, - [SMALL_STATE(1939)] = 60996, - [SMALL_STATE(1940)] = 61032, - [SMALL_STATE(1941)] = 61068, - [SMALL_STATE(1942)] = 61101, - [SMALL_STATE(1943)] = 61134, - [SMALL_STATE(1944)] = 61167, - [SMALL_STATE(1945)] = 61200, - [SMALL_STATE(1946)] = 61233, - [SMALL_STATE(1947)] = 61266, - [SMALL_STATE(1948)] = 61299, - [SMALL_STATE(1949)] = 61330, - [SMALL_STATE(1950)] = 61363, - [SMALL_STATE(1951)] = 61423, - [SMALL_STATE(1952)] = 61467, - [SMALL_STATE(1953)] = 61499, - [SMALL_STATE(1954)] = 61531, - [SMALL_STATE(1955)] = 61591, - [SMALL_STATE(1956)] = 61623, - [SMALL_STATE(1957)] = 61669, - [SMALL_STATE(1958)] = 61702, - [SMALL_STATE(1959)] = 61731, - [SMALL_STATE(1960)] = 61762, - [SMALL_STATE(1961)] = 61793, - [SMALL_STATE(1962)] = 61824, - [SMALL_STATE(1963)] = 61857, - [SMALL_STATE(1964)] = 61898, - [SMALL_STATE(1965)] = 61927, - [SMALL_STATE(1966)] = 61958, - [SMALL_STATE(1967)] = 61991, - [SMALL_STATE(1968)] = 62044, - [SMALL_STATE(1969)] = 62099, - [SMALL_STATE(1970)] = 62128, - [SMALL_STATE(1971)] = 62161, - [SMALL_STATE(1972)] = 62190, - [SMALL_STATE(1973)] = 62221, - [SMALL_STATE(1974)] = 62250, - [SMALL_STATE(1975)] = 62303, - [SMALL_STATE(1976)] = 62334, - [SMALL_STATE(1977)] = 62363, - [SMALL_STATE(1978)] = 62392, - [SMALL_STATE(1979)] = 62425, - [SMALL_STATE(1980)] = 62454, - [SMALL_STATE(1981)] = 62487, - [SMALL_STATE(1982)] = 62518, - [SMALL_STATE(1983)] = 62549, - [SMALL_STATE(1984)] = 62592, - [SMALL_STATE(1985)] = 62621, - [SMALL_STATE(1986)] = 62649, - [SMALL_STATE(1987)] = 62677, - [SMALL_STATE(1988)] = 62705, - [SMALL_STATE(1989)] = 62735, - [SMALL_STATE(1990)] = 62763, - [SMALL_STATE(1991)] = 62807, - [SMALL_STATE(1992)] = 62835, - [SMALL_STATE(1993)] = 62863, - [SMALL_STATE(1994)] = 62891, - [SMALL_STATE(1995)] = 62919, - [SMALL_STATE(1996)] = 62947, - [SMALL_STATE(1997)] = 62975, - [SMALL_STATE(1998)] = 63003, - [SMALL_STATE(1999)] = 63031, - [SMALL_STATE(2000)] = 63059, - [SMALL_STATE(2001)] = 63087, - [SMALL_STATE(2002)] = 63115, - [SMALL_STATE(2003)] = 63143, - [SMALL_STATE(2004)] = 63171, - [SMALL_STATE(2005)] = 63199, - [SMALL_STATE(2006)] = 63227, - [SMALL_STATE(2007)] = 63255, - [SMALL_STATE(2008)] = 63283, - [SMALL_STATE(2009)] = 63311, - [SMALL_STATE(2010)] = 63339, - [SMALL_STATE(2011)] = 63367, - [SMALL_STATE(2012)] = 63395, - [SMALL_STATE(2013)] = 63423, - [SMALL_STATE(2014)] = 63453, - [SMALL_STATE(2015)] = 63481, - [SMALL_STATE(2016)] = 63509, - [SMALL_STATE(2017)] = 63537, - [SMALL_STATE(2018)] = 63572, - [SMALL_STATE(2019)] = 63623, - [SMALL_STATE(2020)] = 63652, - [SMALL_STATE(2021)] = 63681, - [SMALL_STATE(2022)] = 63712, - [SMALL_STATE(2023)] = 63744, - [SMALL_STATE(2024)] = 63776, - [SMALL_STATE(2025)] = 63808, - [SMALL_STATE(2026)] = 63838, - [SMALL_STATE(2027)] = 63870, - [SMALL_STATE(2028)] = 63902, - [SMALL_STATE(2029)] = 63934, - [SMALL_STATE(2030)] = 63966, - [SMALL_STATE(2031)] = 63998, - [SMALL_STATE(2032)] = 64030, - [SMALL_STATE(2033)] = 64074, - [SMALL_STATE(2034)] = 64106, - [SMALL_STATE(2035)] = 64134, - [SMALL_STATE(2036)] = 64166, - [SMALL_STATE(2037)] = 64198, - [SMALL_STATE(2038)] = 64226, - [SMALL_STATE(2039)] = 64271, - [SMALL_STATE(2040)] = 64316, - [SMALL_STATE(2041)] = 64361, - [SMALL_STATE(2042)] = 64406, - [SMALL_STATE(2043)] = 64443, - [SMALL_STATE(2044)] = 64488, - [SMALL_STATE(2045)] = 64533, - [SMALL_STATE(2046)] = 64578, - [SMALL_STATE(2047)] = 64623, - [SMALL_STATE(2048)] = 64668, - [SMALL_STATE(2049)] = 64713, - [SMALL_STATE(2050)] = 64758, - [SMALL_STATE(2051)] = 64803, - [SMALL_STATE(2052)] = 64848, - [SMALL_STATE(2053)] = 64893, + [SMALL_STATE(1478)] = 29141, + [SMALL_STATE(1479)] = 29201, + [SMALL_STATE(1480)] = 29267, + [SMALL_STATE(1481)] = 29327, + [SMALL_STATE(1482)] = 29387, + [SMALL_STATE(1483)] = 29447, + [SMALL_STATE(1484)] = 29507, + [SMALL_STATE(1485)] = 29567, + [SMALL_STATE(1486)] = 29627, + [SMALL_STATE(1487)] = 29687, + [SMALL_STATE(1488)] = 29749, + [SMALL_STATE(1489)] = 29809, + [SMALL_STATE(1490)] = 29869, + [SMALL_STATE(1491)] = 29929, + [SMALL_STATE(1492)] = 29989, + [SMALL_STATE(1493)] = 30049, + [SMALL_STATE(1494)] = 30109, + [SMALL_STATE(1495)] = 30169, + [SMALL_STATE(1496)] = 30229, + [SMALL_STATE(1497)] = 30289, + [SMALL_STATE(1498)] = 30349, + [SMALL_STATE(1499)] = 30418, + [SMALL_STATE(1500)] = 30517, + [SMALL_STATE(1501)] = 30616, + [SMALL_STATE(1502)] = 30687, + [SMALL_STATE(1503)] = 30748, + [SMALL_STATE(1504)] = 30847, + [SMALL_STATE(1505)] = 30908, + [SMALL_STATE(1506)] = 30976, + [SMALL_STATE(1507)] = 31046, + [SMALL_STATE(1508)] = 31136, + [SMALL_STATE(1509)] = 31222, + [SMALL_STATE(1510)] = 31312, + [SMALL_STATE(1511)] = 31402, + [SMALL_STATE(1512)] = 31494, + [SMALL_STATE(1513)] = 31586, + [SMALL_STATE(1514)] = 31678, + [SMALL_STATE(1515)] = 31764, + [SMALL_STATE(1516)] = 31838, + [SMALL_STATE(1517)] = 31910, + [SMALL_STATE(1518)] = 31986, + [SMALL_STATE(1519)] = 32068, + [SMALL_STATE(1520)] = 32152, + [SMALL_STATE(1521)] = 32222, + [SMALL_STATE(1522)] = 32312, + [SMALL_STATE(1523)] = 32402, + [SMALL_STATE(1524)] = 32480, + [SMALL_STATE(1525)] = 32570, + [SMALL_STATE(1526)] = 32656, + [SMALL_STATE(1527)] = 32742, + [SMALL_STATE(1528)] = 32828, + [SMALL_STATE(1529)] = 32914, + [SMALL_STATE(1530)] = 32980, + [SMALL_STATE(1531)] = 33043, + [SMALL_STATE(1532)] = 33100, + [SMALL_STATE(1533)] = 33163, + [SMALL_STATE(1534)] = 33222, + [SMALL_STATE(1535)] = 33281, + [SMALL_STATE(1536)] = 33346, + [SMALL_STATE(1537)] = 33413, + [SMALL_STATE(1538)] = 33480, + [SMALL_STATE(1539)] = 33537, + [SMALL_STATE(1540)] = 33604, + [SMALL_STATE(1541)] = 33664, + [SMALL_STATE(1542)] = 33720, + [SMALL_STATE(1543)] = 33784, + [SMALL_STATE(1544)] = 33844, + [SMALL_STATE(1545)] = 33904, + [SMALL_STATE(1546)] = 33968, + [SMALL_STATE(1547)] = 34032, + [SMALL_STATE(1548)] = 34090, + [SMALL_STATE(1549)] = 34150, + [SMALL_STATE(1550)] = 34214, + [SMALL_STATE(1551)] = 34270, + [SMALL_STATE(1552)] = 34330, + [SMALL_STATE(1553)] = 34390, + [SMALL_STATE(1554)] = 34448, + [SMALL_STATE(1555)] = 34508, + [SMALL_STATE(1556)] = 34566, + [SMALL_STATE(1557)] = 34622, + [SMALL_STATE(1558)] = 34680, + [SMALL_STATE(1559)] = 34736, + [SMALL_STATE(1560)] = 34793, + [SMALL_STATE(1561)] = 34850, + [SMALL_STATE(1562)] = 34905, + [SMALL_STATE(1563)] = 35000, + [SMALL_STATE(1564)] = 35055, + [SMALL_STATE(1565)] = 35110, + [SMALL_STATE(1566)] = 35167, + [SMALL_STATE(1567)] = 35262, + [SMALL_STATE(1568)] = 35317, + [SMALL_STATE(1569)] = 35374, + [SMALL_STATE(1570)] = 35469, + [SMALL_STATE(1571)] = 35558, + [SMALL_STATE(1572)] = 35653, + [SMALL_STATE(1573)] = 35710, + [SMALL_STATE(1574)] = 35805, + [SMALL_STATE(1575)] = 35864, + [SMALL_STATE(1576)] = 35919, + [SMALL_STATE(1577)] = 35976, + [SMALL_STATE(1578)] = 36065, + [SMALL_STATE(1579)] = 36160, + [SMALL_STATE(1580)] = 36217, + [SMALL_STATE(1581)] = 36312, + [SMALL_STATE(1582)] = 36407, + [SMALL_STATE(1583)] = 36466, + [SMALL_STATE(1584)] = 36521, + [SMALL_STATE(1585)] = 36616, + [SMALL_STATE(1586)] = 36671, + [SMALL_STATE(1587)] = 36730, + [SMALL_STATE(1588)] = 36825, + [SMALL_STATE(1589)] = 36920, + [SMALL_STATE(1590)] = 36975, + [SMALL_STATE(1591)] = 37034, + [SMALL_STATE(1592)] = 37129, + [SMALL_STATE(1593)] = 37218, + [SMALL_STATE(1594)] = 37272, + [SMALL_STATE(1595)] = 37358, + [SMALL_STATE(1596)] = 37444, + [SMALL_STATE(1597)] = 37518, + [SMALL_STATE(1598)] = 37572, + [SMALL_STATE(1599)] = 37626, + [SMALL_STATE(1600)] = 37708, + [SMALL_STATE(1601)] = 37774, + [SMALL_STATE(1602)] = 37854, + [SMALL_STATE(1603)] = 37908, + [SMALL_STATE(1604)] = 37962, + [SMALL_STATE(1605)] = 38016, + [SMALL_STATE(1606)] = 38070, + [SMALL_STATE(1607)] = 38124, + [SMALL_STATE(1608)] = 38212, + [SMALL_STATE(1609)] = 38294, + [SMALL_STATE(1610)] = 38380, + [SMALL_STATE(1611)] = 38466, + [SMALL_STATE(1612)] = 38552, + [SMALL_STATE(1613)] = 38640, + [SMALL_STATE(1614)] = 38728, + [SMALL_STATE(1615)] = 38820, + [SMALL_STATE(1616)] = 38876, + [SMALL_STATE(1617)] = 38968, + [SMALL_STATE(1618)] = 39024, + [SMALL_STATE(1619)] = 39116, + [SMALL_STATE(1620)] = 39172, + [SMALL_STATE(1621)] = 39228, + [SMALL_STATE(1622)] = 39308, + [SMALL_STATE(1623)] = 39396, + [SMALL_STATE(1624)] = 39452, + [SMALL_STATE(1625)] = 39510, + [SMALL_STATE(1626)] = 39602, + [SMALL_STATE(1627)] = 39658, + [SMALL_STATE(1628)] = 39712, + [SMALL_STATE(1629)] = 39766, + [SMALL_STATE(1630)] = 39820, + [SMALL_STATE(1631)] = 39876, + [SMALL_STATE(1632)] = 39932, + [SMALL_STATE(1633)] = 39988, + [SMALL_STATE(1634)] = 40044, + [SMALL_STATE(1635)] = 40100, + [SMALL_STATE(1636)] = 40186, + [SMALL_STATE(1637)] = 40240, + [SMALL_STATE(1638)] = 40294, + [SMALL_STATE(1639)] = 40350, + [SMALL_STATE(1640)] = 40406, + [SMALL_STATE(1641)] = 40462, + [SMALL_STATE(1642)] = 40516, + [SMALL_STATE(1643)] = 40572, + [SMALL_STATE(1644)] = 40660, + [SMALL_STATE(1645)] = 40716, + [SMALL_STATE(1646)] = 40770, + [SMALL_STATE(1647)] = 40824, + [SMALL_STATE(1648)] = 40916, + [SMALL_STATE(1649)] = 40980, + [SMALL_STATE(1650)] = 41050, + [SMALL_STATE(1651)] = 41118, + [SMALL_STATE(1652)] = 41190, + [SMALL_STATE(1653)] = 41268, + [SMALL_STATE(1654)] = 41360, + [SMALL_STATE(1655)] = 41413, + [SMALL_STATE(1656)] = 41466, + [SMALL_STATE(1657)] = 41519, + [SMALL_STATE(1658)] = 41572, + [SMALL_STATE(1659)] = 41659, + [SMALL_STATE(1660)] = 41712, + [SMALL_STATE(1661)] = 41799, + [SMALL_STATE(1662)] = 41852, + [SMALL_STATE(1663)] = 41939, + [SMALL_STATE(1664)] = 41992, + [SMALL_STATE(1665)] = 42045, + [SMALL_STATE(1666)] = 42098, + [SMALL_STATE(1667)] = 42185, + [SMALL_STATE(1668)] = 42238, + [SMALL_STATE(1669)] = 42291, + [SMALL_STATE(1670)] = 42344, + [SMALL_STATE(1671)] = 42433, + [SMALL_STATE(1672)] = 42486, + [SMALL_STATE(1673)] = 42539, + [SMALL_STATE(1674)] = 42592, + [SMALL_STATE(1675)] = 42645, + [SMALL_STATE(1676)] = 42698, + [SMALL_STATE(1677)] = 42751, + [SMALL_STATE(1678)] = 42804, + [SMALL_STATE(1679)] = 42857, + [SMALL_STATE(1680)] = 42944, + [SMALL_STATE(1681)] = 43029, + [SMALL_STATE(1682)] = 43118, + [SMALL_STATE(1683)] = 43207, + [SMALL_STATE(1684)] = 43296, + [SMALL_STATE(1685)] = 43349, + [SMALL_STATE(1686)] = 43402, + [SMALL_STATE(1687)] = 43455, + [SMALL_STATE(1688)] = 43540, + [SMALL_STATE(1689)] = 43625, + [SMALL_STATE(1690)] = 43714, + [SMALL_STATE(1691)] = 43767, + [SMALL_STATE(1692)] = 43820, + [SMALL_STATE(1693)] = 43873, + [SMALL_STATE(1694)] = 43926, + [SMALL_STATE(1695)] = 43979, + [SMALL_STATE(1696)] = 44068, + [SMALL_STATE(1697)] = 44127, + [SMALL_STATE(1698)] = 44180, + [SMALL_STATE(1699)] = 44233, + [SMALL_STATE(1700)] = 44320, + [SMALL_STATE(1701)] = 44373, + [SMALL_STATE(1702)] = 44426, + [SMALL_STATE(1703)] = 44479, + [SMALL_STATE(1704)] = 44532, + [SMALL_STATE(1705)] = 44621, + [SMALL_STATE(1706)] = 44684, + [SMALL_STATE(1707)] = 44773, + [SMALL_STATE(1708)] = 44826, + [SMALL_STATE(1709)] = 44895, + [SMALL_STATE(1710)] = 44984, + [SMALL_STATE(1711)] = 45051, + [SMALL_STATE(1712)] = 45140, + [SMALL_STATE(1713)] = 45211, + [SMALL_STATE(1714)] = 45300, + [SMALL_STATE(1715)] = 45389, + [SMALL_STATE(1716)] = 45478, + [SMALL_STATE(1717)] = 45565, + [SMALL_STATE(1718)] = 45618, + [SMALL_STATE(1719)] = 45695, + [SMALL_STATE(1720)] = 45784, + [SMALL_STATE(1721)] = 45873, + [SMALL_STATE(1722)] = 45962, + [SMALL_STATE(1723)] = 46051, + [SMALL_STATE(1724)] = 46104, + [SMALL_STATE(1725)] = 46191, + [SMALL_STATE(1726)] = 46280, + [SMALL_STATE(1727)] = 46359, + [SMALL_STATE(1728)] = 46412, + [SMALL_STATE(1729)] = 46499, + [SMALL_STATE(1730)] = 46586, + [SMALL_STATE(1731)] = 46675, + [SMALL_STATE(1732)] = 46740, + [SMALL_STATE(1733)] = 46827, + [SMALL_STATE(1734)] = 46916, + [SMALL_STATE(1735)] = 47001, + [SMALL_STATE(1736)] = 47054, + [SMALL_STATE(1737)] = 47139, + [SMALL_STATE(1738)] = 47192, + [SMALL_STATE(1739)] = 47273, + [SMALL_STATE(1740)] = 47358, + [SMALL_STATE(1741)] = 47447, + [SMALL_STATE(1742)] = 47532, + [SMALL_STATE(1743)] = 47617, + [SMALL_STATE(1744)] = 47706, + [SMALL_STATE(1745)] = 47779, + [SMALL_STATE(1746)] = 47860, + [SMALL_STATE(1747)] = 47913, + [SMALL_STATE(1748)] = 47966, + [SMALL_STATE(1749)] = 48055, + [SMALL_STATE(1750)] = 48108, + [SMALL_STATE(1751)] = 48161, + [SMALL_STATE(1752)] = 48214, + [SMALL_STATE(1753)] = 48267, + [SMALL_STATE(1754)] = 48320, + [SMALL_STATE(1755)] = 48373, + [SMALL_STATE(1756)] = 48462, + [SMALL_STATE(1757)] = 48515, + [SMALL_STATE(1758)] = 48568, + [SMALL_STATE(1759)] = 48657, + [SMALL_STATE(1760)] = 48710, + [SMALL_STATE(1761)] = 48763, + [SMALL_STATE(1762)] = 48816, + [SMALL_STATE(1763)] = 48869, + [SMALL_STATE(1764)] = 48958, + [SMALL_STATE(1765)] = 49043, + [SMALL_STATE(1766)] = 49132, + [SMALL_STATE(1767)] = 49221, + [SMALL_STATE(1768)] = 49274, + [SMALL_STATE(1769)] = 49359, + [SMALL_STATE(1770)] = 49412, + [SMALL_STATE(1771)] = 49465, + [SMALL_STATE(1772)] = 49518, + [SMALL_STATE(1773)] = 49605, + [SMALL_STATE(1774)] = 49694, + [SMALL_STATE(1775)] = 49783, + [SMALL_STATE(1776)] = 49872, + [SMALL_STATE(1777)] = 49925, + [SMALL_STATE(1778)] = 50014, + [SMALL_STATE(1779)] = 50073, + [SMALL_STATE(1780)] = 50162, + [SMALL_STATE(1781)] = 50251, + [SMALL_STATE(1782)] = 50340, + [SMALL_STATE(1783)] = 50399, + [SMALL_STATE(1784)] = 50488, + [SMALL_STATE(1785)] = 50575, + [SMALL_STATE(1786)] = 50664, + [SMALL_STATE(1787)] = 50727, + [SMALL_STATE(1788)] = 50814, + [SMALL_STATE(1789)] = 50883, + [SMALL_STATE(1790)] = 50950, + [SMALL_STATE(1791)] = 51021, + [SMALL_STATE(1792)] = 51098, + [SMALL_STATE(1793)] = 51187, + [SMALL_STATE(1794)] = 51266, + [SMALL_STATE(1795)] = 51355, + [SMALL_STATE(1796)] = 51420, + [SMALL_STATE(1797)] = 51509, + [SMALL_STATE(1798)] = 51594, + [SMALL_STATE(1799)] = 51683, + [SMALL_STATE(1800)] = 51768, + [SMALL_STATE(1801)] = 51857, + [SMALL_STATE(1802)] = 51946, + [SMALL_STATE(1803)] = 52035, + [SMALL_STATE(1804)] = 52108, + [SMALL_STATE(1805)] = 52189, + [SMALL_STATE(1806)] = 52274, + [SMALL_STATE(1807)] = 52363, + [SMALL_STATE(1808)] = 52416, + [SMALL_STATE(1809)] = 52469, + [SMALL_STATE(1810)] = 52522, + [SMALL_STATE(1811)] = 52575, + [SMALL_STATE(1812)] = 52628, + [SMALL_STATE(1813)] = 52681, + [SMALL_STATE(1814)] = 52770, + [SMALL_STATE(1815)] = 52857, + [SMALL_STATE(1816)] = 52910, + [SMALL_STATE(1817)] = 52987, + [SMALL_STATE(1818)] = 53074, + [SMALL_STATE(1819)] = 53161, + [SMALL_STATE(1820)] = 53248, + [SMALL_STATE(1821)] = 53301, + [SMALL_STATE(1822)] = 53390, + [SMALL_STATE(1823)] = 53443, + [SMALL_STATE(1824)] = 53496, + [SMALL_STATE(1825)] = 53549, + [SMALL_STATE(1826)] = 53602, + [SMALL_STATE(1827)] = 53655, + [SMALL_STATE(1828)] = 53714, + [SMALL_STATE(1829)] = 53767, + [SMALL_STATE(1830)] = 53820, + [SMALL_STATE(1831)] = 53901, + [SMALL_STATE(1832)] = 53954, + [SMALL_STATE(1833)] = 54043, + [SMALL_STATE(1834)] = 54096, + [SMALL_STATE(1835)] = 54181, + [SMALL_STATE(1836)] = 54270, + [SMALL_STATE(1837)] = 54323, + [SMALL_STATE(1838)] = 54376, + [SMALL_STATE(1839)] = 54429, + [SMALL_STATE(1840)] = 54482, + [SMALL_STATE(1841)] = 54535, + [SMALL_STATE(1842)] = 54588, + [SMALL_STATE(1843)] = 54641, + [SMALL_STATE(1844)] = 54694, + [SMALL_STATE(1845)] = 54747, + [SMALL_STATE(1846)] = 54800, + [SMALL_STATE(1847)] = 54853, + [SMALL_STATE(1848)] = 54906, + [SMALL_STATE(1849)] = 54959, + [SMALL_STATE(1850)] = 55012, + [SMALL_STATE(1851)] = 55065, + [SMALL_STATE(1852)] = 55126, + [SMALL_STATE(1853)] = 55179, + [SMALL_STATE(1854)] = 55232, + [SMALL_STATE(1855)] = 55285, + [SMALL_STATE(1856)] = 55362, + [SMALL_STATE(1857)] = 55449, + [SMALL_STATE(1858)] = 55502, + [SMALL_STATE(1859)] = 55555, + [SMALL_STATE(1860)] = 55608, + [SMALL_STATE(1861)] = 55661, + [SMALL_STATE(1862)] = 55750, + [SMALL_STATE(1863)] = 55803, + [SMALL_STATE(1864)] = 55856, + [SMALL_STATE(1865)] = 55942, + [SMALL_STATE(1866)] = 56028, + [SMALL_STATE(1867)] = 56114, + [SMALL_STATE(1868)] = 56200, + [SMALL_STATE(1869)] = 56286, + [SMALL_STATE(1870)] = 56372, + [SMALL_STATE(1871)] = 56458, + [SMALL_STATE(1872)] = 56544, + [SMALL_STATE(1873)] = 56630, + [SMALL_STATE(1874)] = 56716, + [SMALL_STATE(1875)] = 56802, + [SMALL_STATE(1876)] = 56876, + [SMALL_STATE(1877)] = 56962, + [SMALL_STATE(1878)] = 57036, + [SMALL_STATE(1879)] = 57122, + [SMALL_STATE(1880)] = 57208, + [SMALL_STATE(1881)] = 57294, + [SMALL_STATE(1882)] = 57368, + [SMALL_STATE(1883)] = 57454, + [SMALL_STATE(1884)] = 57540, + [SMALL_STATE(1885)] = 57626, + [SMALL_STATE(1886)] = 57712, + [SMALL_STATE(1887)] = 57798, + [SMALL_STATE(1888)] = 57884, + [SMALL_STATE(1889)] = 57970, + [SMALL_STATE(1890)] = 58054, + [SMALL_STATE(1891)] = 58140, + [SMALL_STATE(1892)] = 58226, + [SMALL_STATE(1893)] = 58310, + [SMALL_STATE(1894)] = 58396, + [SMALL_STATE(1895)] = 58482, + [SMALL_STATE(1896)] = 58568, + [SMALL_STATE(1897)] = 58654, + [SMALL_STATE(1898)] = 58728, + [SMALL_STATE(1899)] = 58802, + [SMALL_STATE(1900)] = 58888, + [SMALL_STATE(1901)] = 58974, + [SMALL_STATE(1902)] = 59049, + [SMALL_STATE(1903)] = 59124, + [SMALL_STATE(1904)] = 59199, + [SMALL_STATE(1905)] = 59274, + [SMALL_STATE(1906)] = 59349, + [SMALL_STATE(1907)] = 59424, + [SMALL_STATE(1908)] = 59499, + [SMALL_STATE(1909)] = 59574, + [SMALL_STATE(1910)] = 59621, + [SMALL_STATE(1911)] = 59668, + [SMALL_STATE(1912)] = 59715, + [SMALL_STATE(1913)] = 59777, + [SMALL_STATE(1914)] = 59839, + [SMALL_STATE(1915)] = 59901, + [SMALL_STATE(1916)] = 59963, + [SMALL_STATE(1917)] = 60025, + [SMALL_STATE(1918)] = 60087, + [SMALL_STATE(1919)] = 60149, + [SMALL_STATE(1920)] = 60211, + [SMALL_STATE(1921)] = 60270, + [SMALL_STATE(1922)] = 60306, + [SMALL_STATE(1923)] = 60354, + [SMALL_STATE(1924)] = 60390, + [SMALL_STATE(1925)] = 60435, + [SMALL_STATE(1926)] = 60472, + [SMALL_STATE(1927)] = 60517, + [SMALL_STATE(1928)] = 60562, + [SMALL_STATE(1929)] = 60599, + [SMALL_STATE(1930)] = 60636, + [SMALL_STATE(1931)] = 60673, + [SMALL_STATE(1932)] = 60726, + [SMALL_STATE(1933)] = 60762, + [SMALL_STATE(1934)] = 60798, + [SMALL_STATE(1935)] = 60838, + [SMALL_STATE(1936)] = 60874, + [SMALL_STATE(1937)] = 60914, + [SMALL_STATE(1938)] = 60950, + [SMALL_STATE(1939)] = 60990, + [SMALL_STATE(1940)] = 61030, + [SMALL_STATE(1941)] = 61063, + [SMALL_STATE(1942)] = 61094, + [SMALL_STATE(1943)] = 61127, + [SMALL_STATE(1944)] = 61160, + [SMALL_STATE(1945)] = 61193, + [SMALL_STATE(1946)] = 61226, + [SMALL_STATE(1947)] = 61259, + [SMALL_STATE(1948)] = 61292, + [SMALL_STATE(1949)] = 61325, + [SMALL_STATE(1950)] = 61369, + [SMALL_STATE(1951)] = 61401, + [SMALL_STATE(1952)] = 61461, + [SMALL_STATE(1953)] = 61493, + [SMALL_STATE(1954)] = 61539, + [SMALL_STATE(1955)] = 61571, + [SMALL_STATE(1956)] = 61631, + [SMALL_STATE(1957)] = 61664, + [SMALL_STATE(1958)] = 61693, + [SMALL_STATE(1959)] = 61724, + [SMALL_STATE(1960)] = 61757, + [SMALL_STATE(1961)] = 61786, + [SMALL_STATE(1962)] = 61819, + [SMALL_STATE(1963)] = 61874, + [SMALL_STATE(1964)] = 61903, + [SMALL_STATE(1965)] = 61934, + [SMALL_STATE(1966)] = 61965, + [SMALL_STATE(1967)] = 61994, + [SMALL_STATE(1968)] = 62027, + [SMALL_STATE(1969)] = 62056, + [SMALL_STATE(1970)] = 62087, + [SMALL_STATE(1971)] = 62118, + [SMALL_STATE(1972)] = 62151, + [SMALL_STATE(1973)] = 62180, + [SMALL_STATE(1974)] = 62209, + [SMALL_STATE(1975)] = 62262, + [SMALL_STATE(1976)] = 62293, + [SMALL_STATE(1977)] = 62322, + [SMALL_STATE(1978)] = 62353, + [SMALL_STATE(1979)] = 62386, + [SMALL_STATE(1980)] = 62429, + [SMALL_STATE(1981)] = 62470, + [SMALL_STATE(1982)] = 62499, + [SMALL_STATE(1983)] = 62552, + [SMALL_STATE(1984)] = 62583, + [SMALL_STATE(1985)] = 62611, + [SMALL_STATE(1986)] = 62639, + [SMALL_STATE(1987)] = 62667, + [SMALL_STATE(1988)] = 62695, + [SMALL_STATE(1989)] = 62723, + [SMALL_STATE(1990)] = 62751, + [SMALL_STATE(1991)] = 62779, + [SMALL_STATE(1992)] = 62823, + [SMALL_STATE(1993)] = 62853, + [SMALL_STATE(1994)] = 62881, + [SMALL_STATE(1995)] = 62909, + [SMALL_STATE(1996)] = 62937, + [SMALL_STATE(1997)] = 62965, + [SMALL_STATE(1998)] = 62993, + [SMALL_STATE(1999)] = 63021, + [SMALL_STATE(2000)] = 63049, + [SMALL_STATE(2001)] = 63077, + [SMALL_STATE(2002)] = 63105, + [SMALL_STATE(2003)] = 63133, + [SMALL_STATE(2004)] = 63161, + [SMALL_STATE(2005)] = 63191, + [SMALL_STATE(2006)] = 63219, + [SMALL_STATE(2007)] = 63247, + [SMALL_STATE(2008)] = 63275, + [SMALL_STATE(2009)] = 63303, + [SMALL_STATE(2010)] = 63331, + [SMALL_STATE(2011)] = 63359, + [SMALL_STATE(2012)] = 63387, + [SMALL_STATE(2013)] = 63415, + [SMALL_STATE(2014)] = 63446, + [SMALL_STATE(2015)] = 63475, + [SMALL_STATE(2016)] = 63526, + [SMALL_STATE(2017)] = 63561, + [SMALL_STATE(2018)] = 63590, + [SMALL_STATE(2019)] = 63634, + [SMALL_STATE(2020)] = 63662, + [SMALL_STATE(2021)] = 63694, + [SMALL_STATE(2022)] = 63726, + [SMALL_STATE(2023)] = 63758, + [SMALL_STATE(2024)] = 63790, + [SMALL_STATE(2025)] = 63822, + [SMALL_STATE(2026)] = 63854, + [SMALL_STATE(2027)] = 63884, + [SMALL_STATE(2028)] = 63916, + [SMALL_STATE(2029)] = 63948, + [SMALL_STATE(2030)] = 63980, + [SMALL_STATE(2031)] = 64012, + [SMALL_STATE(2032)] = 64040, + [SMALL_STATE(2033)] = 64072, + [SMALL_STATE(2034)] = 64104, + [SMALL_STATE(2035)] = 64149, + [SMALL_STATE(2036)] = 64194, + [SMALL_STATE(2037)] = 64239, + [SMALL_STATE(2038)] = 64284, + [SMALL_STATE(2039)] = 64329, + [SMALL_STATE(2040)] = 64374, + [SMALL_STATE(2041)] = 64419, + [SMALL_STATE(2042)] = 64464, + [SMALL_STATE(2043)] = 64509, + [SMALL_STATE(2044)] = 64554, + [SMALL_STATE(2045)] = 64599, + [SMALL_STATE(2046)] = 64644, + [SMALL_STATE(2047)] = 64689, + [SMALL_STATE(2048)] = 64734, + [SMALL_STATE(2049)] = 64779, + [SMALL_STATE(2050)] = 64816, + [SMALL_STATE(2051)] = 64854, + [SMALL_STATE(2052)] = 64882, + [SMALL_STATE(2053)] = 64910, [SMALL_STATE(2054)] = 64938, - [SMALL_STATE(2055)] = 64976, - [SMALL_STATE(2056)] = 65014, - [SMALL_STATE(2057)] = 65042, - [SMALL_STATE(2058)] = 65072, - [SMALL_STATE(2059)] = 65106, - [SMALL_STATE(2060)] = 65148, - [SMALL_STATE(2061)] = 65176, - [SMALL_STATE(2062)] = 65218, - [SMALL_STATE(2063)] = 65256, - [SMALL_STATE(2064)] = 65296, - [SMALL_STATE(2065)] = 65320, - [SMALL_STATE(2066)] = 65344, - [SMALL_STATE(2067)] = 65372, - [SMALL_STATE(2068)] = 65400, - [SMALL_STATE(2069)] = 65428, - [SMALL_STATE(2070)] = 65456, - [SMALL_STATE(2071)] = 65498, - [SMALL_STATE(2072)] = 65540, - [SMALL_STATE(2073)] = 65570, - [SMALL_STATE(2074)] = 65612, - [SMALL_STATE(2075)] = 65640, - [SMALL_STATE(2076)] = 65682, - [SMALL_STATE(2077)] = 65710, - [SMALL_STATE(2078)] = 65752, - [SMALL_STATE(2079)] = 65776, - [SMALL_STATE(2080)] = 65804, - [SMALL_STATE(2081)] = 65832, - [SMALL_STATE(2082)] = 65866, - [SMALL_STATE(2083)] = 65906, - [SMALL_STATE(2084)] = 65934, - [SMALL_STATE(2085)] = 65972, - [SMALL_STATE(2086)] = 66012, - [SMALL_STATE(2087)] = 66050, - [SMALL_STATE(2088)] = 66074, - [SMALL_STATE(2089)] = 66104, - [SMALL_STATE(2090)] = 66134, - [SMALL_STATE(2091)] = 66172, - [SMALL_STATE(2092)] = 66210, - [SMALL_STATE(2093)] = 66248, - [SMALL_STATE(2094)] = 66272, - [SMALL_STATE(2095)] = 66310, - [SMALL_STATE(2096)] = 66338, - [SMALL_STATE(2097)] = 66361, - [SMALL_STATE(2098)] = 66392, - [SMALL_STATE(2099)] = 66415, - [SMALL_STATE(2100)] = 66438, - [SMALL_STATE(2101)] = 66461, - [SMALL_STATE(2102)] = 66484, - [SMALL_STATE(2103)] = 66507, - [SMALL_STATE(2104)] = 66530, - [SMALL_STATE(2105)] = 66553, - [SMALL_STATE(2106)] = 66576, - [SMALL_STATE(2107)] = 66599, - [SMALL_STATE(2108)] = 66622, - [SMALL_STATE(2109)] = 66645, - [SMALL_STATE(2110)] = 66682, - [SMALL_STATE(2111)] = 66713, - [SMALL_STATE(2112)] = 66736, - [SMALL_STATE(2113)] = 66767, - [SMALL_STATE(2114)] = 66790, - [SMALL_STATE(2115)] = 66813, - [SMALL_STATE(2116)] = 66836, - [SMALL_STATE(2117)] = 66859, - [SMALL_STATE(2118)] = 66896, - [SMALL_STATE(2119)] = 66929, - [SMALL_STATE(2120)] = 66952, - [SMALL_STATE(2121)] = 66975, - [SMALL_STATE(2122)] = 66998, - [SMALL_STATE(2123)] = 67021, - [SMALL_STATE(2124)] = 67058, - [SMALL_STATE(2125)] = 67081, - [SMALL_STATE(2126)] = 67116, - [SMALL_STATE(2127)] = 67139, - [SMALL_STATE(2128)] = 67170, - [SMALL_STATE(2129)] = 67193, - [SMALL_STATE(2130)] = 67216, - [SMALL_STATE(2131)] = 67257, - [SMALL_STATE(2132)] = 67280, - [SMALL_STATE(2133)] = 67315, - [SMALL_STATE(2134)] = 67356, - [SMALL_STATE(2135)] = 67379, - [SMALL_STATE(2136)] = 67402, - [SMALL_STATE(2137)] = 67425, - [SMALL_STATE(2138)] = 67448, - [SMALL_STATE(2139)] = 67485, - [SMALL_STATE(2140)] = 67520, - [SMALL_STATE(2141)] = 67543, - [SMALL_STATE(2142)] = 67584, - [SMALL_STATE(2143)] = 67607, - [SMALL_STATE(2144)] = 67630, - [SMALL_STATE(2145)] = 67653, - [SMALL_STATE(2146)] = 67676, - [SMALL_STATE(2147)] = 67717, - [SMALL_STATE(2148)] = 67740, - [SMALL_STATE(2149)] = 67778, - [SMALL_STATE(2150)] = 67804, - [SMALL_STATE(2151)] = 67842, - [SMALL_STATE(2152)] = 67874, - [SMALL_STATE(2153)] = 67906, - [SMALL_STATE(2154)] = 67938, - [SMALL_STATE(2155)] = 67962, - [SMALL_STATE(2156)] = 67994, - [SMALL_STATE(2157)] = 68028, - [SMALL_STATE(2158)] = 68066, - [SMALL_STATE(2159)] = 68090, - [SMALL_STATE(2160)] = 68114, - [SMALL_STATE(2161)] = 68142, - [SMALL_STATE(2162)] = 68166, - [SMALL_STATE(2163)] = 68190, - [SMALL_STATE(2164)] = 68224, - [SMALL_STATE(2165)] = 68252, - [SMALL_STATE(2166)] = 68280, - [SMALL_STATE(2167)] = 68306, - [SMALL_STATE(2168)] = 68338, - [SMALL_STATE(2169)] = 68370, - [SMALL_STATE(2170)] = 68396, - [SMALL_STATE(2171)] = 68424, - [SMALL_STATE(2172)] = 68450, - [SMALL_STATE(2173)] = 68488, - [SMALL_STATE(2174)] = 68516, - [SMALL_STATE(2175)] = 68554, - [SMALL_STATE(2176)] = 68586, - [SMALL_STATE(2177)] = 68624, - [SMALL_STATE(2178)] = 68656, - [SMALL_STATE(2179)] = 68694, - [SMALL_STATE(2180)] = 68732, - [SMALL_STATE(2181)] = 68770, - [SMALL_STATE(2182)] = 68798, - [SMALL_STATE(2183)] = 68836, - [SMALL_STATE(2184)] = 68874, - [SMALL_STATE(2185)] = 68902, - [SMALL_STATE(2186)] = 68940, - [SMALL_STATE(2187)] = 68972, - [SMALL_STATE(2188)] = 69010, - [SMALL_STATE(2189)] = 69046, - [SMALL_STATE(2190)] = 69084, - [SMALL_STATE(2191)] = 69122, - [SMALL_STATE(2192)] = 69154, - [SMALL_STATE(2193)] = 69186, - [SMALL_STATE(2194)] = 69218, - [SMALL_STATE(2195)] = 69250, - [SMALL_STATE(2196)] = 69288, - [SMALL_STATE(2197)] = 69323, - [SMALL_STATE(2198)] = 69358, - [SMALL_STATE(2199)] = 69393, - [SMALL_STATE(2200)] = 69414, - [SMALL_STATE(2201)] = 69449, - [SMALL_STATE(2202)] = 69484, - [SMALL_STATE(2203)] = 69519, - [SMALL_STATE(2204)] = 69554, - [SMALL_STATE(2205)] = 69589, - [SMALL_STATE(2206)] = 69624, - [SMALL_STATE(2207)] = 69657, - [SMALL_STATE(2208)] = 69692, - [SMALL_STATE(2209)] = 69727, - [SMALL_STATE(2210)] = 69760, - [SMALL_STATE(2211)] = 69793, - [SMALL_STATE(2212)] = 69828, - [SMALL_STATE(2213)] = 69863, - [SMALL_STATE(2214)] = 69898, - [SMALL_STATE(2215)] = 69933, - [SMALL_STATE(2216)] = 69968, - [SMALL_STATE(2217)] = 70003, - [SMALL_STATE(2218)] = 70038, - [SMALL_STATE(2219)] = 70073, - [SMALL_STATE(2220)] = 70094, - [SMALL_STATE(2221)] = 70115, - [SMALL_STATE(2222)] = 70150, - [SMALL_STATE(2223)] = 70185, - [SMALL_STATE(2224)] = 70220, - [SMALL_STATE(2225)] = 70241, - [SMALL_STATE(2226)] = 70276, - [SMALL_STATE(2227)] = 70311, - [SMALL_STATE(2228)] = 70332, - [SMALL_STATE(2229)] = 70353, - [SMALL_STATE(2230)] = 70388, - [SMALL_STATE(2231)] = 70423, - [SMALL_STATE(2232)] = 70458, - [SMALL_STATE(2233)] = 70493, - [SMALL_STATE(2234)] = 70518, - [SMALL_STATE(2235)] = 70553, - [SMALL_STATE(2236)] = 70588, - [SMALL_STATE(2237)] = 70613, - [SMALL_STATE(2238)] = 70648, - [SMALL_STATE(2239)] = 70673, - [SMALL_STATE(2240)] = 70702, - [SMALL_STATE(2241)] = 70737, - [SMALL_STATE(2242)] = 70772, - [SMALL_STATE(2243)] = 70805, - [SMALL_STATE(2244)] = 70840, - [SMALL_STATE(2245)] = 70875, - [SMALL_STATE(2246)] = 70902, - [SMALL_STATE(2247)] = 70937, - [SMALL_STATE(2248)] = 70970, - [SMALL_STATE(2249)] = 71005, - [SMALL_STATE(2250)] = 71040, - [SMALL_STATE(2251)] = 71075, - [SMALL_STATE(2252)] = 71110, - [SMALL_STATE(2253)] = 71140, - [SMALL_STATE(2254)] = 71172, - [SMALL_STATE(2255)] = 71204, - [SMALL_STATE(2256)] = 71236, - [SMALL_STATE(2257)] = 71258, - [SMALL_STATE(2258)] = 71290, - [SMALL_STATE(2259)] = 71312, - [SMALL_STATE(2260)] = 71344, - [SMALL_STATE(2261)] = 71376, - [SMALL_STATE(2262)] = 71408, - [SMALL_STATE(2263)] = 71438, - [SMALL_STATE(2264)] = 71468, - [SMALL_STATE(2265)] = 71500, - [SMALL_STATE(2266)] = 71522, - [SMALL_STATE(2267)] = 71552, - [SMALL_STATE(2268)] = 71584, - [SMALL_STATE(2269)] = 71616, - [SMALL_STATE(2270)] = 71646, + [SMALL_STATE(2055)] = 64966, + [SMALL_STATE(2056)] = 65006, + [SMALL_STATE(2057)] = 65034, + [SMALL_STATE(2058)] = 65062, + [SMALL_STATE(2059)] = 65090, + [SMALL_STATE(2060)] = 65118, + [SMALL_STATE(2061)] = 65160, + [SMALL_STATE(2062)] = 65202, + [SMALL_STATE(2063)] = 65226, + [SMALL_STATE(2064)] = 65250, + [SMALL_STATE(2065)] = 65284, + [SMALL_STATE(2066)] = 65308, + [SMALL_STATE(2067)] = 65346, + [SMALL_STATE(2068)] = 65370, + [SMALL_STATE(2069)] = 65394, + [SMALL_STATE(2070)] = 65428, + [SMALL_STATE(2071)] = 65466, + [SMALL_STATE(2072)] = 65504, + [SMALL_STATE(2073)] = 65532, + [SMALL_STATE(2074)] = 65560, + [SMALL_STATE(2075)] = 65588, + [SMALL_STATE(2076)] = 65616, + [SMALL_STATE(2077)] = 65658, + [SMALL_STATE(2078)] = 65698, + [SMALL_STATE(2079)] = 65738, + [SMALL_STATE(2080)] = 65776, + [SMALL_STATE(2081)] = 65806, + [SMALL_STATE(2082)] = 65848, + [SMALL_STATE(2083)] = 65890, + [SMALL_STATE(2084)] = 65932, + [SMALL_STATE(2085)] = 65962, + [SMALL_STATE(2086)] = 66000, + [SMALL_STATE(2087)] = 66030, + [SMALL_STATE(2088)] = 66068, + [SMALL_STATE(2089)] = 66098, + [SMALL_STATE(2090)] = 66136, + [SMALL_STATE(2091)] = 66174, + [SMALL_STATE(2092)] = 66216, + [SMALL_STATE(2093)] = 66251, + [SMALL_STATE(2094)] = 66274, + [SMALL_STATE(2095)] = 66297, + [SMALL_STATE(2096)] = 66320, + [SMALL_STATE(2097)] = 66343, + [SMALL_STATE(2098)] = 66366, + [SMALL_STATE(2099)] = 66389, + [SMALL_STATE(2100)] = 66412, + [SMALL_STATE(2101)] = 66435, + [SMALL_STATE(2102)] = 66458, + [SMALL_STATE(2103)] = 66481, + [SMALL_STATE(2104)] = 66522, + [SMALL_STATE(2105)] = 66545, + [SMALL_STATE(2106)] = 66568, + [SMALL_STATE(2107)] = 66591, + [SMALL_STATE(2108)] = 66628, + [SMALL_STATE(2109)] = 66651, + [SMALL_STATE(2110)] = 66674, + [SMALL_STATE(2111)] = 66697, + [SMALL_STATE(2112)] = 66720, + [SMALL_STATE(2113)] = 66743, + [SMALL_STATE(2114)] = 66778, + [SMALL_STATE(2115)] = 66809, + [SMALL_STATE(2116)] = 66832, + [SMALL_STATE(2117)] = 66873, + [SMALL_STATE(2118)] = 66914, + [SMALL_STATE(2119)] = 66937, + [SMALL_STATE(2120)] = 66960, + [SMALL_STATE(2121)] = 66983, + [SMALL_STATE(2122)] = 67006, + [SMALL_STATE(2123)] = 67043, + [SMALL_STATE(2124)] = 67066, + [SMALL_STATE(2125)] = 67089, + [SMALL_STATE(2126)] = 67130, + [SMALL_STATE(2127)] = 67153, + [SMALL_STATE(2128)] = 67190, + [SMALL_STATE(2129)] = 67213, + [SMALL_STATE(2130)] = 67244, + [SMALL_STATE(2131)] = 67267, + [SMALL_STATE(2132)] = 67298, + [SMALL_STATE(2133)] = 67321, + [SMALL_STATE(2134)] = 67344, + [SMALL_STATE(2135)] = 67367, + [SMALL_STATE(2136)] = 67404, + [SMALL_STATE(2137)] = 67439, + [SMALL_STATE(2138)] = 67470, + [SMALL_STATE(2139)] = 67503, + [SMALL_STATE(2140)] = 67526, + [SMALL_STATE(2141)] = 67549, + [SMALL_STATE(2142)] = 67572, + [SMALL_STATE(2143)] = 67595, + [SMALL_STATE(2144)] = 67618, + [SMALL_STATE(2145)] = 67642, + [SMALL_STATE(2146)] = 67674, + [SMALL_STATE(2147)] = 67702, + [SMALL_STATE(2148)] = 67730, + [SMALL_STATE(2149)] = 67754, + [SMALL_STATE(2150)] = 67778, + [SMALL_STATE(2151)] = 67804, + [SMALL_STATE(2152)] = 67842, + [SMALL_STATE(2153)] = 67880, + [SMALL_STATE(2154)] = 67906, + [SMALL_STATE(2155)] = 67944, + [SMALL_STATE(2156)] = 67982, + [SMALL_STATE(2157)] = 68020, + [SMALL_STATE(2158)] = 68058, + [SMALL_STATE(2159)] = 68084, + [SMALL_STATE(2160)] = 68116, + [SMALL_STATE(2161)] = 68144, + [SMALL_STATE(2162)] = 68172, + [SMALL_STATE(2163)] = 68210, + [SMALL_STATE(2164)] = 68242, + [SMALL_STATE(2165)] = 68274, + [SMALL_STATE(2166)] = 68306, + [SMALL_STATE(2167)] = 68334, + [SMALL_STATE(2168)] = 68372, + [SMALL_STATE(2169)] = 68406, + [SMALL_STATE(2170)] = 68442, + [SMALL_STATE(2171)] = 68480, + [SMALL_STATE(2172)] = 68518, + [SMALL_STATE(2173)] = 68550, + [SMALL_STATE(2174)] = 68588, + [SMALL_STATE(2175)] = 68614, + [SMALL_STATE(2176)] = 68638, + [SMALL_STATE(2177)] = 68676, + [SMALL_STATE(2178)] = 68708, + [SMALL_STATE(2179)] = 68732, + [SMALL_STATE(2180)] = 68760, + [SMALL_STATE(2181)] = 68792, + [SMALL_STATE(2182)] = 68824, + [SMALL_STATE(2183)] = 68852, + [SMALL_STATE(2184)] = 68890, + [SMALL_STATE(2185)] = 68922, + [SMALL_STATE(2186)] = 68956, + [SMALL_STATE(2187)] = 68994, + [SMALL_STATE(2188)] = 69026, + [SMALL_STATE(2189)] = 69064, + [SMALL_STATE(2190)] = 69096, + [SMALL_STATE(2191)] = 69134, + [SMALL_STATE(2192)] = 69166, + [SMALL_STATE(2193)] = 69201, + [SMALL_STATE(2194)] = 69236, + [SMALL_STATE(2195)] = 69271, + [SMALL_STATE(2196)] = 69306, + [SMALL_STATE(2197)] = 69341, + [SMALL_STATE(2198)] = 69376, + [SMALL_STATE(2199)] = 69411, + [SMALL_STATE(2200)] = 69446, + [SMALL_STATE(2201)] = 69481, + [SMALL_STATE(2202)] = 69516, + [SMALL_STATE(2203)] = 69549, + [SMALL_STATE(2204)] = 69584, + [SMALL_STATE(2205)] = 69619, + [SMALL_STATE(2206)] = 69654, + [SMALL_STATE(2207)] = 69689, + [SMALL_STATE(2208)] = 69724, + [SMALL_STATE(2209)] = 69759, + [SMALL_STATE(2210)] = 69792, + [SMALL_STATE(2211)] = 69827, + [SMALL_STATE(2212)] = 69862, + [SMALL_STATE(2213)] = 69897, + [SMALL_STATE(2214)] = 69932, + [SMALL_STATE(2215)] = 69967, + [SMALL_STATE(2216)] = 70002, + [SMALL_STATE(2217)] = 70023, + [SMALL_STATE(2218)] = 70058, + [SMALL_STATE(2219)] = 70093, + [SMALL_STATE(2220)] = 70128, + [SMALL_STATE(2221)] = 70163, + [SMALL_STATE(2222)] = 70198, + [SMALL_STATE(2223)] = 70223, + [SMALL_STATE(2224)] = 70258, + [SMALL_STATE(2225)] = 70293, + [SMALL_STATE(2226)] = 70328, + [SMALL_STATE(2227)] = 70353, + [SMALL_STATE(2228)] = 70378, + [SMALL_STATE(2229)] = 70413, + [SMALL_STATE(2230)] = 70446, + [SMALL_STATE(2231)] = 70481, + [SMALL_STATE(2232)] = 70516, + [SMALL_STATE(2233)] = 70551, + [SMALL_STATE(2234)] = 70572, + [SMALL_STATE(2235)] = 70607, + [SMALL_STATE(2236)] = 70628, + [SMALL_STATE(2237)] = 70663, + [SMALL_STATE(2238)] = 70692, + [SMALL_STATE(2239)] = 70719, + [SMALL_STATE(2240)] = 70740, + [SMALL_STATE(2241)] = 70761, + [SMALL_STATE(2242)] = 70796, + [SMALL_STATE(2243)] = 70817, + [SMALL_STATE(2244)] = 70852, + [SMALL_STATE(2245)] = 70887, + [SMALL_STATE(2246)] = 70920, + [SMALL_STATE(2247)] = 70953, + [SMALL_STATE(2248)] = 70988, + [SMALL_STATE(2249)] = 71020, + [SMALL_STATE(2250)] = 71042, + [SMALL_STATE(2251)] = 71074, + [SMALL_STATE(2252)] = 71106, + [SMALL_STATE(2253)] = 71138, + [SMALL_STATE(2254)] = 71170, + [SMALL_STATE(2255)] = 71200, + [SMALL_STATE(2256)] = 71232, + [SMALL_STATE(2257)] = 71254, + [SMALL_STATE(2258)] = 71276, + [SMALL_STATE(2259)] = 71306, + [SMALL_STATE(2260)] = 71334, + [SMALL_STATE(2261)] = 71356, + [SMALL_STATE(2262)] = 71388, + [SMALL_STATE(2263)] = 71418, + [SMALL_STATE(2264)] = 71450, + [SMALL_STATE(2265)] = 71482, + [SMALL_STATE(2266)] = 71514, + [SMALL_STATE(2267)] = 71546, + [SMALL_STATE(2268)] = 71578, + [SMALL_STATE(2269)] = 71610, + [SMALL_STATE(2270)] = 71642, [SMALL_STATE(2271)] = 71674, [SMALL_STATE(2272)] = 71706, [SMALL_STATE(2273)] = 71738, [SMALL_STATE(2274)] = 71770, [SMALL_STATE(2275)] = 71802, - [SMALL_STATE(2276)] = 71834, - [SMALL_STATE(2277)] = 71866, - [SMALL_STATE(2278)] = 71898, - [SMALL_STATE(2279)] = 71930, - [SMALL_STATE(2280)] = 71960, - [SMALL_STATE(2281)] = 71988, - [SMALL_STATE(2282)] = 72020, - [SMALL_STATE(2283)] = 72052, - [SMALL_STATE(2284)] = 72084, - [SMALL_STATE(2285)] = 72116, - [SMALL_STATE(2286)] = 72144, - [SMALL_STATE(2287)] = 72170, - [SMALL_STATE(2288)] = 72196, + [SMALL_STATE(2276)] = 71832, + [SMALL_STATE(2277)] = 71862, + [SMALL_STATE(2278)] = 71888, + [SMALL_STATE(2279)] = 71916, + [SMALL_STATE(2280)] = 71948, + [SMALL_STATE(2281)] = 71980, + [SMALL_STATE(2282)] = 72010, + [SMALL_STATE(2283)] = 72042, + [SMALL_STATE(2284)] = 72072, + [SMALL_STATE(2285)] = 72098, + [SMALL_STATE(2286)] = 72128, + [SMALL_STATE(2287)] = 72160, + [SMALL_STATE(2288)] = 72186, [SMALL_STATE(2289)] = 72218, - [SMALL_STATE(2290)] = 72246, - [SMALL_STATE(2291)] = 72276, - [SMALL_STATE(2292)] = 72306, - [SMALL_STATE(2293)] = 72338, - [SMALL_STATE(2294)] = 72370, + [SMALL_STATE(2290)] = 72250, + [SMALL_STATE(2291)] = 72280, + [SMALL_STATE(2292)] = 72312, + [SMALL_STATE(2293)] = 72342, + [SMALL_STATE(2294)] = 72374, [SMALL_STATE(2295)] = 72402, - [SMALL_STATE(2296)] = 72434, - [SMALL_STATE(2297)] = 72466, - [SMALL_STATE(2298)] = 72498, - [SMALL_STATE(2299)] = 72530, - [SMALL_STATE(2300)] = 72558, - [SMALL_STATE(2301)] = 72584, - [SMALL_STATE(2302)] = 72616, - [SMALL_STATE(2303)] = 72646, - [SMALL_STATE(2304)] = 72678, - [SMALL_STATE(2305)] = 72700, - [SMALL_STATE(2306)] = 72732, - [SMALL_STATE(2307)] = 72764, - [SMALL_STATE(2308)] = 72790, - [SMALL_STATE(2309)] = 72812, - [SMALL_STATE(2310)] = 72842, - [SMALL_STATE(2311)] = 72871, - [SMALL_STATE(2312)] = 72900, - [SMALL_STATE(2313)] = 72929, - [SMALL_STATE(2314)] = 72958, - [SMALL_STATE(2315)] = 72987, - [SMALL_STATE(2316)] = 73010, - [SMALL_STATE(2317)] = 73039, - [SMALL_STATE(2318)] = 73068, - [SMALL_STATE(2319)] = 73097, - [SMALL_STATE(2320)] = 73126, - [SMALL_STATE(2321)] = 73155, - [SMALL_STATE(2322)] = 73176, - [SMALL_STATE(2323)] = 73205, - [SMALL_STATE(2324)] = 73234, - [SMALL_STATE(2325)] = 73263, - [SMALL_STATE(2326)] = 73292, - [SMALL_STATE(2327)] = 73321, - [SMALL_STATE(2328)] = 73350, - [SMALL_STATE(2329)] = 73379, - [SMALL_STATE(2330)] = 73402, - [SMALL_STATE(2331)] = 73425, - [SMALL_STATE(2332)] = 73454, - [SMALL_STATE(2333)] = 73483, - [SMALL_STATE(2334)] = 73506, - [SMALL_STATE(2335)] = 73533, - [SMALL_STATE(2336)] = 73560, - [SMALL_STATE(2337)] = 73583, - [SMALL_STATE(2338)] = 73612, - [SMALL_STATE(2339)] = 73641, - [SMALL_STATE(2340)] = 73670, - [SMALL_STATE(2341)] = 73699, - [SMALL_STATE(2342)] = 73728, - [SMALL_STATE(2343)] = 73755, - [SMALL_STATE(2344)] = 73784, - [SMALL_STATE(2345)] = 73813, - [SMALL_STATE(2346)] = 73842, - [SMALL_STATE(2347)] = 73871, - [SMALL_STATE(2348)] = 73890, - [SMALL_STATE(2349)] = 73919, - [SMALL_STATE(2350)] = 73946, - [SMALL_STATE(2351)] = 73975, - [SMALL_STATE(2352)] = 74004, - [SMALL_STATE(2353)] = 74033, - [SMALL_STATE(2354)] = 74062, - [SMALL_STATE(2355)] = 74091, - [SMALL_STATE(2356)] = 74120, - [SMALL_STATE(2357)] = 74149, - [SMALL_STATE(2358)] = 74178, - [SMALL_STATE(2359)] = 74201, - [SMALL_STATE(2360)] = 74230, - [SMALL_STATE(2361)] = 74259, - [SMALL_STATE(2362)] = 74288, - [SMALL_STATE(2363)] = 74309, - [SMALL_STATE(2364)] = 74338, - [SMALL_STATE(2365)] = 74359, - [SMALL_STATE(2366)] = 74388, - [SMALL_STATE(2367)] = 74411, - [SMALL_STATE(2368)] = 74434, - [SMALL_STATE(2369)] = 74463, - [SMALL_STATE(2370)] = 74492, - [SMALL_STATE(2371)] = 74521, - [SMALL_STATE(2372)] = 74550, - [SMALL_STATE(2373)] = 74571, - [SMALL_STATE(2374)] = 74600, - [SMALL_STATE(2375)] = 74629, - [SMALL_STATE(2376)] = 74658, - [SMALL_STATE(2377)] = 74687, - [SMALL_STATE(2378)] = 74712, - [SMALL_STATE(2379)] = 74739, - [SMALL_STATE(2380)] = 74768, - [SMALL_STATE(2381)] = 74797, - [SMALL_STATE(2382)] = 74822, - [SMALL_STATE(2383)] = 74851, - [SMALL_STATE(2384)] = 74880, - [SMALL_STATE(2385)] = 74905, - [SMALL_STATE(2386)] = 74934, - [SMALL_STATE(2387)] = 74963, - [SMALL_STATE(2388)] = 74982, - [SMALL_STATE(2389)] = 75011, - [SMALL_STATE(2390)] = 75032, - [SMALL_STATE(2391)] = 75061, - [SMALL_STATE(2392)] = 75082, - [SMALL_STATE(2393)] = 75103, - [SMALL_STATE(2394)] = 75124, - [SMALL_STATE(2395)] = 75153, - [SMALL_STATE(2396)] = 75180, - [SMALL_STATE(2397)] = 75209, - [SMALL_STATE(2398)] = 75232, - [SMALL_STATE(2399)] = 75255, - [SMALL_STATE(2400)] = 75284, - [SMALL_STATE(2401)] = 75307, - [SMALL_STATE(2402)] = 75336, - [SMALL_STATE(2403)] = 75359, - [SMALL_STATE(2404)] = 75388, - [SMALL_STATE(2405)] = 75411, - [SMALL_STATE(2406)] = 75434, - [SMALL_STATE(2407)] = 75459, - [SMALL_STATE(2408)] = 75488, - [SMALL_STATE(2409)] = 75517, - [SMALL_STATE(2410)] = 75543, - [SMALL_STATE(2411)] = 75563, - [SMALL_STATE(2412)] = 75589, - [SMALL_STATE(2413)] = 75615, - [SMALL_STATE(2414)] = 75641, - [SMALL_STATE(2415)] = 75665, - [SMALL_STATE(2416)] = 75691, - [SMALL_STATE(2417)] = 75717, - [SMALL_STATE(2418)] = 75743, - [SMALL_STATE(2419)] = 75769, - [SMALL_STATE(2420)] = 75795, - [SMALL_STATE(2421)] = 75819, - [SMALL_STATE(2422)] = 75845, - [SMALL_STATE(2423)] = 75871, - [SMALL_STATE(2424)] = 75897, - [SMALL_STATE(2425)] = 75923, - [SMALL_STATE(2426)] = 75949, - [SMALL_STATE(2427)] = 75973, - [SMALL_STATE(2428)] = 75999, - [SMALL_STATE(2429)] = 76025, - [SMALL_STATE(2430)] = 76049, - [SMALL_STATE(2431)] = 76071, - [SMALL_STATE(2432)] = 76097, - [SMALL_STATE(2433)] = 76115, - [SMALL_STATE(2434)] = 76139, - [SMALL_STATE(2435)] = 76165, - [SMALL_STATE(2436)] = 76187, - [SMALL_STATE(2437)] = 76213, - [SMALL_STATE(2438)] = 76239, - [SMALL_STATE(2439)] = 76265, - [SMALL_STATE(2440)] = 76289, - [SMALL_STATE(2441)] = 76311, - [SMALL_STATE(2442)] = 76337, - [SMALL_STATE(2443)] = 76363, - [SMALL_STATE(2444)] = 76389, - [SMALL_STATE(2445)] = 76413, - [SMALL_STATE(2446)] = 76431, - [SMALL_STATE(2447)] = 76453, - [SMALL_STATE(2448)] = 76475, - [SMALL_STATE(2449)] = 76501, - [SMALL_STATE(2450)] = 76527, - [SMALL_STATE(2451)] = 76553, - [SMALL_STATE(2452)] = 76579, - [SMALL_STATE(2453)] = 76597, - [SMALL_STATE(2454)] = 76615, - [SMALL_STATE(2455)] = 76641, - [SMALL_STATE(2456)] = 76667, - [SMALL_STATE(2457)] = 76693, - [SMALL_STATE(2458)] = 76719, - [SMALL_STATE(2459)] = 76745, - [SMALL_STATE(2460)] = 76771, - [SMALL_STATE(2461)] = 76789, - [SMALL_STATE(2462)] = 76815, - [SMALL_STATE(2463)] = 76833, - [SMALL_STATE(2464)] = 76851, - [SMALL_STATE(2465)] = 76869, - [SMALL_STATE(2466)] = 76895, - [SMALL_STATE(2467)] = 76921, - [SMALL_STATE(2468)] = 76939, - [SMALL_STATE(2469)] = 76957, - [SMALL_STATE(2470)] = 76975, - [SMALL_STATE(2471)] = 77001, - [SMALL_STATE(2472)] = 77019, - [SMALL_STATE(2473)] = 77045, - [SMALL_STATE(2474)] = 77063, - [SMALL_STATE(2475)] = 77081, - [SMALL_STATE(2476)] = 77105, - [SMALL_STATE(2477)] = 77129, - [SMALL_STATE(2478)] = 77151, - [SMALL_STATE(2479)] = 77177, - [SMALL_STATE(2480)] = 77195, - [SMALL_STATE(2481)] = 77213, - [SMALL_STATE(2482)] = 77239, - [SMALL_STATE(2483)] = 77257, - [SMALL_STATE(2484)] = 77275, - [SMALL_STATE(2485)] = 77301, - [SMALL_STATE(2486)] = 77327, - [SMALL_STATE(2487)] = 77353, - [SMALL_STATE(2488)] = 77379, - [SMALL_STATE(2489)] = 77399, - [SMALL_STATE(2490)] = 77421, - [SMALL_STATE(2491)] = 77447, - [SMALL_STATE(2492)] = 77467, - [SMALL_STATE(2493)] = 77489, - [SMALL_STATE(2494)] = 77515, - [SMALL_STATE(2495)] = 77541, - [SMALL_STATE(2496)] = 77565, - [SMALL_STATE(2497)] = 77583, - [SMALL_STATE(2498)] = 77601, - [SMALL_STATE(2499)] = 77619, - [SMALL_STATE(2500)] = 77643, - [SMALL_STATE(2501)] = 77665, - [SMALL_STATE(2502)] = 77689, - [SMALL_STATE(2503)] = 77713, - [SMALL_STATE(2504)] = 77739, - [SMALL_STATE(2505)] = 77761, - [SMALL_STATE(2506)] = 77779, - [SMALL_STATE(2507)] = 77797, - [SMALL_STATE(2508)] = 77823, - [SMALL_STATE(2509)] = 77841, - [SMALL_STATE(2510)] = 77865, - [SMALL_STATE(2511)] = 77889, - [SMALL_STATE(2512)] = 77915, - [SMALL_STATE(2513)] = 77941, - [SMALL_STATE(2514)] = 77959, - [SMALL_STATE(2515)] = 77982, - [SMALL_STATE(2516)] = 78003, - [SMALL_STATE(2517)] = 78024, - [SMALL_STATE(2518)] = 78047, - [SMALL_STATE(2519)] = 78066, - [SMALL_STATE(2520)] = 78089, - [SMALL_STATE(2521)] = 78110, - [SMALL_STATE(2522)] = 78133, - [SMALL_STATE(2523)] = 78156, - [SMALL_STATE(2524)] = 78179, - [SMALL_STATE(2525)] = 78200, - [SMALL_STATE(2526)] = 78223, - [SMALL_STATE(2527)] = 78246, - [SMALL_STATE(2528)] = 78269, - [SMALL_STATE(2529)] = 78290, - [SMALL_STATE(2530)] = 78311, - [SMALL_STATE(2531)] = 78330, - [SMALL_STATE(2532)] = 78353, - [SMALL_STATE(2533)] = 78372, - [SMALL_STATE(2534)] = 78389, - [SMALL_STATE(2535)] = 78412, - [SMALL_STATE(2536)] = 78435, - [SMALL_STATE(2537)] = 78458, - [SMALL_STATE(2538)] = 78479, - [SMALL_STATE(2539)] = 78500, - [SMALL_STATE(2540)] = 78523, - [SMALL_STATE(2541)] = 78546, - [SMALL_STATE(2542)] = 78569, - [SMALL_STATE(2543)] = 78592, - [SMALL_STATE(2544)] = 78615, - [SMALL_STATE(2545)] = 78638, - [SMALL_STATE(2546)] = 78661, - [SMALL_STATE(2547)] = 78682, - [SMALL_STATE(2548)] = 78705, - [SMALL_STATE(2549)] = 78728, - [SMALL_STATE(2550)] = 78751, - [SMALL_STATE(2551)] = 78774, - [SMALL_STATE(2552)] = 78797, - [SMALL_STATE(2553)] = 78820, - [SMALL_STATE(2554)] = 78843, - [SMALL_STATE(2555)] = 78866, - [SMALL_STATE(2556)] = 78889, - [SMALL_STATE(2557)] = 78912, - [SMALL_STATE(2558)] = 78935, - [SMALL_STATE(2559)] = 78958, - [SMALL_STATE(2560)] = 78981, - [SMALL_STATE(2561)] = 79004, - [SMALL_STATE(2562)] = 79027, - [SMALL_STATE(2563)] = 79050, - [SMALL_STATE(2564)] = 79073, - [SMALL_STATE(2565)] = 79094, - [SMALL_STATE(2566)] = 79117, - [SMALL_STATE(2567)] = 79140, - [SMALL_STATE(2568)] = 79163, - [SMALL_STATE(2569)] = 79186, - [SMALL_STATE(2570)] = 79209, - [SMALL_STATE(2571)] = 79232, - [SMALL_STATE(2572)] = 79255, - [SMALL_STATE(2573)] = 79276, - [SMALL_STATE(2574)] = 79299, - [SMALL_STATE(2575)] = 79322, - [SMALL_STATE(2576)] = 79345, - [SMALL_STATE(2577)] = 79368, - [SMALL_STATE(2578)] = 79391, - [SMALL_STATE(2579)] = 79410, - [SMALL_STATE(2580)] = 79433, - [SMALL_STATE(2581)] = 79450, - [SMALL_STATE(2582)] = 79473, - [SMALL_STATE(2583)] = 79496, - [SMALL_STATE(2584)] = 79519, - [SMALL_STATE(2585)] = 79542, - [SMALL_STATE(2586)] = 79565, - [SMALL_STATE(2587)] = 79588, - [SMALL_STATE(2588)] = 79611, - [SMALL_STATE(2589)] = 79634, - [SMALL_STATE(2590)] = 79657, - [SMALL_STATE(2591)] = 79680, - [SMALL_STATE(2592)] = 79703, - [SMALL_STATE(2593)] = 79726, - [SMALL_STATE(2594)] = 79749, - [SMALL_STATE(2595)] = 79768, - [SMALL_STATE(2596)] = 79787, - [SMALL_STATE(2597)] = 79810, - [SMALL_STATE(2598)] = 79833, - [SMALL_STATE(2599)] = 79854, - [SMALL_STATE(2600)] = 79877, - [SMALL_STATE(2601)] = 79900, - [SMALL_STATE(2602)] = 79923, - [SMALL_STATE(2603)] = 79946, - [SMALL_STATE(2604)] = 79969, - [SMALL_STATE(2605)] = 79992, - [SMALL_STATE(2606)] = 80015, - [SMALL_STATE(2607)] = 80036, - [SMALL_STATE(2608)] = 80059, - [SMALL_STATE(2609)] = 80082, - [SMALL_STATE(2610)] = 80105, - [SMALL_STATE(2611)] = 80128, - [SMALL_STATE(2612)] = 80151, - [SMALL_STATE(2613)] = 80170, - [SMALL_STATE(2614)] = 80193, - [SMALL_STATE(2615)] = 80212, - [SMALL_STATE(2616)] = 80235, - [SMALL_STATE(2617)] = 80258, - [SMALL_STATE(2618)] = 80281, - [SMALL_STATE(2619)] = 80304, - [SMALL_STATE(2620)] = 80325, - [SMALL_STATE(2621)] = 80348, - [SMALL_STATE(2622)] = 80371, - [SMALL_STATE(2623)] = 80394, - [SMALL_STATE(2624)] = 80415, - [SMALL_STATE(2625)] = 80438, - [SMALL_STATE(2626)] = 80461, - [SMALL_STATE(2627)] = 80484, - [SMALL_STATE(2628)] = 80507, - [SMALL_STATE(2629)] = 80526, - [SMALL_STATE(2630)] = 80549, - [SMALL_STATE(2631)] = 80570, - [SMALL_STATE(2632)] = 80591, - [SMALL_STATE(2633)] = 80610, - [SMALL_STATE(2634)] = 80633, - [SMALL_STATE(2635)] = 80656, - [SMALL_STATE(2636)] = 80677, - [SMALL_STATE(2637)] = 80694, - [SMALL_STATE(2638)] = 80717, - [SMALL_STATE(2639)] = 80736, - [SMALL_STATE(2640)] = 80759, - [SMALL_STATE(2641)] = 80782, - [SMALL_STATE(2642)] = 80801, - [SMALL_STATE(2643)] = 80824, - [SMALL_STATE(2644)] = 80847, - [SMALL_STATE(2645)] = 80870, - [SMALL_STATE(2646)] = 80893, - [SMALL_STATE(2647)] = 80916, - [SMALL_STATE(2648)] = 80939, - [SMALL_STATE(2649)] = 80962, - [SMALL_STATE(2650)] = 80985, - [SMALL_STATE(2651)] = 81008, - [SMALL_STATE(2652)] = 81031, - [SMALL_STATE(2653)] = 81054, - [SMALL_STATE(2654)] = 81071, - [SMALL_STATE(2655)] = 81094, - [SMALL_STATE(2656)] = 81117, - [SMALL_STATE(2657)] = 81140, - [SMALL_STATE(2658)] = 81161, - [SMALL_STATE(2659)] = 81184, - [SMALL_STATE(2660)] = 81207, - [SMALL_STATE(2661)] = 81230, - [SMALL_STATE(2662)] = 81249, - [SMALL_STATE(2663)] = 81268, - [SMALL_STATE(2664)] = 81291, - [SMALL_STATE(2665)] = 81308, - [SMALL_STATE(2666)] = 81329, - [SMALL_STATE(2667)] = 81352, - [SMALL_STATE(2668)] = 81373, - [SMALL_STATE(2669)] = 81396, - [SMALL_STATE(2670)] = 81419, - [SMALL_STATE(2671)] = 81442, - [SMALL_STATE(2672)] = 81465, - [SMALL_STATE(2673)] = 81488, - [SMALL_STATE(2674)] = 81507, - [SMALL_STATE(2675)] = 81530, - [SMALL_STATE(2676)] = 81547, - [SMALL_STATE(2677)] = 81570, - [SMALL_STATE(2678)] = 81593, - [SMALL_STATE(2679)] = 81616, - [SMALL_STATE(2680)] = 81639, - [SMALL_STATE(2681)] = 81662, - [SMALL_STATE(2682)] = 81685, - [SMALL_STATE(2683)] = 81708, - [SMALL_STATE(2684)] = 81727, - [SMALL_STATE(2685)] = 81750, - [SMALL_STATE(2686)] = 81769, - [SMALL_STATE(2687)] = 81792, - [SMALL_STATE(2688)] = 81815, - [SMALL_STATE(2689)] = 81838, - [SMALL_STATE(2690)] = 81857, - [SMALL_STATE(2691)] = 81876, - [SMALL_STATE(2692)] = 81895, - [SMALL_STATE(2693)] = 81918, - [SMALL_STATE(2694)] = 81941, - [SMALL_STATE(2695)] = 81964, - [SMALL_STATE(2696)] = 81987, - [SMALL_STATE(2697)] = 82010, - [SMALL_STATE(2698)] = 82033, - [SMALL_STATE(2699)] = 82056, - [SMALL_STATE(2700)] = 82075, - [SMALL_STATE(2701)] = 82098, - [SMALL_STATE(2702)] = 82121, - [SMALL_STATE(2703)] = 82142, - [SMALL_STATE(2704)] = 82165, - [SMALL_STATE(2705)] = 82188, - [SMALL_STATE(2706)] = 82211, - [SMALL_STATE(2707)] = 82230, - [SMALL_STATE(2708)] = 82253, - [SMALL_STATE(2709)] = 82276, - [SMALL_STATE(2710)] = 82295, - [SMALL_STATE(2711)] = 82318, - [SMALL_STATE(2712)] = 82341, - [SMALL_STATE(2713)] = 82360, - [SMALL_STATE(2714)] = 82381, - [SMALL_STATE(2715)] = 82404, - [SMALL_STATE(2716)] = 82427, - [SMALL_STATE(2717)] = 82450, - [SMALL_STATE(2718)] = 82471, - [SMALL_STATE(2719)] = 82490, - [SMALL_STATE(2720)] = 82511, - [SMALL_STATE(2721)] = 82534, - [SMALL_STATE(2722)] = 82555, - [SMALL_STATE(2723)] = 82576, - [SMALL_STATE(2724)] = 82599, - [SMALL_STATE(2725)] = 82622, - [SMALL_STATE(2726)] = 82639, - [SMALL_STATE(2727)] = 82656, - [SMALL_STATE(2728)] = 82679, - [SMALL_STATE(2729)] = 82702, - [SMALL_STATE(2730)] = 82723, - [SMALL_STATE(2731)] = 82746, - [SMALL_STATE(2732)] = 82769, - [SMALL_STATE(2733)] = 82792, - [SMALL_STATE(2734)] = 82815, - [SMALL_STATE(2735)] = 82834, - [SMALL_STATE(2736)] = 82853, - [SMALL_STATE(2737)] = 82876, - [SMALL_STATE(2738)] = 82899, - [SMALL_STATE(2739)] = 82922, - [SMALL_STATE(2740)] = 82945, - [SMALL_STATE(2741)] = 82968, - [SMALL_STATE(2742)] = 82991, - [SMALL_STATE(2743)] = 83014, - [SMALL_STATE(2744)] = 83037, - [SMALL_STATE(2745)] = 83060, - [SMALL_STATE(2746)] = 83083, - [SMALL_STATE(2747)] = 83106, - [SMALL_STATE(2748)] = 83129, - [SMALL_STATE(2749)] = 83152, - [SMALL_STATE(2750)] = 83175, - [SMALL_STATE(2751)] = 83198, - [SMALL_STATE(2752)] = 83221, - [SMALL_STATE(2753)] = 83244, - [SMALL_STATE(2754)] = 83263, - [SMALL_STATE(2755)] = 83286, - [SMALL_STATE(2756)] = 83309, - [SMALL_STATE(2757)] = 83332, - [SMALL_STATE(2758)] = 83348, - [SMALL_STATE(2759)] = 83368, - [SMALL_STATE(2760)] = 83388, - [SMALL_STATE(2761)] = 83408, - [SMALL_STATE(2762)] = 83428, - [SMALL_STATE(2763)] = 83448, - [SMALL_STATE(2764)] = 83464, - [SMALL_STATE(2765)] = 83484, - [SMALL_STATE(2766)] = 83500, - [SMALL_STATE(2767)] = 83520, - [SMALL_STATE(2768)] = 83538, - [SMALL_STATE(2769)] = 83558, - [SMALL_STATE(2770)] = 83576, - [SMALL_STATE(2771)] = 83592, - [SMALL_STATE(2772)] = 83612, - [SMALL_STATE(2773)] = 83628, - [SMALL_STATE(2774)] = 83648, - [SMALL_STATE(2775)] = 83668, - [SMALL_STATE(2776)] = 83688, - [SMALL_STATE(2777)] = 83708, - [SMALL_STATE(2778)] = 83728, - [SMALL_STATE(2779)] = 83744, - [SMALL_STATE(2780)] = 83764, - [SMALL_STATE(2781)] = 83784, - [SMALL_STATE(2782)] = 83802, - [SMALL_STATE(2783)] = 83822, - [SMALL_STATE(2784)] = 83840, - [SMALL_STATE(2785)] = 83860, - [SMALL_STATE(2786)] = 83876, - [SMALL_STATE(2787)] = 83892, - [SMALL_STATE(2788)] = 83912, - [SMALL_STATE(2789)] = 83930, - [SMALL_STATE(2790)] = 83950, - [SMALL_STATE(2791)] = 83970, - [SMALL_STATE(2792)] = 83986, - [SMALL_STATE(2793)] = 84002, - [SMALL_STATE(2794)] = 84022, - [SMALL_STATE(2795)] = 84038, - [SMALL_STATE(2796)] = 84058, - [SMALL_STATE(2797)] = 84078, - [SMALL_STATE(2798)] = 84098, - [SMALL_STATE(2799)] = 84118, - [SMALL_STATE(2800)] = 84138, - [SMALL_STATE(2801)] = 84158, - [SMALL_STATE(2802)] = 84178, - [SMALL_STATE(2803)] = 84198, - [SMALL_STATE(2804)] = 84218, - [SMALL_STATE(2805)] = 84234, - [SMALL_STATE(2806)] = 84254, - [SMALL_STATE(2807)] = 84274, - [SMALL_STATE(2808)] = 84292, - [SMALL_STATE(2809)] = 84312, - [SMALL_STATE(2810)] = 84328, - [SMALL_STATE(2811)] = 84348, - [SMALL_STATE(2812)] = 84368, - [SMALL_STATE(2813)] = 84388, - [SMALL_STATE(2814)] = 84408, - [SMALL_STATE(2815)] = 84424, - [SMALL_STATE(2816)] = 84440, - [SMALL_STATE(2817)] = 84456, - [SMALL_STATE(2818)] = 84472, - [SMALL_STATE(2819)] = 84488, - [SMALL_STATE(2820)] = 84504, - [SMALL_STATE(2821)] = 84520, - [SMALL_STATE(2822)] = 84540, - [SMALL_STATE(2823)] = 84560, - [SMALL_STATE(2824)] = 84580, - [SMALL_STATE(2825)] = 84600, - [SMALL_STATE(2826)] = 84620, - [SMALL_STATE(2827)] = 84640, - [SMALL_STATE(2828)] = 84660, - [SMALL_STATE(2829)] = 84680, - [SMALL_STATE(2830)] = 84700, - [SMALL_STATE(2831)] = 84720, - [SMALL_STATE(2832)] = 84740, - [SMALL_STATE(2833)] = 84756, - [SMALL_STATE(2834)] = 84776, - [SMALL_STATE(2835)] = 84796, - [SMALL_STATE(2836)] = 84816, - [SMALL_STATE(2837)] = 84836, - [SMALL_STATE(2838)] = 84856, - [SMALL_STATE(2839)] = 84876, - [SMALL_STATE(2840)] = 84896, - [SMALL_STATE(2841)] = 84914, - [SMALL_STATE(2842)] = 84934, - [SMALL_STATE(2843)] = 84954, - [SMALL_STATE(2844)] = 84974, - [SMALL_STATE(2845)] = 84994, - [SMALL_STATE(2846)] = 85014, - [SMALL_STATE(2847)] = 85034, - [SMALL_STATE(2848)] = 85054, - [SMALL_STATE(2849)] = 85074, - [SMALL_STATE(2850)] = 85094, - [SMALL_STATE(2851)] = 85114, - [SMALL_STATE(2852)] = 85134, - [SMALL_STATE(2853)] = 85150, - [SMALL_STATE(2854)] = 85170, - [SMALL_STATE(2855)] = 85190, - [SMALL_STATE(2856)] = 85206, - [SMALL_STATE(2857)] = 85224, - [SMALL_STATE(2858)] = 85244, - [SMALL_STATE(2859)] = 85264, - [SMALL_STATE(2860)] = 85282, - [SMALL_STATE(2861)] = 85302, - [SMALL_STATE(2862)] = 85322, - [SMALL_STATE(2863)] = 85338, - [SMALL_STATE(2864)] = 85358, - [SMALL_STATE(2865)] = 85374, - [SMALL_STATE(2866)] = 85394, - [SMALL_STATE(2867)] = 85414, - [SMALL_STATE(2868)] = 85434, - [SMALL_STATE(2869)] = 85454, - [SMALL_STATE(2870)] = 85474, - [SMALL_STATE(2871)] = 85494, - [SMALL_STATE(2872)] = 85514, - [SMALL_STATE(2873)] = 85530, - [SMALL_STATE(2874)] = 85546, - [SMALL_STATE(2875)] = 85566, - [SMALL_STATE(2876)] = 85586, - [SMALL_STATE(2877)] = 85602, - [SMALL_STATE(2878)] = 85618, - [SMALL_STATE(2879)] = 85638, - [SMALL_STATE(2880)] = 85658, - [SMALL_STATE(2881)] = 85678, - [SMALL_STATE(2882)] = 85698, - [SMALL_STATE(2883)] = 85714, - [SMALL_STATE(2884)] = 85732, - [SMALL_STATE(2885)] = 85748, - [SMALL_STATE(2886)] = 85764, - [SMALL_STATE(2887)] = 85780, - [SMALL_STATE(2888)] = 85798, - [SMALL_STATE(2889)] = 85818, - [SMALL_STATE(2890)] = 85838, - [SMALL_STATE(2891)] = 85858, - [SMALL_STATE(2892)] = 85878, - [SMALL_STATE(2893)] = 85898, - [SMALL_STATE(2894)] = 85918, - [SMALL_STATE(2895)] = 85938, - [SMALL_STATE(2896)] = 85958, - [SMALL_STATE(2897)] = 85978, - [SMALL_STATE(2898)] = 85998, - [SMALL_STATE(2899)] = 86018, - [SMALL_STATE(2900)] = 86038, - [SMALL_STATE(2901)] = 86058, - [SMALL_STATE(2902)] = 86078, - [SMALL_STATE(2903)] = 86096, - [SMALL_STATE(2904)] = 86116, - [SMALL_STATE(2905)] = 86136, - [SMALL_STATE(2906)] = 86156, - [SMALL_STATE(2907)] = 86176, - [SMALL_STATE(2908)] = 86196, - [SMALL_STATE(2909)] = 86216, - [SMALL_STATE(2910)] = 86234, - [SMALL_STATE(2911)] = 86250, - [SMALL_STATE(2912)] = 86270, - [SMALL_STATE(2913)] = 86290, - [SMALL_STATE(2914)] = 86308, - [SMALL_STATE(2915)] = 86328, - [SMALL_STATE(2916)] = 86344, - [SMALL_STATE(2917)] = 86362, - [SMALL_STATE(2918)] = 86382, - [SMALL_STATE(2919)] = 86398, - [SMALL_STATE(2920)] = 86414, - [SMALL_STATE(2921)] = 86434, - [SMALL_STATE(2922)] = 86454, - [SMALL_STATE(2923)] = 86474, - [SMALL_STATE(2924)] = 86494, - [SMALL_STATE(2925)] = 86514, - [SMALL_STATE(2926)] = 86534, - [SMALL_STATE(2927)] = 86554, - [SMALL_STATE(2928)] = 86574, - [SMALL_STATE(2929)] = 86594, - [SMALL_STATE(2930)] = 86612, - [SMALL_STATE(2931)] = 86630, - [SMALL_STATE(2932)] = 86650, - [SMALL_STATE(2933)] = 86670, - [SMALL_STATE(2934)] = 86688, - [SMALL_STATE(2935)] = 86708, - [SMALL_STATE(2936)] = 86724, - [SMALL_STATE(2937)] = 86740, - [SMALL_STATE(2938)] = 86760, - [SMALL_STATE(2939)] = 86780, - [SMALL_STATE(2940)] = 86800, - [SMALL_STATE(2941)] = 86820, - [SMALL_STATE(2942)] = 86838, - [SMALL_STATE(2943)] = 86854, - [SMALL_STATE(2944)] = 86874, - [SMALL_STATE(2945)] = 86894, - [SMALL_STATE(2946)] = 86912, - [SMALL_STATE(2947)] = 86932, - [SMALL_STATE(2948)] = 86952, - [SMALL_STATE(2949)] = 86972, - [SMALL_STATE(2950)] = 86992, - [SMALL_STATE(2951)] = 87012, - [SMALL_STATE(2952)] = 87032, - [SMALL_STATE(2953)] = 87052, - [SMALL_STATE(2954)] = 87072, - [SMALL_STATE(2955)] = 87088, - [SMALL_STATE(2956)] = 87108, - [SMALL_STATE(2957)] = 87128, - [SMALL_STATE(2958)] = 87148, - [SMALL_STATE(2959)] = 87168, - [SMALL_STATE(2960)] = 87188, - [SMALL_STATE(2961)] = 87208, - [SMALL_STATE(2962)] = 87228, - [SMALL_STATE(2963)] = 87246, - [SMALL_STATE(2964)] = 87266, - [SMALL_STATE(2965)] = 87284, - [SMALL_STATE(2966)] = 87304, - [SMALL_STATE(2967)] = 87324, - [SMALL_STATE(2968)] = 87344, - [SMALL_STATE(2969)] = 87360, - [SMALL_STATE(2970)] = 87380, - [SMALL_STATE(2971)] = 87400, - [SMALL_STATE(2972)] = 87420, - [SMALL_STATE(2973)] = 87436, - [SMALL_STATE(2974)] = 87456, - [SMALL_STATE(2975)] = 87476, - [SMALL_STATE(2976)] = 87492, - [SMALL_STATE(2977)] = 87512, - [SMALL_STATE(2978)] = 87532, - [SMALL_STATE(2979)] = 87548, - [SMALL_STATE(2980)] = 87568, - [SMALL_STATE(2981)] = 87586, - [SMALL_STATE(2982)] = 87606, - [SMALL_STATE(2983)] = 87626, - [SMALL_STATE(2984)] = 87646, - [SMALL_STATE(2985)] = 87662, - [SMALL_STATE(2986)] = 87678, - [SMALL_STATE(2987)] = 87694, - [SMALL_STATE(2988)] = 87714, - [SMALL_STATE(2989)] = 87730, - [SMALL_STATE(2990)] = 87748, - [SMALL_STATE(2991)] = 87766, - [SMALL_STATE(2992)] = 87786, - [SMALL_STATE(2993)] = 87804, - [SMALL_STATE(2994)] = 87824, - [SMALL_STATE(2995)] = 87844, - [SMALL_STATE(2996)] = 87864, - [SMALL_STATE(2997)] = 87880, - [SMALL_STATE(2998)] = 87898, - [SMALL_STATE(2999)] = 87918, - [SMALL_STATE(3000)] = 87938, - [SMALL_STATE(3001)] = 87956, - [SMALL_STATE(3002)] = 87974, - [SMALL_STATE(3003)] = 87992, - [SMALL_STATE(3004)] = 88010, - [SMALL_STATE(3005)] = 88030, - [SMALL_STATE(3006)] = 88046, - [SMALL_STATE(3007)] = 88062, - [SMALL_STATE(3008)] = 88080, - [SMALL_STATE(3009)] = 88096, - [SMALL_STATE(3010)] = 88116, - [SMALL_STATE(3011)] = 88136, - [SMALL_STATE(3012)] = 88152, - [SMALL_STATE(3013)] = 88172, - [SMALL_STATE(3014)] = 88192, - [SMALL_STATE(3015)] = 88210, - [SMALL_STATE(3016)] = 88228, - [SMALL_STATE(3017)] = 88248, - [SMALL_STATE(3018)] = 88268, - [SMALL_STATE(3019)] = 88288, - [SMALL_STATE(3020)] = 88308, - [SMALL_STATE(3021)] = 88326, - [SMALL_STATE(3022)] = 88342, - [SMALL_STATE(3023)] = 88362, - [SMALL_STATE(3024)] = 88380, - [SMALL_STATE(3025)] = 88400, - [SMALL_STATE(3026)] = 88420, - [SMALL_STATE(3027)] = 88440, - [SMALL_STATE(3028)] = 88460, - [SMALL_STATE(3029)] = 88476, - [SMALL_STATE(3030)] = 88494, - [SMALL_STATE(3031)] = 88514, - [SMALL_STATE(3032)] = 88534, - [SMALL_STATE(3033)] = 88554, - [SMALL_STATE(3034)] = 88574, - [SMALL_STATE(3035)] = 88594, - [SMALL_STATE(3036)] = 88612, - [SMALL_STATE(3037)] = 88632, - [SMALL_STATE(3038)] = 88650, - [SMALL_STATE(3039)] = 88670, - [SMALL_STATE(3040)] = 88688, - [SMALL_STATE(3041)] = 88708, - [SMALL_STATE(3042)] = 88728, - [SMALL_STATE(3043)] = 88748, - [SMALL_STATE(3044)] = 88766, - [SMALL_STATE(3045)] = 88782, - [SMALL_STATE(3046)] = 88802, - [SMALL_STATE(3047)] = 88822, - [SMALL_STATE(3048)] = 88842, - [SMALL_STATE(3049)] = 88862, - [SMALL_STATE(3050)] = 88882, - [SMALL_STATE(3051)] = 88902, - [SMALL_STATE(3052)] = 88920, - [SMALL_STATE(3053)] = 88940, - [SMALL_STATE(3054)] = 88960, - [SMALL_STATE(3055)] = 88980, - [SMALL_STATE(3056)] = 89000, - [SMALL_STATE(3057)] = 89020, - [SMALL_STATE(3058)] = 89037, - [SMALL_STATE(3059)] = 89052, - [SMALL_STATE(3060)] = 89069, - [SMALL_STATE(3061)] = 89086, - [SMALL_STATE(3062)] = 89103, - [SMALL_STATE(3063)] = 89120, - [SMALL_STATE(3064)] = 89137, - [SMALL_STATE(3065)] = 89154, - [SMALL_STATE(3066)] = 89171, - [SMALL_STATE(3067)] = 89188, - [SMALL_STATE(3068)] = 89203, - [SMALL_STATE(3069)] = 89220, - [SMALL_STATE(3070)] = 89237, - [SMALL_STATE(3071)] = 89254, - [SMALL_STATE(3072)] = 89271, - [SMALL_STATE(3073)] = 89286, - [SMALL_STATE(3074)] = 89303, - [SMALL_STATE(3075)] = 89320, - [SMALL_STATE(3076)] = 89335, - [SMALL_STATE(3077)] = 89352, - [SMALL_STATE(3078)] = 89369, - [SMALL_STATE(3079)] = 89384, - [SMALL_STATE(3080)] = 89399, - [SMALL_STATE(3081)] = 89416, - [SMALL_STATE(3082)] = 89431, - [SMALL_STATE(3083)] = 89448, - [SMALL_STATE(3084)] = 89465, - [SMALL_STATE(3085)] = 89482, - [SMALL_STATE(3086)] = 89499, - [SMALL_STATE(3087)] = 89514, - [SMALL_STATE(3088)] = 89531, - [SMALL_STATE(3089)] = 89546, - [SMALL_STATE(3090)] = 89563, - [SMALL_STATE(3091)] = 89580, - [SMALL_STATE(3092)] = 89597, - [SMALL_STATE(3093)] = 89614, - [SMALL_STATE(3094)] = 89631, - [SMALL_STATE(3095)] = 89646, - [SMALL_STATE(3096)] = 89663, - [SMALL_STATE(3097)] = 89678, - [SMALL_STATE(3098)] = 89695, - [SMALL_STATE(3099)] = 89712, - [SMALL_STATE(3100)] = 89729, - [SMALL_STATE(3101)] = 89746, - [SMALL_STATE(3102)] = 89763, - [SMALL_STATE(3103)] = 89780, - [SMALL_STATE(3104)] = 89797, - [SMALL_STATE(3105)] = 89812, - [SMALL_STATE(3106)] = 89829, - [SMALL_STATE(3107)] = 89846, - [SMALL_STATE(3108)] = 89863, - [SMALL_STATE(3109)] = 89880, - [SMALL_STATE(3110)] = 89897, - [SMALL_STATE(3111)] = 89914, - [SMALL_STATE(3112)] = 89931, - [SMALL_STATE(3113)] = 89948, - [SMALL_STATE(3114)] = 89965, - [SMALL_STATE(3115)] = 89982, - [SMALL_STATE(3116)] = 89997, - [SMALL_STATE(3117)] = 90012, - [SMALL_STATE(3118)] = 90029, - [SMALL_STATE(3119)] = 90046, - [SMALL_STATE(3120)] = 90063, - [SMALL_STATE(3121)] = 90080, - [SMALL_STATE(3122)] = 90097, - [SMALL_STATE(3123)] = 90112, - [SMALL_STATE(3124)] = 90127, - [SMALL_STATE(3125)] = 90144, - [SMALL_STATE(3126)] = 90161, - [SMALL_STATE(3127)] = 90178, - [SMALL_STATE(3128)] = 90195, - [SMALL_STATE(3129)] = 90212, - [SMALL_STATE(3130)] = 90229, - [SMALL_STATE(3131)] = 90246, - [SMALL_STATE(3132)] = 90263, - [SMALL_STATE(3133)] = 90278, - [SMALL_STATE(3134)] = 90295, - [SMALL_STATE(3135)] = 90312, - [SMALL_STATE(3136)] = 90329, - [SMALL_STATE(3137)] = 90346, - [SMALL_STATE(3138)] = 90361, - [SMALL_STATE(3139)] = 90376, - [SMALL_STATE(3140)] = 90393, - [SMALL_STATE(3141)] = 90408, - [SMALL_STATE(3142)] = 90425, - [SMALL_STATE(3143)] = 90442, - [SMALL_STATE(3144)] = 90459, - [SMALL_STATE(3145)] = 90476, - [SMALL_STATE(3146)] = 90493, - [SMALL_STATE(3147)] = 90510, - [SMALL_STATE(3148)] = 90527, - [SMALL_STATE(3149)] = 90544, - [SMALL_STATE(3150)] = 90561, - [SMALL_STATE(3151)] = 90578, - [SMALL_STATE(3152)] = 90595, - [SMALL_STATE(3153)] = 90612, - [SMALL_STATE(3154)] = 90629, - [SMALL_STATE(3155)] = 90646, - [SMALL_STATE(3156)] = 90663, - [SMALL_STATE(3157)] = 90680, - [SMALL_STATE(3158)] = 90697, - [SMALL_STATE(3159)] = 90712, - [SMALL_STATE(3160)] = 90729, - [SMALL_STATE(3161)] = 90744, - [SMALL_STATE(3162)] = 90761, - [SMALL_STATE(3163)] = 90778, - [SMALL_STATE(3164)] = 90795, - [SMALL_STATE(3165)] = 90812, - [SMALL_STATE(3166)] = 90829, - [SMALL_STATE(3167)] = 90844, - [SMALL_STATE(3168)] = 90861, - [SMALL_STATE(3169)] = 90878, - [SMALL_STATE(3170)] = 90895, - [SMALL_STATE(3171)] = 90912, - [SMALL_STATE(3172)] = 90927, - [SMALL_STATE(3173)] = 90944, - [SMALL_STATE(3174)] = 90961, - [SMALL_STATE(3175)] = 90978, - [SMALL_STATE(3176)] = 90995, - [SMALL_STATE(3177)] = 91012, - [SMALL_STATE(3178)] = 91027, - [SMALL_STATE(3179)] = 91044, - [SMALL_STATE(3180)] = 91061, - [SMALL_STATE(3181)] = 91078, - [SMALL_STATE(3182)] = 91095, - [SMALL_STATE(3183)] = 91112, - [SMALL_STATE(3184)] = 91129, - [SMALL_STATE(3185)] = 91144, - [SMALL_STATE(3186)] = 91161, - [SMALL_STATE(3187)] = 91178, - [SMALL_STATE(3188)] = 91195, - [SMALL_STATE(3189)] = 91212, - [SMALL_STATE(3190)] = 91227, - [SMALL_STATE(3191)] = 91244, - [SMALL_STATE(3192)] = 91261, - [SMALL_STATE(3193)] = 91278, - [SMALL_STATE(3194)] = 91295, - [SMALL_STATE(3195)] = 91312, - [SMALL_STATE(3196)] = 91329, - [SMALL_STATE(3197)] = 91346, - [SMALL_STATE(3198)] = 91363, - [SMALL_STATE(3199)] = 91380, - [SMALL_STATE(3200)] = 91397, - [SMALL_STATE(3201)] = 91412, - [SMALL_STATE(3202)] = 91429, - [SMALL_STATE(3203)] = 91446, - [SMALL_STATE(3204)] = 91463, - [SMALL_STATE(3205)] = 91480, - [SMALL_STATE(3206)] = 91497, - [SMALL_STATE(3207)] = 91514, - [SMALL_STATE(3208)] = 91531, - [SMALL_STATE(3209)] = 91548, - [SMALL_STATE(3210)] = 91565, - [SMALL_STATE(3211)] = 91582, - [SMALL_STATE(3212)] = 91599, - [SMALL_STATE(3213)] = 91616, - [SMALL_STATE(3214)] = 91633, - [SMALL_STATE(3215)] = 91648, - [SMALL_STATE(3216)] = 91665, - [SMALL_STATE(3217)] = 91682, - [SMALL_STATE(3218)] = 91699, - [SMALL_STATE(3219)] = 91714, - [SMALL_STATE(3220)] = 91731, - [SMALL_STATE(3221)] = 91748, - [SMALL_STATE(3222)] = 91765, - [SMALL_STATE(3223)] = 91780, - [SMALL_STATE(3224)] = 91797, - [SMALL_STATE(3225)] = 91814, - [SMALL_STATE(3226)] = 91831, - [SMALL_STATE(3227)] = 91848, - [SMALL_STATE(3228)] = 91865, - [SMALL_STATE(3229)] = 91882, - [SMALL_STATE(3230)] = 91899, - [SMALL_STATE(3231)] = 91914, - [SMALL_STATE(3232)] = 91931, - [SMALL_STATE(3233)] = 91948, - [SMALL_STATE(3234)] = 91963, - [SMALL_STATE(3235)] = 91980, - [SMALL_STATE(3236)] = 91997, - [SMALL_STATE(3237)] = 92014, - [SMALL_STATE(3238)] = 92031, - [SMALL_STATE(3239)] = 92048, - [SMALL_STATE(3240)] = 92065, - [SMALL_STATE(3241)] = 92082, - [SMALL_STATE(3242)] = 92097, - [SMALL_STATE(3243)] = 92114, - [SMALL_STATE(3244)] = 92131, - [SMALL_STATE(3245)] = 92148, - [SMALL_STATE(3246)] = 92165, - [SMALL_STATE(3247)] = 92180, - [SMALL_STATE(3248)] = 92197, - [SMALL_STATE(3249)] = 92212, - [SMALL_STATE(3250)] = 92229, - [SMALL_STATE(3251)] = 92244, - [SMALL_STATE(3252)] = 92259, - [SMALL_STATE(3253)] = 92276, - [SMALL_STATE(3254)] = 92293, - [SMALL_STATE(3255)] = 92308, - [SMALL_STATE(3256)] = 92325, - [SMALL_STATE(3257)] = 92342, - [SMALL_STATE(3258)] = 92359, - [SMALL_STATE(3259)] = 92374, - [SMALL_STATE(3260)] = 92391, - [SMALL_STATE(3261)] = 92408, - [SMALL_STATE(3262)] = 92425, - [SMALL_STATE(3263)] = 92442, - [SMALL_STATE(3264)] = 92459, - [SMALL_STATE(3265)] = 92476, - [SMALL_STATE(3266)] = 92493, - [SMALL_STATE(3267)] = 92510, - [SMALL_STATE(3268)] = 92527, - [SMALL_STATE(3269)] = 92544, - [SMALL_STATE(3270)] = 92559, - [SMALL_STATE(3271)] = 92574, - [SMALL_STATE(3272)] = 92591, - [SMALL_STATE(3273)] = 92608, - [SMALL_STATE(3274)] = 92625, - [SMALL_STATE(3275)] = 92642, - [SMALL_STATE(3276)] = 92659, - [SMALL_STATE(3277)] = 92676, - [SMALL_STATE(3278)] = 92693, - [SMALL_STATE(3279)] = 92710, - [SMALL_STATE(3280)] = 92725, - [SMALL_STATE(3281)] = 92742, - [SMALL_STATE(3282)] = 92759, - [SMALL_STATE(3283)] = 92776, - [SMALL_STATE(3284)] = 92793, - [SMALL_STATE(3285)] = 92810, - [SMALL_STATE(3286)] = 92827, - [SMALL_STATE(3287)] = 92844, - [SMALL_STATE(3288)] = 92861, - [SMALL_STATE(3289)] = 92878, - [SMALL_STATE(3290)] = 92895, - [SMALL_STATE(3291)] = 92912, - [SMALL_STATE(3292)] = 92929, - [SMALL_STATE(3293)] = 92946, - [SMALL_STATE(3294)] = 92963, - [SMALL_STATE(3295)] = 92980, - [SMALL_STATE(3296)] = 92997, - [SMALL_STATE(3297)] = 93012, - [SMALL_STATE(3298)] = 93029, - [SMALL_STATE(3299)] = 93046, - [SMALL_STATE(3300)] = 93063, - [SMALL_STATE(3301)] = 93080, - [SMALL_STATE(3302)] = 93097, - [SMALL_STATE(3303)] = 93114, - [SMALL_STATE(3304)] = 93129, - [SMALL_STATE(3305)] = 93146, - [SMALL_STATE(3306)] = 93161, - [SMALL_STATE(3307)] = 93178, - [SMALL_STATE(3308)] = 93193, - [SMALL_STATE(3309)] = 93210, - [SMALL_STATE(3310)] = 93227, - [SMALL_STATE(3311)] = 93242, - [SMALL_STATE(3312)] = 93257, - [SMALL_STATE(3313)] = 93272, - [SMALL_STATE(3314)] = 93289, - [SMALL_STATE(3315)] = 93306, - [SMALL_STATE(3316)] = 93321, - [SMALL_STATE(3317)] = 93338, - [SMALL_STATE(3318)] = 93355, - [SMALL_STATE(3319)] = 93370, - [SMALL_STATE(3320)] = 93387, - [SMALL_STATE(3321)] = 93404, - [SMALL_STATE(3322)] = 93421, - [SMALL_STATE(3323)] = 93438, - [SMALL_STATE(3324)] = 93455, - [SMALL_STATE(3325)] = 93472, - [SMALL_STATE(3326)] = 93489, - [SMALL_STATE(3327)] = 93506, - [SMALL_STATE(3328)] = 93523, - [SMALL_STATE(3329)] = 93540, - [SMALL_STATE(3330)] = 93557, - [SMALL_STATE(3331)] = 93574, - [SMALL_STATE(3332)] = 93591, - [SMALL_STATE(3333)] = 93608, - [SMALL_STATE(3334)] = 93625, - [SMALL_STATE(3335)] = 93642, - [SMALL_STATE(3336)] = 93659, - [SMALL_STATE(3337)] = 93674, - [SMALL_STATE(3338)] = 93691, - [SMALL_STATE(3339)] = 93708, - [SMALL_STATE(3340)] = 93725, - [SMALL_STATE(3341)] = 93740, - [SMALL_STATE(3342)] = 93754, - [SMALL_STATE(3343)] = 93768, - [SMALL_STATE(3344)] = 93782, - [SMALL_STATE(3345)] = 93796, - [SMALL_STATE(3346)] = 93810, - [SMALL_STATE(3347)] = 93824, - [SMALL_STATE(3348)] = 93838, - [SMALL_STATE(3349)] = 93852, - [SMALL_STATE(3350)] = 93866, - [SMALL_STATE(3351)] = 93880, - [SMALL_STATE(3352)] = 93894, - [SMALL_STATE(3353)] = 93908, - [SMALL_STATE(3354)] = 93922, - [SMALL_STATE(3355)] = 93936, - [SMALL_STATE(3356)] = 93950, - [SMALL_STATE(3357)] = 93964, - [SMALL_STATE(3358)] = 93978, - [SMALL_STATE(3359)] = 93992, - [SMALL_STATE(3360)] = 94006, - [SMALL_STATE(3361)] = 94020, - [SMALL_STATE(3362)] = 94034, - [SMALL_STATE(3363)] = 94048, - [SMALL_STATE(3364)] = 94062, - [SMALL_STATE(3365)] = 94076, - [SMALL_STATE(3366)] = 94090, - [SMALL_STATE(3367)] = 94104, - [SMALL_STATE(3368)] = 94118, - [SMALL_STATE(3369)] = 94132, - [SMALL_STATE(3370)] = 94146, - [SMALL_STATE(3371)] = 94160, - [SMALL_STATE(3372)] = 94174, - [SMALL_STATE(3373)] = 94188, - [SMALL_STATE(3374)] = 94202, - [SMALL_STATE(3375)] = 94216, - [SMALL_STATE(3376)] = 94230, - [SMALL_STATE(3377)] = 94244, - [SMALL_STATE(3378)] = 94258, - [SMALL_STATE(3379)] = 94272, - [SMALL_STATE(3380)] = 94286, - [SMALL_STATE(3381)] = 94300, - [SMALL_STATE(3382)] = 94314, - [SMALL_STATE(3383)] = 94328, - [SMALL_STATE(3384)] = 94342, - [SMALL_STATE(3385)] = 94356, - [SMALL_STATE(3386)] = 94370, - [SMALL_STATE(3387)] = 94384, - [SMALL_STATE(3388)] = 94398, - [SMALL_STATE(3389)] = 94412, - [SMALL_STATE(3390)] = 94426, - [SMALL_STATE(3391)] = 94440, - [SMALL_STATE(3392)] = 94454, - [SMALL_STATE(3393)] = 94468, - [SMALL_STATE(3394)] = 94482, - [SMALL_STATE(3395)] = 94496, - [SMALL_STATE(3396)] = 94510, - [SMALL_STATE(3397)] = 94524, - [SMALL_STATE(3398)] = 94538, - [SMALL_STATE(3399)] = 94552, - [SMALL_STATE(3400)] = 94566, - [SMALL_STATE(3401)] = 94580, - [SMALL_STATE(3402)] = 94594, - [SMALL_STATE(3403)] = 94608, - [SMALL_STATE(3404)] = 94622, - [SMALL_STATE(3405)] = 94636, - [SMALL_STATE(3406)] = 94650, - [SMALL_STATE(3407)] = 94664, - [SMALL_STATE(3408)] = 94678, - [SMALL_STATE(3409)] = 94692, - [SMALL_STATE(3410)] = 94706, - [SMALL_STATE(3411)] = 94720, - [SMALL_STATE(3412)] = 94734, - [SMALL_STATE(3413)] = 94748, - [SMALL_STATE(3414)] = 94762, - [SMALL_STATE(3415)] = 94776, - [SMALL_STATE(3416)] = 94790, - [SMALL_STATE(3417)] = 94804, - [SMALL_STATE(3418)] = 94818, - [SMALL_STATE(3419)] = 94832, - [SMALL_STATE(3420)] = 94846, - [SMALL_STATE(3421)] = 94860, - [SMALL_STATE(3422)] = 94874, - [SMALL_STATE(3423)] = 94888, - [SMALL_STATE(3424)] = 94902, - [SMALL_STATE(3425)] = 94916, - [SMALL_STATE(3426)] = 94930, - [SMALL_STATE(3427)] = 94944, - [SMALL_STATE(3428)] = 94958, - [SMALL_STATE(3429)] = 94972, - [SMALL_STATE(3430)] = 94986, - [SMALL_STATE(3431)] = 95000, - [SMALL_STATE(3432)] = 95014, - [SMALL_STATE(3433)] = 95028, - [SMALL_STATE(3434)] = 95042, - [SMALL_STATE(3435)] = 95056, - [SMALL_STATE(3436)] = 95070, - [SMALL_STATE(3437)] = 95084, - [SMALL_STATE(3438)] = 95098, - [SMALL_STATE(3439)] = 95112, - [SMALL_STATE(3440)] = 95126, - [SMALL_STATE(3441)] = 95140, - [SMALL_STATE(3442)] = 95154, - [SMALL_STATE(3443)] = 95168, - [SMALL_STATE(3444)] = 95182, - [SMALL_STATE(3445)] = 95196, - [SMALL_STATE(3446)] = 95210, - [SMALL_STATE(3447)] = 95224, - [SMALL_STATE(3448)] = 95238, - [SMALL_STATE(3449)] = 95252, - [SMALL_STATE(3450)] = 95266, - [SMALL_STATE(3451)] = 95280, - [SMALL_STATE(3452)] = 95294, - [SMALL_STATE(3453)] = 95308, - [SMALL_STATE(3454)] = 95322, - [SMALL_STATE(3455)] = 95336, - [SMALL_STATE(3456)] = 95350, - [SMALL_STATE(3457)] = 95364, - [SMALL_STATE(3458)] = 95378, - [SMALL_STATE(3459)] = 95392, - [SMALL_STATE(3460)] = 95406, - [SMALL_STATE(3461)] = 95420, - [SMALL_STATE(3462)] = 95434, - [SMALL_STATE(3463)] = 95448, - [SMALL_STATE(3464)] = 95462, - [SMALL_STATE(3465)] = 95476, - [SMALL_STATE(3466)] = 95490, - [SMALL_STATE(3467)] = 95504, - [SMALL_STATE(3468)] = 95518, - [SMALL_STATE(3469)] = 95532, - [SMALL_STATE(3470)] = 95546, - [SMALL_STATE(3471)] = 95560, - [SMALL_STATE(3472)] = 95574, - [SMALL_STATE(3473)] = 95588, - [SMALL_STATE(3474)] = 95602, - [SMALL_STATE(3475)] = 95616, - [SMALL_STATE(3476)] = 95630, - [SMALL_STATE(3477)] = 95644, - [SMALL_STATE(3478)] = 95658, - [SMALL_STATE(3479)] = 95672, - [SMALL_STATE(3480)] = 95686, - [SMALL_STATE(3481)] = 95700, - [SMALL_STATE(3482)] = 95714, - [SMALL_STATE(3483)] = 95728, - [SMALL_STATE(3484)] = 95742, - [SMALL_STATE(3485)] = 95756, - [SMALL_STATE(3486)] = 95770, - [SMALL_STATE(3487)] = 95784, - [SMALL_STATE(3488)] = 95798, - [SMALL_STATE(3489)] = 95812, - [SMALL_STATE(3490)] = 95826, - [SMALL_STATE(3491)] = 95840, - [SMALL_STATE(3492)] = 95854, - [SMALL_STATE(3493)] = 95868, - [SMALL_STATE(3494)] = 95882, - [SMALL_STATE(3495)] = 95896, - [SMALL_STATE(3496)] = 95910, - [SMALL_STATE(3497)] = 95924, - [SMALL_STATE(3498)] = 95938, - [SMALL_STATE(3499)] = 95952, - [SMALL_STATE(3500)] = 95966, - [SMALL_STATE(3501)] = 95980, - [SMALL_STATE(3502)] = 95994, - [SMALL_STATE(3503)] = 96008, - [SMALL_STATE(3504)] = 96022, - [SMALL_STATE(3505)] = 96036, - [SMALL_STATE(3506)] = 96050, - [SMALL_STATE(3507)] = 96064, - [SMALL_STATE(3508)] = 96078, - [SMALL_STATE(3509)] = 96092, - [SMALL_STATE(3510)] = 96106, - [SMALL_STATE(3511)] = 96120, - [SMALL_STATE(3512)] = 96134, - [SMALL_STATE(3513)] = 96148, - [SMALL_STATE(3514)] = 96162, - [SMALL_STATE(3515)] = 96176, - [SMALL_STATE(3516)] = 96190, - [SMALL_STATE(3517)] = 96204, - [SMALL_STATE(3518)] = 96218, - [SMALL_STATE(3519)] = 96232, - [SMALL_STATE(3520)] = 96246, - [SMALL_STATE(3521)] = 96260, - [SMALL_STATE(3522)] = 96274, - [SMALL_STATE(3523)] = 96288, - [SMALL_STATE(3524)] = 96302, - [SMALL_STATE(3525)] = 96316, - [SMALL_STATE(3526)] = 96330, - [SMALL_STATE(3527)] = 96344, - [SMALL_STATE(3528)] = 96358, - [SMALL_STATE(3529)] = 96372, - [SMALL_STATE(3530)] = 96386, - [SMALL_STATE(3531)] = 96400, - [SMALL_STATE(3532)] = 96414, - [SMALL_STATE(3533)] = 96428, - [SMALL_STATE(3534)] = 96442, - [SMALL_STATE(3535)] = 96456, - [SMALL_STATE(3536)] = 96470, - [SMALL_STATE(3537)] = 96484, - [SMALL_STATE(3538)] = 96498, - [SMALL_STATE(3539)] = 96512, - [SMALL_STATE(3540)] = 96526, - [SMALL_STATE(3541)] = 96540, - [SMALL_STATE(3542)] = 96554, - [SMALL_STATE(3543)] = 96568, - [SMALL_STATE(3544)] = 96582, - [SMALL_STATE(3545)] = 96596, - [SMALL_STATE(3546)] = 96610, - [SMALL_STATE(3547)] = 96624, - [SMALL_STATE(3548)] = 96638, - [SMALL_STATE(3549)] = 96652, - [SMALL_STATE(3550)] = 96666, - [SMALL_STATE(3551)] = 96680, - [SMALL_STATE(3552)] = 96694, - [SMALL_STATE(3553)] = 96708, - [SMALL_STATE(3554)] = 96722, - [SMALL_STATE(3555)] = 96736, - [SMALL_STATE(3556)] = 96750, - [SMALL_STATE(3557)] = 96764, - [SMALL_STATE(3558)] = 96778, - [SMALL_STATE(3559)] = 96792, - [SMALL_STATE(3560)] = 96806, - [SMALL_STATE(3561)] = 96820, - [SMALL_STATE(3562)] = 96834, - [SMALL_STATE(3563)] = 96848, - [SMALL_STATE(3564)] = 96862, - [SMALL_STATE(3565)] = 96876, - [SMALL_STATE(3566)] = 96890, - [SMALL_STATE(3567)] = 96904, - [SMALL_STATE(3568)] = 96918, - [SMALL_STATE(3569)] = 96932, - [SMALL_STATE(3570)] = 96946, - [SMALL_STATE(3571)] = 96960, - [SMALL_STATE(3572)] = 96974, - [SMALL_STATE(3573)] = 96988, - [SMALL_STATE(3574)] = 97002, - [SMALL_STATE(3575)] = 97016, - [SMALL_STATE(3576)] = 97030, - [SMALL_STATE(3577)] = 97044, - [SMALL_STATE(3578)] = 97058, - [SMALL_STATE(3579)] = 97072, - [SMALL_STATE(3580)] = 97086, - [SMALL_STATE(3581)] = 97100, - [SMALL_STATE(3582)] = 97114, - [SMALL_STATE(3583)] = 97128, - [SMALL_STATE(3584)] = 97142, - [SMALL_STATE(3585)] = 97156, - [SMALL_STATE(3586)] = 97170, - [SMALL_STATE(3587)] = 97184, - [SMALL_STATE(3588)] = 97198, - [SMALL_STATE(3589)] = 97212, - [SMALL_STATE(3590)] = 97226, - [SMALL_STATE(3591)] = 97240, - [SMALL_STATE(3592)] = 97254, - [SMALL_STATE(3593)] = 97268, - [SMALL_STATE(3594)] = 97282, - [SMALL_STATE(3595)] = 97296, - [SMALL_STATE(3596)] = 97310, - [SMALL_STATE(3597)] = 97324, - [SMALL_STATE(3598)] = 97338, - [SMALL_STATE(3599)] = 97352, - [SMALL_STATE(3600)] = 97366, - [SMALL_STATE(3601)] = 97380, - [SMALL_STATE(3602)] = 97394, - [SMALL_STATE(3603)] = 97408, - [SMALL_STATE(3604)] = 97422, - [SMALL_STATE(3605)] = 97436, - [SMALL_STATE(3606)] = 97450, - [SMALL_STATE(3607)] = 97464, - [SMALL_STATE(3608)] = 97478, - [SMALL_STATE(3609)] = 97492, - [SMALL_STATE(3610)] = 97506, - [SMALL_STATE(3611)] = 97520, - [SMALL_STATE(3612)] = 97534, - [SMALL_STATE(3613)] = 97548, - [SMALL_STATE(3614)] = 97562, - [SMALL_STATE(3615)] = 97576, - [SMALL_STATE(3616)] = 97590, - [SMALL_STATE(3617)] = 97604, - [SMALL_STATE(3618)] = 97618, - [SMALL_STATE(3619)] = 97632, - [SMALL_STATE(3620)] = 97646, - [SMALL_STATE(3621)] = 97660, - [SMALL_STATE(3622)] = 97674, - [SMALL_STATE(3623)] = 97688, - [SMALL_STATE(3624)] = 97702, - [SMALL_STATE(3625)] = 97716, - [SMALL_STATE(3626)] = 97730, - [SMALL_STATE(3627)] = 97744, - [SMALL_STATE(3628)] = 97758, - [SMALL_STATE(3629)] = 97772, - [SMALL_STATE(3630)] = 97786, - [SMALL_STATE(3631)] = 97800, - [SMALL_STATE(3632)] = 97814, - [SMALL_STATE(3633)] = 97828, - [SMALL_STATE(3634)] = 97842, - [SMALL_STATE(3635)] = 97856, - [SMALL_STATE(3636)] = 97870, - [SMALL_STATE(3637)] = 97884, - [SMALL_STATE(3638)] = 97898, - [SMALL_STATE(3639)] = 97912, - [SMALL_STATE(3640)] = 97926, - [SMALL_STATE(3641)] = 97940, - [SMALL_STATE(3642)] = 97954, - [SMALL_STATE(3643)] = 97958, - [SMALL_STATE(3644)] = 97962, - [SMALL_STATE(3645)] = 97966, - [SMALL_STATE(3646)] = 97970, - [SMALL_STATE(3647)] = 97974, - [SMALL_STATE(3648)] = 97978, + [SMALL_STATE(2296)] = 72424, + [SMALL_STATE(2297)] = 72450, + [SMALL_STATE(2298)] = 72482, + [SMALL_STATE(2299)] = 72514, + [SMALL_STATE(2300)] = 72546, + [SMALL_STATE(2301)] = 72578, + [SMALL_STATE(2302)] = 72606, + [SMALL_STATE(2303)] = 72638, + [SMALL_STATE(2304)] = 72670, + [SMALL_STATE(2305)] = 72692, + [SMALL_STATE(2306)] = 72720, + [SMALL_STATE(2307)] = 72749, + [SMALL_STATE(2308)] = 72778, + [SMALL_STATE(2309)] = 72807, + [SMALL_STATE(2310)] = 72836, + [SMALL_STATE(2311)] = 72859, + [SMALL_STATE(2312)] = 72888, + [SMALL_STATE(2313)] = 72917, + [SMALL_STATE(2314)] = 72946, + [SMALL_STATE(2315)] = 72969, + [SMALL_STATE(2316)] = 72998, + [SMALL_STATE(2317)] = 73025, + [SMALL_STATE(2318)] = 73054, + [SMALL_STATE(2319)] = 73083, + [SMALL_STATE(2320)] = 73112, + [SMALL_STATE(2321)] = 73141, + [SMALL_STATE(2322)] = 73170, + [SMALL_STATE(2323)] = 73191, + [SMALL_STATE(2324)] = 73220, + [SMALL_STATE(2325)] = 73249, + [SMALL_STATE(2326)] = 73278, + [SMALL_STATE(2327)] = 73307, + [SMALL_STATE(2328)] = 73336, + [SMALL_STATE(2329)] = 73359, + [SMALL_STATE(2330)] = 73384, + [SMALL_STATE(2331)] = 73413, + [SMALL_STATE(2332)] = 73442, + [SMALL_STATE(2333)] = 73471, + [SMALL_STATE(2334)] = 73494, + [SMALL_STATE(2335)] = 73523, + [SMALL_STATE(2336)] = 73552, + [SMALL_STATE(2337)] = 73581, + [SMALL_STATE(2338)] = 73610, + [SMALL_STATE(2339)] = 73639, + [SMALL_STATE(2340)] = 73668, + [SMALL_STATE(2341)] = 73693, + [SMALL_STATE(2342)] = 73720, + [SMALL_STATE(2343)] = 73749, + [SMALL_STATE(2344)] = 73778, + [SMALL_STATE(2345)] = 73807, + [SMALL_STATE(2346)] = 73836, + [SMALL_STATE(2347)] = 73865, + [SMALL_STATE(2348)] = 73888, + [SMALL_STATE(2349)] = 73917, + [SMALL_STATE(2350)] = 73940, + [SMALL_STATE(2351)] = 73969, + [SMALL_STATE(2352)] = 73998, + [SMALL_STATE(2353)] = 74019, + [SMALL_STATE(2354)] = 74040, + [SMALL_STATE(2355)] = 74069, + [SMALL_STATE(2356)] = 74090, + [SMALL_STATE(2357)] = 74119, + [SMALL_STATE(2358)] = 74148, + [SMALL_STATE(2359)] = 74169, + [SMALL_STATE(2360)] = 74196, + [SMALL_STATE(2361)] = 74225, + [SMALL_STATE(2362)] = 74254, + [SMALL_STATE(2363)] = 74283, + [SMALL_STATE(2364)] = 74304, + [SMALL_STATE(2365)] = 74331, + [SMALL_STATE(2366)] = 74358, + [SMALL_STATE(2367)] = 74385, + [SMALL_STATE(2368)] = 74414, + [SMALL_STATE(2369)] = 74443, + [SMALL_STATE(2370)] = 74472, + [SMALL_STATE(2371)] = 74501, + [SMALL_STATE(2372)] = 74522, + [SMALL_STATE(2373)] = 74551, + [SMALL_STATE(2374)] = 74580, + [SMALL_STATE(2375)] = 74609, + [SMALL_STATE(2376)] = 74632, + [SMALL_STATE(2377)] = 74655, + [SMALL_STATE(2378)] = 74684, + [SMALL_STATE(2379)] = 74713, + [SMALL_STATE(2380)] = 74742, + [SMALL_STATE(2381)] = 74767, + [SMALL_STATE(2382)] = 74792, + [SMALL_STATE(2383)] = 74821, + [SMALL_STATE(2384)] = 74840, + [SMALL_STATE(2385)] = 74869, + [SMALL_STATE(2386)] = 74898, + [SMALL_STATE(2387)] = 74917, + [SMALL_STATE(2388)] = 74946, + [SMALL_STATE(2389)] = 74975, + [SMALL_STATE(2390)] = 75004, + [SMALL_STATE(2391)] = 75033, + [SMALL_STATE(2392)] = 75062, + [SMALL_STATE(2393)] = 75085, + [SMALL_STATE(2394)] = 75108, + [SMALL_STATE(2395)] = 75131, + [SMALL_STATE(2396)] = 75160, + [SMALL_STATE(2397)] = 75183, + [SMALL_STATE(2398)] = 75206, + [SMALL_STATE(2399)] = 75235, + [SMALL_STATE(2400)] = 75258, + [SMALL_STATE(2401)] = 75287, + [SMALL_STATE(2402)] = 75316, + [SMALL_STATE(2403)] = 75345, + [SMALL_STATE(2404)] = 75374, + [SMALL_STATE(2405)] = 75395, + [SMALL_STATE(2406)] = 75421, + [SMALL_STATE(2407)] = 75447, + [SMALL_STATE(2408)] = 75471, + [SMALL_STATE(2409)] = 75497, + [SMALL_STATE(2410)] = 75521, + [SMALL_STATE(2411)] = 75547, + [SMALL_STATE(2412)] = 75573, + [SMALL_STATE(2413)] = 75591, + [SMALL_STATE(2414)] = 75617, + [SMALL_STATE(2415)] = 75635, + [SMALL_STATE(2416)] = 75653, + [SMALL_STATE(2417)] = 75679, + [SMALL_STATE(2418)] = 75703, + [SMALL_STATE(2419)] = 75725, + [SMALL_STATE(2420)] = 75743, + [SMALL_STATE(2421)] = 75769, + [SMALL_STATE(2422)] = 75795, + [SMALL_STATE(2423)] = 75821, + [SMALL_STATE(2424)] = 75847, + [SMALL_STATE(2425)] = 75873, + [SMALL_STATE(2426)] = 75895, + [SMALL_STATE(2427)] = 75919, + [SMALL_STATE(2428)] = 75937, + [SMALL_STATE(2429)] = 75963, + [SMALL_STATE(2430)] = 75987, + [SMALL_STATE(2431)] = 76007, + [SMALL_STATE(2432)] = 76033, + [SMALL_STATE(2433)] = 76059, + [SMALL_STATE(2434)] = 76083, + [SMALL_STATE(2435)] = 76109, + [SMALL_STATE(2436)] = 76135, + [SMALL_STATE(2437)] = 76161, + [SMALL_STATE(2438)] = 76187, + [SMALL_STATE(2439)] = 76211, + [SMALL_STATE(2440)] = 76229, + [SMALL_STATE(2441)] = 76251, + [SMALL_STATE(2442)] = 76277, + [SMALL_STATE(2443)] = 76303, + [SMALL_STATE(2444)] = 76329, + [SMALL_STATE(2445)] = 76347, + [SMALL_STATE(2446)] = 76369, + [SMALL_STATE(2447)] = 76387, + [SMALL_STATE(2448)] = 76405, + [SMALL_STATE(2449)] = 76429, + [SMALL_STATE(2450)] = 76455, + [SMALL_STATE(2451)] = 76481, + [SMALL_STATE(2452)] = 76503, + [SMALL_STATE(2453)] = 76529, + [SMALL_STATE(2454)] = 76555, + [SMALL_STATE(2455)] = 76577, + [SMALL_STATE(2456)] = 76595, + [SMALL_STATE(2457)] = 76613, + [SMALL_STATE(2458)] = 76637, + [SMALL_STATE(2459)] = 76663, + [SMALL_STATE(2460)] = 76687, + [SMALL_STATE(2461)] = 76705, + [SMALL_STATE(2462)] = 76723, + [SMALL_STATE(2463)] = 76743, + [SMALL_STATE(2464)] = 76767, + [SMALL_STATE(2465)] = 76793, + [SMALL_STATE(2466)] = 76819, + [SMALL_STATE(2467)] = 76837, + [SMALL_STATE(2468)] = 76855, + [SMALL_STATE(2469)] = 76877, + [SMALL_STATE(2470)] = 76895, + [SMALL_STATE(2471)] = 76913, + [SMALL_STATE(2472)] = 76931, + [SMALL_STATE(2473)] = 76955, + [SMALL_STATE(2474)] = 76977, + [SMALL_STATE(2475)] = 77003, + [SMALL_STATE(2476)] = 77025, + [SMALL_STATE(2477)] = 77049, + [SMALL_STATE(2478)] = 77075, + [SMALL_STATE(2479)] = 77101, + [SMALL_STATE(2480)] = 77123, + [SMALL_STATE(2481)] = 77149, + [SMALL_STATE(2482)] = 77175, + [SMALL_STATE(2483)] = 77201, + [SMALL_STATE(2484)] = 77227, + [SMALL_STATE(2485)] = 77245, + [SMALL_STATE(2486)] = 77263, + [SMALL_STATE(2487)] = 77281, + [SMALL_STATE(2488)] = 77307, + [SMALL_STATE(2489)] = 77325, + [SMALL_STATE(2490)] = 77351, + [SMALL_STATE(2491)] = 77377, + [SMALL_STATE(2492)] = 77403, + [SMALL_STATE(2493)] = 77421, + [SMALL_STATE(2494)] = 77447, + [SMALL_STATE(2495)] = 77473, + [SMALL_STATE(2496)] = 77499, + [SMALL_STATE(2497)] = 77517, + [SMALL_STATE(2498)] = 77543, + [SMALL_STATE(2499)] = 77569, + [SMALL_STATE(2500)] = 77595, + [SMALL_STATE(2501)] = 77615, + [SMALL_STATE(2502)] = 77641, + [SMALL_STATE(2503)] = 77667, + [SMALL_STATE(2504)] = 77693, + [SMALL_STATE(2505)] = 77719, + [SMALL_STATE(2506)] = 77743, + [SMALL_STATE(2507)] = 77769, + [SMALL_STATE(2508)] = 77793, + [SMALL_STATE(2509)] = 77819, + [SMALL_STATE(2510)] = 77837, + [SMALL_STATE(2511)] = 77860, + [SMALL_STATE(2512)] = 77883, + [SMALL_STATE(2513)] = 77906, + [SMALL_STATE(2514)] = 77929, + [SMALL_STATE(2515)] = 77952, + [SMALL_STATE(2516)] = 77975, + [SMALL_STATE(2517)] = 77998, + [SMALL_STATE(2518)] = 78021, + [SMALL_STATE(2519)] = 78044, + [SMALL_STATE(2520)] = 78067, + [SMALL_STATE(2521)] = 78090, + [SMALL_STATE(2522)] = 78113, + [SMALL_STATE(2523)] = 78136, + [SMALL_STATE(2524)] = 78159, + [SMALL_STATE(2525)] = 78182, + [SMALL_STATE(2526)] = 78205, + [SMALL_STATE(2527)] = 78228, + [SMALL_STATE(2528)] = 78249, + [SMALL_STATE(2529)] = 78268, + [SMALL_STATE(2530)] = 78291, + [SMALL_STATE(2531)] = 78314, + [SMALL_STATE(2532)] = 78337, + [SMALL_STATE(2533)] = 78360, + [SMALL_STATE(2534)] = 78379, + [SMALL_STATE(2535)] = 78396, + [SMALL_STATE(2536)] = 78419, + [SMALL_STATE(2537)] = 78442, + [SMALL_STATE(2538)] = 78465, + [SMALL_STATE(2539)] = 78486, + [SMALL_STATE(2540)] = 78507, + [SMALL_STATE(2541)] = 78524, + [SMALL_STATE(2542)] = 78543, + [SMALL_STATE(2543)] = 78566, + [SMALL_STATE(2544)] = 78583, + [SMALL_STATE(2545)] = 78606, + [SMALL_STATE(2546)] = 78629, + [SMALL_STATE(2547)] = 78652, + [SMALL_STATE(2548)] = 78675, + [SMALL_STATE(2549)] = 78698, + [SMALL_STATE(2550)] = 78721, + [SMALL_STATE(2551)] = 78744, + [SMALL_STATE(2552)] = 78767, + [SMALL_STATE(2553)] = 78790, + [SMALL_STATE(2554)] = 78809, + [SMALL_STATE(2555)] = 78828, + [SMALL_STATE(2556)] = 78851, + [SMALL_STATE(2557)] = 78870, + [SMALL_STATE(2558)] = 78887, + [SMALL_STATE(2559)] = 78910, + [SMALL_STATE(2560)] = 78933, + [SMALL_STATE(2561)] = 78956, + [SMALL_STATE(2562)] = 78979, + [SMALL_STATE(2563)] = 79002, + [SMALL_STATE(2564)] = 79025, + [SMALL_STATE(2565)] = 79048, + [SMALL_STATE(2566)] = 79067, + [SMALL_STATE(2567)] = 79088, + [SMALL_STATE(2568)] = 79107, + [SMALL_STATE(2569)] = 79130, + [SMALL_STATE(2570)] = 79149, + [SMALL_STATE(2571)] = 79172, + [SMALL_STATE(2572)] = 79195, + [SMALL_STATE(2573)] = 79216, + [SMALL_STATE(2574)] = 79239, + [SMALL_STATE(2575)] = 79262, + [SMALL_STATE(2576)] = 79285, + [SMALL_STATE(2577)] = 79308, + [SMALL_STATE(2578)] = 79327, + [SMALL_STATE(2579)] = 79348, + [SMALL_STATE(2580)] = 79371, + [SMALL_STATE(2581)] = 79394, + [SMALL_STATE(2582)] = 79417, + [SMALL_STATE(2583)] = 79440, + [SMALL_STATE(2584)] = 79463, + [SMALL_STATE(2585)] = 79482, + [SMALL_STATE(2586)] = 79505, + [SMALL_STATE(2587)] = 79524, + [SMALL_STATE(2588)] = 79547, + [SMALL_STATE(2589)] = 79566, + [SMALL_STATE(2590)] = 79589, + [SMALL_STATE(2591)] = 79612, + [SMALL_STATE(2592)] = 79635, + [SMALL_STATE(2593)] = 79658, + [SMALL_STATE(2594)] = 79681, + [SMALL_STATE(2595)] = 79702, + [SMALL_STATE(2596)] = 79725, + [SMALL_STATE(2597)] = 79748, + [SMALL_STATE(2598)] = 79771, + [SMALL_STATE(2599)] = 79794, + [SMALL_STATE(2600)] = 79817, + [SMALL_STATE(2601)] = 79840, + [SMALL_STATE(2602)] = 79863, + [SMALL_STATE(2603)] = 79886, + [SMALL_STATE(2604)] = 79903, + [SMALL_STATE(2605)] = 79924, + [SMALL_STATE(2606)] = 79947, + [SMALL_STATE(2607)] = 79970, + [SMALL_STATE(2608)] = 79993, + [SMALL_STATE(2609)] = 80016, + [SMALL_STATE(2610)] = 80039, + [SMALL_STATE(2611)] = 80062, + [SMALL_STATE(2612)] = 80083, + [SMALL_STATE(2613)] = 80106, + [SMALL_STATE(2614)] = 80125, + [SMALL_STATE(2615)] = 80148, + [SMALL_STATE(2616)] = 80165, + [SMALL_STATE(2617)] = 80182, + [SMALL_STATE(2618)] = 80205, + [SMALL_STATE(2619)] = 80224, + [SMALL_STATE(2620)] = 80247, + [SMALL_STATE(2621)] = 80266, + [SMALL_STATE(2622)] = 80289, + [SMALL_STATE(2623)] = 80312, + [SMALL_STATE(2624)] = 80335, + [SMALL_STATE(2625)] = 80358, + [SMALL_STATE(2626)] = 80381, + [SMALL_STATE(2627)] = 80402, + [SMALL_STATE(2628)] = 80425, + [SMALL_STATE(2629)] = 80448, + [SMALL_STATE(2630)] = 80471, + [SMALL_STATE(2631)] = 80494, + [SMALL_STATE(2632)] = 80517, + [SMALL_STATE(2633)] = 80538, + [SMALL_STATE(2634)] = 80561, + [SMALL_STATE(2635)] = 80582, + [SMALL_STATE(2636)] = 80605, + [SMALL_STATE(2637)] = 80628, + [SMALL_STATE(2638)] = 80651, + [SMALL_STATE(2639)] = 80674, + [SMALL_STATE(2640)] = 80697, + [SMALL_STATE(2641)] = 80720, + [SMALL_STATE(2642)] = 80739, + [SMALL_STATE(2643)] = 80758, + [SMALL_STATE(2644)] = 80777, + [SMALL_STATE(2645)] = 80800, + [SMALL_STATE(2646)] = 80819, + [SMALL_STATE(2647)] = 80842, + [SMALL_STATE(2648)] = 80863, + [SMALL_STATE(2649)] = 80886, + [SMALL_STATE(2650)] = 80909, + [SMALL_STATE(2651)] = 80930, + [SMALL_STATE(2652)] = 80953, + [SMALL_STATE(2653)] = 80972, + [SMALL_STATE(2654)] = 80995, + [SMALL_STATE(2655)] = 81018, + [SMALL_STATE(2656)] = 81037, + [SMALL_STATE(2657)] = 81056, + [SMALL_STATE(2658)] = 81075, + [SMALL_STATE(2659)] = 81096, + [SMALL_STATE(2660)] = 81119, + [SMALL_STATE(2661)] = 81140, + [SMALL_STATE(2662)] = 81163, + [SMALL_STATE(2663)] = 81186, + [SMALL_STATE(2664)] = 81209, + [SMALL_STATE(2665)] = 81228, + [SMALL_STATE(2666)] = 81251, + [SMALL_STATE(2667)] = 81274, + [SMALL_STATE(2668)] = 81297, + [SMALL_STATE(2669)] = 81320, + [SMALL_STATE(2670)] = 81341, + [SMALL_STATE(2671)] = 81364, + [SMALL_STATE(2672)] = 81387, + [SMALL_STATE(2673)] = 81410, + [SMALL_STATE(2674)] = 81433, + [SMALL_STATE(2675)] = 81456, + [SMALL_STATE(2676)] = 81479, + [SMALL_STATE(2677)] = 81502, + [SMALL_STATE(2678)] = 81525, + [SMALL_STATE(2679)] = 81548, + [SMALL_STATE(2680)] = 81571, + [SMALL_STATE(2681)] = 81592, + [SMALL_STATE(2682)] = 81615, + [SMALL_STATE(2683)] = 81634, + [SMALL_STATE(2684)] = 81657, + [SMALL_STATE(2685)] = 81678, + [SMALL_STATE(2686)] = 81699, + [SMALL_STATE(2687)] = 81722, + [SMALL_STATE(2688)] = 81745, + [SMALL_STATE(2689)] = 81768, + [SMALL_STATE(2690)] = 81789, + [SMALL_STATE(2691)] = 81812, + [SMALL_STATE(2692)] = 81835, + [SMALL_STATE(2693)] = 81858, + [SMALL_STATE(2694)] = 81881, + [SMALL_STATE(2695)] = 81904, + [SMALL_STATE(2696)] = 81927, + [SMALL_STATE(2697)] = 81948, + [SMALL_STATE(2698)] = 81971, + [SMALL_STATE(2699)] = 81994, + [SMALL_STATE(2700)] = 82015, + [SMALL_STATE(2701)] = 82038, + [SMALL_STATE(2702)] = 82061, + [SMALL_STATE(2703)] = 82082, + [SMALL_STATE(2704)] = 82105, + [SMALL_STATE(2705)] = 82128, + [SMALL_STATE(2706)] = 82151, + [SMALL_STATE(2707)] = 82174, + [SMALL_STATE(2708)] = 82197, + [SMALL_STATE(2709)] = 82220, + [SMALL_STATE(2710)] = 82243, + [SMALL_STATE(2711)] = 82266, + [SMALL_STATE(2712)] = 82289, + [SMALL_STATE(2713)] = 82312, + [SMALL_STATE(2714)] = 82335, + [SMALL_STATE(2715)] = 82358, + [SMALL_STATE(2716)] = 82381, + [SMALL_STATE(2717)] = 82404, + [SMALL_STATE(2718)] = 82427, + [SMALL_STATE(2719)] = 82450, + [SMALL_STATE(2720)] = 82473, + [SMALL_STATE(2721)] = 82496, + [SMALL_STATE(2722)] = 82519, + [SMALL_STATE(2723)] = 82540, + [SMALL_STATE(2724)] = 82563, + [SMALL_STATE(2725)] = 82586, + [SMALL_STATE(2726)] = 82603, + [SMALL_STATE(2727)] = 82626, + [SMALL_STATE(2728)] = 82649, + [SMALL_STATE(2729)] = 82670, + [SMALL_STATE(2730)] = 82693, + [SMALL_STATE(2731)] = 82716, + [SMALL_STATE(2732)] = 82739, + [SMALL_STATE(2733)] = 82762, + [SMALL_STATE(2734)] = 82785, + [SMALL_STATE(2735)] = 82806, + [SMALL_STATE(2736)] = 82827, + [SMALL_STATE(2737)] = 82850, + [SMALL_STATE(2738)] = 82873, + [SMALL_STATE(2739)] = 82896, + [SMALL_STATE(2740)] = 82915, + [SMALL_STATE(2741)] = 82938, + [SMALL_STATE(2742)] = 82961, + [SMALL_STATE(2743)] = 82984, + [SMALL_STATE(2744)] = 83007, + [SMALL_STATE(2745)] = 83030, + [SMALL_STATE(2746)] = 83053, + [SMALL_STATE(2747)] = 83076, + [SMALL_STATE(2748)] = 83099, + [SMALL_STATE(2749)] = 83122, + [SMALL_STATE(2750)] = 83145, + [SMALL_STATE(2751)] = 83168, + [SMALL_STATE(2752)] = 83191, + [SMALL_STATE(2753)] = 83207, + [SMALL_STATE(2754)] = 83227, + [SMALL_STATE(2755)] = 83247, + [SMALL_STATE(2756)] = 83267, + [SMALL_STATE(2757)] = 83287, + [SMALL_STATE(2758)] = 83307, + [SMALL_STATE(2759)] = 83325, + [SMALL_STATE(2760)] = 83341, + [SMALL_STATE(2761)] = 83357, + [SMALL_STATE(2762)] = 83377, + [SMALL_STATE(2763)] = 83393, + [SMALL_STATE(2764)] = 83409, + [SMALL_STATE(2765)] = 83425, + [SMALL_STATE(2766)] = 83441, + [SMALL_STATE(2767)] = 83457, + [SMALL_STATE(2768)] = 83473, + [SMALL_STATE(2769)] = 83493, + [SMALL_STATE(2770)] = 83509, + [SMALL_STATE(2771)] = 83529, + [SMALL_STATE(2772)] = 83549, + [SMALL_STATE(2773)] = 83567, + [SMALL_STATE(2774)] = 83587, + [SMALL_STATE(2775)] = 83607, + [SMALL_STATE(2776)] = 83623, + [SMALL_STATE(2777)] = 83639, + [SMALL_STATE(2778)] = 83659, + [SMALL_STATE(2779)] = 83679, + [SMALL_STATE(2780)] = 83697, + [SMALL_STATE(2781)] = 83715, + [SMALL_STATE(2782)] = 83735, + [SMALL_STATE(2783)] = 83751, + [SMALL_STATE(2784)] = 83771, + [SMALL_STATE(2785)] = 83791, + [SMALL_STATE(2786)] = 83811, + [SMALL_STATE(2787)] = 83831, + [SMALL_STATE(2788)] = 83851, + [SMALL_STATE(2789)] = 83871, + [SMALL_STATE(2790)] = 83891, + [SMALL_STATE(2791)] = 83907, + [SMALL_STATE(2792)] = 83927, + [SMALL_STATE(2793)] = 83945, + [SMALL_STATE(2794)] = 83961, + [SMALL_STATE(2795)] = 83981, + [SMALL_STATE(2796)] = 83999, + [SMALL_STATE(2797)] = 84019, + [SMALL_STATE(2798)] = 84035, + [SMALL_STATE(2799)] = 84055, + [SMALL_STATE(2800)] = 84073, + [SMALL_STATE(2801)] = 84091, + [SMALL_STATE(2802)] = 84111, + [SMALL_STATE(2803)] = 84131, + [SMALL_STATE(2804)] = 84149, + [SMALL_STATE(2805)] = 84165, + [SMALL_STATE(2806)] = 84185, + [SMALL_STATE(2807)] = 84205, + [SMALL_STATE(2808)] = 84223, + [SMALL_STATE(2809)] = 84241, + [SMALL_STATE(2810)] = 84257, + [SMALL_STATE(2811)] = 84277, + [SMALL_STATE(2812)] = 84293, + [SMALL_STATE(2813)] = 84313, + [SMALL_STATE(2814)] = 84333, + [SMALL_STATE(2815)] = 84353, + [SMALL_STATE(2816)] = 84373, + [SMALL_STATE(2817)] = 84393, + [SMALL_STATE(2818)] = 84411, + [SMALL_STATE(2819)] = 84431, + [SMALL_STATE(2820)] = 84451, + [SMALL_STATE(2821)] = 84467, + [SMALL_STATE(2822)] = 84487, + [SMALL_STATE(2823)] = 84505, + [SMALL_STATE(2824)] = 84523, + [SMALL_STATE(2825)] = 84543, + [SMALL_STATE(2826)] = 84563, + [SMALL_STATE(2827)] = 84583, + [SMALL_STATE(2828)] = 84601, + [SMALL_STATE(2829)] = 84619, + [SMALL_STATE(2830)] = 84639, + [SMALL_STATE(2831)] = 84659, + [SMALL_STATE(2832)] = 84679, + [SMALL_STATE(2833)] = 84695, + [SMALL_STATE(2834)] = 84711, + [SMALL_STATE(2835)] = 84731, + [SMALL_STATE(2836)] = 84751, + [SMALL_STATE(2837)] = 84769, + [SMALL_STATE(2838)] = 84789, + [SMALL_STATE(2839)] = 84809, + [SMALL_STATE(2840)] = 84827, + [SMALL_STATE(2841)] = 84845, + [SMALL_STATE(2842)] = 84861, + [SMALL_STATE(2843)] = 84881, + [SMALL_STATE(2844)] = 84901, + [SMALL_STATE(2845)] = 84917, + [SMALL_STATE(2846)] = 84937, + [SMALL_STATE(2847)] = 84957, + [SMALL_STATE(2848)] = 84977, + [SMALL_STATE(2849)] = 84997, + [SMALL_STATE(2850)] = 85017, + [SMALL_STATE(2851)] = 85035, + [SMALL_STATE(2852)] = 85053, + [SMALL_STATE(2853)] = 85069, + [SMALL_STATE(2854)] = 85089, + [SMALL_STATE(2855)] = 85105, + [SMALL_STATE(2856)] = 85125, + [SMALL_STATE(2857)] = 85145, + [SMALL_STATE(2858)] = 85165, + [SMALL_STATE(2859)] = 85181, + [SMALL_STATE(2860)] = 85197, + [SMALL_STATE(2861)] = 85213, + [SMALL_STATE(2862)] = 85233, + [SMALL_STATE(2863)] = 85251, + [SMALL_STATE(2864)] = 85267, + [SMALL_STATE(2865)] = 85283, + [SMALL_STATE(2866)] = 85303, + [SMALL_STATE(2867)] = 85323, + [SMALL_STATE(2868)] = 85343, + [SMALL_STATE(2869)] = 85359, + [SMALL_STATE(2870)] = 85375, + [SMALL_STATE(2871)] = 85395, + [SMALL_STATE(2872)] = 85413, + [SMALL_STATE(2873)] = 85431, + [SMALL_STATE(2874)] = 85451, + [SMALL_STATE(2875)] = 85471, + [SMALL_STATE(2876)] = 85491, + [SMALL_STATE(2877)] = 85511, + [SMALL_STATE(2878)] = 85531, + [SMALL_STATE(2879)] = 85549, + [SMALL_STATE(2880)] = 85565, + [SMALL_STATE(2881)] = 85581, + [SMALL_STATE(2882)] = 85601, + [SMALL_STATE(2883)] = 85617, + [SMALL_STATE(2884)] = 85633, + [SMALL_STATE(2885)] = 85653, + [SMALL_STATE(2886)] = 85671, + [SMALL_STATE(2887)] = 85691, + [SMALL_STATE(2888)] = 85711, + [SMALL_STATE(2889)] = 85729, + [SMALL_STATE(2890)] = 85749, + [SMALL_STATE(2891)] = 85769, + [SMALL_STATE(2892)] = 85789, + [SMALL_STATE(2893)] = 85807, + [SMALL_STATE(2894)] = 85827, + [SMALL_STATE(2895)] = 85847, + [SMALL_STATE(2896)] = 85867, + [SMALL_STATE(2897)] = 85887, + [SMALL_STATE(2898)] = 85905, + [SMALL_STATE(2899)] = 85925, + [SMALL_STATE(2900)] = 85945, + [SMALL_STATE(2901)] = 85965, + [SMALL_STATE(2902)] = 85985, + [SMALL_STATE(2903)] = 86005, + [SMALL_STATE(2904)] = 86025, + [SMALL_STATE(2905)] = 86045, + [SMALL_STATE(2906)] = 86065, + [SMALL_STATE(2907)] = 86081, + [SMALL_STATE(2908)] = 86101, + [SMALL_STATE(2909)] = 86121, + [SMALL_STATE(2910)] = 86141, + [SMALL_STATE(2911)] = 86161, + [SMALL_STATE(2912)] = 86181, + [SMALL_STATE(2913)] = 86201, + [SMALL_STATE(2914)] = 86221, + [SMALL_STATE(2915)] = 86241, + [SMALL_STATE(2916)] = 86261, + [SMALL_STATE(2917)] = 86281, + [SMALL_STATE(2918)] = 86301, + [SMALL_STATE(2919)] = 86321, + [SMALL_STATE(2920)] = 86341, + [SMALL_STATE(2921)] = 86361, + [SMALL_STATE(2922)] = 86381, + [SMALL_STATE(2923)] = 86401, + [SMALL_STATE(2924)] = 86421, + [SMALL_STATE(2925)] = 86441, + [SMALL_STATE(2926)] = 86461, + [SMALL_STATE(2927)] = 86479, + [SMALL_STATE(2928)] = 86495, + [SMALL_STATE(2929)] = 86515, + [SMALL_STATE(2930)] = 86535, + [SMALL_STATE(2931)] = 86555, + [SMALL_STATE(2932)] = 86575, + [SMALL_STATE(2933)] = 86595, + [SMALL_STATE(2934)] = 86615, + [SMALL_STATE(2935)] = 86635, + [SMALL_STATE(2936)] = 86655, + [SMALL_STATE(2937)] = 86675, + [SMALL_STATE(2938)] = 86695, + [SMALL_STATE(2939)] = 86711, + [SMALL_STATE(2940)] = 86731, + [SMALL_STATE(2941)] = 86751, + [SMALL_STATE(2942)] = 86771, + [SMALL_STATE(2943)] = 86791, + [SMALL_STATE(2944)] = 86811, + [SMALL_STATE(2945)] = 86829, + [SMALL_STATE(2946)] = 86847, + [SMALL_STATE(2947)] = 86867, + [SMALL_STATE(2948)] = 86887, + [SMALL_STATE(2949)] = 86907, + [SMALL_STATE(2950)] = 86927, + [SMALL_STATE(2951)] = 86943, + [SMALL_STATE(2952)] = 86963, + [SMALL_STATE(2953)] = 86983, + [SMALL_STATE(2954)] = 87003, + [SMALL_STATE(2955)] = 87023, + [SMALL_STATE(2956)] = 87043, + [SMALL_STATE(2957)] = 87063, + [SMALL_STATE(2958)] = 87079, + [SMALL_STATE(2959)] = 87099, + [SMALL_STATE(2960)] = 87119, + [SMALL_STATE(2961)] = 87139, + [SMALL_STATE(2962)] = 87159, + [SMALL_STATE(2963)] = 87175, + [SMALL_STATE(2964)] = 87195, + [SMALL_STATE(2965)] = 87215, + [SMALL_STATE(2966)] = 87235, + [SMALL_STATE(2967)] = 87255, + [SMALL_STATE(2968)] = 87275, + [SMALL_STATE(2969)] = 87295, + [SMALL_STATE(2970)] = 87315, + [SMALL_STATE(2971)] = 87335, + [SMALL_STATE(2972)] = 87355, + [SMALL_STATE(2973)] = 87375, + [SMALL_STATE(2974)] = 87391, + [SMALL_STATE(2975)] = 87411, + [SMALL_STATE(2976)] = 87431, + [SMALL_STATE(2977)] = 87451, + [SMALL_STATE(2978)] = 87467, + [SMALL_STATE(2979)] = 87483, + [SMALL_STATE(2980)] = 87503, + [SMALL_STATE(2981)] = 87523, + [SMALL_STATE(2982)] = 87543, + [SMALL_STATE(2983)] = 87559, + [SMALL_STATE(2984)] = 87575, + [SMALL_STATE(2985)] = 87591, + [SMALL_STATE(2986)] = 87607, + [SMALL_STATE(2987)] = 87625, + [SMALL_STATE(2988)] = 87645, + [SMALL_STATE(2989)] = 87665, + [SMALL_STATE(2990)] = 87685, + [SMALL_STATE(2991)] = 87705, + [SMALL_STATE(2992)] = 87725, + [SMALL_STATE(2993)] = 87745, + [SMALL_STATE(2994)] = 87765, + [SMALL_STATE(2995)] = 87785, + [SMALL_STATE(2996)] = 87805, + [SMALL_STATE(2997)] = 87821, + [SMALL_STATE(2998)] = 87841, + [SMALL_STATE(2999)] = 87857, + [SMALL_STATE(3000)] = 87875, + [SMALL_STATE(3001)] = 87895, + [SMALL_STATE(3002)] = 87915, + [SMALL_STATE(3003)] = 87933, + [SMALL_STATE(3004)] = 87951, + [SMALL_STATE(3005)] = 87971, + [SMALL_STATE(3006)] = 87991, + [SMALL_STATE(3007)] = 88009, + [SMALL_STATE(3008)] = 88029, + [SMALL_STATE(3009)] = 88047, + [SMALL_STATE(3010)] = 88067, + [SMALL_STATE(3011)] = 88083, + [SMALL_STATE(3012)] = 88101, + [SMALL_STATE(3013)] = 88117, + [SMALL_STATE(3014)] = 88137, + [SMALL_STATE(3015)] = 88157, + [SMALL_STATE(3016)] = 88177, + [SMALL_STATE(3017)] = 88197, + [SMALL_STATE(3018)] = 88217, + [SMALL_STATE(3019)] = 88237, + [SMALL_STATE(3020)] = 88257, + [SMALL_STATE(3021)] = 88277, + [SMALL_STATE(3022)] = 88297, + [SMALL_STATE(3023)] = 88317, + [SMALL_STATE(3024)] = 88337, + [SMALL_STATE(3025)] = 88357, + [SMALL_STATE(3026)] = 88375, + [SMALL_STATE(3027)] = 88395, + [SMALL_STATE(3028)] = 88415, + [SMALL_STATE(3029)] = 88435, + [SMALL_STATE(3030)] = 88455, + [SMALL_STATE(3031)] = 88475, + [SMALL_STATE(3032)] = 88495, + [SMALL_STATE(3033)] = 88515, + [SMALL_STATE(3034)] = 88531, + [SMALL_STATE(3035)] = 88551, + [SMALL_STATE(3036)] = 88571, + [SMALL_STATE(3037)] = 88591, + [SMALL_STATE(3038)] = 88611, + [SMALL_STATE(3039)] = 88631, + [SMALL_STATE(3040)] = 88649, + [SMALL_STATE(3041)] = 88669, + [SMALL_STATE(3042)] = 88685, + [SMALL_STATE(3043)] = 88705, + [SMALL_STATE(3044)] = 88725, + [SMALL_STATE(3045)] = 88745, + [SMALL_STATE(3046)] = 88765, + [SMALL_STATE(3047)] = 88785, + [SMALL_STATE(3048)] = 88803, + [SMALL_STATE(3049)] = 88819, + [SMALL_STATE(3050)] = 88839, + [SMALL_STATE(3051)] = 88859, + [SMALL_STATE(3052)] = 88879, + [SMALL_STATE(3053)] = 88896, + [SMALL_STATE(3054)] = 88913, + [SMALL_STATE(3055)] = 88930, + [SMALL_STATE(3056)] = 88947, + [SMALL_STATE(3057)] = 88964, + [SMALL_STATE(3058)] = 88981, + [SMALL_STATE(3059)] = 88998, + [SMALL_STATE(3060)] = 89015, + [SMALL_STATE(3061)] = 89032, + [SMALL_STATE(3062)] = 89049, + [SMALL_STATE(3063)] = 89066, + [SMALL_STATE(3064)] = 89083, + [SMALL_STATE(3065)] = 89098, + [SMALL_STATE(3066)] = 89115, + [SMALL_STATE(3067)] = 89132, + [SMALL_STATE(3068)] = 89147, + [SMALL_STATE(3069)] = 89164, + [SMALL_STATE(3070)] = 89179, + [SMALL_STATE(3071)] = 89196, + [SMALL_STATE(3072)] = 89213, + [SMALL_STATE(3073)] = 89228, + [SMALL_STATE(3074)] = 89245, + [SMALL_STATE(3075)] = 89262, + [SMALL_STATE(3076)] = 89279, + [SMALL_STATE(3077)] = 89296, + [SMALL_STATE(3078)] = 89313, + [SMALL_STATE(3079)] = 89330, + [SMALL_STATE(3080)] = 89347, + [SMALL_STATE(3081)] = 89362, + [SMALL_STATE(3082)] = 89379, + [SMALL_STATE(3083)] = 89396, + [SMALL_STATE(3084)] = 89413, + [SMALL_STATE(3085)] = 89430, + [SMALL_STATE(3086)] = 89445, + [SMALL_STATE(3087)] = 89462, + [SMALL_STATE(3088)] = 89479, + [SMALL_STATE(3089)] = 89496, + [SMALL_STATE(3090)] = 89513, + [SMALL_STATE(3091)] = 89530, + [SMALL_STATE(3092)] = 89547, + [SMALL_STATE(3093)] = 89564, + [SMALL_STATE(3094)] = 89581, + [SMALL_STATE(3095)] = 89596, + [SMALL_STATE(3096)] = 89613, + [SMALL_STATE(3097)] = 89628, + [SMALL_STATE(3098)] = 89645, + [SMALL_STATE(3099)] = 89662, + [SMALL_STATE(3100)] = 89679, + [SMALL_STATE(3101)] = 89694, + [SMALL_STATE(3102)] = 89709, + [SMALL_STATE(3103)] = 89726, + [SMALL_STATE(3104)] = 89743, + [SMALL_STATE(3105)] = 89760, + [SMALL_STATE(3106)] = 89777, + [SMALL_STATE(3107)] = 89794, + [SMALL_STATE(3108)] = 89809, + [SMALL_STATE(3109)] = 89826, + [SMALL_STATE(3110)] = 89841, + [SMALL_STATE(3111)] = 89858, + [SMALL_STATE(3112)] = 89875, + [SMALL_STATE(3113)] = 89890, + [SMALL_STATE(3114)] = 89907, + [SMALL_STATE(3115)] = 89924, + [SMALL_STATE(3116)] = 89941, + [SMALL_STATE(3117)] = 89958, + [SMALL_STATE(3118)] = 89975, + [SMALL_STATE(3119)] = 89992, + [SMALL_STATE(3120)] = 90009, + [SMALL_STATE(3121)] = 90024, + [SMALL_STATE(3122)] = 90039, + [SMALL_STATE(3123)] = 90056, + [SMALL_STATE(3124)] = 90071, + [SMALL_STATE(3125)] = 90088, + [SMALL_STATE(3126)] = 90105, + [SMALL_STATE(3127)] = 90120, + [SMALL_STATE(3128)] = 90137, + [SMALL_STATE(3129)] = 90154, + [SMALL_STATE(3130)] = 90169, + [SMALL_STATE(3131)] = 90186, + [SMALL_STATE(3132)] = 90203, + [SMALL_STATE(3133)] = 90220, + [SMALL_STATE(3134)] = 90237, + [SMALL_STATE(3135)] = 90254, + [SMALL_STATE(3136)] = 90271, + [SMALL_STATE(3137)] = 90288, + [SMALL_STATE(3138)] = 90305, + [SMALL_STATE(3139)] = 90320, + [SMALL_STATE(3140)] = 90337, + [SMALL_STATE(3141)] = 90354, + [SMALL_STATE(3142)] = 90371, + [SMALL_STATE(3143)] = 90388, + [SMALL_STATE(3144)] = 90403, + [SMALL_STATE(3145)] = 90418, + [SMALL_STATE(3146)] = 90435, + [SMALL_STATE(3147)] = 90452, + [SMALL_STATE(3148)] = 90469, + [SMALL_STATE(3149)] = 90486, + [SMALL_STATE(3150)] = 90503, + [SMALL_STATE(3151)] = 90520, + [SMALL_STATE(3152)] = 90537, + [SMALL_STATE(3153)] = 90554, + [SMALL_STATE(3154)] = 90569, + [SMALL_STATE(3155)] = 90586, + [SMALL_STATE(3156)] = 90603, + [SMALL_STATE(3157)] = 90620, + [SMALL_STATE(3158)] = 90635, + [SMALL_STATE(3159)] = 90652, + [SMALL_STATE(3160)] = 90669, + [SMALL_STATE(3161)] = 90686, + [SMALL_STATE(3162)] = 90701, + [SMALL_STATE(3163)] = 90718, + [SMALL_STATE(3164)] = 90733, + [SMALL_STATE(3165)] = 90750, + [SMALL_STATE(3166)] = 90767, + [SMALL_STATE(3167)] = 90784, + [SMALL_STATE(3168)] = 90801, + [SMALL_STATE(3169)] = 90818, + [SMALL_STATE(3170)] = 90835, + [SMALL_STATE(3171)] = 90852, + [SMALL_STATE(3172)] = 90869, + [SMALL_STATE(3173)] = 90886, + [SMALL_STATE(3174)] = 90903, + [SMALL_STATE(3175)] = 90920, + [SMALL_STATE(3176)] = 90937, + [SMALL_STATE(3177)] = 90954, + [SMALL_STATE(3178)] = 90971, + [SMALL_STATE(3179)] = 90988, + [SMALL_STATE(3180)] = 91005, + [SMALL_STATE(3181)] = 91022, + [SMALL_STATE(3182)] = 91037, + [SMALL_STATE(3183)] = 91054, + [SMALL_STATE(3184)] = 91071, + [SMALL_STATE(3185)] = 91088, + [SMALL_STATE(3186)] = 91103, + [SMALL_STATE(3187)] = 91120, + [SMALL_STATE(3188)] = 91137, + [SMALL_STATE(3189)] = 91154, + [SMALL_STATE(3190)] = 91169, + [SMALL_STATE(3191)] = 91186, + [SMALL_STATE(3192)] = 91203, + [SMALL_STATE(3193)] = 91220, + [SMALL_STATE(3194)] = 91237, + [SMALL_STATE(3195)] = 91254, + [SMALL_STATE(3196)] = 91271, + [SMALL_STATE(3197)] = 91288, + [SMALL_STATE(3198)] = 91305, + [SMALL_STATE(3199)] = 91320, + [SMALL_STATE(3200)] = 91337, + [SMALL_STATE(3201)] = 91354, + [SMALL_STATE(3202)] = 91371, + [SMALL_STATE(3203)] = 91388, + [SMALL_STATE(3204)] = 91405, + [SMALL_STATE(3205)] = 91422, + [SMALL_STATE(3206)] = 91439, + [SMALL_STATE(3207)] = 91456, + [SMALL_STATE(3208)] = 91471, + [SMALL_STATE(3209)] = 91488, + [SMALL_STATE(3210)] = 91505, + [SMALL_STATE(3211)] = 91520, + [SMALL_STATE(3212)] = 91537, + [SMALL_STATE(3213)] = 91554, + [SMALL_STATE(3214)] = 91569, + [SMALL_STATE(3215)] = 91586, + [SMALL_STATE(3216)] = 91603, + [SMALL_STATE(3217)] = 91620, + [SMALL_STATE(3218)] = 91635, + [SMALL_STATE(3219)] = 91650, + [SMALL_STATE(3220)] = 91667, + [SMALL_STATE(3221)] = 91684, + [SMALL_STATE(3222)] = 91701, + [SMALL_STATE(3223)] = 91718, + [SMALL_STATE(3224)] = 91733, + [SMALL_STATE(3225)] = 91750, + [SMALL_STATE(3226)] = 91767, + [SMALL_STATE(3227)] = 91782, + [SMALL_STATE(3228)] = 91799, + [SMALL_STATE(3229)] = 91816, + [SMALL_STATE(3230)] = 91833, + [SMALL_STATE(3231)] = 91848, + [SMALL_STATE(3232)] = 91865, + [SMALL_STATE(3233)] = 91882, + [SMALL_STATE(3234)] = 91897, + [SMALL_STATE(3235)] = 91912, + [SMALL_STATE(3236)] = 91929, + [SMALL_STATE(3237)] = 91946, + [SMALL_STATE(3238)] = 91963, + [SMALL_STATE(3239)] = 91980, + [SMALL_STATE(3240)] = 91997, + [SMALL_STATE(3241)] = 92014, + [SMALL_STATE(3242)] = 92031, + [SMALL_STATE(3243)] = 92048, + [SMALL_STATE(3244)] = 92065, + [SMALL_STATE(3245)] = 92082, + [SMALL_STATE(3246)] = 92099, + [SMALL_STATE(3247)] = 92116, + [SMALL_STATE(3248)] = 92133, + [SMALL_STATE(3249)] = 92148, + [SMALL_STATE(3250)] = 92165, + [SMALL_STATE(3251)] = 92182, + [SMALL_STATE(3252)] = 92199, + [SMALL_STATE(3253)] = 92216, + [SMALL_STATE(3254)] = 92233, + [SMALL_STATE(3255)] = 92250, + [SMALL_STATE(3256)] = 92265, + [SMALL_STATE(3257)] = 92282, + [SMALL_STATE(3258)] = 92299, + [SMALL_STATE(3259)] = 92316, + [SMALL_STATE(3260)] = 92333, + [SMALL_STATE(3261)] = 92350, + [SMALL_STATE(3262)] = 92367, + [SMALL_STATE(3263)] = 92384, + [SMALL_STATE(3264)] = 92399, + [SMALL_STATE(3265)] = 92416, + [SMALL_STATE(3266)] = 92431, + [SMALL_STATE(3267)] = 92448, + [SMALL_STATE(3268)] = 92463, + [SMALL_STATE(3269)] = 92480, + [SMALL_STATE(3270)] = 92497, + [SMALL_STATE(3271)] = 92514, + [SMALL_STATE(3272)] = 92531, + [SMALL_STATE(3273)] = 92548, + [SMALL_STATE(3274)] = 92565, + [SMALL_STATE(3275)] = 92582, + [SMALL_STATE(3276)] = 92597, + [SMALL_STATE(3277)] = 92614, + [SMALL_STATE(3278)] = 92629, + [SMALL_STATE(3279)] = 92646, + [SMALL_STATE(3280)] = 92663, + [SMALL_STATE(3281)] = 92680, + [SMALL_STATE(3282)] = 92697, + [SMALL_STATE(3283)] = 92714, + [SMALL_STATE(3284)] = 92731, + [SMALL_STATE(3285)] = 92746, + [SMALL_STATE(3286)] = 92763, + [SMALL_STATE(3287)] = 92780, + [SMALL_STATE(3288)] = 92797, + [SMALL_STATE(3289)] = 92814, + [SMALL_STATE(3290)] = 92831, + [SMALL_STATE(3291)] = 92848, + [SMALL_STATE(3292)] = 92865, + [SMALL_STATE(3293)] = 92882, + [SMALL_STATE(3294)] = 92899, + [SMALL_STATE(3295)] = 92916, + [SMALL_STATE(3296)] = 92933, + [SMALL_STATE(3297)] = 92950, + [SMALL_STATE(3298)] = 92965, + [SMALL_STATE(3299)] = 92982, + [SMALL_STATE(3300)] = 92999, + [SMALL_STATE(3301)] = 93016, + [SMALL_STATE(3302)] = 93031, + [SMALL_STATE(3303)] = 93048, + [SMALL_STATE(3304)] = 93065, + [SMALL_STATE(3305)] = 93080, + [SMALL_STATE(3306)] = 93097, + [SMALL_STATE(3307)] = 93112, + [SMALL_STATE(3308)] = 93129, + [SMALL_STATE(3309)] = 93146, + [SMALL_STATE(3310)] = 93161, + [SMALL_STATE(3311)] = 93176, + [SMALL_STATE(3312)] = 93193, + [SMALL_STATE(3313)] = 93210, + [SMALL_STATE(3314)] = 93227, + [SMALL_STATE(3315)] = 93244, + [SMALL_STATE(3316)] = 93261, + [SMALL_STATE(3317)] = 93278, + [SMALL_STATE(3318)] = 93295, + [SMALL_STATE(3319)] = 93312, + [SMALL_STATE(3320)] = 93329, + [SMALL_STATE(3321)] = 93346, + [SMALL_STATE(3322)] = 93363, + [SMALL_STATE(3323)] = 93380, + [SMALL_STATE(3324)] = 93397, + [SMALL_STATE(3325)] = 93414, + [SMALL_STATE(3326)] = 93429, + [SMALL_STATE(3327)] = 93446, + [SMALL_STATE(3328)] = 93463, + [SMALL_STATE(3329)] = 93480, + [SMALL_STATE(3330)] = 93497, + [SMALL_STATE(3331)] = 93514, + [SMALL_STATE(3332)] = 93531, + [SMALL_STATE(3333)] = 93545, + [SMALL_STATE(3334)] = 93559, + [SMALL_STATE(3335)] = 93573, + [SMALL_STATE(3336)] = 93587, + [SMALL_STATE(3337)] = 93601, + [SMALL_STATE(3338)] = 93615, + [SMALL_STATE(3339)] = 93629, + [SMALL_STATE(3340)] = 93643, + [SMALL_STATE(3341)] = 93657, + [SMALL_STATE(3342)] = 93671, + [SMALL_STATE(3343)] = 93685, + [SMALL_STATE(3344)] = 93699, + [SMALL_STATE(3345)] = 93713, + [SMALL_STATE(3346)] = 93727, + [SMALL_STATE(3347)] = 93741, + [SMALL_STATE(3348)] = 93755, + [SMALL_STATE(3349)] = 93769, + [SMALL_STATE(3350)] = 93783, + [SMALL_STATE(3351)] = 93797, + [SMALL_STATE(3352)] = 93811, + [SMALL_STATE(3353)] = 93825, + [SMALL_STATE(3354)] = 93839, + [SMALL_STATE(3355)] = 93853, + [SMALL_STATE(3356)] = 93867, + [SMALL_STATE(3357)] = 93881, + [SMALL_STATE(3358)] = 93895, + [SMALL_STATE(3359)] = 93909, + [SMALL_STATE(3360)] = 93923, + [SMALL_STATE(3361)] = 93937, + [SMALL_STATE(3362)] = 93951, + [SMALL_STATE(3363)] = 93965, + [SMALL_STATE(3364)] = 93979, + [SMALL_STATE(3365)] = 93993, + [SMALL_STATE(3366)] = 94007, + [SMALL_STATE(3367)] = 94021, + [SMALL_STATE(3368)] = 94035, + [SMALL_STATE(3369)] = 94049, + [SMALL_STATE(3370)] = 94063, + [SMALL_STATE(3371)] = 94077, + [SMALL_STATE(3372)] = 94091, + [SMALL_STATE(3373)] = 94105, + [SMALL_STATE(3374)] = 94119, + [SMALL_STATE(3375)] = 94133, + [SMALL_STATE(3376)] = 94147, + [SMALL_STATE(3377)] = 94161, + [SMALL_STATE(3378)] = 94175, + [SMALL_STATE(3379)] = 94189, + [SMALL_STATE(3380)] = 94203, + [SMALL_STATE(3381)] = 94217, + [SMALL_STATE(3382)] = 94231, + [SMALL_STATE(3383)] = 94245, + [SMALL_STATE(3384)] = 94259, + [SMALL_STATE(3385)] = 94273, + [SMALL_STATE(3386)] = 94287, + [SMALL_STATE(3387)] = 94301, + [SMALL_STATE(3388)] = 94315, + [SMALL_STATE(3389)] = 94329, + [SMALL_STATE(3390)] = 94343, + [SMALL_STATE(3391)] = 94357, + [SMALL_STATE(3392)] = 94371, + [SMALL_STATE(3393)] = 94385, + [SMALL_STATE(3394)] = 94399, + [SMALL_STATE(3395)] = 94413, + [SMALL_STATE(3396)] = 94427, + [SMALL_STATE(3397)] = 94441, + [SMALL_STATE(3398)] = 94455, + [SMALL_STATE(3399)] = 94469, + [SMALL_STATE(3400)] = 94483, + [SMALL_STATE(3401)] = 94497, + [SMALL_STATE(3402)] = 94511, + [SMALL_STATE(3403)] = 94525, + [SMALL_STATE(3404)] = 94539, + [SMALL_STATE(3405)] = 94553, + [SMALL_STATE(3406)] = 94567, + [SMALL_STATE(3407)] = 94581, + [SMALL_STATE(3408)] = 94595, + [SMALL_STATE(3409)] = 94609, + [SMALL_STATE(3410)] = 94623, + [SMALL_STATE(3411)] = 94637, + [SMALL_STATE(3412)] = 94651, + [SMALL_STATE(3413)] = 94665, + [SMALL_STATE(3414)] = 94679, + [SMALL_STATE(3415)] = 94693, + [SMALL_STATE(3416)] = 94707, + [SMALL_STATE(3417)] = 94721, + [SMALL_STATE(3418)] = 94735, + [SMALL_STATE(3419)] = 94749, + [SMALL_STATE(3420)] = 94763, + [SMALL_STATE(3421)] = 94777, + [SMALL_STATE(3422)] = 94791, + [SMALL_STATE(3423)] = 94805, + [SMALL_STATE(3424)] = 94819, + [SMALL_STATE(3425)] = 94833, + [SMALL_STATE(3426)] = 94847, + [SMALL_STATE(3427)] = 94861, + [SMALL_STATE(3428)] = 94875, + [SMALL_STATE(3429)] = 94889, + [SMALL_STATE(3430)] = 94903, + [SMALL_STATE(3431)] = 94917, + [SMALL_STATE(3432)] = 94931, + [SMALL_STATE(3433)] = 94945, + [SMALL_STATE(3434)] = 94959, + [SMALL_STATE(3435)] = 94973, + [SMALL_STATE(3436)] = 94987, + [SMALL_STATE(3437)] = 95001, + [SMALL_STATE(3438)] = 95015, + [SMALL_STATE(3439)] = 95029, + [SMALL_STATE(3440)] = 95043, + [SMALL_STATE(3441)] = 95057, + [SMALL_STATE(3442)] = 95071, + [SMALL_STATE(3443)] = 95085, + [SMALL_STATE(3444)] = 95099, + [SMALL_STATE(3445)] = 95113, + [SMALL_STATE(3446)] = 95127, + [SMALL_STATE(3447)] = 95141, + [SMALL_STATE(3448)] = 95155, + [SMALL_STATE(3449)] = 95169, + [SMALL_STATE(3450)] = 95183, + [SMALL_STATE(3451)] = 95197, + [SMALL_STATE(3452)] = 95211, + [SMALL_STATE(3453)] = 95225, + [SMALL_STATE(3454)] = 95239, + [SMALL_STATE(3455)] = 95253, + [SMALL_STATE(3456)] = 95267, + [SMALL_STATE(3457)] = 95281, + [SMALL_STATE(3458)] = 95295, + [SMALL_STATE(3459)] = 95309, + [SMALL_STATE(3460)] = 95323, + [SMALL_STATE(3461)] = 95337, + [SMALL_STATE(3462)] = 95351, + [SMALL_STATE(3463)] = 95365, + [SMALL_STATE(3464)] = 95379, + [SMALL_STATE(3465)] = 95393, + [SMALL_STATE(3466)] = 95407, + [SMALL_STATE(3467)] = 95421, + [SMALL_STATE(3468)] = 95435, + [SMALL_STATE(3469)] = 95449, + [SMALL_STATE(3470)] = 95463, + [SMALL_STATE(3471)] = 95477, + [SMALL_STATE(3472)] = 95491, + [SMALL_STATE(3473)] = 95505, + [SMALL_STATE(3474)] = 95519, + [SMALL_STATE(3475)] = 95533, + [SMALL_STATE(3476)] = 95547, + [SMALL_STATE(3477)] = 95561, + [SMALL_STATE(3478)] = 95575, + [SMALL_STATE(3479)] = 95589, + [SMALL_STATE(3480)] = 95603, + [SMALL_STATE(3481)] = 95617, + [SMALL_STATE(3482)] = 95631, + [SMALL_STATE(3483)] = 95645, + [SMALL_STATE(3484)] = 95659, + [SMALL_STATE(3485)] = 95673, + [SMALL_STATE(3486)] = 95687, + [SMALL_STATE(3487)] = 95701, + [SMALL_STATE(3488)] = 95715, + [SMALL_STATE(3489)] = 95729, + [SMALL_STATE(3490)] = 95743, + [SMALL_STATE(3491)] = 95757, + [SMALL_STATE(3492)] = 95771, + [SMALL_STATE(3493)] = 95785, + [SMALL_STATE(3494)] = 95799, + [SMALL_STATE(3495)] = 95813, + [SMALL_STATE(3496)] = 95827, + [SMALL_STATE(3497)] = 95841, + [SMALL_STATE(3498)] = 95855, + [SMALL_STATE(3499)] = 95869, + [SMALL_STATE(3500)] = 95883, + [SMALL_STATE(3501)] = 95897, + [SMALL_STATE(3502)] = 95911, + [SMALL_STATE(3503)] = 95925, + [SMALL_STATE(3504)] = 95939, + [SMALL_STATE(3505)] = 95953, + [SMALL_STATE(3506)] = 95967, + [SMALL_STATE(3507)] = 95981, + [SMALL_STATE(3508)] = 95995, + [SMALL_STATE(3509)] = 96009, + [SMALL_STATE(3510)] = 96023, + [SMALL_STATE(3511)] = 96037, + [SMALL_STATE(3512)] = 96051, + [SMALL_STATE(3513)] = 96065, + [SMALL_STATE(3514)] = 96079, + [SMALL_STATE(3515)] = 96093, + [SMALL_STATE(3516)] = 96107, + [SMALL_STATE(3517)] = 96121, + [SMALL_STATE(3518)] = 96135, + [SMALL_STATE(3519)] = 96149, + [SMALL_STATE(3520)] = 96163, + [SMALL_STATE(3521)] = 96177, + [SMALL_STATE(3522)] = 96191, + [SMALL_STATE(3523)] = 96205, + [SMALL_STATE(3524)] = 96219, + [SMALL_STATE(3525)] = 96233, + [SMALL_STATE(3526)] = 96247, + [SMALL_STATE(3527)] = 96261, + [SMALL_STATE(3528)] = 96275, + [SMALL_STATE(3529)] = 96289, + [SMALL_STATE(3530)] = 96303, + [SMALL_STATE(3531)] = 96317, + [SMALL_STATE(3532)] = 96331, + [SMALL_STATE(3533)] = 96345, + [SMALL_STATE(3534)] = 96359, + [SMALL_STATE(3535)] = 96373, + [SMALL_STATE(3536)] = 96387, + [SMALL_STATE(3537)] = 96401, + [SMALL_STATE(3538)] = 96415, + [SMALL_STATE(3539)] = 96429, + [SMALL_STATE(3540)] = 96443, + [SMALL_STATE(3541)] = 96457, + [SMALL_STATE(3542)] = 96471, + [SMALL_STATE(3543)] = 96485, + [SMALL_STATE(3544)] = 96499, + [SMALL_STATE(3545)] = 96513, + [SMALL_STATE(3546)] = 96527, + [SMALL_STATE(3547)] = 96541, + [SMALL_STATE(3548)] = 96555, + [SMALL_STATE(3549)] = 96569, + [SMALL_STATE(3550)] = 96583, + [SMALL_STATE(3551)] = 96597, + [SMALL_STATE(3552)] = 96611, + [SMALL_STATE(3553)] = 96625, + [SMALL_STATE(3554)] = 96639, + [SMALL_STATE(3555)] = 96653, + [SMALL_STATE(3556)] = 96667, + [SMALL_STATE(3557)] = 96681, + [SMALL_STATE(3558)] = 96695, + [SMALL_STATE(3559)] = 96709, + [SMALL_STATE(3560)] = 96723, + [SMALL_STATE(3561)] = 96737, + [SMALL_STATE(3562)] = 96751, + [SMALL_STATE(3563)] = 96765, + [SMALL_STATE(3564)] = 96779, + [SMALL_STATE(3565)] = 96793, + [SMALL_STATE(3566)] = 96807, + [SMALL_STATE(3567)] = 96821, + [SMALL_STATE(3568)] = 96835, + [SMALL_STATE(3569)] = 96849, + [SMALL_STATE(3570)] = 96863, + [SMALL_STATE(3571)] = 96877, + [SMALL_STATE(3572)] = 96891, + [SMALL_STATE(3573)] = 96905, + [SMALL_STATE(3574)] = 96919, + [SMALL_STATE(3575)] = 96933, + [SMALL_STATE(3576)] = 96947, + [SMALL_STATE(3577)] = 96961, + [SMALL_STATE(3578)] = 96975, + [SMALL_STATE(3579)] = 96989, + [SMALL_STATE(3580)] = 97003, + [SMALL_STATE(3581)] = 97017, + [SMALL_STATE(3582)] = 97031, + [SMALL_STATE(3583)] = 97045, + [SMALL_STATE(3584)] = 97059, + [SMALL_STATE(3585)] = 97073, + [SMALL_STATE(3586)] = 97087, + [SMALL_STATE(3587)] = 97101, + [SMALL_STATE(3588)] = 97115, + [SMALL_STATE(3589)] = 97129, + [SMALL_STATE(3590)] = 97143, + [SMALL_STATE(3591)] = 97157, + [SMALL_STATE(3592)] = 97171, + [SMALL_STATE(3593)] = 97185, + [SMALL_STATE(3594)] = 97199, + [SMALL_STATE(3595)] = 97213, + [SMALL_STATE(3596)] = 97227, + [SMALL_STATE(3597)] = 97241, + [SMALL_STATE(3598)] = 97255, + [SMALL_STATE(3599)] = 97269, + [SMALL_STATE(3600)] = 97283, + [SMALL_STATE(3601)] = 97297, + [SMALL_STATE(3602)] = 97311, + [SMALL_STATE(3603)] = 97325, + [SMALL_STATE(3604)] = 97339, + [SMALL_STATE(3605)] = 97353, + [SMALL_STATE(3606)] = 97367, + [SMALL_STATE(3607)] = 97381, + [SMALL_STATE(3608)] = 97395, + [SMALL_STATE(3609)] = 97409, + [SMALL_STATE(3610)] = 97423, + [SMALL_STATE(3611)] = 97437, + [SMALL_STATE(3612)] = 97451, + [SMALL_STATE(3613)] = 97465, + [SMALL_STATE(3614)] = 97479, + [SMALL_STATE(3615)] = 97493, + [SMALL_STATE(3616)] = 97507, + [SMALL_STATE(3617)] = 97521, + [SMALL_STATE(3618)] = 97535, + [SMALL_STATE(3619)] = 97549, + [SMALL_STATE(3620)] = 97563, + [SMALL_STATE(3621)] = 97577, + [SMALL_STATE(3622)] = 97591, + [SMALL_STATE(3623)] = 97605, + [SMALL_STATE(3624)] = 97619, + [SMALL_STATE(3625)] = 97633, + [SMALL_STATE(3626)] = 97647, + [SMALL_STATE(3627)] = 97661, + [SMALL_STATE(3628)] = 97675, + [SMALL_STATE(3629)] = 97689, + [SMALL_STATE(3630)] = 97703, + [SMALL_STATE(3631)] = 97717, + [SMALL_STATE(3632)] = 97731, + [SMALL_STATE(3633)] = 97735, + [SMALL_STATE(3634)] = 97739, + [SMALL_STATE(3635)] = 97743, + [SMALL_STATE(3636)] = 97747, + [SMALL_STATE(3637)] = 97751, + [SMALL_STATE(3638)] = 97755, }; 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(2303), - [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2481), + [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2299), + [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), [7] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0, 0, 0), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3286), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3586), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3123), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2534), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3481), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1972), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2337), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3363), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3573), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3411), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36), - [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3130), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2557), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1413), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), - [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3308), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3585), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3397), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3233), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2524), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3582), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2309), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3492), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3443), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3444), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3300), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2585), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3537), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), - [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), - [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), - [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3575), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), + [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), [125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0), - [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), [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(1515), - [136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(736), - [139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2595), - [142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(145), - [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(2), - [151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(291), - [154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1496), - [157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(238), - [160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(789), - [163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(857), - [166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3298), - [172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3286), - [175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3586), - [178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2058), - [181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(39), - [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(1365), - [190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1059), - [193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3454), - [196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3123), - [199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(827), - [202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1062), - [205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(181), - [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(816), - [214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2534), - [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(315), - [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3481), - [223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1972), - [226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(41), - [229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2337), - [232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3363), - [235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3573), - [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3411), - [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1527), - [244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2042), - [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1898), - [250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(166), - [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2057), - [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(36), - [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3130), - [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2557), - [265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1489), - [268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2524), - [271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1413), - [274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1501), - [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3537), - [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1988), - [283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1501), - [286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3563), - [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), - [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), - [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), - [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), - [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), + [133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1529), + [136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(520), + [139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2682), + [142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(185), + [145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(144), + [148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(34), + [151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(281), + [154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1504), + [157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(223), + [160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(788), + [163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(845), + [166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(39), + [169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3253), + [172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3308), + [175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3585), + [178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2064), + [181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(37), + [184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2069), + [187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1295), + [190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1058), + [193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3397), + [196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3233), + [199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(823), + [202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1355), + [205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(155), + [208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(856), + [211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(822), + [214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2524), + [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(282), + [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3582), + [223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1975), + [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(2309), + [232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3492), + [235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3443), + [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3444), + [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1532), + [244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2049), + [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1897), + [250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(186), + [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2084), + [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(38), + [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3300), + [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2585), + [265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1470), + [268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2722), + [271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1450), + [274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1502), + [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3575), + [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1992), + [283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1502), + [286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3427), + [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), + [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), + [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), + [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), + [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), [341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_expression, 2, 0, 0), - [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2663), + [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2690), [347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_expression, 2, 0, 0), - [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), - [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2421), - [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2531), - [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), - [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), - [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), - [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), - [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2627), - [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), - [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2789), - [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2637), - [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), - [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629), - [375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1, 0, 0), - [377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1, 0, 0), - [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), - [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), - [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(857), + [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), + [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2483), + [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2583), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416), + [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), + [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2687), + [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), + [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3026), + [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2717), + [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), + [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2688), + [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(223), + [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), + [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), - [387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 2, 0, 0), - [389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 2, 0, 0), - [391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 1, 0, 0), - [393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 1, 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(3418), - [401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_expression, 1, 0, 0), - [403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_expression, 1, 0, 0), - [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), + [387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_expression, 1, 0, 0), + [389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_expression, 1, 0, 0), + [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3428), + [393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1, 0, 0), + [395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1, 0, 0), + [397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 1, 0, 0), + [399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 1, 0, 0), + [401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 2, 0, 0), + [403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 2, 0, 0), + [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2731), - [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), - [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292), - [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), - [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2461), - [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44), - [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2620), - [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), - [425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1573), - [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), - [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), - [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), - [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2596), - [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), - [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), - [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2952), - [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2549), - [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), - [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46), - [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3151), - [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), - [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), - [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), - [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), - [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1647), - [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3494), - [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), - [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3634), - [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), - [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), - [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), - [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), - [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57), - [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), - [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), - [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), - [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2903), - [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), - [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3070), - [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), - [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3351), - [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), - [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), - [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), - [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1582), - [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), - [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), - [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2959), - [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), - [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3153), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), - [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), - [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), - [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58), - [527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(170), - [530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(171), - [533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(68), + [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2738), + [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), + [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), + [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2506), + [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(48), + [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2648), + [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1590), + [425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586), + [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), + [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), + [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), + [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2624), + [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), + [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), + [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2867), + [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2596), + [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), + [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44), + [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3140), + [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2625), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), + [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), + [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), + [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3486), + [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), + [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), + [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), + [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3620), + [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), + [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1572), + [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), + [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), + [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57), + [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), + [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), + [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498), + [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), + [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2943), + [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), + [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3155), + [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), + [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3343), + [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), + [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), + [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), + [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), + [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), + [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), + [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3062), + [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), + [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), + [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), + [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(189), + [530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(157), + [533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(75), [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(69), - [541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(70), - [544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(171), - [547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(3491), - [550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(177), - [553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2619), - [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(173), - [562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(3543), - [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), - [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), - [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3491), - [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), - [587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), - [591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), - [593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), - [597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), - [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [601] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(152), - [604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(171), - [607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(91), - [610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), - [612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(92), - [615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(93), - [618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(171), - [621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3470), - [624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(177), - [627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(2619), - [630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(180), - [633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(152), - [636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3543), - [639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(214), - [642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(213), - [645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(107), - [648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), - [650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(108), - [653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(109), - [656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(213), - [659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(214), - [662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(199), - [665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(2546), - [668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3490), - [674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), - [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), - [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), - [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), - [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), - [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), - [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), - [702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), - [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3470), - [712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), - [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), - [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), - [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), - [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), - [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), - [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), - [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), - [754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__token_pattern, 1, 0, 0), - [756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__token_pattern, 1, 0, 0), - [758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), - [760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(171), - [763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), - [765] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(171), - [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), - [772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), - [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), - [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), - [780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1057), - [783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(145), - [786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(134), - [789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), - [791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(10), - [794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(291), - [797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1496), - [800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(238), - [803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(789), - [806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(857), - [809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(38), - [812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3298), - [815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3463), - [818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3586), - [821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2421), - [824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(39), - [827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2531), - [830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1365), - [833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1453), - [836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(831), - [839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1019), - [842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(188), - [845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2627), - [848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(338), - [851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(41), - [854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2789), - [857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2637), - [860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(189), - [863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(36), - [866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3130), - [869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2629), - [872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1489), - [875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2524), - [878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1413), - [881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1501), - [884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3537), - [887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1501), - [890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3563), - [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), - [897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 1, 0, 0), - [899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 1, 0, 0), - [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fragment_specifier, 1, 0, 0), - [913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fragment_specifier, 1, 0, 0), - [915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_binding_pattern, 3, 0, 198), - [917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_binding_pattern, 3, 0, 198), - [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [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__non_delim_token, 1, 0, 0), - [933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__non_delim_token, 1, 0, 0), - [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 6, 0, 0), - [939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 6, 0, 0), - [941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 4, 0, 0), - [943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 4, 0, 0), - [945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 5, 0, 0), - [947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 5, 0, 0), - [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 6, 0, 0), - [953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 6, 0, 0), - [955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), - [967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), - [971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 1, 0, 0), - [975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 1, 0, 0), - [977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree_pattern, 2, 0, 0), - [979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree_pattern, 2, 0, 0), - [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), - [983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree_pattern, 3, 0, 0), - [985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree_pattern, 3, 0, 0), - [987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree, 3, 0, 0), - [989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree, 3, 0, 0), - [991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 1, 0, 0), - [993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 1, 0, 0), - [995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 1, 0, 0), - [997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 1, 0, 0), - [999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [1001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(213), - [1004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(213), - [1007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1, 0, 0), - [1009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1, 0, 0), - [1011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2, 0, 0), - [1013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2, 0, 0), - [1015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [1021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), - [1023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 3, 0, 0), - [1025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 3, 0, 0), - [1027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, 0, 0), - [1029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, 0, 0), - [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [1033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree, 2, 0, 0), - [1035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree, 2, 0, 0), + [538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(76), + [541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(77), + [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(3346), + [550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(173), + [553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2647), + [556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(175), + [559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(197), + [562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(3532), + [565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(206), + [568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(205), + [571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(113), + [574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), + [576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(114), + [579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(115), + [582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(205), + [585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(206), + [588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(211), + [591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(2594), + [594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(199), + [597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3483), + [600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(169), + [603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(157), + [606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(99), + [609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), + [611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(100), + [614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(101), + [617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(157), + [620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3611), + [623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(173), + [626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(2647), + [629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(175), + [632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(169), + [635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3532), + [638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), + [640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), + [652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), + [654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), + [658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), + [664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), + [666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), + [674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), + [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), + [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), + [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), + [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), + [698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), + [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), + [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3611), + [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), + [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), + [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), + [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), + [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), + [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), + [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), + [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), + [750] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1060), + [753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(185), + [756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(144), + [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(281), + [767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1504), + [770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(223), + [773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(788), + [776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(845), + [779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(39), + [782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3253), + [785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3565), + [788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3585), + [791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2483), + [794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(37), + [797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2583), + [800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1295), + [803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1416), + [806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(832), + [809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1020), + [812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(187), + [815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2687), + [818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(344), + [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(3026), + [827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2717), + [830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(188), + [833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(38), + [836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3300), + [839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2688), + [842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1470), + [845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2722), + [848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1450), + [851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1502), + [854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3575), + [857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1502), + [860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3427), + [863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), + [865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(157), + [868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), + [870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(157), + [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), + [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), + [881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 1, 0, 0), + [883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 1, 0, 0), + [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), + [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), + [889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__token_pattern, 1, 0, 0), + [891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__token_pattern, 1, 0, 0), + [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), + [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), + [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 6, 0, 0), + [905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 6, 0, 0), + [907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 4, 0, 0), + [909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 4, 0, 0), + [911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 5, 0, 0), + [913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 5, 0, 0), + [915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 6, 0, 0), + [917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 6, 0, 0), + [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 1, 0, 0), + [929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 1, 0, 0), + [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), + [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), + [941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 1, 0, 0), + [943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 1, 0, 0), + [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree_pattern, 2, 0, 0), + [949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree_pattern, 2, 0, 0), + [951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fragment_specifier, 1, 0, 0), + [953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fragment_specifier, 1, 0, 0), + [955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree_pattern, 3, 0, 0), + [957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree_pattern, 3, 0, 0), + [959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree, 2, 0, 0), + [965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree, 2, 0, 0), + [967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree, 3, 0, 0), + [969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree, 3, 0, 0), + [971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), + [975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_binding_pattern, 3, 0, 198), + [977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_binding_pattern, 3, 0, 198), + [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), + [987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [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}}, REDUCE(sym_token_repetition_pattern, 4, 0, 0), + [995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 4, 0, 0), + [997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1, 0, 0), + [999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1, 0, 0), + [1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), + [1005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2, 0, 0), + [1007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2, 0, 0), + [1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [1011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 3, 0, 0), + [1013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 3, 0, 0), + [1015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, 0, 0), + [1017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, 0, 0), + [1019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__non_delim_token, 1, 0, 0), + [1021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__non_delim_token, 1, 0, 0), + [1023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 5, 0, 0), + [1025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 5, 0, 0), + [1027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [1029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(205), + [1032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(205), + [1035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2013), [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), @@ -192799,1058 +192702,1058 @@ static const TSParseActionEntry ts_parse_actions[] = { [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(64), - [1055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), - [1057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3184), - [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), - [1063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3132), - [1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), - [1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), - [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [1085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470), - [1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), - [1091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1057), - [1094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(145), - [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(134), - [1102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(10), - [1105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(291), - [1108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1496), - [1111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(238), - [1114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(789), - [1117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(857), - [1120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [1123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3298), - [1126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3586), - [1129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2421), - [1132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(39), - [1135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2531), - [1138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1365), - [1141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1453), - [1144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(831), - [1147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1019), - [1150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(188), - [1153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2627), - [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(41), - [1162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2789), - [1165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2637), - [1168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(189), - [1171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(36), - [1174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3130), - [1177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2629), - [1180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1489), - [1183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2524), - [1186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1413), - [1189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1501), - [1192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3537), - [1195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1501), - [1198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3563), - [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [1203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), - [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [1207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803), - [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [1211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), - [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [1217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), - [1219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3279), - [1221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), - [1223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3075), - [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [1231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2485), - [1233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2599), - [1235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), - [1237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), - [1239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), - [1241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2544), - [1243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), - [1245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2656), - [1247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), - [1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2545), - [1251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 3, 0, 30), - [1253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 3, 0, 30), - [1255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2335), - [1257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), - [1259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0), + [1053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), + [1055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), + [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [1059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), + [1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), + [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3181), + [1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [1081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), + [1083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3112), + [1085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), + [1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), + [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), + [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), + [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3121), + [1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), + [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), + [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3069), + [1117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1060), + [1120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(185), + [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(144), + [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(281), + [1134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1504), + [1137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(223), + [1140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(788), + [1143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(845), + [1146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(39), + [1149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3253), + [1152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3585), + [1155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2483), + [1158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(37), + [1161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2583), + [1164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1295), + [1167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1416), + [1170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(832), + [1173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1020), + [1176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(187), + [1179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2687), + [1182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(344), + [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(3026), + [1191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2717), + [1194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(188), + [1197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(38), + [1200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3300), + [1203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2688), + [1206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1470), + [1209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2722), + [1212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1450), + [1215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1502), + [1218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3575), + [1221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1502), + [1224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3427), + [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [1229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2449), + [1231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2627), + [1233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), + [1235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), + [1237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), + [1239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2592), + [1241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), + [1243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2695), + [1245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), + [1247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), + [1249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 3, 0, 30), + [1251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 3, 0, 30), + [1253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2366), + [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [1257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 5, 0, 0), + [1259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 5, 0, 0), [1261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 6, 0, 0), [1263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 6, 0, 0), - [1265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 5, 0, 0), - [1267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 5, 0, 0), - [1269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 4, 0, 0), - [1271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 4, 0, 0), - [1273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), - [1275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), - [1277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, 0, 76), - [1279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, 0, 76), - [1281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974), - [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), - [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [1293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), - [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), - [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [1303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2439), - [1305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), - [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), - [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), - [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), - [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), - [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3472), - [1317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2387), - [1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2127), - [1321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), - [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3143), - [1325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3574), - [1327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), - [1329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), - [1331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), - [1333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), - [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495), - [1337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), - [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), - [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), - [1343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), - [1345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2280), - [1347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2657), - [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), - [1353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), - [1355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), - [1357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_except_range, 1, 0, 0), - [1359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_except_range, 1, 0, 0), - [1361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gen_block, 3, 0, 0), - [1363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gen_block, 3, 0, 0), - [1365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsafe_block, 2, 0, 0), - [1367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsafe_block, 2, 0, 0), - [1369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), - [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), - [1375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), - [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [1379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2444), - [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), - [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), - [1385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956), - [1387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), - [1389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2285), - [1391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2717), - [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [1395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_async_block, 2, 0, 0), - [1397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_async_block, 2, 0, 0), - [1399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_async_block, 3, 0, 0), - [1401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_async_block, 3, 0, 0), - [1403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_block, 2, 0, 0), - [1405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_block, 2, 0, 0), - [1407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_expression, 3, 0, 38), - [1409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_expression, 3, 0, 38), - [1411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 3, 0, 0), - [1413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 3, 0, 0), - [1415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 3, 0, 39), - [1417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 3, 0, 39), - [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [1421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2475), - [1423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), - [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), - [1427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), - [1429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 2, 0, 0), - [1431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 2, 0, 0), - [1433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expression, 7, 0, 242), - [1435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expression, 7, 0, 242), - [1437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 3, 0, 33), - [1439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 3, 0, 33), - [1441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [1443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2420), - [1445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), - [1447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gen_block, 2, 0, 0), - [1449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gen_block, 2, 0, 0), - [1451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_expression, 2, 0, 8), - [1453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_expression, 2, 0, 8), - [1455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_block, 2, 0, 8), - [1457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_block, 2, 0, 8), - [1459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_expression, 4, 0, 99), - [1461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_expression, 4, 0, 99), - [1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1, 0, 0), - [1465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1, 0, 0), - [1467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_expression, 5, 0, 146), - [1469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_expression, 5, 0, 146), - [1471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), - [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), - [1475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 3, 0, 28), - [1477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 3, 0, 28), - [1479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expression, 5, 0, 116), - [1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expression, 5, 0, 116), - [1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 0), - [1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 0), - [1487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 4, 0, 0), - [1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 4, 0, 0), - [1491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), - [1493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), - [1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [1499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [1501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [1503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [1505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [1509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [1511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [1515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [1517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), - [1519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [1521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), - [1523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2938), - [1525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), - [1527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3127), - [1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), - [1531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), - [1533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2495), - [1535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2433), - [1537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2476), - [1539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2612), - [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1967), - [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [1545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), - [1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [1265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), + [1267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), + [1269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), + [1271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0), + [1273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 4, 0, 0), + [1275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 4, 0, 0), + [1277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expression, 5, 0, 116), + [1279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expression, 5, 0, 116), + [1281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_expression, 4, 0, 99), + [1283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_expression, 4, 0, 99), + [1285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_block, 2, 0, 0), + [1287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_block, 2, 0, 0), + [1289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 3, 0, 28), + [1291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 3, 0, 28), + [1293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 3, 0, 33), + [1295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 3, 0, 33), + [1297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsafe_block, 2, 0, 0), + [1299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsafe_block, 2, 0, 0), + [1301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1962), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), + [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), + [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), + [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2438), + [1325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), + [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), + [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), + [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), + [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), + [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3471), + [1337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2383), + [1339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2131), + [1341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1953), + [1343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3097), + [1345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3478), + [1347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), + [1349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), + [1351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), + [1353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), + [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), + [1357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), + [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), + [1363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), + [1365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2305), + [1367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2728), + [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), + [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), + [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), + [1377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_expression, 3, 0, 38), + [1379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_expression, 3, 0, 38), + [1381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974), + [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [1387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), + [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [1391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2417), + [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), + [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), + [1397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), + [1399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), + [1401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2294), + [1403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2684), + [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), + [1407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), + [1409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), + [1411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_except_range, 1, 0, 0), + [1413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_except_range, 1, 0, 0), + [1415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 0), + [1417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 0), + [1419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gen_block, 3, 0, 0), + [1421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gen_block, 3, 0, 0), + [1423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 3, 0, 0), + [1425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 3, 0, 0), + [1427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_async_block, 2, 0, 0), + [1429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_async_block, 2, 0, 0), + [1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1, 0, 0), + [1433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1, 0, 0), + [1435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_expression, 5, 0, 146), + [1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_expression, 5, 0, 146), + [1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_block, 2, 0, 8), + [1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_block, 2, 0, 8), + [1443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), + [1445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2507), + [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), + [1449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 4, 0, 0), + [1451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 4, 0, 0), + [1453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_async_block, 3, 0, 0), + [1455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_async_block, 3, 0, 0), + [1457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expression, 7, 0, 242), + [1459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expression, 7, 0, 242), + [1461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, 0, 76), + [1463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, 0, 76), + [1465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 2, 0, 0), + [1467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 2, 0, 0), + [1469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 3, 0, 39), + [1471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 3, 0, 39), + [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [1475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2433), + [1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), + [1479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gen_block, 2, 0, 0), + [1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gen_block, 2, 0, 0), + [1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_expression, 2, 0, 8), + [1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_expression, 2, 0, 8), + [1487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), + [1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), + [1491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [1493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2584), + [1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), + [1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [1499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [1501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), + [1503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), + [1505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [1509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [1511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), + [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [1515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [1517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), + [1519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), + [1521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), + [1523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2835), + [1525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), + [1527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3116), + [1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), + [1531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), + [1533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2664), + [1535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2505), + [1537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2457), + [1539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2426), + [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), + [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [1545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [1551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), - [1553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), - [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1983), - [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), - [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2729), - [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), - [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2384), - [1565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), - [1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2377), - [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), - [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2381), - [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), - [1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), - [1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2406), - [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), + [1551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), + [1553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), + [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), + [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), + [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2735), + [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), + [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2381), + [1565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), + [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2380), + [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2329), + [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), + [1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2340), + [1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), + [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), [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, 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(2063), - [1597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), - [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), + [1597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1967), + [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), - [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3435), - [1613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2097), - [1615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2659), - [1617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), - [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3361), - [1621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [1623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), - [1625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), - [1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [1629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [1631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [1633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [1635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [1637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [1639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2342), + [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3630), + [1613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), + [1615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2636), + [1617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), + [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3353), + [1621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), + [1623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [1625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), + [1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [1629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), + [1631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [1633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), + [1635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [1637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [1639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2359), [1641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 3, 0, 173), [1643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, 0, 173), - [1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), + [1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), [1647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [1649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [1653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2287), + [1649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), + [1653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2284), [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), - [1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [1661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2757), - [1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), - [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), - [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), - [1669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2548), - [1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), - [1673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), - [1675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), - [1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), - [1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), - [1681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2389), - [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2665), - [1685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), - [1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), - [1689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, 0, 117), - [1691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 117), - [1693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [1695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [1697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), - [1699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 85), - [1701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 85), - [1703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 211), - [1705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 211), - [1707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 212), - [1709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 212), - [1711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 213), - [1713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 213), - [1715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 165), - [1717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 165), - [1719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 214), - [1721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 214), - [1723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 167), - [1725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 167), - [1727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 215), - [1729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 215), - [1731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 216), - [1733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 216), - [1735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 217), - [1737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 217), - [1739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 218), - [1741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 218), - [1743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 162), - [1745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 162), - [1747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 7, 0, 219), - [1749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 7, 0, 219), - [1751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 7, 0, 202), - [1753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 7, 0, 202), - [1755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 5, 0, 0), - [1757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 5, 0, 0), - [1759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 181), - [1761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 181), - [1763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 222), - [1765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 222), - [1767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 223), - [1769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 223), - [1771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 224), - [1773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 224), - [1775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 225), - [1777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 225), - [1779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 226), - [1781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 226), - [1783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 227), - [1785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 227), - [1787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 228), - [1789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 228), - [1791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 229), - [1793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 229), - [1795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 230), - [1797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 230), - [1799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 189), - [1801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 189), - [1803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 231), - [1805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 231), - [1807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 232), - [1809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 232), - [1811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 233), - [1813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 233), - [1815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 7, 0, 138), - [1817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 7, 0, 138), - [1819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 192), - [1821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 192), - [1823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 234), - [1825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 234), - [1827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 235), - [1829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 235), - [1831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 236), - [1833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 236), - [1835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 237), - [1837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 237), - [1839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 7, 0, 238), - [1841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 7, 0, 238), - [1843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 239), - [1845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 239), - [1847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 240), - [1849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 240), - [1851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 196), - [1853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 196), - [1855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 241), - [1857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 241), + [1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [1661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2950), + [1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), + [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), + [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), + [1669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2595), + [1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), + [1673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), + [1675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), + [1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), + [1681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2352), + [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2702), + [1685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), + [1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), + [1689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [1691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [1693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [1695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, 0, 117), + [1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 117), + [1699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 136), + [1701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 136), + [1703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 10, 0, 278), + [1705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 10, 0, 278), + [1707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 10, 0, 274), + [1709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 10, 0, 274), + [1711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 10, 0, 279), + [1713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 10, 0, 279), + [1715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 3, 0, 34), + [1717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 3, 0, 34), + [1719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 112), + [1721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 112), + [1723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 3, 0, 7), + [1725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 3, 0, 7), + [1727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 3, 0, 29), + [1729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 3, 0, 29), + [1731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 3, 0, 29), + [1733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 3, 0, 29), + [1735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 3, 0, 7), + [1737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 3, 0, 7), + [1739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 133), + [1741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 133), + [1743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 3, 0, 29), + [1745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 3, 0, 29), + [1747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 3, 0, 22), + [1749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 3, 0, 22), + [1751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 3, 0, 37), + [1753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_declaration, 3, 0, 37), + [1755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 6, 0, 6), + [1757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 6, 0, 6), + [1759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 3, 0, 31), + [1761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 3, 0, 31), + [1763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 3, 0, 32), + [1765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 3, 0, 32), + [1767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 134), + [1769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 134), + [1771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 64), + [1773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 64), + [1775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 135), + [1777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 135), + [1779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 4, 0, 0), + [1781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 4, 0, 0), + [1783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 136), + [1785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 136), + [1787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 113), + [1789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 113), + [1791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 157), + [1793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 157), + [1795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 158), + [1797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 158), + [1799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 159), + [1801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 159), + [1803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2, 0, 0), + [1805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2, 0, 0), + [1807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3184), + [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [1811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), + [1813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [1815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3485), + [1817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), + [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), + [1821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2256), + [1823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2226), + [1825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3627), + [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3297), + [1829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3176), + [1831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), + [1833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), + [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3335), + [1837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2899), + [1839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3336), + [1841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3337), + [1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3338), + [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2900), + [1847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2227), + [1849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), + [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), + [1853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3345), + [1855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), + [1857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), [1859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 6, 0, 0), [1861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 6, 0, 0), - [1863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 205), - [1865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 205), - [1867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 245), - [1869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 245), - [1871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 210), - [1873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 210), - [1875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 246), - [1877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 246), - [1879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 212), - [1881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 212), - [1883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 247), - [1885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 247), - [1887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 248), - [1889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 248), - [1891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 249), - [1893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 249), - [1895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 250), - [1897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 250), - [1899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 4, 0, 54), - [1901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 4, 0, 54), - [1903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 8, 0, 251), - [1905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 8, 0, 251), - [1907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 6, 0, 0), - [1909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 6, 0, 0), - [1911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 222), - [1913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 222), - [1915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 253), - [1917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 253), - [1919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 224), - [1921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 224), - [1923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 254), - [1925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 254), - [1927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 255), - [1929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 255), - [1931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 256), - [1933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 256), - [1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 257), - [1937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 257), - [1939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 258), - [1941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 258), - [1943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 226), - [1945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 226), - [1947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 259), - [1949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 259), - [1951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 228), - [1953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 228), - [1955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 260), - [1957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 260), - [1959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 261), - [1961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 261), - [1963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 262), - [1965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 262), - [1967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 232), - [1969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 232), - [1971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 263), - [1973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 263), - [1975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 8, 0, 251), - [1977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 8, 0, 251), - [1979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 8, 0, 264), - [1981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 8, 0, 264), - [1983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 4, 0, 6), - [1985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 4, 0, 6), - [1987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 234), - [1989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 234), - [1991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 8, 0, 265), - [1993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 8, 0, 265), - [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 239), - [1997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 239), - [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 266), - [2001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 266), - [2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 267), - [2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 267), - [2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 268), - [2009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 268), - [2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 9, 0, 269), - [2013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 9, 0, 269), - [2015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 9, 0, 270), - [2017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 9, 0, 270), - [2019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 255), - [2021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 255), - [2023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 271), - [2025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 271), - [2027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 257), - [2029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 257), - [2031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 272), - [2033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 272), - [2035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 261), - [2037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 261), - [2039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 273), - [2041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 273), - [2043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 274), - [2045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 274), - [2047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 275), - [2049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 275), - [2051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 267), - [2053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 267), - [2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 276), - [2057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 276), - [2059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 10, 0, 277), - [2061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 10, 0, 277), - [2063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 10, 0, 278), - [2065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 10, 0, 278), - [2067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 10, 0, 274), - [2069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 10, 0, 274), - [2071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 10, 0, 279), - [2073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 10, 0, 279), - [2075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 163), - [2077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 163), - [2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 121), - [2081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 121), - [2083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 164), - [2085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 164), - [2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 165), - [2089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 165), - [2091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 166), - [2093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 166), - [2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 167), - [2097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 167), - [2099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_item, 4, 0, 0), - [2101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_item, 4, 0, 0), - [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 168), - [2105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 168), - [2107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 124), - [2109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 124), - [2111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 2, 0, 0), - [2113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 2, 0, 0), - [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 169), - [2117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 169), - [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 170), - [2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 170), - [2123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 72), - [2125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 72), - [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 73), - [2129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 73), - [2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 3, 0, 29), - [2133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 3, 0, 29), - [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 4, 0, 74), - [2137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 4, 0, 74), - [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 4, 0, 75), - [2141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 4, 0, 75), - [2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 171), - [2145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 171), - [2147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 172), - [2149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 172), - [2151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 80), - [2153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 80), - [2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 157), - [2157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 157), - [2159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 3, 0, 7), - [2161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 3, 0, 7), - [2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 81), - [2165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 81), - [2167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 6, 0, 175), - [2169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 6, 0, 175), - [2171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 22), - [2173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 22), - [2175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 82), - [2177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 82), - [2179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 4, 0, 83), - [2181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 4, 0, 83), - [2183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 3, 0, 29), - [2185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 3, 0, 29), - [2187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2, 0, 0), - [2189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2, 0, 0), - [2191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 29), - [2193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 29), - [2195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 72), - [2197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 72), - [2199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 4, 0, 0), - [2201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 4, 0, 0), - [2203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 85), - [2205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 85), - [2207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 73), - [2209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 73), - [2211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 73), - [2213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 73), - [2215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 180), - [2217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 180), - [2219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 131), - [2221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 131), - [2223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 181), - [2225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 181), - [2227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 6, 0, 132), - [2229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 6, 0, 132), - [2231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 133), - [2233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 133), - [2235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 182), - [2237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 182), - [2239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 183), - [2241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 183), - [2243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 184), - [2245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 184), - [2247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 185), - [2249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 185), - [2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 72), - [2253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 72), - [2255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 86), - [2257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 86), - [2259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 73), - [2261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 73), - [2263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 7), - [2265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 7), - [2267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 113), - [2269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 113), - [2271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 72), - [2273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 72), - [2275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 73), - [2277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 73), - [2279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 6, 0, 186), - [2281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 6, 0, 186), - [2283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 64), - [2285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 64), - [2287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 88), - [2289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 88), - [2291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 89), - [2293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 89), - [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 4, 0, 94), - [2297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 4, 0, 94), - [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3, 0, 0), - [2301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3, 0, 0), - [2303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3165), - [2306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1080), - [2309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2735), - [2312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), - [2314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3545), - [2317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(857), - [2320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3250), - [2323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3306), - [2326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2387), - [2329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2265), - [2332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2236), - [2335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3633), - [2338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3307), - [2341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3135), - [2344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(858), - [2347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(818), - [2350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3343), - [2353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1972), - [2356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2944), - [2359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3344), - [2362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3345), - [2365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3346), - [2368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2950), - [2371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2238), - [2374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1891), - [2377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2088), - [2380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3353), - [2383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2013), - [2386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3353), - [2389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 89), - [2391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 89), - [2393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 4, 0, 94), - [2395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 4, 0, 94), - [2397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 4, 0, 95), - [2399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 4, 0, 95), - [2401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 96), - [2403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 96), - [2405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 89), - [2407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 89), - [2409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 89), - [2411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 89), - [2413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 4, 0, 97), - [2415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_declaration, 4, 0, 97), - [2417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 189), - [2419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 189), - [2421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 190), - [2423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 190), - [2425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 5, 0, 54), - [2427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 5, 0, 54), - [2429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 141), - [2431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 141), - [2433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 191), - [2435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 191), - [2437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 6, 0, 175), - [2439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 6, 0, 175), - [2441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 6, 0, 184), - [2443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 6, 0, 184), - [2445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 5, 0, 6), - [2447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 5, 0, 6), - [2449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0), - [2451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0), - [2453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 89), - [2455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 89), - [2457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 138), - [2459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 138), - [2461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3165), - [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), - [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [2469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3545), - [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), - [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), - [2475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2265), - [2477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), - [2479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3633), - [2481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3307), - [2483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3135), - [2485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), - [2487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), - [2489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3343), - [2491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2944), - [2493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3344), - [2495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3345), - [2497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), - [2499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2950), - [2501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), - [2503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), - [2505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), - [2507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3353), - [2509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2013), - [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), - [2513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 184), - [2515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 184), - [2517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 192), - [2519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 192), - [2521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 6, 0, 184), - [2523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 6, 0, 184), - [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [2527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inner_attribute_item, 5, 0, 0), - [2529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inner_attribute_item, 5, 0, 0), - [2531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 5, 0, 111), - [2533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 5, 0, 111), - [2535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 3, 0, 29), - [2537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 3, 0, 29), - [2539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 2, 0, 0), - [2541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 2, 0, 0), - [2543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 3, 0, 0), - [2545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 3, 0, 0), - [2547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 193), - [2549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 193), - [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [2553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 112), - [2555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 112), - [2557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 113), - [2559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 113), - [2561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 114), - [2563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 114), - [2565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 74), - [2567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 74), - [2569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 115), - [2571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 115), - [2573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 2, 0, 8), - [2575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 2, 0, 8), - [2577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 194), - [2579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 194), - [2581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 195), - [2583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 195), - [2585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 196), - [2587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 196), - [2589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 121), - [2591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 121), - [2593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 122), - [2595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 122), - [2597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 80), - [2599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 80), - [2601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 197), - [2603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 197), - [2605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 3, 0, 37), - [2607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_declaration, 3, 0, 37), - [2609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 123), - [2611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 123), - [2613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 124), - [2615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 124), - [2617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 125), - [2619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 125), - [2621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 101), - [2623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 101), - [2625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2, 0, 0), - [2627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2, 0, 0), - [2629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), - [2631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), - [2633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 117), - [2635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 117), - [2637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 126), - [2639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 126), - [2641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 3, 0, 22), - [2643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 3, 0, 22), - [2645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 3, 0, 31), - [2647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 3, 0, 31), - [2649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2032), - [2652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(762), - [2655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(780), - [2658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2287), - [2661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3189), - [2664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(823), - [2667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(829), - [2670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(857), - [2673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2757), - [2676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3021), - [2679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3182), - [2682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3329), - [2685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2548), - [2688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2139), - [2691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(825), - [2694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(806), - [2697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2364), - [2700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2598), - [2703] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2389), - [2706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2665), - [2709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2665), - [2712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3525), - [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [2717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 3, 0, 0), - [2719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 3, 0, 0), - [2721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 5, 0, 111), - [2723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 5, 0, 111), - [2725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 3, 0, 44), - [2727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 3, 0, 44), - [2729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 7, 0, 54), - [2731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 7, 0, 54), - [2733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3, 0, 0), - [2735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3, 0, 0), - [2737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 7, 0, 6), - [2739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 7, 0, 6), - [2741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 158), - [2743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 158), - [2745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 159), - [2747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 159), - [2749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 29), - [2751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 29), - [2753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 73), - [2755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 73), - [2757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 112), - [2759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 112), - [2761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 129), - [2763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 129), - [2765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 112), - [2767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 112), - [2769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 130), - [2771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 130), - [2773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 5, 0, 131), - [2775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 5, 0, 131), - [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 87), - [2779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 87), - [2781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 85), - [2783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 85), - [2785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 132), - [2787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 132), - [2789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 112), - [2791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 112), - [2793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 133), - [2795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 133), - [2797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 134), - [2799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 134), - [2801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 64), - [2803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 64), - [2805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 135), - [2807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 135), - [2809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 136), - [2811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 136), - [2813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 137), - [2815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 137), - [2817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 138), - [2819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 138), - [2821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 3, 0, 32), - [2823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 3, 0, 32), - [2825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 141), - [2827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 141), - [2829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 142), - [2831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 142), - [2833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 136), - [2835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 136), - [2837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 138), - [2839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 138), - [2841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 89), - [2843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 89), - [2845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 136), - [2847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 136), - [2849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 143), - [2851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 143), - [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 138), - [2855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 138), - [2857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1, 0, 0), - [2859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1, 0, 0), - [2861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 136), - [2863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 136), - [2865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 138), - [2867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 138), - [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 144), - [2871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 144), - [2873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 160), - [2875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 160), - [2877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 5, 0, 145), - [2879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 5, 0, 145), - [2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 161), - [2883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 161), - [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 3, 0, 6), - [2887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 3, 0, 6), - [2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 3, 0, 34), - [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 3, 0, 34), - [2893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 7, 0, 202), - [2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 7, 0, 202), - [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 5, 0, 0), - [2899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 5, 0, 0), - [2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 205), - [2903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 205), - [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 6, 0, 54), - [2907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 6, 0, 54), - [2909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 3, 0, 7), - [2911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 3, 0, 7), - [2913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 6, 0, 6), - [2915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 6, 0, 6), - [2917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 206), - [2919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 206), - [2921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 158), - [2923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 158), - [2925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 207), - [2927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 207), - [2929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 160), - [2931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 160), - [2933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 208), - [2935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 208), - [2937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 162), - [2939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 162), - [2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 209), - [2943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 209), - [2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 3, 0, 29), - [2947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 3, 0, 29), - [2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 210), - [2951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 210), - [2953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 4, 0, 0), - [2955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 4, 0, 0), - [2957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 87), - [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 87), + [1863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 3, 0, 0), + [1865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 3, 0, 0), + [1867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 160), + [1869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 160), + [1871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 3, 0, 44), + [1873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 3, 0, 44), + [1875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 205), + [1877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 205), + [1879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1, 0, 0), + [1881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1, 0, 0), + [1883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 161), + [1885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 161), + [1887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 162), + [1889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 162), + [1891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 245), + [1893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 245), + [1895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 163), + [1897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 163), + [1899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 121), + [1901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 121), + [1903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 164), + [1905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 164), + [1907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 2, 0, 0), + [1909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 2, 0, 0), + [1911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 4, 0, 54), + [1913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 4, 0, 54), + [1915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 4, 0, 6), + [1917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 4, 0, 6), + [1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [1921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 2, 0, 8), + [1923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 2, 0, 8), + [1925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 165), + [1927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 165), + [1929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 166), + [1931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 166), + [1933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 210), + [1935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 210), + [1937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 246), + [1939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 246), + [1941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), + [1943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), + [1945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 212), + [1947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 212), + [1949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 247), + [1951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 247), + [1953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 167), + [1955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 167), + [1957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 248), + [1959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 248), + [1961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 249), + [1963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 249), + [1965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 168), + [1967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 168), + [1969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 124), + [1971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 124), + [1973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 169), + [1975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 169), + [1977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 170), + [1979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 170), + [1981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 137), + [1983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 137), + [1985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 171), + [1987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 171), + [1989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 172), + [1991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 172), + [1993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 250), + [1995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 250), + [1997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 138), + [1999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 138), + [2001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 130), + [2003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 130), + [2005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 6, 0, 175), + [2007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 6, 0, 175), + [2009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 5, 0, 131), + [2011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 5, 0, 131), + [2013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 132), + [2015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 132), + [2017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 8, 0, 251), + [2019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 8, 0, 251), + [2021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 6, 0, 0), + [2023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 6, 0, 0), + [2025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 222), + [2027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 222), + [2029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 253), + [2031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 253), + [2033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 224), + [2035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 224), + [2037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 254), + [2039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 254), + [2041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 255), + [2043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 255), + [2045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 256), + [2047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 256), + [2049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 257), + [2051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 257), + [2053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 258), + [2055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 258), + [2057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 226), + [2059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 226), + [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 259), + [2063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 259), + [2065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 4, 0, 0), + [2067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 4, 0, 0), + [2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 228), + [2071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 228), + [2073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 73), + [2075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 73), + [2077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 180), + [2079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 180), + [2081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 131), + [2083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 131), + [2085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_item, 4, 0, 0), + [2087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_item, 4, 0, 0), + [2089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 181), + [2091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 181), + [2093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 6, 0, 132), + [2095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 6, 0, 132), + [2097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 260), + [2099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 260), + [2101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 133), + [2103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 133), + [2105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 182), + [2107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 182), + [2109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 183), + [2111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 183), + [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 184), + [2115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 184), + [2117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 185), + [2119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 185), + [2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 6, 0, 186), + [2123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 6, 0, 186), + [2125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 189), + [2127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 189), + [2129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 190), + [2131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 190), + [2133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 141), + [2135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 141), + [2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 191), + [2139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 191), + [2141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 6, 0, 175), + [2143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 6, 0, 175), + [2145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 141), + [2147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 141), + [2149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 6, 0, 184), + [2151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 6, 0, 184), + [2153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 89), + [2155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 89), + [2157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 138), + [2159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 138), + [2161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 184), + [2163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 184), + [2165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 192), + [2167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 192), + [2169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 6, 0, 184), + [2171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 6, 0, 184), + [2173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 193), + [2175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 193), + [2177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 194), + [2179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 194), + [2181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 195), + [2183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 195), + [2185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 2, 0, 0), + [2187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 2, 0, 0), + [2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 72), + [2191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 72), + [2193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 261), + [2195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 261), + [2197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 73), + [2199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 73), + [2201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 4, 0, 74), + [2203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 4, 0, 74), + [2205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 196), + [2207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 196), + [2209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 262), + [2211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 262), + [2213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 4, 0, 75), + [2215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 4, 0, 75), + [2217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 232), + [2219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 232), + [2221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 263), + [2223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 263), + [2225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 8, 0, 251), + [2227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 8, 0, 251), + [2229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 197), + [2231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 197), + [2233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 8, 0, 264), + [2235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 8, 0, 264), + [2237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 142), + [2239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 142), + [2241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 80), + [2243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 80), + [2245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 81), + [2247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 81), + [2249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 112), + [2251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 112), + [2253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 22), + [2255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 22), + [2257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 82), + [2259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 82), + [2261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 3, 0, 29), + [2263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 3, 0, 29), + [2265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 4, 0, 83), + [2267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 4, 0, 83), + [2269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 138), + [2271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 138), + [2273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 89), + [2275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 89), + [2277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 136), + [2279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 136), + [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [2283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2, 0, 0), + [2285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2, 0, 0), + [2287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 29), + [2289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 29), + [2291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 72), + [2293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 72), + [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 85), + [2297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 85), + [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 143), + [2301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 143), + [2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 73), + [2305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 73), + [2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 72), + [2309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 72), + [2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 86), + [2313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 86), + [2315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 234), + [2317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 234), + [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [2321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 196), + [2323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 196), + [2325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 7), + [2327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 7), + [2329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 87), + [2331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 87), + [2333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 85), + [2335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 85), + [2337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 72), + [2339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 72), + [2341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 73), + [2343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 73), + [2345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 64), + [2347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 64), + [2349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 138), + [2351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 138), + [2353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 88), + [2355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 88), + [2357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 89), + [2359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 89), + [2361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 4, 0, 94), + [2363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 4, 0, 94), + [2365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 136), + [2367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 136), + [2369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 7, 0, 54), + [2371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 7, 0, 54), + [2373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3, 0, 0), + [2375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3, 0, 0), + [2377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3184), + [2380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1265), + [2383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2739), + [2386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), + [2388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3485), + [2391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(845), + [2394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3226), + [2397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3296), + [2400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2383), + [2403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2256), + [2406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2226), + [2409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3627), + [2412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3297), + [2415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3176), + [2418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(855), + [2421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(825), + [2424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3335), + [2427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1975), + [2430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2899), + [2433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3336), + [2436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3337), + [2439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3338), + [2442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2900), + [2445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2227), + [2448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1875), + [2451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2086), + [2454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3345), + [2457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2004), + [2460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3345), + [2463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 89), + [2465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 89), + [2467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 4, 0, 94), + [2469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 4, 0, 94), + [2471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 4, 0, 95), + [2473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 4, 0, 95), + [2475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 8, 0, 265), + [2477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 8, 0, 265), + [2479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 239), + [2481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 239), + [2483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 7, 0, 6), + [2485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 7, 0, 6), + [2487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 266), + [2489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 266), + [2491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 96), + [2493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 96), + [2495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 89), + [2497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 89), + [2499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 89), + [2501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 89), + [2503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 4, 0, 97), + [2505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_declaration, 4, 0, 97), + [2507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 267), + [2509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 267), + [2511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 268), + [2513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 268), + [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 241), + [2517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 241), + [2519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 138), + [2521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 138), + [2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 144), + [2525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 144), + [2527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 7, 0, 202), + [2529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 7, 0, 202), + [2531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 5, 0, 0), + [2533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 5, 0, 0), + [2535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 5, 0, 145), + [2537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 5, 0, 145), + [2539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 85), + [2541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 85), + [2543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 205), + [2545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 205), + [2547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 206), + [2549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 206), + [2551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 158), + [2553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 158), + [2555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0), + [2557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0), + [2559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 207), + [2561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 207), + [2563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 5, 0, 54), + [2565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 5, 0, 54), + [2567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 160), + [2569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 160), + [2571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 208), + [2573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 208), + [2575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 9, 0, 269), + [2577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 9, 0, 269), + [2579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 5, 0, 6), + [2581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 5, 0, 6), + [2583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 162), + [2585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 162), + [2587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 209), + [2589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 209), + [2591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 210), + [2593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 210), + [2595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 211), + [2597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 211), + [2599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 9, 0, 270), + [2601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 9, 0, 270), + [2603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 212), + [2605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 212), + [2607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 213), + [2609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 213), + [2611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 255), + [2613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 255), + [2615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 165), + [2617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 165), + [2619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 271), + [2621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 271), + [2623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 214), + [2625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 214), + [2627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 257), + [2629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 257), + [2631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 272), + [2633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 272), + [2635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 261), + [2637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 261), + [2639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 273), + [2641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 273), + [2643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 167), + [2645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 167), + [2647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 215), + [2649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 215), + [2651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inner_attribute_item, 5, 0, 0), + [2653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inner_attribute_item, 5, 0, 0), + [2655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 5, 0, 111), + [2657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 5, 0, 111), + [2659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 216), + [2661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 216), + [2663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 217), + [2665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 217), + [2667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 274), + [2669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 274), + [2671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 3, 0, 0), + [2673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 3, 0, 0), + [2675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 218), + [2677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 218), + [2679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 112), + [2681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 112), + [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 113), + [2685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 113), + [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 114), + [2689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 114), + [2691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 74), + [2693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 74), + [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 115), + [2697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 115), + [2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 275), + [2701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 275), + [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 121), + [2705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 121), + [2707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 122), + [2709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 122), + [2711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 80), + [2713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 80), + [2715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 123), + [2717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 123), + [2719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 124), + [2721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 124), + [2723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 125), + [2725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 125), + [2727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 101), + [2729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 101), + [2731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 7, 0, 219), + [2733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 7, 0, 219), + [2735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 117), + [2737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 117), + [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 126), + [2741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 126), + [2743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 87), + [2745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 87), + [2747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 7, 0, 202), + [2749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 7, 0, 202), + [2751] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2018), + [2754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(762), + [2757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(784), + [2760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2284), + [2763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3189), + [2766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(808), + [2769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(810), + [2772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(845), + [2775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2950), + [2778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2957), + [2781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3178), + [2784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3317), + [2787] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2595), + [2790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2113), + [2793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(809), + [2796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(811), + [2799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2371), + [2802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2626), + [2805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2352), + [2808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2702), + [2811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2702), + [2814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3513), + [2817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 267), + [2819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 267), + [2821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 5, 0, 0), + [2823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 5, 0, 0), + [2825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 181), + [2827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 181), + [2829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 5, 0, 111), + [2831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 5, 0, 111), + [2833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 222), + [2835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 222), + [2837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 223), + [2839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 223), + [2841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 224), + [2843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 224), + [2845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 225), + [2847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 225), + [2849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 226), + [2851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 226), + [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 276), + [2855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 276), + [2857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 227), + [2859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 227), + [2861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 228), + [2863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 228), + [2865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 229), + [2867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 229), + [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 230), + [2871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 230), + [2873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 189), + [2875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 189), + [2877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 231), + [2879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 231), + [2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 232), + [2883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 232), + [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 233), + [2887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 233), + [2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 7, 0, 138), + [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 7, 0, 138), + [2893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 192), + [2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 192), + [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3, 0, 0), + [2899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3, 0, 0), + [2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 6, 0, 54), + [2903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 6, 0, 54), + [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 234), + [2907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 234), + [2909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 29), + [2911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 29), + [2913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 235), + [2915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 235), + [2917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 236), + [2919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 236), + [2921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 3, 0, 6), + [2923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 3, 0, 6), + [2925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 237), + [2927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 237), + [2929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 73), + [2931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 73), + [2933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 7, 0, 238), + [2935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 7, 0, 238), + [2937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 112), + [2939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 112), + [2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 239), + [2943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 239), + [2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 129), + [2947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 129), + [2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 10, 0, 277), + [2951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 10, 0, 277), + [2953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 240), + [2955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 240), + [2957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 73), + [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 73), [2961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1931), [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), - [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [2969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), - [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), - [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), - [2977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2654), - [2979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1951), - [2981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2537), - [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), - [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), - [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), - [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), - [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [2995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), - [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), - [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), - [3001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2258), - [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), - [3005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), - [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), - [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), - [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3472), - [3013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), - [3015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), - [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), - [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), - [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), - [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), - [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), - [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), - [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), - [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), - [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), - [3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), - [3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3354), - [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), - [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), - [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), - [3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [3053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), - [3055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2509), - [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), - [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), - [3061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2289), - [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), - [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), - [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), - [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), - [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), - [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2986), - [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), - [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), - [3083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), - [3085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), - [3087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), - [3089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), - [3091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2510), - [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [3095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), - [3097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), - [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), - [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [3109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), - [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), - [3117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), - [3119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3210), - [3121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2668), - [3123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), - [3125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500), - [3127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), - [3129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3544), - [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [3133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999), - [3135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3039), - [3137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), - [3139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), - [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), - [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [3151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), - [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), - [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), - [3159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), - [3161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3080), - [3163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2553), - [3165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), - [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498), - [3169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), - [3171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3559), - [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [3175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), - [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), - [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [3181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3064), - [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), - [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), - [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), - [3191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), - [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), - [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), - [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), - [3201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), - [3203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), - [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), - [3207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), - [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), - [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), - [3213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [3221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), - [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), - [3225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), - [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [3229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), - [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), - [3233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), - [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [3237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), - [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), - [3241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2941), + [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2832), + [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [2969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), + [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), + [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), + [2977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), + [2979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), + [2981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2699), + [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), + [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), + [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [2995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), + [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), + [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), + [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), + [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), + [3005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), + [3007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), + [3009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), + [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), + [3013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), + [3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), + [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), + [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), + [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), + [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), + [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), + [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), + [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), + [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), + [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), + [3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), + [3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), + [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), + [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), + [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [3051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), + [3053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2459), + [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), + [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), + [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), + [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), + [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), + [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), + [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), + [3081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), + [3083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), + [3085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), + [3087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), + [3089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), + [3091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2463), + [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [3095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), + [3097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), + [3099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), + [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), + [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [3111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), + [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), + [3119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), + [3121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3074), + [3123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), + [3125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), + [3127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500), + [3129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), + [3131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3548), + [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [3135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), + [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), + [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [3147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), + [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), + [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), + [3155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), + [3157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3209), + [3159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2706), + [3161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), + [3163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), + [3165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), + [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3533), + [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [3171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), + [3173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2944), + [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), + [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), + [3179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), + [3181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), + [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), + [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [3193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), + [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [3197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3118), + [3199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), + [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [3205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), + [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), + [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), + [3215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), + [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [3219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), + [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), + [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), + [3225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), + [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [3229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), + [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [3233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2897), + [3235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), + [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), + [3239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), + [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), [3243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), [3245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 1, 0, 0), [3247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 1, 0, 0), @@ -193859,1991 +193762,1982 @@ static const TSParseActionEntry ts_parse_actions[] = { [3253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), [3255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lifetime, 2, 0, 0), [3257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime, 2, 0, 0), - [3259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), + [3259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), [3261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 0), [3263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 0), - [3265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), - [3267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), - [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), + [3265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), + [3267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), + [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), [3273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 1), [3275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 1), - [3277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2080), - [3279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), - [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [3283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_except_range, 1, 0, 1), - [3285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_except_range, 1, 0, 1), - [3287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2677), - [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), - [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), - [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), - [3295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 5), - [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [3299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 5), - [3301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2703), - [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), - [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [3307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 2, 0, 24), - [3309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 2, 0, 24), - [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), - [3313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 4, 0, 105), - [3315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 4, 0, 105), - [3317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_type, 2, 0, 24), - [3319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_type, 2, 0, 24), - [3321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), - [3323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 0), - [3325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_type, 2, 0, 25), - [3327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_type, 2, 0, 25), - [3329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 17), - [3331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 17), - [3333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 16), - [3335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 16), - [3337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 4, 0, 106), - [3339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 4, 0, 106), - [3341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 41), - [3343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 41), - [3345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 40), - [3347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 40), + [3277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), + [3279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), + [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [3283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 5), + [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [3287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 5), + [3289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), + [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [3295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_except_range, 1, 0, 1), + [3297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_except_range, 1, 0, 1), + [3299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2712), + [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), + [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), + [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), + [3307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 4, 0, 105), + [3309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 4, 0, 105), + [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), + [3313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 5, 0, 0), + [3315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 5, 0, 0), + [3317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 2, 0, 24), + [3319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 2, 0, 24), + [3321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_type, 2, 0, 24), + [3323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_type, 2, 0, 24), + [3325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 4, 0, 0), + [3327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 4, 0, 0), + [3329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 5, 0, 127), + [3331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 5, 0, 127), + [3333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 41), + [3335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 41), + [3337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 40), + [3339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 40), + [3341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 2, 0, 7), + [3343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 2, 0, 7), + [3345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 2, 0, 6), + [3347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, 0, 6), [3349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 46), [3351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 46), [3353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 45), [3355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 45), - [3357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 2, 0, 25), - [3359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 2, 0, 25), - [3361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), - [3363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), - [3365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), SHIFT_REPEAT(3329), - [3368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 2, 0, 7), - [3370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 2, 0, 7), - [3372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 2, 0, 6), - [3374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, 0, 6), - [3376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), - [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [3380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3397), - [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), - [3384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), - [3386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3234), - [3388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2914), - [3390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3556), - [3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), - [3394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), - [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [3398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3443), - [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), - [3402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), - [3404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3124), - [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2939), - [3408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3499), - [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), - [3412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), - [3414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [3416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3511), - [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), - [3420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), - [3422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2946), - [3424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3560), - [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), - [3428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2490), - [3430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 3, 0, 0), - [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), - [3434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3013), - [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), - [3440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3282), - [3442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1929), - [3444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), - [3446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 4, 0, 0), - [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), - [3452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), - [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3291), - [3456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2581), - [3458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 1, 0, 0), - [3460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3566), - [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), - [3465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4, 0, 120), - [3467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 120), - [3469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 17), - [3471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5, 0, 77), - [3473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5, 0, 77), - [3475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5, 0, 0), - [3477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5, 0, 0), - [3479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5, 0, 120), - [3481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5, 0, 120), - [3483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 6, 0, 120), - [3485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 6, 0, 120), - [3487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 6, 0, 0), - [3489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 6, 0, 0), - [3491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, 0, 173), - [3493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 173), - [3495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 4, 0, 173), - [3497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 41), - [3499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 1, 0, 0), - [3501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 1, 0, 0), - [3503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 46), - [3505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 5, 0, 117), - [3507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 5, 0, 117), - [3509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 5, 0, 117), - [3511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 49), - [3513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 49), - [3515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 50), - [3517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 50), - [3519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4, 0, 77), - [3521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 77), - [3523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 2, 0, 7), - [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), - [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), - [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), - [3531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2614), - [3533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), - [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), - [3537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2628), - [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), - [3541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 19), - [3543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 19), - [3545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2699), - [3547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2683), - [3549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2712), - [3551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), - [3553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 20), - [3555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 20), - [3557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 21), - [3559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 21), - [3561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 23), - [3563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 23), - [3565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [3567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 26), - [3569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 26), - [3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [3573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 27), - [3575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 27), - [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), - [3581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), - [3583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 2, 0, 0), - [3585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 65), - [3587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 65), - [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [3591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 67), - [3593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 67), - [3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [3597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 68), - [3599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 68), - [3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [3603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 0, 0), - [3605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3, 0, 0), - [3607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), - [3609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 3, 0, 0), - [3611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 108), - [3613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 108), - [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [3617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 0, 0), - [3619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4, 0, 0), - [3621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 4, 0, 0), - [3623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 4, 0, 0), - [3625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4, 0, 0), - [3627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 0), - [3629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5, 0, 0), - [3631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5, 0, 0), - [3633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 5, 0, 0), - [3635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 5, 0, 0), - [3637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 6, 0, 0), - [3639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 6, 0, 0), - [3641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 6, 0, 0), - [3643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 6, 0, 0), - [3645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_expression, 1, 0, 0), - [3647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_expression, 1, 0, 0), - [3649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3, 0, 77), - [3651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 77), - [3653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3, 0, 0), - [3655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 0), - [3657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), - [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [3661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), - [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), - [3667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_function, 3, 0, 42), - [3669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type_with_turbofish, 3, 0, 52), - [3671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_function, 3, 0, 42), - [3673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2, 0, 0), - [3675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2, 0, 0), - [3677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 47), - [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [3681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 47), - [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [3685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2960), - [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [3689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 3, 0, 0), - [3691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3, 0, 0), - [3693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3, 0, 63), - [3695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3, 0, 63), - [3697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 3, 0, 64), - [3699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 3, 0, 64), - [3701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 3, 0, 64), - [3703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 3, 0, 64), - [3705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bounded_type, 3, 0, 0), - [3707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bounded_type, 3, 0, 0), - [3709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_expression, 2, 0, 0), - [3711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_expression, 2, 0, 0), - [3713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 2, 0, 0), - [3715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 2, 0, 0), - [3717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expression, 3, 0, 0), - [3719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expression, 3, 0, 0), - [3721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 4, 0, 0), - [3723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 4, 0, 0), - [3725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 6, 0, 201), - [3727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 6, 0, 201), - [3729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_cast_expression, 3, 0, 51), - [3731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_cast_expression, 3, 0, 51), - [3733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 0), - [3735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0), - [3737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4, 0, 0), - [3739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4, 0, 0), - [3741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 4, 0, 0), - [3743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 4, 0, 0), - [3745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 4, 0, 0), - [3747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 4, 0, 0), - [3749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 6, 0, 0), - [3751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 6, 0, 0), - [3753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 4, 0, 55), - [3755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 4, 0, 55), - [3757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 6, 0, 147), - [3759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 6, 0, 147), - [3761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4, 0, 0), - [3763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4, 0, 0), - [3765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 4, 0, 103), - [3767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 4, 0, 103), - [3769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 104), - [3771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 104), - [3773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 6, 0, 0), - [3775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 6, 0, 0), - [3777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 107), - [3779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 107), - [3781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_never_type, 1, 0, 0), - [3783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_never_type, 1, 0, 0), - [3785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 109), - [3787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 109), - [3789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 2, 0, 4), - [3791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 2, 0, 4), - [3793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 3, 0, 18), - [3795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 3, 0, 18), - [3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_expression, 2, 0, 0), - [3799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_expression, 2, 0, 0), - [3801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 6, 0, 176), - [3803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 6, 0, 176), - [3805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 5, 0, 0), - [3807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 5, 0, 0), - [3809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_type, 2, 0, 0), - [3811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_type, 2, 0, 0), - [3813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_removed_trait_bound, 2, 0, 0), - [3815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_removed_trait_bound, 2, 0, 0), - [3817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 2, 0, 22), - [3819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 2, 0, 22), - [3821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 3, 0, 35), - [3823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 3, 0, 35), - [3825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 5, 0, 0), - [3827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 5, 0, 0), - [3829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 6, 0, 0), - [3831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 6, 0, 0), - [3833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 7, 0, 0), - [3835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 7, 0, 0), - [3837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 7, 0, 0), - [3839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 7, 0, 0), - [3841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 5, 0, 128), - [3843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 5, 0, 128), - [3845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 2, 0, 0), - [3847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 2, 0, 0), - [3849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type_with_turbofish, 3, 0, 43), - [3851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 5, 0, 0), - [3853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5, 0, 0), - [3855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 5, 0, 151), - [3857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 5, 0, 151), - [3859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 153), - [3861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 153), - [3863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 154), - [3865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 154), - [3867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_higher_ranked_trait_bound, 3, 0, 80), - [3869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_higher_ranked_trait_bound, 3, 0, 80), - [3871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2622), - [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), - [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), - [3877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 155), - [3879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 155), - [3881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_arm_repeat1, 1, 0, 0), - [3883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 1, 0, 0), - [3885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 1, 0, 0), - [3887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 1, 0, 0), - [3889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 4, 0, 84), - [3891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 4, 0, 84), - [3893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 2, 0, 10), - [3895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 2, 0, 10), - [3897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 3, 0, 0), - [3899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 3, 0, 0), - [3901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 2, 0, 11), - [3903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 2, 0, 11), - [3905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3, 0, 0), - [3907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3, 0, 0), - [3909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, 0, 0), - [3911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, 0, 0), - [3913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 4, 0, 98), - [3915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 4, 0, 98), - [3917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 12), - [3919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 12), - [3921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 2, 0, 0), - [3923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 2, 0, 0), - [3925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 5, 0, 0), - [3927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 5, 0, 0), - [3929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 5, 0, 100), - [3931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 5, 0, 100), - [3933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 5, 0, 0), - [3935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 5, 0, 0), - [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), - [3939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 2, 0, 13), - [3941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 2, 0, 13), - [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [3945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [3947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 3, 0, 0), - [3949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 3, 0, 0), - [3951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), - [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), - [3955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), - [3957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3101), - [3959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), - [3961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3295), - [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), - [3965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), - [3967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), - [3969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), - [3971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273), - [3973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274), - [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [3979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), - [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [3983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), - [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [3987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), - [3989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), - [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [3993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_assignment_expr, 3, 0, 47), - [3995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_assignment_expr, 3, 0, 47), - [3997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 48), - [3999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, 0, 48), - [4001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 3, 0, 0), - [4003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 3, 0, 0), - [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [4007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2624), - [4009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), - [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [4013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_expression, 2, 0, 0), - [4015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_expression, 2, 0, 0), - [4017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2730), - [4019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_expression, 3, 0, 0), - [4021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_expression, 3, 0, 0), - [4023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2, 0, 0), - [4025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 2, 0, 0), - [4027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), - [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), - [4031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 4, 0, 0), - [4033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 4, 0, 0), - [4035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 1, 0, 0), - [4037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), - [4039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), SHIFT(3283), - [4042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 5, 0, 127), - [4044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 5, 0, 127), - [4046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 5, 0, 0), - [4048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 5, 0, 0), - [4050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), SHIFT(2662), - [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), - [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), - [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), - [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), - [4063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [4065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), - [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [4079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), - [4081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), - [4083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), - [4085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), - [4087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), - [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [4093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), - [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [4097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), - [4099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [4101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), - [4103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), - [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [4107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2409), - [4109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3168), - [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), - [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), - [4117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2512), - [4119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3297), - [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [4125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2470), - [4127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3102), - [4129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), - [4131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [4137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), - [4139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), - [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [4157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), - [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), - [4169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 3, 0, 0), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [4173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2440), - [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), - [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), - [4181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2435), - [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), - [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), - [4187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2447), - [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), - [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), - [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), - [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), - [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [4207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3010), - [4209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 3, 0, 156), - [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), - [4219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 3, 0, 173), - [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [4223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), - [4225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), - [4227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), - [4229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), - [4231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), - [4233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [4237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), - [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [4241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), - [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [4245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51), - [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [4249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__condition, 1, 0, 0), - [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [4253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), - [4255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), - [4257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), - [4259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), - [4261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), - [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [4267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), - [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [4271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), - [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [4275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), - [4277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), - [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [4285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 4, 0, 187), - [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [4289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), - [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [4293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 4, 0, 188), - [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), - [4297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 139), - [4299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__let_chain, 3, 0, 0), - [4301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 140), - [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), - [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [4309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), - [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), - [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [4315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 4, 0, 203), - [4317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 4, 0, 204), - [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), - [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), - [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), - [4331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 4, 0, 117), - [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [4335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_field_initializer, 2, 0, 0), - [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), - [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), - [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), - [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), - [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), - [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), - [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), - [4369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 5, 0, 244), - [4371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_condition, 4, 0, 117), - [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [4375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), - [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), - [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), - [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), - [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), - [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [4425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 110), - [4427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 18), - [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [4433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2687), - [4435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3519), - [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), - [4439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3032), - [4441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3532), - [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), - [4445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2561), - [4447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2568), - [4449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2752), - [4451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), - [4453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2543), - [4455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2742), - [4457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2748), - [4459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 6, 0, 0), - [4461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 6, 0, 0), - [4463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 5, 0, 0), - [4465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 5, 0, 0), - [4467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 4, 0, 0), - [4469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 4, 0, 0), - [4471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2305), - [4473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2261), - [4475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2306), - [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), - [4479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3091), - [4481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3089), - [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), - [4485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3095), - [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), - [4489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3180), - [4491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3179), - [4493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3195), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), - [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), - [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), - [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [4507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), - [4513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1, 0, 0), - [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [4517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), - [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), - [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), - [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), - [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), - [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), - [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), - [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), - [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), - [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), - [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [4549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 1), - [4551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1, 0, 1), - [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), - [4555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), - [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), - [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), - [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), - [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), - [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [4603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 5), REDUCE(sym__pattern, 1, 0, 0), - [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), - [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), - [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), - [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), - [4616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), - [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), - [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), - [4632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843), - [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [4638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [4642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), - [4644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 40), REDUCE(sym_scoped_type_identifier, 3, 0, 41), - [4647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 45), REDUCE(sym_scoped_type_identifier, 3, 0, 46), - [4650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 16), REDUCE(sym_scoped_type_identifier, 3, 0, 17), - [4653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, 0, 6), REDUCE(sym_scoped_type_identifier, 2, 0, 7), - [4656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [4658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), - [4660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), - [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [4664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), - [4666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), - [4668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), - [4670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negative_literal, 2, 0, 0), - [4672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negative_literal, 2, 0, 0), - [4674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal_pattern, 1, 0, 0), - [4676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal_pattern, 1, 0, 0), - [4678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2426), - [4680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [4682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3433), - [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), - [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), - [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), - [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), - [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), - [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), - [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), - [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [4718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [4720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 1), - [4722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 1), - [4724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_modifier, 1, 0, 0), - [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), - [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [4730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), - [4732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), - [4734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 0), - [4736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 0), - [4738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2343), - [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), - [4742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [4746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), - [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), - [4750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2379), - [4752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), - [4754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), - [4756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [4758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), - [4760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2344), - [4762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), - [4764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 56), - [4766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 56), - [4768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), - [4770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3373), - [4772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_modifiers_repeat1, 1, 0, 0), - [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), - [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), - [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), - [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), - [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), - [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), - [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3380), - [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), - [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [4800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [4802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 60), - [4804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 60), - [4806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remaining_field_pattern, 1, 0, 0), - [4808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 2, 0, 0), - [4810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 4, 0, 62), - [4812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 3, 0, 0), - [4814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 6, 0, 58), - [4816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 4, 0, 57), - [4818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 6, 0, 62), - [4820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 5, 0, 0), - [4822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 5, 0, 57), - [4824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_captured_pattern, 3, 0, 0), - [4826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 4, 0, 0), - [4828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 5, 0, 57), - [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), - [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), - [4836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 4, 0, 0), - [4838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 5, 0, 0), - [4840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 3, 0, 57), - [4842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 6, 0, 57), - [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), - [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [4848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_pattern, 2, 0, 0), - [4850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 3, 0, 58), - [4852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ref_pattern, 2, 0, 0), - [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [4856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mut_pattern, 2, 0, 0), - [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), - [4860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 6, 0, 57), - [4862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 3, 0, 57), - [4864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), - [4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), - [4870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3496), - [4872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2, 0, 0), - [4874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3396), - [4876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), - [4880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_pattern, 2, 0, 0), - [4882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 5, 0, 62), - [4884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 3, 0, 62), - [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), - [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), - [4890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), - [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), - [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), - [4896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 4, 0, 57), - [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), - [4902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_pattern, 3, 0, 0), - [4904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_pattern, 3, 0, 0), - [4906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, 0, 0), - [4908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 4, 0, 58), - [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [4912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), - [4914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 5, 0, 58), - [4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [4918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_bounds, 3, 0, 0), - [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [4926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [4928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), REDUCE(sym__pattern, 1, 0, 1), - [4931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_trait_bounds_repeat1, 2, 0, 0), - [4933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_trait_bounds_repeat1, 2, 0, 0), SHIFT_REPEAT(853), - [4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), - [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), - [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [4948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [4950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), - [4954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [4956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [4958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_bounds, 2, 0, 0), - [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [4970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), - [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), - [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), - [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [4998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(76), - [5001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), - [5003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(71), - [5006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(75), - [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), - [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [5035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_modifier, 2, 0, 0), - [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), - [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [5051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2856), - [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), - [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), - [5057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3149), - [5059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3523), - [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), - [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), - [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), - [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), - [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), - [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), - [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [5119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_modifiers, 1, 0, 0), - [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), - [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), - [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [5129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2387), - [5132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), - [5134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2233), - [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), - [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), - [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3376), - [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), - [5169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3476), - [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [5173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3390), - [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [5183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 1), - [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), - [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), - [5193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3570), - [5195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), - [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), - [5199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 0), - [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [5205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 1, 0, 71), - [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), - [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), - [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [5221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 1, 0, 0), - [5223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), - [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), - [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), - [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), - [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), - [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), - [5235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 2, 0, 0), - [5237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), - [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), - [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), - [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), - [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), - [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), - [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [5255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 2, 0, 6), - [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), - [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), - [5267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3642), - [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), - [5271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3518), - [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), - [5275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3589), - [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), - [5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), - [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [5301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [5307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), REDUCE(sym_tuple_struct_pattern, 3, 0, 57), - [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [5314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), REDUCE(sym_tuple_struct_pattern, 4, 0, 57), - [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), - [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [5323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3398), - [5325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3113), - [5327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3366), - [5329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3082), - [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), - [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), - [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), - [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), - [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), - [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), - [5391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), - [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [5401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 3, 0, 0), - [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), - [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), - [5439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [5441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), - [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), - [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), - [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), - [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), - [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), - [5471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 77), - [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), - [5475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_unit_type, 2, 0, 0), REDUCE(sym_tuple_pattern, 2, 0, 0), - [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), - [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [5490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use_clause, 1, 0, 1), - [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), - [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), - [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [5510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use_clause, 1, 0, 0), - [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), - [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), - [5516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [5520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [5522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), SHIFT(1979), - [5525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), SHIFT(411), - [5528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 7, 0, 252), - [5530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), REDUCE(sym__pattern, 1, 0, 0), - [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), - [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [5541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 64), - [5543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), - [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), - [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), - [5557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 22), - [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), - [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), - [5565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 64), - [5567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 220), - [5569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 177), - [5571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 3, 0, 0), - [5573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 103), - [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), - [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), - [5583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 177), - [5585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 2, 0, 0), - [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), - [5589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), - [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), - [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), - [5595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 3, 0, 22), - [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [5599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), - [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [5603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_where_clause_repeat1, 2, 0, 0), - [5605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_where_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1448), - [5608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 2, 0, 0), - [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [5616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [5618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), - [5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [5622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [5624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 3, 0, 120), - [5626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), - [5628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [5630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 220), - [5632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 103), - [5634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [5636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 252), - [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), - [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [5642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), - [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), - [5650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2996), - [5652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), - [5654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), - [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [5658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), - [5662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [5664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 61), - [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [5668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), - [5670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), - [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), - [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [5680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [5682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [5684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [5686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [5688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [5690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [5692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), - [5694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588), - [5696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), - [5698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), - [5700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [5702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), - [5704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [5706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_binding, 4, 0, 199), - [5708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [5710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [5712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), - [5718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [5720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), - [5722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), - [5724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2958), - [5726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2981), - [5728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), - [5730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), - [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [5742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [5744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 3, 0, 0), - [5746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), - [5748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), - [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [5752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [5756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [5762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), - [5764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), - [5766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), - [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), - [5772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), - [5774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [5776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_rule, 3, 0, 48), - [5778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_slice_pattern_repeat1, 2, 0, 0), - [5780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), - [5782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_slice_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(819), - [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [5787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), - [5789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), - [5791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), - [5793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [5795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 101), - [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [5799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), - [5801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [5803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), - [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), - [5811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), REDUCE(aux_sym_for_lifetimes_repeat1, 2, 0, 0), - [5814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [5816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [5818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), - [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [5822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3044), - [5824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), - [5826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [5828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [5830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), - [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), - [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [5842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), - [5844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [5846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2763), - [5848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), - [5850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [5854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), - [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [5858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2804), - [5860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), - [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), - [5864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [5866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [5868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [5870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_binding, 3, 0, 148), - [5872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1549), - [5874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(205), - [5877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), - [5879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), - [5881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [5885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), - [5887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [5889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 3, 0, 0), - [5891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), - [5893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [5895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), - [5897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [5899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_predicate, 2, 0, 79), - [5901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_predicate, 2, 0, 78), - [5903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), - [5905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [5909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [5911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), - [5913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [5915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), - [5917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(2968), - [5920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2977), - [5922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2976), - [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), - [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), - [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [5940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), - [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), - [5948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [5954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), - [5956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [5958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [5960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [5962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [5964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 2, 0, 36), - [5966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [5968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_parameter, 4, 0, 111), - [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [5972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_pattern_repeat1, 2, 0, 0), - [5974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2395), - [5977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [5979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), - [5981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [5983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), - [5985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [5987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), - [5989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), - [5991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 5, 0, 0), - [5993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [5995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [5997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter, 3, 0, 118), - [5999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [6001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [6003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 3, 0, 0), - [6005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [6007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), - [6009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), - [6011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2156), - [6014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), - [6016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [6018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [6020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [6022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), - [6024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), - [6026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [6028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [6030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [6032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), - [6034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [6036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [6038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [6040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [6042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [6044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constrained_type_parameter, 2, 0, 78), - [6046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [6048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [6050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [6052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 3, 0, 1), - [6054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 3, 0, 90), - [6056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 91), - [6058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 3, 0, 0), - [6060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 3, 0, 92), - [6062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 93), - [6064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [6068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [6070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [6072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), - [6074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [6076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [6078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), - [6080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), - [6082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3424), - [6084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3057), - [6086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3415), - [6088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constrained_type_parameter, 2, 0, 79), - [6090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [6092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), - [6094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [6096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(416), - [6099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [6101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [6103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [6105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [6107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [6109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [6111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [6113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [6115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [6117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [6119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [6121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [6123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [6125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [6127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [6129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 1, 0, 59), - [6131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [6133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), - [6135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), - [6137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [6139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shorthand_field_initializer, 2, 0, 0), - [6141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [6143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [6149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 1, 0, 0), - [6151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [6153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), - [6155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [6159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [6161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), - [6165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [6167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [6169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [6171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [6173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [6175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [6177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [6179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [6181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__condition, 1, 0, 9), - [6183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [6185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), - [6187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), - [6189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [6191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), - [6193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [6195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [6197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [6199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [6201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [6203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [6205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), - [6207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [6209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [6211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [6213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [6215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), - [6217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shorthand_field_initializer, 1, 0, 0), - [6219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [6221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), - [6223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [6225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [6227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), - [6229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [6231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [6233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1, 0, 0), - [6235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [6237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [6239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [6241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter, 3, 0, 119), - [6243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [6245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [6247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), - [6249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(2073), - [6252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 3, 0, 64), - [6254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [6256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), - [6260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [6262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [6264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [6266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_lifetimes_repeat1, 2, 0, 0), - [6268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_lifetimes_repeat1, 2, 0, 0), SHIFT_REPEAT(3187), - [6271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 221), - [6273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [6275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [6277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 4, 0, 200), - [6279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [6281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), - [6285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [6287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 4, 0, 0), - [6289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [6291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3575), - [6293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3335), - [6295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3625), - [6297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), - [6299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [6301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [6303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), - [6305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [6307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [6309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [6311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), - [6313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 4, 0, 0), - [6315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [6317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), - [6319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [6321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [6323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), - [6325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [6327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), - [6329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), - [6331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), - [6333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [6335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [6337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_pattern_repeat1, 2, 0, 0), - [6339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [6341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [6343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(772), - [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [6350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [6352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 1, 0, 0), - [6354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), - [6358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [6360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [6364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), - [6366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), - [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), - [6370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), - [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), - [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [6382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_closure_parameters_repeat1, 2, 0, 0), - [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), - [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), - [6390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), - [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [6394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_closure_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(790), - [6397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 22), - [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), - [6401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 2, 0, 102), - [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [6405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), - [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), - [6409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [6411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [6415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 178), - [6417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 178), SHIFT_REPEAT(779), - [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), - [6422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 0), - [6424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 0), SHIFT_REPEAT(995), - [6427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 179), - [6429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), - [6431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1870), - [6434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), - [6436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [6438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 5, 0, 243), - [6440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), - [6442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), - [6444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), - [6446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 2, 0, 0), - [6448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 2, 0, 0), SHIFT_REPEAT(2205), - [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), - [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), - [6455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), - [6457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2235), - [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [6462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 3, 0, 34), - [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [6474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 2, 0, 0), - [6476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 2, 0, 11), - [6478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), - [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [6486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [6488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 4, 0, 103), - [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [6492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(449), - [6495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [6497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 3, 0, 149), - [6499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [6501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [6503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [6505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), - [6509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [6511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [6513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [6515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [6517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 3, 0, 150), - [6519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [6521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3585), - [6523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3338), - [6525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3631), - [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [6531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3357), - [6533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3547), - [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), - [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [6543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), - [6545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), - [6547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), - [6549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), - [6551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), - [6553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553), - [6555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), - [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [6559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), - [6561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 152), - [6563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), - [6565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1940), - [6567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), - [6569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), - [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), - [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), - [6575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), - [6577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), - [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), - [6581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), - [6583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), - [6585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), - [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), - [6591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), - [6593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), - [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [6597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 3, 0, 0), - [6599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 3, 0, 0), - [6601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [6603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [6605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), - [6607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), - [6609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), - [6611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), - [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [6615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), - [6617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), - [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), - [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [6623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), - [6625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2992), - [6627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3387), - [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), - [6631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), - [6633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), - [6635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), - [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [6639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), - [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [6643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), - [6645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 32), - [6647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2024), - [6649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), - [6651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [6653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), - [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), - [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [6659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), - [6661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), - [6663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), - [6665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2033), - [6667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [6669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), - [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), - [6673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), - [6675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), - [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [6679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), - [6681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036), - [6683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), - [6685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546), - [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), - [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), - [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), - [6697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), - [6699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [6701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 3, 0, 0), - [6703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [6705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), - [6707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), - [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [6711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1, 0, 0), - [6713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), - [6715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_doc_comment_marker, 1, 0, 3), - [6717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 2, 0, 0), - [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), - [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), - [6723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type, 3, 0, 66), - [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), - [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), - [6731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), - [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), - [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), - [6739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_doc_comment_marker, 1, 0, 2), - [6741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), - [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), - [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), - [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), - [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [6755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), - [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), - [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), - [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), - [6767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [6771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), - [6773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [6775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [6777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [6781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), - [6783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), - [6785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [6787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), - [6789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3595), - [6791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3636), - [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), - [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), - [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), - [6803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), - [6805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), - [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), - [6811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), - [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), - [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [6819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), - [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), - [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), - [6827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), - [6829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [6831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), - [6833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), - [6835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), - [6839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [6843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [6845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), - [6847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), - [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), - [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [6853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), - [6855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), - [6857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), - [6859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), - [6861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [6863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), - [6865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), - [6867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), - [6869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [6875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [6877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_doc_comment_marker, 1, 0, 3), - [6879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), - [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), - [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [6891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), - [6895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), - [6899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [6901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [6903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), - [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [6909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [6911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), - [6913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), - [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [6917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), - [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), - [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), - [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), - [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), - [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), - [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), - [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), - [6957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), - [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), - [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [6969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), - [6971] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [6973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3645), - [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), - [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), - [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), - [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [6997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bracketed_type, 3, 0, 0), - [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [7001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inner_line_doc_comment_marker, 1, 0, 0), - [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), - [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), - [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), - [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), - [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), - [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [7033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 70), - [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), - [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), - [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), - [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), - [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), - [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [7057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__outer_line_doc_comment_marker, 1, 0, 0), - [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), - [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), - [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), - [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), - [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), - [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), - [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), - [7089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 3, 0, 174), - [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), - [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), - [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), - [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), - [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), - [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), - [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), - [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), - [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), - [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), - [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), - [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), - [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), - [7127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [7133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), - [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), - [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), - [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), - [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), - [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [7155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 69), - [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [7161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [7163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), - [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), - [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), - [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), - [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), - [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), - [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), - [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), - [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), - [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), - [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [7217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), - [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), - [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), - [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), - [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), - [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), - [7231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), - [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), - [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), - [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), - [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), - [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), - [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), - [7249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_doc_comment_marker, 1, 0, 2), - [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), - [7255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 2, 0, 0), - [7257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 3, 0, 14), - [7259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 2, 0, 0), - [7261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 3, 0, 0), - [7263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 0), - [7265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 15), - [7267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 4, 0, 53), + [3357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 17), + [3359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 17), + [3361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 16), + [3363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 16), + [3365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), + [3367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), + [3369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), SHIFT_REPEAT(3317), + [3372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 2, 0, 25), + [3374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 2, 0, 25), + [3376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_type, 2, 0, 25), + [3378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_type, 2, 0, 25), + [3380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 4, 0, 106), + [3382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 4, 0, 106), + [3384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), + [3386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 0), + [3388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2442), + [3390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 3, 0, 0), + [3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [3394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), + [3396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2813), + [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), + [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), + [3404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2919), + [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3160), + [3408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3491), + [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), + [3412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3555), + [3415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 4, 0, 0), + [3417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), + [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [3421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3388), + [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), + [3425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), + [3427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3229), + [3429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2789), + [3431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3545), + [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), + [3435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), + [3437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), + [3439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3580), + [3441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), + [3443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3091), + [3445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2692), + [3447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 1, 0, 0), + [3449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), + [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), + [3455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), + [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [3459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3501), + [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [3463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), + [3465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2848), + [3467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), + [3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), + [3471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), + [3473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3283), + [3475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 0, 0), + [3477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4, 0, 0), + [3479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 4, 0, 0), + [3481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 4, 0, 0), + [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), + [3485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 5, 0, 117), + [3487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 5, 0, 117), + [3489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 5, 0, 117), + [3491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5, 0, 0), + [3493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5, 0, 0), + [3495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 5, 0, 0), + [3497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 5, 0, 0), + [3499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 108), + [3501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 108), + [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [3505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 6, 0, 0), + [3507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 6, 0, 0), + [3509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 6, 0, 0), + [3511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 6, 0, 0), + [3513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 0, 0), + [3515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3, 0, 0), + [3517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), + [3519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 3, 0, 0), + [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), + [3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), + [3525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 41), + [3527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4, 0, 77), + [3529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 77), + [3531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4, 0, 0), + [3533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 0), + [3535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 1, 0, 0), + [3537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 1, 0, 0), + [3539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4, 0, 120), + [3541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 120), + [3543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2642), + [3545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2641), + [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), + [3549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2643), + [3551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [3553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 19), + [3555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 19), + [3557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2655), + [3559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2652), + [3561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2656), + [3563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), + [3565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 46), + [3567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), + [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [3571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), + [3573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 49), + [3575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 49), + [3577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 50), + [3579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 50), + [3581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 20), + [3583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 20), + [3585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 21), + [3587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 21), + [3589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 23), + [3591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 23), + [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [3595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5, 0, 77), + [3597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5, 0, 77), + [3599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5, 0, 0), + [3601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5, 0, 0), + [3603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5, 0, 120), + [3605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5, 0, 120), + [3607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 26), + [3609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 26), + [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), + [3615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 27), + [3617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 27), + [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [3621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_expression, 1, 0, 0), + [3623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_expression, 1, 0, 0), + [3625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 2, 0, 7), + [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [3631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3, 0, 77), + [3633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 77), + [3635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3, 0, 0), + [3637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 0), + [3639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 6, 0, 120), + [3641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 6, 0, 120), + [3643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 6, 0, 0), + [3645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 6, 0, 0), + [3647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), + [3649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 2, 0, 0), + [3651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 65), + [3653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 65), + [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [3657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 67), + [3659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 67), + [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [3663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 68), + [3665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 68), + [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [3669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, 0, 173), + [3671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 173), + [3673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 4, 0, 173), + [3675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 17), + [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), + [3679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 2, 0, 22), + [3681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 2, 0, 22), + [3683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_expression, 2, 0, 0), + [3685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_expression, 2, 0, 0), + [3687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 5, 0, 128), + [3689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 5, 0, 128), + [3691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 5, 0, 151), + [3693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 5, 0, 151), + [3695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 153), + [3697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 153), + [3699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 2, 0, 10), + [3701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 2, 0, 10), + [3703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 4, 0, 0), + [3705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 4, 0, 0), + [3707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 154), + [3709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 154), + [3711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 4, 0, 0), + [3713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 4, 0, 0), + [3715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 5, 0, 100), + [3717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 5, 0, 100), + [3719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 2, 0, 0), + [3721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 2, 0, 0), + [3723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 6, 0, 201), + [3725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 6, 0, 201), + [3727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 2, 0, 11), + [3729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 2, 0, 11), + [3731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 4, 0, 55), + [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [3735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 4, 0, 55), + [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [3739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2970), + [3741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 104), + [3743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 104), + [3745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 12), + [3747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 12), + [3749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 155), + [3751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 155), + [3753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 5, 0, 0), + [3755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 5, 0, 0), + [3757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, 0, 0), + [3759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, 0, 0), + [3761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 6, 0, 176), + [3763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 6, 0, 176), + [3765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_expression, 2, 0, 0), + [3767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_expression, 2, 0, 0), + [3769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 2, 0, 0), + [3771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 2, 0, 0), + [3773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 4, 0, 98), + [3775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 4, 0, 98), + [3777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 5, 0, 0), + [3779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 5, 0, 0), + [3781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_function, 3, 0, 42), + [3783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type_with_turbofish, 3, 0, 43), + [3785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_function, 3, 0, 42), + [3787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 5, 0, 0), + [3789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 5, 0, 0), + [3791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 3, 0, 35), + [3793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 3, 0, 35), + [3795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 2, 0, 0), + [3797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 2, 0, 0), + [3799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 109), + [3801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 109), + [3803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 107), + [3805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 107), + [3807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 0), + [3809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0), + [3811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 2, 0, 13), + [3813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 2, 0, 13), + [3815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 5, 0, 0), + [3817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 5, 0, 0), + [3819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 2, 0, 4), + [3821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 2, 0, 4), + [3823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [3825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [3827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 7, 0, 0), + [3829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 7, 0, 0), + [3831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 7, 0, 0), + [3833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 7, 0, 0), + [3835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 3, 0, 0), + [3837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3, 0, 0), + [3839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 3, 0, 0), + [3841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 3, 0, 0), + [3843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3, 0, 63), + [3845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3, 0, 63), + [3847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 3, 0, 64), + [3849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 3, 0, 64), + [3851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 3, 0, 64), + [3853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 3, 0, 64), + [3855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_higher_ranked_trait_bound, 3, 0, 80), + [3857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_higher_ranked_trait_bound, 3, 0, 80), + [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), + [3861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_arm_repeat1, 1, 0, 0), + [3863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 1, 0, 0), + [3865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 1, 0, 0), + [3867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 1, 0, 0), + [3869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bounded_type, 3, 0, 0), + [3871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bounded_type, 3, 0, 0), + [3873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 4, 0, 0), + [3875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 4, 0, 0), + [3877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 4, 0, 84), + [3879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 4, 0, 84), + [3881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 6, 0, 0), + [3883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 6, 0, 0), + [3885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2, 0, 0), + [3887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2, 0, 0), + [3889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2649), + [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), + [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), + [3895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 47), + [3897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 47), + [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [3901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4, 0, 0), + [3903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4, 0, 0), + [3905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 3, 0, 18), + [3907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 3, 0, 18), + [3909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expression, 3, 0, 0), + [3911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expression, 3, 0, 0), + [3913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_cast_expression, 3, 0, 51), + [3915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_cast_expression, 3, 0, 51), + [3917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 6, 0, 0), + [3919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 6, 0, 0), + [3921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 6, 0, 147), + [3923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 6, 0, 147), + [3925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 5, 0, 0), + [3927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5, 0, 0), + [3929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 6, 0, 0), + [3931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 6, 0, 0), + [3933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type_with_turbofish, 3, 0, 52), + [3935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_never_type, 1, 0, 0), + [3937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_never_type, 1, 0, 0), + [3939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_type, 2, 0, 0), + [3941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_type, 2, 0, 0), + [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 3, 0, 0), + [3945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 3, 0, 0), + [3947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 4, 0, 103), + [3949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 4, 0, 103), + [3951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3, 0, 0), + [3953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3, 0, 0), + [3955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_removed_trait_bound, 2, 0, 0), + [3957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_removed_trait_bound, 2, 0, 0), + [3959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4, 0, 0), + [3961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4, 0, 0), + [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), + [3965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), + [3967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), + [3969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3087), + [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), + [3973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), + [3975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3302), + [3977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), + [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [3981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2651), + [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), + [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [3987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2, 0, 0), + [3989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), + [3991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), + [3993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), + [3995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), + [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [4001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [4003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 2, 0, 0), + [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [4007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [4009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), + [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [4013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_expression, 3, 0, 0), + [4015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_expression, 3, 0, 0), + [4017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_expression, 2, 0, 0), + [4019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_expression, 2, 0, 0), + [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [4023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [4025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_assignment_expr, 3, 0, 47), + [4027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_assignment_expr, 3, 0, 47), + [4029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 48), + [4031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, 0, 48), + [4033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 3, 0, 0), + [4035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 3, 0, 0), + [4037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2532), + [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), + [4041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2350), + [4043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 1, 0, 0), + [4045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), + [4047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), SHIFT(3276), + [4050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), SHIFT(2565), + [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), + [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), + [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), + [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [4063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), + [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), + [4075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), + [4077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), + [4079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), + [4081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), + [4083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), + [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [4089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273), + [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [4093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), + [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [4097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), + [4099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), + [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [4103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2452), + [4105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3159), + [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), + [4109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2411), + [4111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3088), + [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), + [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), + [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [4125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2491), + [4127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3303), + [4129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), + [4131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [4133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2445), + [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), + [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [4139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), + [4141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2425), + [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), + [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), + [4147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2451), + [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [4151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), + [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), + [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), + [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), + [4167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 3, 0, 0), + [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), + [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [4199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), + [4201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), + [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [4205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), + [4207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), + [4209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), + [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [4215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), + [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [4219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [4223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), + [4225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3021), + [4227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), + [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [4233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), + [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [4237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 3, 0, 156), + [4239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_condition, 4, 0, 117), + [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [4249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), + [4251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), + [4253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), + [4255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), + [4257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), + [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [4263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292), + [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [4267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), + [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [4271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), + [4273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), + [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), + [4281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 3, 0, 173), + [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), + [4289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 5, 0, 244), + [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), + [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), + [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), + [4303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__condition, 1, 0, 0), + [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [4311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 4, 0, 187), + [4313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 4, 0, 188), + [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [4319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), + [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), + [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [4329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__let_chain, 3, 0, 0), + [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), + [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [4339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 4, 0, 203), + [4341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 4, 0, 204), + [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), + [4353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 139), + [4355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 140), + [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), + [4361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 4, 0, 117), + [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), + [4369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_field_initializer, 2, 0, 0), + [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [4381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 110), + [4383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 18), + [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [4415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), + [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), + [4433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2519), + [4435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3525), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), + [4439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2935), + [4441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3520), + [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), + [4445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), + [4447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2579), + [4449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2623), + [4451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2714), + [4453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2741), + [4455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), + [4457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2745), + [4459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 4, 0, 0), + [4461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 4, 0, 0), + [4463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 6, 0, 0), + [4465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 6, 0, 0), + [4467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 5, 0, 0), + [4469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 5, 0, 0), + [4471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2291), + [4473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2289), + [4475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2251), + [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), + [4479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3172), + [4481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3165), + [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), + [4485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3173), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), + [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), + [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), + [4499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [4505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1, 0, 0), + [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [4509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [4515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 1), + [4517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1, 0, 1), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [4521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), + [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), + [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), + [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), + [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), + [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), + [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), + [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), + [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), + [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), + [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), + [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), + [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), + [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), + [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), + [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), + [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), + [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), + [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), + [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), + [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [4585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 5), REDUCE(sym__pattern, 1, 0, 0), + [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), + [4596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), + [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [4604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), + [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), + [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), + [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), + [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [4616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), + [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), + [4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), + [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [4626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), + [4628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854), + [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [4632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [4638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), + [4642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [4644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), + [4646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [4648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), + [4650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negative_literal, 2, 0, 0), + [4652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negative_literal, 2, 0, 0), + [4654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 45), REDUCE(sym_scoped_type_identifier, 3, 0, 46), + [4657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, 0, 6), REDUCE(sym_scoped_type_identifier, 2, 0, 7), + [4660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 40), REDUCE(sym_scoped_type_identifier, 3, 0, 41), + [4663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 16), REDUCE(sym_scoped_type_identifier, 3, 0, 17), + [4666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal_pattern, 1, 0, 0), + [4668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal_pattern, 1, 0, 0), + [4670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2429), + [4672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [4674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3401), + [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [4678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [4680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), + [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), + [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), + [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), + [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [4710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 56), + [4712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 56), + [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), + [4716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 1), + [4718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 1), + [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), + [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), + [4724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [4726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 60), + [4728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 60), + [4730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 0), + [4732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 0), + [4734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2331), + [4736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), + [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [4742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3477), + [4744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_modifiers_repeat1, 1, 0, 0), + [4746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [4750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2372), + [4752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), + [4754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [4756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), + [4758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), + [4762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), + [4764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [4766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), + [4768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [4770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_modifier, 1, 0, 0), + [4772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), + [4774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2448), + [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [4778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2315), + [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), + [4782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2317), + [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), + [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), + [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), + [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), + [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), + [4800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_pattern, 3, 0, 0), + [4802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 6, 0, 57), + [4804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 6, 0, 58), + [4806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 6, 0, 62), + [4808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 6, 0, 57), + [4810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 5, 0, 58), + [4812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 3, 0, 57), + [4814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 3, 0, 58), + [4816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_captured_pattern, 3, 0, 0), + [4818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 5, 0, 62), + [4820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2278), + [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), + [4826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3356), + [4828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 5, 0, 0), + [4830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 5, 0, 57), + [4832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mut_pattern, 2, 0, 0), + [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [4836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, 0, 0), + [4838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 3, 0, 0), + [4840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 3, 0, 62), + [4842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 3, 0, 57), + [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), + [4846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), + [4848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), + [4854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_pattern, 3, 0, 0), + [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), + [4860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3398), + [4862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), + [4866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 4, 0, 0), + [4868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2, 0, 0), + [4870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 5, 0, 0), + [4872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 4, 0, 57), + [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [4876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 4, 0, 58), + [4878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 4, 0, 62), + [4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [4882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), + [4884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 4, 0, 57), + [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [4888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 2, 0, 0), + [4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), + [4892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remaining_field_pattern, 1, 0, 0), + [4894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_pattern, 2, 0, 0), + [4896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_pattern, 2, 0, 0), + [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), + [4902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 5, 0, 57), + [4904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ref_pattern, 2, 0, 0), + [4906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 4, 0, 0), + [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), + [4912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [4916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_bounds, 2, 0, 0), + [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [4926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [4932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [4934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), + [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [4946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), REDUCE(sym__pattern, 1, 0, 1), + [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), + [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), + [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [4973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_bounds, 3, 0, 0), + [4975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_trait_bounds_repeat1, 2, 0, 0), + [4977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_trait_bounds_repeat1, 2, 0, 0), SHIFT_REPEAT(858), + [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), + [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), + [4990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(81), + [4993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), + [4995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(82), + [4998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(83), + [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), + [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [5049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2823), + [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), + [5055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3115), + [5057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3354), + [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), + [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), + [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [5093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_modifier, 2, 0, 0), + [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [5123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_modifiers, 1, 0, 0), + [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), + [5127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2383), + [5130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), + [5132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2222), + [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), + [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), + [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), + [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), + [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), + [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [5157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 0), + [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), + [5177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3559), + [5179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3595), + [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), + [5183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 2, 0, 0), + [5185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), + [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), + [5189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3341), + [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), + [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), + [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), + [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), + [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), + [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), + [5211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), + [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), + [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), + [5217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 1, 0, 71), + [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [5223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), + [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), + [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), + [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), + [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), + [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), + [5237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 1), + [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), + [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [5245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 1, 0, 0), + [5247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), + [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), + [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), + [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), + [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), + [5259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3637), + [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), + [5263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), + [5265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 2, 0, 6), + [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [5269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3578), + [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [5273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3593), + [5275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3287), + [5277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3576), + [5279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3312), + [5281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), REDUCE(sym_tuple_struct_pattern, 4, 0, 57), + [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), + [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), + [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), + [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), + [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [5332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 3, 0, 0), + [5334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), + [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [5346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), REDUCE(sym_tuple_struct_pattern, 3, 0, 57), + [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), + [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), + [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), + [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), + [5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [5391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [5417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), + [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), + [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [5425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 22), + [5427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 177), + [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [5435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 103), + [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [5439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [5441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [5455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use_clause, 1, 0, 1), + [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), + [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [5463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 252), + [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [5467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 77), + [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), + [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), + [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [5487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), SHIFT(1976), + [5490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), SHIFT(411), + [5493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), REDUCE(sym__pattern, 1, 0, 0), + [5496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use_clause, 1, 0, 0), + [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), + [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), + [5502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 3, 0, 120), + [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), + [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [5510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 3, 0, 0), + [5512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 3, 0, 22), + [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [5516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [5518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 220), + [5520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_where_clause_repeat1, 2, 0, 0), + [5522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_where_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1447), + [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), + [5535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 64), + [5537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 220), + [5539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_unit_type, 2, 0, 0), REDUCE(sym_tuple_pattern, 2, 0, 0), + [5542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 177), + [5544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 103), + [5546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), + [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [5550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 2, 0, 0), + [5552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [5558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [5560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), + [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [5564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [5566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), + [5568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [5570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [5574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [5576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [5578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [5580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [5582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [5584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 64), + [5586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [5590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [5592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 7, 0, 252), + [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [5598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), + [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), + [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [5608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), + [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), + [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [5616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [5618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [5622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [5628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 2, 0, 0), + [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [5632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [5634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), + [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), + [5646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_slice_pattern_repeat1, 2, 0, 0), + [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), + [5650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), + [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [5658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [5662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_slice_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(819), + [5665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [5667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [5669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), + [5671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), + [5673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), + [5675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_rule, 3, 0, 48), + [5677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 101), + [5679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [5681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [5683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), + [5685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [5687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(203), + [5690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_binding, 3, 0, 148), + [5692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3033), + [5694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), + [5696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), + [5698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [5700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [5702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [5704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [5706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [5708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [5710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [5712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), + [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [5718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), + [5720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1940), + [5722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [5726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 61), + [5728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [5730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [5732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), + [5734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2790), + [5736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), + [5738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2859), + [5740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), + [5742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [5746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [5748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [5752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553), + [5754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), + [5756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), + [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [5762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 3, 0, 0), + [5764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2809), + [5766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), + [5768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_predicate, 2, 0, 79), + [5770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_predicate, 2, 0, 78), + [5772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_binding, 4, 0, 199), + [5774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), + [5776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(2760), + [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [5787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), + [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), + [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), + [5799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), + [5801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), + [5803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [5813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), + [5815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [5819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2033), + [5821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 3, 0, 0), + [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [5825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), + [5829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), + [5831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), + [5833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), + [5835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), + [5837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2913), + [5839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2875), + [5841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), + [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), + [5845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), + [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [5853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [5857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), REDUCE(aux_sym_for_lifetimes_repeat1, 2, 0, 0), + [5860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), + [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [5864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [5866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [5868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [5870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [5872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [5874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [5878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), + [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), + [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), + [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), + [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [5898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), + [5900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [5904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), + [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [5908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2925), + [5910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2924), + [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [5914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), + [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [5936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3447), + [5938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3221), + [5940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3430), + [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [5946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 3, 0, 64), + [5948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 3, 0, 1), + [5950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 1, 0, 0), + [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), + [5954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 3, 0, 90), + [5956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 91), + [5958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 3, 0, 0), + [5960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 3, 0, 92), + [5962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 93), + [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [5966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 2, 0, 0), + [5968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [5972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [5974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [5976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [5980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 2, 0, 36), + [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [5986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [5988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 179), + [5990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 22), + [5992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [5994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [5998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [6000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [6002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [6004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1, 0, 0), + [6006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [6008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [6010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [6012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [6014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [6016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [6018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 2, 0, 11), + [6020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [6022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [6024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [6026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shorthand_field_initializer, 2, 0, 0), + [6028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [6030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_closure_parameters_repeat1, 2, 0, 0), + [6032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [6034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [6036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_pattern_repeat1, 2, 0, 0), + [6038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2341), + [6041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [6043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [6045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_closure_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(795), + [6048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(448), + [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [6057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [6059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [6061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(418), + [6064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [6066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 1, 0, 0), + [6068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 2, 0, 102), + [6070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [6072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 1, 0, 59), + [6074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [6076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [6078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [6080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shorthand_field_initializer, 1, 0, 0), + [6082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [6084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter, 3, 0, 118), + [6086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [6088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), + [6090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [6092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), + [6094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), + [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), + [6098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), + [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [6102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [6104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_pattern_repeat1, 2, 0, 0), + [6106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), + [6108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2241), + [6111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [6113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [6115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [6117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [6119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), + [6121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [6123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(2060), + [6126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 4, 0, 200), + [6128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [6130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), + [6132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [6134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [6136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter, 3, 0, 119), + [6138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [6140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), + [6142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(772), + [6145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 221), + [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), + [6149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), + [6151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), + [6153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), + [6155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [6159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 5, 0, 243), + [6161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [6165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 0), + [6167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [6169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [6171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 0), SHIFT_REPEAT(899), + [6174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [6178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [6180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 3, 0, 149), + [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [6188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), + [6192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 4, 0, 0), + [6194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), + [6198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3564), + [6200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3323), + [6202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3615), + [6204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), + [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [6214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [6216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [6218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [6220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 5, 0, 0), + [6222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [6224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [6226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), + [6228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [6230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [6232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), + [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), + [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [6238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), + [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), + [6252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), + [6254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [6256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [6260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), + [6262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), + [6264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), + [6266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), + [6268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), + [6270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [6272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [6274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [6276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), + [6278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [6280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), + [6284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [6286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [6288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [6292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), + [6294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [6296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), + [6298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 4, 0, 103), + [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), + [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), + [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [6332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [6334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), + [6336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), + [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), + [6350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [6352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), + [6354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), + [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [6358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 178), + [6360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 178), SHIFT_REPEAT(786), + [6363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [6367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [6369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), + [6371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [6373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [6375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [6377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), + [6379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [6381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [6385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [6387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [6389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 4, 0, 0), + [6391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), + [6393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1881), + [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [6400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 3, 0, 150), + [6402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_parameter, 4, 0, 111), + [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [6406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [6408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), + [6410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2185), + [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), + [6415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [6417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [6419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 2, 0, 0), + [6421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 2, 0, 0), SHIFT_REPEAT(2231), + [6424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constrained_type_parameter, 2, 0, 78), + [6426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [6428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [6430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [6432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [6434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [6436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [6438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [6440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [6442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [6444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [6446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [6448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1598), + [6450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), + [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), + [6454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [6456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [6458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [6460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__condition, 1, 0, 9), + [6462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [6478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [6480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 3, 0, 34), + [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [6486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constrained_type_parameter, 2, 0, 79), + [6488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [6492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), + [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [6498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3574), + [6500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3326), + [6502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3621), + [6504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_lifetimes_repeat1, 2, 0, 0), + [6506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_lifetimes_repeat1, 2, 0, 0), SHIFT_REPEAT(3237), + [6509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 3, 0, 0), + [6511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [6513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [6515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [6517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [6519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), + [6521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), + [6523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), + [6525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), + [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), + [6531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), + [6533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), + [6535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), + [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [6539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), + [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), + [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [6545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), + [6547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), + [6549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), + [6551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), + [6553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), + [6555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), + [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [6559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), + [6561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1346), + [6563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1, 0, 0), + [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [6567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), + [6569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), + [6571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 3, 0, 0), + [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [6577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), + [6579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2822), + [6581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), + [6583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), + [6585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [6587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), + [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), + [6591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), + [6593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), + [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [6597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), + [6599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_doc_comment_marker, 1, 0, 3), + [6601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), + [6603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), + [6605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), + [6607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2073), + [6609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), + [6611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 3, 0, 0), + [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), + [6617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), + [6619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_doc_comment_marker, 1, 0, 2), + [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), + [6623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), + [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), + [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), + [6629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2024), + [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [6633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), + [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), + [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), + [6643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1929), + [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), + [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [6649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2072), + [6651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), + [6653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), + [6655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), + [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [6659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), + [6661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), + [6663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), + [6665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), + [6667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), + [6669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [6671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), + [6673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), + [6675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), + [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), + [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), + [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [6685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), + [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), + [6691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3521), + [6693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3569), + [6695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 32), + [6697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), + [6699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [6701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), + [6703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), + [6705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), + [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), + [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), + [6713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 3, 0, 0), + [6715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 2, 0, 0), + [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), + [6719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 152), + [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), + [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), + [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), + [6731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), + [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), + [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), + [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), + [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), + [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), + [6755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), + [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), + [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), + [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [6767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [6771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [6773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3584), + [6775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3626), + [6777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type, 3, 0, 66), + [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), + [6781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [6783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), + [6785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [6787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), + [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [6791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), + [6803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [6805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), + [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), + [6811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), + [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), + [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), + [6819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), + [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), + [6827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [6829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), + [6831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [6833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [6835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), + [6839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), + [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [6843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), + [6845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), + [6847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [6853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [6855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [6857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [6859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [6861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [6863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [6865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [6867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [6869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), + [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [6875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [6877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [6879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), + [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [6891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), + [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [6895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), + [6899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), + [6901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), + [6903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), + [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [6909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [6911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [6913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [6917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), + [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), + [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), + [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), + [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), + [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), + [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), + [6957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [6961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__outer_line_doc_comment_marker, 1, 0, 0), + [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), + [6969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_doc_comment_marker, 1, 0, 3), + [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), + [6975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3635), + [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), + [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [6983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inner_line_doc_comment_marker, 1, 0, 0), + [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), + [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), + [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), + [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), + [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), + [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), + [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), + [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), + [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), + [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), + [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [7041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 3, 0, 174), + [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), + [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), + [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), + [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [7053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bracketed_type, 3, 0, 0), + [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), + [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), + [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), + [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), + [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), + [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), + [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), + [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), + [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), + [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), + [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), + [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), + [7097] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [7101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 70), + [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), + [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), + [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), + [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), + [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [7125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 69), + [7127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), + [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [7133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), + [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), + [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), + [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), + [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), + [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [7157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_doc_comment_marker, 1, 0, 2), + [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [7161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [7163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), + [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), + [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), + [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), + [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), + [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), + [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), + [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), + [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), + [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), + [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), + [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), + [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), + [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), + [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), + [7217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), + [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), + [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), + [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [7231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), + [7237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 15), + [7239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 2, 0, 0), + [7241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 4, 0, 53), + [7243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 3, 0, 0), + [7245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 0), + [7247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 2, 0, 0), + [7249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 3, 0, 14), }; enum ts_external_scanner_symbol_identifiers { @@ -195898,16 +195792,16 @@ static const bool ts_external_scanner_states[10][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_string_content] = true, }, [5] = { - [ts_external_token_float_literal] = true, + [ts_external_token__block_comment_content] = true, }, [6] = { - [ts_external_token__block_comment_content] = true, + [ts_external_token_float_literal] = true, }, [7] = { - [ts_external_token__line_doc_content] = true, + [ts_external_token__raw_string_literal_end] = true, }, [8] = { - [ts_external_token__raw_string_literal_end] = true, + [ts_external_token__line_doc_content] = true, }, [9] = { [ts_external_token_raw_string_literal_content] = true, @@ -195969,6 +195863,9 @@ TS_PUBLIC const TSLanguage *tree_sitter_rust(void) { tree_sitter_rust_external_scanner_deserialize, }, .primary_state_ids = ts_primary_state_ids, + .name = "rust", + .reserved_words = &ts_reserved_words[0][0], + .max_reserved_word_set_size = 11, }; return &language; } diff --git a/src/tree_sitter/array.h b/src/tree_sitter/array.h index 15a3b23..a17a574 100644 --- a/src/tree_sitter/array.h +++ b/src/tree_sitter/array.h @@ -14,6 +14,7 @@ extern "C" { #include #ifdef _MSC_VER +#pragma warning(push) #pragma warning(disable : 4101) #elif defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push @@ -278,7 +279,7 @@ static inline void _array__splice(Array *self, size_t element_size, #define _compare_int(a, b) ((int)*(a) - (int)(b)) #ifdef _MSC_VER -#pragma warning(default : 4101) +#pragma warning(pop) #elif defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic pop #endif diff --git a/src/tree_sitter/parser.h b/src/tree_sitter/parser.h index 799f599..30fa7f1 100644 --- a/src/tree_sitter/parser.h +++ b/src/tree_sitter/parser.h @@ -79,6 +79,12 @@ typedef struct { uint16_t external_lex_state; } TSLexMode; +typedef struct { + uint16_t lex_state; + uint16_t external_lex_state; + uint16_t reserved_word_set_id; +} TSLexerMode; + typedef union { TSParseAction action; struct { @@ -115,7 +121,7 @@ struct TSLanguage { const TSSymbol *public_symbol_map; const uint16_t *alias_map; const TSSymbol *alias_sequences; - const TSLexMode *lex_modes; + const TSLexerMode *lex_modes; bool (*lex_fn)(TSLexer *, TSStateId); bool (*keyword_lex_fn)(TSLexer *, TSStateId); TSSymbol keyword_capture_token; @@ -129,6 +135,9 @@ struct TSLanguage { void (*deserialize)(void *, const char *, unsigned); } external_scanner; const TSStateId *primary_state_ids; + const char *name; + const TSSymbol *reserved_words; + uint16_t max_reserved_word_set_size; }; static inline bool set_contains(TSCharacterRange *ranges, uint32_t len, int32_t lookahead) {